Biometrics & Security Tutorial 6. 1 (a) Understand why use face (P7: 3-4) and face recognition system (P7: 5-10)

Slides:



Advertisements
Similar presentations
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?
Advertisements

Face Recognition and Biometric Systems Eigenfaces (2)
Biometrics & Security Tutorial 9. 1 (a) What is palmprint and palmprint authentication? (P10: 9-10)
Rapid Object Detection using a Boosted Cascade of Simple Features Paul Viola, Michael Jones Conference on Computer Vision and Pattern Recognition 2001.
Face Recognition and Biometric Systems Elastic Bunch Graph Matching.
Face Recognition By Sunny Tang.
Face Recognition Method of OpenCV
Face Recognition & Biometric Systems Support Vector Machines (part 2)
Facial feature localization Presented by: Harvest Jang Spring 2002.
Face Recognition and Biometric Systems
As applied to face recognition.  Detection vs. Recognition.
Face Recognition & Biometric Systems, 2005/2006 Face recognition process.
Biometrics & Security Tutorial 7. 1 (a) Please compare two different kinds of biometrics technologies: Retina and Iris. (P8:2-3)
Face Recognition Committee Machine Presented by Sunny Tang.
Neural Network-based Face Recognition, using ARENA Algorithm. Gregory Tambasis Supervisor: Dr T. Windeatt.
Biometrics and Security Tutorial 8. 1 (a) Understand the enrollment and verification of hand geometry? (P9: 8)
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.
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.
LYU0203 Smart Traveller with Visual Translator for OCR and Face Recognition Supervised by Prof. LYU, Rung Tsong Michael Prepared by: Wong Chi Hang Tsang.
Fig. 2 – Test results Personal Memory Assistant Facial Recognition System The facial identification system is divided into the following two components:
FACE RECOGNITION BY: TEAM 1 BILL BAKER NADINE BROWN RICK HENNINGS SHOBHANA MISRA SAURABH PETHE.
PCA Channel Student: Fangming JI u Supervisor: Professor Tom Geoden.
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Brief overview of ideas In this introductory lecture I will show short explanations of basic image processing methods In next lectures we will go into.
A PCA-based feature extraction method for face recognition — Adaptively weighted sub-pattern PCA (Aw-SpPCA) Group members: Keren Tan Weiming Chen Rong.
A Brief Survey on Face Recognition Systems Amir Omidvarnia March 2007.
Facial Recognition CSE 391 Kris Lord.
Sachin Chopra Trevor Garson Madhuri Rapaka Introduction Tool to Tag all your Photographs within minutes 2 – Pass Processing Face Detection – Run the.
Vision-Based Biometric Authentication System by Padraic o hIarnain Final Year Project Presentation.
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.
SVD(Singular Value Decomposition) and Its Applications
Introduction to Biometric Systems
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.
KYLE PATTERSON Automatic Age Estimation and Interactive Museum Exhibits Advisors: Prof. Cass and Prof. Lawson.
Face Recognition System By Arthur. Introduction  A facial recognition system is a computer application for automatically identifying or verifying a person.
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.
Lecture 29: Face Detection Revisited CS4670 / 5670: Computer Vision Noah Snavely.
Using Support Vector Machines to Enhance the Performance of Bayesian Face Recognition IEEE Transaction on Information Forensics and Security Zhifeng Li,
Classification Course web page: vision.cis.udel.edu/~cv May 12, 2003  Lecture 33.
Pattern Recognition April 19, 2007 Suggested Reading: Horn Chapter 14.
Face Recognition: An Introduction
1 Terrorists Face recognition of suspicious and (in most cases) evil homo-sapiens.
CSE 185 Introduction to Computer Vision Face Recognition.
Intelligent Control and Automation, WCICA 2008.
BIOMETRICS THE MAN MACHINE INTERFACE
Design of PCA and SVM based face recognition system for intelligent robots Department of Electrical Engineering, Southern Taiwan University, Tainan County,
3D Face Recognition Using Range Images
Application of Facial Recognition in Biometric Security Kyle Ferris.
2D-LDA: A statistical linear discriminant analysis for image matrix
IBM - CVUT Student Research Projects IBM Presence detection Milan Stezka
Obama and Biden, McCain and Palin Face Recognition Using Eigenfaces Justin Li.
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.
Biometrics By Rachel Borazio. What is biometrics? Biometrics is a security measure used to identify physical features of people to allow access to a system.
Presented By Bhargav (08BQ1A0435).  Images play an important role in todays information because A single image represents a thousand words.  Google's.
Septian Adi Wijaya – Informatics Brawijaya University
PRINCIPAL COMPONENT ANALYSIS (PCA)
FACE RECOGNITION TECHNOLOGY
ECE533 – Image Processing Project Face Recognition Techniques
In summary C1={skin} C2={~skin} Given x=[R,G,B], is it skin or ~skin?
Application of Facial Recognition in Biometric Security
Eigenfaces for recognition (Turk & Pentland)
Electronic Door Unlock with Face Recognition
CS4670: Intro to Computer Vision
Face Detection Gender Recognition 1 1 (19) 1 (1)
Application of Facial Recognition in Biometric Security
Presentation transcript:

Biometrics & Security Tutorial 6

1 (a) Understand why use face (P7: 3-4) and face recognition system (P7: 5-10)

1 (b) Please point out some problems of face recognition. Can you give their solutions? (P7: 11-16)

1 (c) What are the general 3 steps of face recognition? (P7:17)

1 (d) There are two kinds of the methods in face detection and location, which are statistics-based and knowledge-based method. What difference between them? (P7: 18-22)

1 (e) There are five methods of face feature extraction (P7: 24-41). Please give their basic ideas.

1 (e) What are the advantages and disadvantages of face recognition? (P7: 48)

2. Understand the eigenfaces algorithm (P7: 26-29) and eigenfaces recognition algorithm (P7: 30-31).

3. Eigenface is PCA-based method which is introduced in Lecture 4. At the fifth step of PCA method (P4:23-24) the k most principal components are selected based on the ratio () of the eigenvalue sum of selected components to the total sum. Please decide the value of k when the threshold of is 95%. In P7:31 there is a training set including 27 facial images to get eigenfaces. Can you give the value of k according to the training result (eigenfaces)? (7; 9)

4. P7:34 shows some examples of local features. Please try to define the geometry features based on the woman’s face image (refer to P7:34) and give the number of features. (21)