Face Recognition Summary –Single pose –Multiple pose –Principal components analysis –Model-based recognition –Neural Networks.

Slides:



Advertisements
Similar presentations
Face Recognition Sumitha Balasuriya.
Advertisements

1 Registration of 3D Faces Leow Wee Kheng CS6101 AY Semester 1.
Human Identity Recognition in Aerial Images Omar Oreifej Ramin Mehran Mubarak Shah CVPR 2010, June Computer Vision Lab of UCF.
Face Alignment with Part-Based Modeling
Face Recognition Method of OpenCV
Low Complexity Keypoint Recognition and Pose Estimation Vincent Lepetit.
Robust 3D Head Pose Classification using Wavelets by Mukesh C. Motwani Dr. Frederick C. Harris, Jr., Thesis Advisor December 5 th, 2002 A thesis submitted.
An Introduction to Face Detection and Recognition
Adviser:Ming-Yuan Shieh Student:shun-te chuang SN:M
Face Recognition and Biometric Systems
 INTRODUCTION  STEPS OF GESTURE RECOGNITION  TRACKING TECHNOLOGIES  SPEECH WITH GESTURE  APPLICATIONS.
吳家宇 吳明翰 Face Detection Based on Template Matching and 2DPCA Algorithm 2009/01/14.
3-D Object Recognition From Shape Salvador Ruiz Correa Department of Electrical Engineering.
Face Poser: Interactive Modeling of 3D Facial Expressions Using Model Priors Manfred Lau 1,3 Jinxiang Chai 2 Ying-Qing Xu 3 Heung-Yeung Shum 3 1 Carnegie.
Face Recognition using PCA (Eigenfaces) and LDA (Fisherfaces)
Automatic Face Recognition under Component-Based Manifolds CVGIP 2006 Wen-Sheng Chu ( 朱文生 ) and Jenn-Jier James Lien ( 連震杰 ) Robotics Lab. CSIE NCKU.
Face Recognition Jeremy Wyatt.
Feature Detection and Emotion Recognition Chris Matthews Advisor: Prof. Cotter.
Real Time Gesture Recognition of Human Hand Wu Hai Atid Shamaie Alistair Sutherland.
EECE 279: Real-Time Systems Design Vanderbilt University Ames Brown & Jason Cherry MATCH! Real-Time Facial Recognition.
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
EKMAN’S FACIAL EXPRESSIONS STUDY A Demonstration.
NonLinear Dimensionality Reduction or Unfolding Manifolds Tennenbaum|Silva|Langford [Isomap] Roweis|Saul [Locally Linear Embedding] Presented by Vikas.
Oral Defense by Sunny Tang 15 Aug 2003
Face Recognition and Retrieval in Video Basic concept of Face Recog. & retrieval And their basic methods. C.S.E. Kwon Min Hyuk.
Recognizing Emotions in Facial Expressions
PhD Thesis. Biometrics Science studying measurements and statistics of biological data Most relevant application: id. recognition 2.
Understanding Faces Computational Photography
Face Recognition CPSC 601 Biometric Course.
Facial Recognition CSE 391 Kris Lord.
Face Recognition Using Neural Networks Presented By: Hadis Mohseni Leila Taghavi Atefeh Mirsafian.
Face Recognition Using EigenFaces Presentation by: Zia Ahmed Shaikh (P/IT/2K15/07) Authors: Matthew A. Turk and Alex P. Pentland Vision and Modeling Group,
Eigenfaces for Recognition Student: Yikun Jiang Professor: Brendan Morris.
Wang, Z., et al. Presented by: Kayla Henneman October 27, 2014 WHO IS HERE: LOCATION AWARE FACE RECOGNITION.
Facial Feature Detection
Human Emotion Synthesis David Oziem, Lisa Gralewski, Neill Campbell, Colin Dalton, David Gibson, Barry Thomas University of Bristol, Motion Ripper, 3CR.
05 - Feature Detection Overview Feature Detection –Intensity Extrema –Blob Detection –Corner Detection Feature Descriptors Feature Matching Conclusion.
Project 10 Facial Emotion Recognition Based On Mouth Analysis SSIP 08, Vienna 1
1 Facial Expression Recognition using KCCA with Combining Correlation Kernels and Kansei Information Yo Horikawa Kagawa University, Japan.
Irfan Essa, Alex Pentland Facial Expression Recognition using a Dynamic Model and Motion Energy (a review by Paul Fitzpatrick for 6.892)
Introduction Detecting Faces in a Single Image –Knowledge-Based Methods –Feature-Based Methods –Template Matching –Appearance-Based Methods Face Image.
Multimodal Interaction Dr. Mike Spann
DOOR ENTRY SYSTEM Alina Dinca László Papp Adrian Ulges Csaba Domokos Cercel Constantin Team:
Access Control Via Face Recognition Progress Review.
1 Recognition by Appearance Appearance-based recognition is a competing paradigm to features and alignment. No features are extracted! Images are represented.
1 Ying-li Tian, Member, IEEE, Takeo Kanade, Fellow, IEEE, and Jeffrey F. Cohn, Member, IEEE Presenter: I-Chung Hung Advisor: Dr. Yen-Ting Chen Date:
Access Control Via Face Recognition. Group Members  Thilanka Priyankara  Vimalaharan Paskarasundaram  Manosha Silva  Dinusha Perera.
School of Engineering and Computer Science Victoria University of Wellington Copyright: Peter Andreae, VUW Image Recognition COMP # 18.
In Your Face Body Language through facial expression.
Intelligent Control and Automation, WCICA 2008.
Multimodal Interaction Dr. Mike Spann
Face Detection Using Skin Color and Gabor Wavelet Representation Information and Communication Theory Group Faculty of Information Technology and System.
Making A Case Interviewing Witnesses. MAKING A CASE Interviewing Witnesses Interviewing Suspects Creating A Profile Recognising Faces.
Introduction Performance of metric learning is heavily dependent on features extracted Sensitive to Performance of Filters used Need to be robust to changes.
RECOGNIZING FACIAL EXPRESSIONS THROUGH TRACKING Salih Burak Gokturk.
Face Detection Using Neural Network By Kamaljeet Verma ( ) Akshay Ukey ( )
Ekman’s Facial Expressions Study A Demonstration.
Facial Expressions and Emotions Mental Health. Total Participants Adults (30+ years old)328 Adults (30+ years old) Adolescents (13-19 years old)118 Adolescents.
Evaluation of Gender Classification Methods with Automatically Detected and Aligned Faces Speaker: Po-Kai Shen Advisor: Tsai-Rong Chang Date: 2010/6/14.
CONTENTS:  Introduction.  Face recognition task.  Image preprocessing.  Template Extraction and Normalization.  Template Correlation with image database.
Do Expression and Identity Need Separate Representations?
Lecture 07 13/12/2011 Shai Avidan הבהרה: החומר המחייב הוא החומר הנלמד בכיתה ולא זה המופיע / לא מופיע במצגת.
PRESENTED BY Yang Jiao Timo Ahonen, Matti Pietikainen
Recognition: Face Recognition
Recovery from Occlusion in Deep Feature Space for Face Recognition
Head pose estimation without manual initialization
Coarse Classification
Facial Login App User Scenario
“Face recognition using Kinect”
PCA: Hand modelling Nikzad B.Rizvandi.
Presentation transcript:

