IJAREEIE Paper Template
IJAREEIE Paper Template
IJAREEIE Paper Template
ABSTRACT: A project aimed to identify the criminals in any investigation department. The technique is to make a
database which already stores images of the criminals in the system along with their details and those images are
segmented into many slices of eyes, hairs, lips, nose, etc. These images are again stored in another database record to
identify the criminals since matching the images would prove the required point. When a person has to be identified the
images stored in the database are compared with the existing details. The project provides a very friendly environment
for operator to easily identify criminals. The concept of Eigen faces is used to identify the faces. Aim was to develop a
method of face recognition that is fast, robust, reasonably simple and accurate with a relatively simple and easy to
understand algorithms and techniques
KEYWORDS: Principal component analysis, Eigen vector, Eigen faces, Biometrics.
I.INTRODUCTION
The sole motive behind the technology is making criminal identification easier and this project is a step towards
achieving that goal. This paper brings together new algorithms and insights to construct a framework for robust and
extremely rapid visual detection. In other face detection systems, auxiliary information, such as image differences in
video sequences, or pixel colour in colour images, have been used to achieve high frame rates [1]. We developed a
system that is very useful for any investigation department. The images captured from camera will be stored to the
storage device through the processor. If some similarities are found in the photos, the website or web portal will send
information and the department will get notified regarding the same.
In face recognition, the algorithm used is PCA (principal component analysis), MPCA (Multi linear Principal
Component Analysis) and LDA (Linear Discriminant Analysis) in which we recognize an unknown test image by
comparing it with the known training images stored in the database as well as give information regarding the person
recognized. Face recognition can be applied for a wide variety of problems like human- computer recognition, criminal
detection, image processing, film processing etc. Face detection is a difficult and challenging task so we need some real
time application to detect the criminals around us. In order to do so we thought of implementing Eigen faces algorithm
which was developed by M. Turk and A. Pentland in 1991.
Copyright to IJAREEIE
DOI:10.15662/IJAREEIE.2016.0507001
Principal component analysis (PCA): PCA involves a mathematical procedure that transforms a number of
possibly correlated variables into a number of uncorrelated variables call led principal components, related to
the original variables by an orthogonal transformation. This transformation is defined in such a way that the
first principal component has as high a variance as possible (that is, accounts for as much of the variability in
the data as possible), and each succeeding component in turn has the highest variance possible under the
constraint that it be orthogonal to the preceding components. It is the simplest approach which can be used for
data compression and face recognition and it operates at a faster rate. PCA can be done by eigenvalue
decomposition of a data covariance (or correlation) matrix or singular value decomposition of a data matrix,
usually after mean centering (and normalizing or using Z-scores) the data matrix for each attribute [2]. The
results of a PCA are usually discussed in terms of component scores, sometimes called factor scores (the
transformed variable values corresponding to a particular data point), and loadings (the weight by which each
standardized original variable should be multiplied to get the component score) [3].
2.
Multi linear Principal Component Analysis (MPCA): It is the extension of PCA that uses multi linear algebra
and proficient of learning the interactions of the multiple factors like different viewpoints, different lighting
conditions and different expressions the first step in developing anything is to state the requirements. MPCA is
employed in the analysis of n-way arrays, ie a cube or hyper-cube of numbers, also informally referred to as a
"data tensor". The MPCA solution follows the alternating least square (ALS) approach.[4] It is iterative in
nature. As in PCA, MPCA works on centered data. Centering is a little more complicated for tensors, and it is
problem dependent.
III. PRODUCT DESIGN STRATEGY.
To overcome the drawbacks that were in the existing system we developed a system that will be very useful for any
investigation department. The images captured from camera will be directly transferred to receiving section via wi-fi
module. If the matching of the photos are found, the website or web portal will send information and the department
will get notified.
The transmitter section is having USB camera, Raspberry-pi, GSM Module, Wi-Fi module and power supply. The USB
camera will be turned on as per the instructions given by Raspberry-pi. The power supply of +5.1V is given to the
transmitter. As the raspberry-pi is continuously working it needs consistent power supply. The camera will capture the
image of detected face and send to processor. The program will keep matching the captured images with stored
database of images. If the image is matched a message as Criminal detected will be printed on screen. The number of
image will be noted in computer. As soon as the Criminal detected message is printed, the Raspberry-pi will send the
image number along with message as Criminal detected on the registered phone number via GSM Module. At the
same time, image will be transferred to the receiver section via Wi-Fi.
Copyright to IJAREEIE
DOI:10.15662/IJAREEIE.2016.0507001
Fig 1:
Transmitter Section
Our approach treats face recognition as a two-dimensional recognition problem. In this scheme face
recognition is done by Principal Component Analysis (PCA). Facial recognition technique is newly developed into two
areas: facial metrics and eigenfaces. Facial metrics technology relies on the measurement of the specific facial features
(the systems usually look for the positioning of the eyes, nose and mouth and the distances between these features) [5].
Face images are projected onto a face space that encodes best variation among known face images. The face space is
dened by Eigen face which are eigenvectors of the set of faces, which may not correspond to general facial features
such as eyes, nose, lips. The eigen face approach uses the PCA for recognition of the images. The system performs by
projecting pre extracted face image onto a set of face space that represent signicant variations among known face
images. Face will be categorized as known or unknown face after matching with the present database. If the user is new
to the face recognition system then his/her template will be stored in the database else matched against the templates
stored in the database. The variable reducing theory of PCA accounts for the smaller face space than the training set of
face.
Biometrics is used in the process of authentication of a person by verifying or identifying that a user requesting a
network resource is who he, she, or it claims to be, and vice versa. It uses the property that a human trait associated
with a person itself like structure of nger, face details etc. By comparing the existing data with the incoming data we
can verify the identity of a particular person there are many types of biometric system like ngerprint recognition, face
detection and recognition, iris recognition etc., these traits are used for human identication in surveillance system,
criminal identication. Advantages of using these traits for identication are that they cannot be forgotten or lost. These
are unique features of a human being which is being used widely.
PCA is a variable reduction procedure and useful when obtained data have some Redundancy. This will result into
reduction of variables into smaller number of Variables which are called Principal Components which will account for
the most of the variance in the observed variable. Problems arise when we wish to perform recognition in a highdimensional space. Goal of PCA is to reduce the dimensionality of the data by retaining as much as variation possible
in our original data set. On the other hand dimensionality reduction implies information loss. The best low-dimensional
space can be determined by best principal components.
The major advantage of PCA is using it in Eigen face approach which helps in reducing the size of the database for
recognition of a test images. The images restored as their feature vectors in the database which are found out projecting
Copyright to IJAREEIE
DOI:10.15662/IJAREEIE.2016.0507001
Copyright to IJAREEIE
DOI:10.15662/IJAREEIE.2016.0507001
DOI:10.15662/IJAREEIE.2016.0507001
Copyright to IJAREEIE
DOI:10.15662/IJAREEIE.2016.0507001
Copyright to IJAREEIE
DOI:10.15662/IJAREEIE.2016.0507001
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
Paul Viola & Michael Jones (2013) Robust Real-Time face detection International Journal of Computer Vision 57(2), 137154, 2004
Abdi. H., & Williams, L.J. (2010). "Principal component analysis". Wiley Interdisciplinary Reviews: Computational Statistics. 2 (4): 433459
Shaw P.J.A. (2003) Multivariate statistics for the Environmental Sciences, Hodder-Arnold.
Zdenek R haVclav Maty Biometric Authentication Systems , FI MU Report Series, November 2000
W. Zhao, R. chellappa, P. J. Phillips, Face recognition: A literature survey, ACM Computing Surveys (CSUR), December 2003.
A. Suman, Automated face recognition: Applications within law enforcement. Market and technology review, NPIA, 2006
G. L. Marcialis, F. Roli, Chapter: Fusion of Face Recognition Algorithms for Video-Based Surveillance Systems, Department of Electrical and
Electronic Engineering- Univ- ersity of Cagliari- Italy.
http://www.sony.net/SonyInfo/technology/technology/theme/sface_01.html
Bonsor, K. "How Facial Recognition Systems Work". Retrieved 2008-06-02
Copyright to IJAREEIE
DOI:10.15662/IJAREEIE.2016.0507001