Comparing Face Detection and Recognition Techniques
Jyothi Korra

TL;DR
This paper compares various face detection and recognition techniques, including SOM, projection with nearest neighbor, and SVM, to evaluate their effectiveness in identifying faces in images.
Contribution
It provides a comparative analysis of three different face detection and recognition methods, highlighting their relative strengths and weaknesses.
Findings
SOM-based face detection effectively locates faces in images.
Projection and nearest neighbor offer a simple recognition approach.
SVM-based recognition achieves higher accuracy in identification.
Abstract
This paper implements and compares different techniques for face detection and recognition. One is find where the face is located in the images that is face detection and second is face recognition that is identifying the person. We study three techniques in this paper: Face detection using self organizing map (SOM), Face recognition by projection and nearest neighbor and Face recognition using SVM.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Image Retrieval and Classification Techniques · Face recognition and analysis
MethodsSupport Vector Machine
