Enhanced_Literature_Survey_Face_Recognition
Enhanced_Literature_Survey_Face_Recognition
Introduction:
With the rapid advancement in Artificial Intelligence and Deep Learning, face recognition has emerged as a
prominent solution for identity verification tasks. Attendance systems in corporate offices, hospitals, and
educational institutions have historically suffered from inefficiencies such as proxy attendance, manual errors,
and lack of real-time monitoring. By leveraging computer vision and deep learning, facial recognition-based
Traditional systems like manual registers, RFID cards, or biometric fingerprints have been widely used.
- Fingerprint scanners are less hygienic, especially post-pandemic, and struggle with wet or damaged skin.
Real-world observations, particularly in banks and hospitals, reveal frequent delays, early exits, and
inefficient monitoring of work hours. These practices lead to productivity loss and poor accountability. Our
project is inspired by such workplace inefficiencies and aims to resolve them through automation and
technology.
Technologies Used:
This project utilizes Python as the core programming language, along with OpenCV and MediaPipe for face
detection and tracking. A deep learning-based approach using Convolutional Neural Networks (CNN) forms
the backbone of the face recognition pipeline. Integration with a secure backend database allows for real-time
Literature Insights:
Previous studies have shown that face recognition systems can achieve up to 98% accuracy in controlled
environments. According to a 2021 IEEE paper, CNN-based models outperform traditional feature-based
models like Eigenfaces and Fisherfaces. Systems implemented in universities and corporations have proven
Since face recognition involves sensitive biometric data, our system ensures encrypted data storage and
local device processing to minimize privacy risks. No personal data is shared over insecure networks, making
it GDPR-compliant in design.
Comparative Analysis:
|--------------------|-----------------------------------|--------------------------------------|
Proposed Solution:
Our system is a face recognition-based attendance tracker that not only marks attendance in real-time but
also logs entry and exit timestamps to calculate the total working hours. It also helps detect unusual patterns
such as frequent tardiness or early exits. The system ensures fairness and improves organizational
Future Scope:
Conclusion:
Face recognition-based attendance systems mark a significant step forward in automating workplace
monitoring. With enhanced security, real-time logging, and deep learning-powered accuracy, they are
well-suited to modern organizations aiming for transparency, discipline, and efficiency.