Face Recognition Summary –Single pose –Multiple pose –Principal components analysis –Model-based recognition –Neural Networks

Single Pose Standard head-and-shoulders view with uniform background Easy to find face within image

Aligning Images Alignment –Faces in the training set must be aligned with each other to remove the effects of translation, scale, rotation etc. –It is easy to find the position of the eyes and mouth and then shift and resize images so that are aligned with each other

Nearest Neighbour Once the images have been aligned you can simply search for the member of the training set which is nearest to the test image. There are a number of measures of distance including Euclidean distance, and the cross- correlation

Principal Components PCA reduces the number of dimensions and so the memory requirement is much reduced. The search time is also reduced

Two ways to apply PCA (1) We could apply PCA to the whole training set. Then each face is represented by a point in the PC space We could then apply nearest neighbour to these points

Two ways to apply PCA (2) Alternatively we could apply PCA to the set of faces belonging to each person in the training set Each class (person) is then reprented by a different ellipsoid and Mahalanobis distance can be used to classify a new unknown face You need a lot of images of each person to do this

Problems with PCA The same person may sometimes appear differently due to –Beards, moustaches –Glasses, –Makeup These have to be represented by different ellipsoids

(2) (3) (4) (5) (6) (7) (8) (9) (10)

Problems with PCA Facial expressions –Differing facial expressions Opening and closing the mouth Raised eyebrows Widening the eyes Smiling, frowing etc, These mean that the class is no longer ellipsoidal and must be represented by a manifold

Facial Expressions There are six types of facial expression We could use PCA on the eyes and mouth – so we could have eigeneyes and eigenmouths Anger Fear Disgust Happy Sad Surprise

Multiple Poses Heads must now be aligned in 3D world space Classes now form trajectories in feature space It becomes difficult to recognise faces because the variation due to pose is greater than the variation between people

Model-based Recognition We can fit a model directly to the face image Model consists of a mesh which is matched to facial features such as the eyes, nose, mouth and edges of the face. We use PCA to describe the parameters of the model rather than the pixels.

Model-based Recognition The model copes better with multiple poses and changes in facial expression.