220 likes | 381 Views
Label the group photo. locate and identify faces and label them . Label the group photo. locate and identify faces and label them. Ramona Ciulpan Webmaster. Label the group photo. locate and identify faces and label them. Kornel Toth SVM, Database. Label the group photo.
E N D
Label the group photo locate and identify faces and label them
Label the group photo locate and identify faces and label them Ramona Ciulpan Webmaster
Label the group photo locate and identify faces and label them Kornel Toth SVM, Database
Label the group photo locate and identify faces and label them Mircea Focşa PPT Presentation
Label the group photo Krisztian Olle Project manager locate and identify faces and label them
Project Description Label the group photo - locate and identify faces and label them • Input group photo ( for example 10 people) • Segment it to isolate people/faces • Number the faces • Extract the faces • Build of library of faces • From photos of similar faces try to find that person on the group photo
Face Detection Finding faces is complicated?
Possible solution • Before the middle 90’s, the research attention was only focused on single-face segmentation. • Boosting • Neural Network • Template matching • Principal Component Analysis • Deformable feature-based template • Using skin color • Support Vector Machine Our method here
Support Vector Machines algorithm Minimize W(Λ)=- ΛT 1 + 1/2 ΛT DΛ and Subject to ΛT y = 0 Λ-C1 ≤ 0 - Λ ≤ 0
Face detection (I) • Create an images database • 266 pictures:150 faces + 116 non-faces . . . • Preprocessing • Gray scale transformation • Histogram equalization • Adjust resolution to 30x40 pixel • Training the SVM based on that 266 vectors, using a polynomial kernel.
Face detection (II) • Moving over the input image with a 30x40 pixel sub window • Histogram equalization of a sub window • Classification by SVM • Removing intersections
Face recognition • Training the SVM based on the people faces who want to recognize • Classifying the detected faces • Labeling the known faces
Implementation (I) Input group photo Isolate people/faces Number the faces
Implementation (II) Input group photo Isolate people/faces Number the faces
Implementation (III) Extract the faces
Implementation (IV) Build of library of faces
Implementation (V) Train the SVM with new set of vectors Label the faces
FuturePlans • Multi-resolution image pyramid • Better face databases • Better face recognition databases • Improve the speed • Improve the masking technique
Thank You! 4 5 6 How many faces ? 3 2 7 9 1 8 11 10
References • Open Source Computer Vision Library Reference Manual http://developer.intel.com/ • Guodong Guo, Stan Z. Li, and Kapluk Chan: “Face Recognition by Support Vector Machines” Proceeding of Fourth IEEE International Conference on Automatic Face and Gesture Recognition, 2000Grenoble, France. • Edgar Osuna, Robert Freund: “Training Support Vector Machines: an Application to Face Detection”. Proceeding of CVPR’97, 1997 Puerto Rico • The Face Detection Homepagehttp://home.t-online.de/home/Robert.Frischholtz/face.htm