DOI : 10.17577/IJERTCONV14IS020083- Open Access

- Authors : Kaweri Kallappa Mashalkar
- Paper ID : IJERTCONV14IS020083
- Volume & Issue : Volume 14, Issue 02, NCRTCS – 2026
- Published (First Online) : 21-04-2026
- ISSN (Online) : 2278-0181
- Publisher Name : IJERT
- License:
This work is licensed under a Creative Commons Attribution 4.0 International License
Face Recognition System: An Experimental Study on Accuracy and Reliability
An Experimental Study on Accuracy and Reliability
Kaweri Kallappa Mashalkar
Department of computer science D.Y.Patil ACS College, Pimpri, Pune, India
Abstract – Face recognition is a widely used biometric technology that allows a system to identify or verify a person using facial images. It is commonly applied in areas such as mobile phone authentication, attendance systems, security surveillance, and access control. Over the years, face recognition techniques have evolved from traditional methods to advanced deep learning-based approaches. Traditional face recognition techniques such as Eigenfaces, Fisherfaces, and Local Binary Patterns rely on manually designed features. With the growth of artificial intelligence, deep learning-based face recognition methods have become more popular. Techniques such as Convolutional Neural Networks (CNN), FaceNet, and VGG-Face automatically learn important facial features from large datasets and provide higher accuracy and robustness. However, these methods require more data and computational resources. This research helps in selecting an appropriate face recognition technique based on system requirements and application needs.
Keywords – Recognition, Traditional Methods, Deep Learning, CNN, Biometric System.
-
INTRODUCTION
Face recognition is a key application of artificial intelligence and computer vision. It automatically identifies a person from an image or video. Traditional identification methods, like passwords and ID cards, have their drawbacks. In contrast, face recognition offers a secure and contactless option. A face recognition system detects the face, extracts features, and compares them with stored data. As deep learning has advanced, these systems have become more accurate and reliable. This project compares traditional and deep learning face recognition techniques to understand their performance and find which method is more effective.
-
PROBLEM STATEMENT
Traditional face recognition methods like PCA and LBP do not provide reliable results when lighting, face angle, or facial expression changes. This limits the system's reliability in real-world situations. Deep learning methods like CNN offer
extract facial features. A classifier, like Support Vector Machine (SVM), is then employed to recognize the person. In the deep learning approach, a Convolutional Neural Network (CNN) is used. The CNN automatically learns facial features from the images and recognizes the person more accurately. After training both methods, the system compares their performance based on accuracy and recognition efficiency. Finally, the system displays the name of the recognized person or shows "unknown" if the face is not in the database. This system helps identify which method performs better for face recognition.
IV. METHODOLOGY
This project involves several steps to develop, First, we collect face images from a standard dataset or capture them using a webcam. These images feature different people, facial expressions, angles, and lighting conditions. Next, we preprocess the images by converting them to grayscale, resizing them to a fixed size, and removing noise to improve quality. After preprocessing, the system detects faces in the images using a face detection algorithm like the Haar Cascade Classifier, which isolates the face region and eliminates the background. Then, we perform feature extraction to obtain key facial features. In the traditional method, we use techniques such as Principal Component Analysis (PCA) and Local Binary Pattern (LBP) to extract features manually. For the deep learning method, we use a Convolutional Neural Network (CNN), which learns and extracts facial features automatically. After feature extraction, the system is trained with training images to learn and recognize different faces. Once the training is finished, we test the system using new face images. The system compares the test image with stored images and identifies the person if it finds a match; if not, it indicates that the person is unknown. Finally, we compare the performance of traditional and deep learning methods based on accuracy and efficiency to see which method yields better results.
better accuracy, but we need to investigate and compare their performance. Therefore, this project aims to compare traditional and deep learning face recognition techniques to identify the most accurate and efficient method.
-
PROPOSED SYSTEM
This system is designed to recognize a persons face using both traditional methods and deep learning methods, and it compares their performance. In this system, first, face images are collected with a camera or a dataset. These images are then processed to find the face region. After detecting the face, key features are extracted using two different approaches. In the traditional approach, Local Binary Pattern (LBP) is used to
Input
Image
Pre-
Processing
Face
Detection
Feature
Extraction
Person Identified
Testing
Matching
Result
Unknown Person
ADVANTAGES
-
Higher Accuracy Identification :- This project helps to identify a person using their face with high accuracy, especially using deep learning methods like CNN.
-
Improved Security :- Face recognition provides better security compared to passwords or ID cards because every persons face is unique.
-
Contactless System :- This system does not require physical contact like fingerprint devices, so it is more hygienic and easy to use.
-
Fast Recognition :- The system can recognize faces quickly, which saves time in applications like attendance systems and security checks.
CONCLUSION
This project concludes that deep learning-based face recognition works better for modern uses like security systems, attendance systems, and surveillance. This study highlights the role of deep learning in improving face recognition technology and lays a solid groundwork for future research and development.
ACKNOWLEDGMENT
I would like to express my sincere gratitude to my project guide for their continuous guidance, valuable suggestions, and support throughout this research work. I am also thankful to
my institution and faculty members for providing the necessary resources and academic support. Their expertise and encouragement helped me complete this project successfully.
REFERENCES
-
Turk, M., & Pentland, A. (1991). Eigenfaces for recognition. Journal of Cognitive Neuroscience, 3(1), 7186.
-
Ahonen, T., Hadid, A., & Pietikäinen, M. (2006). Face description with local binary patterns: Application to face recognition. IEEE Transactions on Pattern Analysis and Machine Intelligence, 28(12), 20372041.
-
Belhumeur, P. N., Hespanha, J. P., & Kriegman, D. J. (1997). Eigenfaces vs. fisherfaces: Recognition using class specific linear projection. IEEE Transactions on Pattern Analysis and Machine Intelligence, 19(7), 711720.
-
Schroff, F., Kalenichenko, D., & Philbin, J. (2015). FaceNet: A unified embedding for face recognition and clustering. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 815823.
-
He, K., Zhang, X., Ren, S., & Sun, J. (2016). Deep residual learning for image recognition. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 770778.
-
Taigman, Y., Yang, M., Ranzato, M., & Wolf, L. (2014). DeepFace: Closing the gap to huan-level performance in face verification. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 17011708.
-
Zhao, W., Chellappa, R., Phillips, P. J., & Rosenfeld, A. (2003). Face recognition: A literature survey. ACM Computing Surveys, 35(4), 399 458.
