Obama and Biden, McCain and Palin Face Recognition Using Eigenfaces Justin Li.

Slides:



Advertisements
Similar presentations
Face Recognition Sumitha Balasuriya.
Advertisements

Active Appearance Models
EigenFaces and EigenPatches Useful model of variation in a region –Region must be fixed shape (eg rectangle) Developed for face recognition Generalised.
Eigenfaces for Recognition Presented by: Santosh Bhusal.
Biometrics and Security Tutorial 3. 1 (a) What is the scatter matrix (P4: 21)? Understand what about eigenvector and eigenvalue as well as their functions?
EigenFaces.
Principal Components Analysis Vida Movahedi December 2006.
Face Recognition By Sunny Tang.
Face Recognition Method of OpenCV
Face Recognition Image Understanding Xuejin Chen.
As applied to face recognition.  Detection vs. Recognition.
Computer Vision Spring ,-685 Instructor: S. Narasimhan Wean 5403 T-R 3:00pm – 4:20pm Lecture #20.
Data-driven Methods: Faces : Computational Photography Alexei Efros, CMU, Fall 2007 Portrait of Piotr Gibas © Joaquin Rosales Gomez.
Pattern Recognition Topic 1: Principle Component Analysis Shapiro chap
CONTENT BASED FACE RECOGNITION Ankur Jain 01D05007 Pranshu Sharma Prashant Baronia 01D05005 Swapnil Zarekar 01D05001 Under the guidance of Prof.
Principal Component Analysis IML Outline Max the variance of the output coordinates Optimal reconstruction Generating data Limitations of PCA.
Face detection and recognition Many slides adapted from K. Grauman and D. Lowe.
Eigenfaces As we discussed last time, we can reduce the computation by dimension reduction using PCA –Suppose we have a set of N images and there are c.
Face Recognition using PCA (Eigenfaces) and LDA (Fisherfaces)
Face Recognition Jeremy Wyatt.
Feature Detection and Emotion Recognition Chris Matthews Advisor: Prof. Cotter.
Face Recognition Using Eigenfaces
Principal Component Analysis Barnabás Póczos University of Alberta Nov 24, 2009 B: Chapter 12 HRF: Chapter 14.5.
EECE 279: Real-Time Systems Design Vanderbilt University Ames Brown & Jason Cherry MATCH! Real-Time Facial Recognition.
PCA Channel Student: Fangming JI u Supervisor: Professor Tom Geoden.
Dynamic Scalable Distributed Face Recognition System Security Framework by Konrad Rzeszutek B.S. University of New Orleans, 1999.
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
Biometrics & Security Tutorial 6. 1 (a) Understand why use face (P7: 3-4) and face recognition system (P7: 5-10)
Principal Component Analysis. Consider a collection of points.
Preprocessing Images for Facial Recognition Adam Schreiner ECE533.
Facial Recognition CSE 391 Kris Lord.
CS 485/685 Computer Vision Face Recognition Using Principal Components Analysis (PCA) M. Turk, A. Pentland, "Eigenfaces for Recognition", Journal of Cognitive.
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.
PCA & LDA for Face Recognition
Training Database Step 1 : In general approach of PCA, each image is divided into nxn blocks or pixels. Then all pixel values are taken into a single one.
Eigenface Dr. Hiren D. Joshi Dept. of Computer Science Rollwala Computer Center Gujarat University.
Dimensionality Reduction: Principal Components Analysis Optional Reading: Smith, A Tutorial on Principal Components Analysis (linked to class webpage)
Face Recognition and Feature Subspaces
Face Recognition and Feature Subspaces
One The Drum Ben Haj Rhouma Mohamed Sultan Qaboos University-Oman Joint work with L. Hermi, Univ of Arizona & M.A. Khabou, Univ. of.
1 Recognition by Appearance Appearance-based recognition is a competing paradigm to features and alignment. No features are extracted! Images are represented.
1 Terrorists Face recognition of suspicious and (in most cases) evil homo-sapiens.
CSE 185 Introduction to Computer Vision Face Recognition.
CSSE463: Image Recognition Day 27 This week This week Today: Applications of PCA Today: Applications of PCA Sunday night: project plans and prelim work.
Intelligent Control and Automation, WCICA 2008.
Design of PCA and SVM based face recognition system for intelligent robots Department of Electrical Engineering, Southern Taiwan University, Tainan County,
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
CS 691B Computational Photography Instructor: Gianfranco Doretto Data Driven Methods: Faces.
3D Face Recognition Using Range Images Literature Survey Joonsoo Lee 3/10/05.
Face detection and recognition Many slides adapted from K. Grauman and D. Lowe.
CSSE463: Image Recognition Day 25 This week This week Today: Applications of PCA Today: Applications of PCA Sunday night: project plans and prelim work.
CSSE463: Image Recognition Day 27
CSSE463: Image Recognition Day 26
PRINCIPAL COMPONENT ANALYSIS (PCA)
by Konrad Rzeszutek B.S. University of New Orleans, 1999
Lecture 8:Eigenfaces and Shared Features
CS 2750: Machine Learning Dimensionality Reduction
Face Recognition and Feature Subspaces
ECE533 – Image Processing Project Face Recognition Techniques
Data-driven Methods: Faces
Facial Recognition in Biometrics
Face Recognition and Detection Using Eigenfaces
Computational Photography
PCA is “an orthogonal linear transformation that transfers the data to a new coordinate system such that the greatest variance by any projection of the.
Eigenfaces for recognition (Turk & Pentland)
Cheng-Yi, Chuang (莊成毅), b99
CSSE463: Image Recognition Day 25
CSSE463: Image Recognition Day 25
Facial Recognition as a Pattern Recognition Problem
Presentation transcript:

Obama and Biden, McCain and Palin Face Recognition Using Eigenfaces Justin Li

What’s Face Recognition Good For? Security Systems New Human-Machine Interface Methods Smart Artificial Systems

A Survey of Methods Facial Feature Mapping 3D Morphable Model Eigenfaces Facial Measurements Mapping

Brief History of Eigenfaces Matthew Turk Alex Pentland Lawrence Sirovich Michael Kirby

The Eigenface Approach (1) Name comes from the use of eigenvectors to identify faces. Principal Component Analysis –Takes the mean of the pictures from a grayscale training set. –Subtracts the calculated mean from each picture. –Forms a covariance matrix. –Finds the eigenvectors for the covariance vectors. PCA gives the resultant eigenvectors/eigenfaces.

The Eigenface Approach (2) Weighs test images with the eigenvectors to find correlation. A computationally fast method for face recognition. Note that the covariance matrix will be exceedingly large. –A simplification is introduced. –Instead, make a simplified matrix with dimensions the number of pictures in the training set. –Scale the eigenvectors using the training pictures. This allows for a computationally feasible way to calculate the eigenfaces.

Flaws and Limitations Face orientation Requires specific alignment and normalization. Lighting conditions

Implementation and Improvements Standard implementation as given in the paper by Pentland and Turk. Improvements possible with better segmentation and cropping, perhaps ignoring more portions of the hair. Combining method with results from other facial metrics or from other methods entirely.

Demonstration and Questions?