EP494 PowerpointFa
EP494 PowerpointFa
A LITERATURE SURVEY
By
CONTENTS
Introduction
Why do we need face recognition?
Biometrics
Face Recognition by Humans
Challenge in Face Recognition
Variation in pose
Variation in illumination
Early Work/Modern Work
Aspects of face recognition
Approaches use for recognition
EIGENFACE TECHNOLOGY
PDBNN
Video-based Face Recognition
Evaluation of face recognition systems
Face Recognition Grand Challenge
WHY DO WE NEED IT?
Easy way to discover criminals
Video Surveillance
Portal Control
Investigations
Smart Cards
Devices log-on
ATM cards
Entertainment
Video Games
Human-robot/computer-interaction
BIOMETRICS
Consists of methods for uniquely recognizing
humans based upon one or more intrinsic
physical or behavioral traits. In computer science,
in particular, biometrics is used as a form of
identity access management and access control. It
is also used to identify individuals in groups that
are under surveillance.
FACE RECOGNITION BY HUMANS
Relevant studies in psychophysics and
neuroscience that will help with the design of
face recognition systems:
People remember faces more easy than other objects.
People focus in odd features (eg. Hears).
People rank facial features.
CHALLENGE IN FACE RECOGNITION
Illumination variation
Images of the same face look different because the
change of the light.
Pose Variation
Same face in different angles could give a different
output.
EARLY WORK
Use techniques base on 2D pattern recognition.
Use measured attributes of features (distance-
measuring algorithms). These determined the
distances between important features like eyes and
compared these distances to the distances on
known faces in the database.
Performance is poor with variations of the same
face and size, is not accurate.
Does well with variations in intensity.
MODERN WORK
Appearance-based model, heavily tested with
large databases, with positive outcomes.
Feature-based models has been successful as
well, and more accurate in the two
challenges( light and pose variation)
Techniques for feature extraction are not
adequate, for example, it won’t detect if an eye is
close or not.
ASPECTS OF FACE RECOGNITION
ASPECTS OF FACE RECOGNITION, CONTINUED
What is it?
Is a mathematical model or computational model that is
inspired by the structure and/or functional aspects of
biological neural networks.
NN technology gives computer systems an amazing
capacity to actually learn from input data.
It’s easy to train a neural network with samples which
contain faces, but it is much harder to train a neural
network with samples which do not, and the number of
“non-faces” is too large.
NN ON FACE RECOGNITION
It has a filter at the beginning of the process that
scan the whole image, and take each portion to
see if the face exist in each window.
Merging all this pieces after the filter help the NN
to eliminate false detections.
NN has a high level of accuracy when the images
has lighting conditions.
EXAMPLE OF NN
PDBNN
A fully automatic face detection recognition system based on a neural
network.
A proposed fully automatic face detection and recognition system based
on Probabilistic Decision-Based Neural Networks has been proposed.
It consists of three modules: A face detector, eye localizer, and face
recognizer.
The PDBNN uses only the up side of the face; the reason to not use the
mouth is to avoid the expressions that cause motion around the mouth.
PDBNN CONTINUED
Advantages of this implementation are that it
converges quickly and is easily implemented on
distributed computing platforms.
Has a lower false acceptance/rejection rate
because it uses the full density description for
each class.
The system could have problems when the
number of classes grows exponentially.
Main Feature: Each class is
designed to recognize one
person
VIDEO-BASED FACE RECOGNITION
Three Challenge:
The quality of video is low. Usually, video acquisition
occurs outdoors (or indoors but with bad conditions for
video capture).
Face image are small: Make the recognition task more
difficult, because affect the accuracy of face segmentation,
as well as the accurate detection of the crucial
points/landmarks that are often needed in recognition
methods.
The characteristics of faces/human body parts: It is easier to
localized a face, but not recognize an specific one.
BASIC STEPS OF VIDEO-BASED FACE RECOGNITION
Since the topic become so important for society available face databases have
been collected and corresponding testing protocols have been designed.
The FERET protocol (1994).
Free database
Consists of 14,126 images of 1199 individuals.
Three evaluation tests had been administered in 1994, 1996, and 1997.
Sets of 5 to 11 images of each individual
were acquired under relatively unconstrained
conditions
EVALUATION OF FACE RECOGNITION SYSTEMS CONTINUE