28
28
Abstract— Biometric technology plays a vital role for developed, which can be used to detect faces by using skin
providing the security which is imperative part in secure system. color from DCT coefficient of Cb and Cr feature vectors [10].
Human face recognition is a potential method of biometric In recent, back-propagation algorithm also has been introduced
authentication. This paper presents a process of face recognition with facial expression detection and hand writing recognition
system using principle component analysis with Back- system [11][12][13].
propagation neural network where features of face image has
been combined by applying face detection and edge detection In this paper, we focus the face recognition system where
technique. In this system, the performance has been analyzed the feature has been extracted and fused, this feature dimension
based on the proposed feature fusion technique. At first, the has been reduced by using PCA technique, and finally we used
fussed feature has been extracted and the dimension of the the back-propagation classifier to classify the feature vectors.
feature vector has been reduced using Principal Component In the paper, we analysis this system based on different
Analysis method. The reduced vector has been classified by Back- biometric characteristic. In section II, we describe the proposed
propagation neural network based classifier. In recognition stage, feature fusion based face recognition system. Feature
several steps are required. Finally, we analyzed the performance extraction technique has been described in section III. About
of the system for different size of the train database. The back-propagation algorithm will be described in section IV.
performance analysis shows that the efficiency has been After that experimental result will be described in section V.
enhanced when the feature extraction operation performed Finally conclusion has been given in section VI.
successfully. The performance of the system has been reached
more than 92% for the adverse conditions.
II. PROPOSED CLASSIFIER FUSION TECHNIQUE FOR THE
Keywords— facet detection, edge detection, priciple component FACE RECOGNITION SYSTEM
analysis, back-propagation algorithm, feature fusion, false
The issues of the design and implementation of the face
rejection rate.
recognition system can be subdivided into two stages. These
are train the faces and test the faces. In the first part, the system
I. INTRODUCTION has been learned different amount of faces from the database,
Face Recognition system is a pattern recognition technique and then face detection technique name Viola-Jones object
which is developed based on some mathematical model and detection has been implemented on the train facial database.
has two vital steps i.e. feature extraction and classification. We cropped the facial portion of the database image. Then we
Image processing technique has been applied to extract feature used the edge detection technique to detect the shape of the
from face database and some classification techniques are train facial image. Finally we fused the two characteristic of the
applied to recognize the unknown facial template. In recent facial images into a feature vector. On this feature vector,
year, different type of research has been performed to develop principal component analysis technique has been applied to
the face recognition system. The dimension of the face image reduce the dimension. At last, this reduced feature has been
is the vital issue to resist the performance of recognition used as the input of the back-propagation algorithm. Finally we
system. Principal component analysis has been used to reduce classified the facial database by using the BPNN algorithm and
the dimension of the face database and extracted the feature the weighed matrix for the network has been saved to use in
face that is used in face recognition technique recognition stage. In the second stage, an unknown facial
[1][2][3][4][5][6]. A recent work, the dimension of the facial image has been given as input in the system to perform the
image has been reduced using principal component analysis recognition act. We applied the same technique to extract the
technique and the neural network has been used to face reduced facial feature from the unknown face image and the
recognition [7][8]. Back-propagation algorithm has been train network takes a decision based on the network
proposed for face detection technique, which offers great knowledge, which facial image of the database is closest one
Àexibility in contrast to the knowledge-based approaches [9]. with the unknown facial image. We have pre-defined a
The skin-based color features extracted from two dimensional threshold value to reject the unknown facial image which is
Discrete Cosine Transfer (DCT) and neural networks has been measures on the deviation from the known facial image and the
(a) (b)
Fig. 6. (a) Unknown Facial Image (b) Selected Database Facial Image