SlideShare a Scribd company logo
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 10, Issue 1 (Mar. - Apr. 2013), PP 08-18
www.iosrjournals.org
www.iosrjournals.org 8 | Page
A Fast Recognition Method for Pose and Illumination Variant
Faces on Video Sequences
Mahesh Prasanna K1
, Nagaratna Hegde2
1
(ISE, Alva’s Institute of Engineering & Technology, India)
2
(CSE, Vasavi College of Engineering, India)
Abstract: Video face recognition is a widely used method in which security is essential that recognizes the
human faces from subjected videos. Unlike traditional methods, recent recognition methods consider practical
constraints such as pose and illumination variations on the facial images. Our previous work also considers such
constraints in which face recognition was performed on videos that were highly subjected pose and illumination
variations. The method asserted good performance however; it suffers due to high computational cost. This
work overcomes such drawback by proposing a simple face recognition technique in which a cost efficient
Active Appearance Model (AAM) and lazy classification are deployed. The deployed AAM avoids nonlinear
programming, which is the cornerstone for increased computational cost. Experimental results prove that the
proposed method is better than the conventional technique in terms of recognition measures and computational
cost.
Keywords — Active Appearance Model (AAM), lazy classification, shape, model, appearance, recognition,
computation.
I. INTRODUCTION
Face recognition can be termed as a technique of differentiating faces or confirming one or more
individuals in a particular still or video image using a stored database [1] [2] [3]. It finds numerous applications
in surveillance, human-computer interactions, authentication and security [4]. It is broadly classified into two
types namely geometric feature-based and appearance-based [6]. The facial parts are considered as geometrical
parameters and are utilized by geometric feature-based methods, for instance, elastic bunch graph matching [7]
and active appearance model [8], while in appearance-based methods intensity or intensity-derived parameters
are utilized [1] [17]. In a given video fragment, the process that is performed is associated with the image and is
repeated for every frame. For this reason, we refer some face recognition approaches for a given image also
when discussing about the recognition technique in video. The primary two stages of a face recognition
technique is face detection and face identification [4]. Initially in the face detection stage, face images present in
a given input image are located. Then to recognize the registered individuals of the system, faces located in the
input image are then used by the face identification stage. This shows the sensible significance of having both
face detection algorithms and face identification algorithms [13].
In face recognition, the foremost concerned characteristics are variations in illumination, pose, identity
[5], facial expression, hair style, aging, make-up, scale etc,. The variation is challenging under severe
illumination condition even for humans accurate recognition of faces because the same person appears
extremely different [12]. As a solution, to overcome the problem and to manage pose variations in face
recognition view-based method is principally used. In this method, the images are captured from diverse view
angles to recognize the face images of the persons [15] [16]. Using the images of the same view an eigen space
model is constructed for each view. By using the view-specific eigen model, a person in a different pose can be
recognized effectively [14].
Only few years before the true video based face recognition methods that consistently use both spatial
and temporal information began in which recognition of faces from video sequence still requires more
recognition which is a direct extension of still-image-based recognition [9]. A typical video-based face
recognition system determines the face regions automatically by extracting features from the video and
distinguishing facial identities, which is often a difficult task [10]. In contrast to this, utilizing motion as a cue
identification of the segmentation of a moving person is easier if a video sequence is available. Apart from this,
a range of various factors like illumination, pose, identity, facial expression, hair style, aging, make-up, scale
etc. have been focused in the previous research works. However, illumination and pose are the two major factors
that influence face recognition.
The chief limitation of the pose-invariance recognition approach is the necessity to achieve and
accumulate a large number of views for each face. This technique is unsuitable for conditions where only a
small number of views of the face to be recognized are available. One of the most challenging problems is
varying illumination and the most important drawback of illuminations is computational cost. To address and
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences
www.iosrjournals.org 9 | Page
solve these problems, various algorithms have been developed for face recognition. A review on handful of
research works has been presented and the problems are addressed in the following Section. The proposed
technique to solve the addressed problem is detailed in Section 3. The results are discussed in Section 4 and
Section 5 concludes the paper.
II. RELATED WORKS
S.Venkatesan and S.SrinivasaRaoMadane [18] have proposed a face recognition system. The system
used Genetic and Ant colony Optimization algorithm to identify faces in images and video tracks faces,
distinguish faces from galleries of well-known people. YileiXuet al. [19] have proposed a framework called
analysis-by-synthesis framework. In the framework the face was recognized from video sequences under
various facial pose and in lighting situation. Connolly, J.F et al. [20] proposed an adaptive classification system
(ACS) for video-based face recognition. The system was a combination of fuzzy ARTMAP neural network
classifier, dynamic particle swarm optimization (DPSO) algorithm, and a long term memory (LTM).
Unsang Park et al. [21] introduced the adaptive use of multiple face matchers to improve the
performance of face recognition in video. In their method, active appearance model (AAM) and a Factorization
based 3D face reconstruction technique were exploited to estimate the active information of facial poses in
different frames. Huifuang Ng et al. [14] proposed an approach, which was not much sensitive to direction of
views and required only one sample view per person. Xiujuan Chai, Shiguang Shan et al. [22] proposed a
Locally Linear regression (LLR) method in which an essential frontal view is generated from a given non frontal
face image. In order to accomplish this, they exploited linear mapping and the assessment of the linear mapping
was formulated as a forecasting problem.
OgnjenArandjelovicet al. [23] presented a recognition method based on simple image processing filters
to produce a single matching score between two different faces. They implicitly estimated the difference of the
illumination conditions between query input and training dataset in the method. Sheikh et. al. [24] proposed a
framework for human face retrieval in which face detection was performed using Viola and Jones frontal
detector and the features were extracted using fast Haar transformation. Sheikh et. al. [25] converts the query
image to a 3D- ellipsoid model based on the viola and jones frontal face detector. They used chamfer distance
measure to performing recognition.
The review of works clearly interprets that the video faces are highly variable, deformable objects, and
different appearances in frame depending on pose, lighting, expression, and the identity of the person. Besides
that, the frame can have different backgrounds, differences in image resolution, contrast, brightness, sharpness,
and color balance. This means that interpretation of such video face requires the ability to understand this
variability in order to extract useful information and this extracted information must be of some manageable
size. However, the recent related works have focused on such practical constraints such as pose and illumination
variations of the facial images. In our previous work, we had developed a solution for considering both pose and
illumination variation, however the methodology is highly complex despite it performed well.
In this work, we intend to propose a simple face recognition technique, which is simpler in terms of
computational complexity, using Active Appearance Model (AAM). Active Appearance Model is well known
for its differentiation and integration ability under different poses of subjected faces. Conventionally, the AAM
is exploited along with a non-linear programming to extract features. The extracted features require a classifier;
mostly an intelligent classifier is required for further recognition process. This again increases the computational
complexity despite the features that distinguish pose variations. In order to avoid such complexities, we propose
active appearance features without incorporation of nonlinear programming and a lazy classifier to training
complexities.
III. Proposed Face Recognition Technique
The proposed technique is comprised of two stages, (i) Development of Feature Library and (ii)
Recognition Stage. A high level block diagram of the proposed face recognition system is given in Figure 1.
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences
www.iosrjournals.org 10 | Page
A. Development of Feature Library
Let us consider a facial database  NiVV i ,,1  , where N is the number of videos in the
database. In the database, iV is
th
i video, which is of length T seconds and holds pN number of poses. For
every pose, a sample frame ipf : 1,,1,0  pNp  is selected and then the combined appearance model is
extracted. In order to extract a combined appearance model for every
th
i video, individual shape and appearance
models are extracted and subsequent combining processing is performed. In both the shape and appearance
model extraction, manual intervention is required as like in the AAM, in which the active portions of faces are
manually marked and then they are subjected to shape and appearance model extraction. The manually marked
active portions of some sample faces are given in Figure 2.
Figure 2: Active marks on sample images
B. Shape Model Extraction
Generally, shape model is a statistical model, which depicts the shape features of a deformable object.
Conventional shape model [26] performs iterative procedures to determine precise statistical relationship among
the facial portions; however the complexity is increased because of the iterative procedure. The propose method
extracts a simple shape model without any iterative procedures, which is given as follows
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences
www.iosrjournals.org 11 | Page















1
1
0
aipN
ip
ip
ip
S
S
S
S

(1)
   
   


















 y
ipqiq
y
ipqipq
x
ipqiq
x
ipqipq
y
ipq
x
ipq
ipq
YYE
XXE
S
S
S


(2)
where, ipqS is the shape model of th
q active portion of th
p pose in th
i video, x
ipqS and y
ipqS are the shape
model of x and y co-ordinates, ipqX and ipqY are a vector of x co-ordinates of th
q active portion of th
p pose
in th
i video, respectively, x
iq , y
iq , iqX and iqY are the local mean and global mean shape model of th
q active
portion in th
i video, respectively. The local mean and global mean shape models can be determined as follows
ipq
N
pp
iq X
N
X
p





1
0
1
(3)
)(5.0 iqipqiq XX 
(4)
C. Appearance Model Extraction
Active Appearance Model is a statistical model that defines shape and appearance of an object. In our
work, we exploit the benefits of appearance model simply by considering the gray levels of the interconnected
landmark points. An interconnection of land mark points that depict appearance of a face is shown below.
Figure 3: Extraction of Appearance Model (i) Face with Landmark points, (ii) Mesh structure Landmark points
and (iii) Mesh Model of Face Appearance















1
1
0
aipN
ip
ip
ip
A
A
A
A

(5)
From figure 3, it can be seen that an appearance structure of the face is firstly landmarked, secondly a mesh
structure is formed and eventually, the mesh model is extracted. The position of the such mesh nodes are
considered as shape model in the previous Section and the gray portions are considered as the appearance model
along with the interconnect information. The extracted appearance model can be represented as in equation (5)
in which  ipipqip SAA 
D. Recognition Stage
The Recognition stage performs most of the similar processes as done in the feature library and then performs a
lazy classification to recognize the acquired face belongs to an authorized person or not. The recognition
systems may either work in online or in offline, anyhow the face is acquired by video acquisition system and the
face localization is performed. Once the localized face is grabbed, then the further process of extracting the
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences
www.iosrjournals.org 12 | Page
features takes place. As stated earlier, the further extraction of facial shape and appearance model takes as
performed in Section B & C and test feature set is determined as follows.
E. Lazy Classification
This work exploits lazy classification as because the lazy classification requires no training process, which can
highly reduce the system complexity. Despite lazy classification is not assured for recognition accuracy, the
features are extracted in such a way that improved recognition accuracy can be accomplished from the
introduced lazy classifier. The lazy classification process is performed with the aid of Squared Euclidean
Distance (SED). The classification model is given as follows
 
TN
i
A
i
S
i
A
i
S
i
i
DD
DDN
 



:minarg
1
0 (6)
where,
  





1
0
1
0
2
p a
N
p
N
q
test
qipq
S
i SSD
(7)
  





1
0
1
0
2
p a
N
p
N
q
tset
qipq
A
i AAD
(8)
In equation (6),
 is the classification distance, T is the distance threshold, S
iD and A
iD are the shape and
correlation parameters, respectively.
As per the model, which is given in equation (6), the classification is performed and the face
shall be a
recognized face, whereas if   decision would be unrecognized. Eventually a recognized face is identified
for its identification number and the approved credentials are displayed through output device.
IV. Experimental Results
The proposed face recognition technique is implemented in the working platform of MATLAB
(version 7.11) and tested in a machine, which has Intel Core i5 Processor, 4GB RAM and a clock speed of 3.20
GHz. The performance of the proposed technique is analyzed using UPC Face Database. For simplicity and
visualize the performance in depth, we divide the database into four subsets and we organize in such a way that
each subset has different pose and illumination views of ten persons. In every database, ten-fold cross-validation
is performed and the performance is observed in terms of statistical measures and computational time.
A. Performance Analysis
The cross-validation results of the proposed and conventional face recognition technique [27] on the
benchmark datasets are given as confusion matrices and statistical measures in Table I and II, respectively.
TABLE I: Confusion Matrices of proposed and conventional methods for (i) Dataset 1, (ii) Dataset 2, (iii)
Dataset 3 and (iv) Dataset 4
(i)
(a)Proposed Method (b) Conventional Method
4 0
1 5
2 0
3 5
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences
www.iosrjournals.org 13 | Page
(ii)
(a)Proposed Method (b) Conventional Method
(iii)
(a)Proposed Method (b) Conventional Method
(iv)
(a)Proposed Method (b) Conventional Method
TABLE II: Cross-validation results between proposed and conventional face recognition systems on (i) Dataset
I, (ii) Dataset II, (iii) Dataset III and (iv) Dataset IV
(i)
4 1
1 4
1 1
4 4
3 1
2 4
1 3
4 2
3 1
2 4
1 0
4 5
Performance Metrics Proposed Method Conventional Method
Accuracy (in %) 90 70
Sensitivity (in %) 80 40
Specificity (in %) 100 100
False Positive Rate (FPR) (in %) 0 0
Positive Predictive Value (PPV) (in
%)
100 100
Negative Predictive Value (NPV)
(in %)
83.3 62.5
False Discovery Rate (FDR) (in %) 0 0
Mathew Correlation Coefficient
(MCC)
0.82 0.5
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences
www.iosrjournals.org 14 | Page
(ii)
(iii)
(iv)
Performance Metrics Proposed Method Conventional Method
Accuracy (in %) 80 50
Sensitivity (in %) 80 20
Specificity (in %) 80 80
False Positive Rate (FPR) (in %) 20 20
Positive Predictive Value (PPV) (in
%)
80 50
Negative Predictive Value (NPV)
(in %)
80 50
False Discovery Rate (FDR) (in %) 20 50
Mathew Correlation Coefficient
(MCC)
0.48 0
Performance Metrics Proposed Method Conventional Method
Accuracy (in %) 70 30
Sensitivity (in %) 60 20
Specificity (in %) 80 40
False Positive Rate (FPR) (in %) 20 60
Positive Predictive Value (PPV) (in
%)
75 25
Negative Predictive Value (NPV) (in
%)
66.66 33.33
False Discovery Rate (FDR) (in %) 25 75
Mathew Correlation Coefficient
(MCC)
0.3265 -0.163
Performance Metrics Proposed Method Conventional Method
Accuracy (in %) 70 60
Sensitivity (in %) 60 20
Specificity (in %) 80 100
False Positive Rate (FPR) (in %) 20 0
Positive Predictive Value (PPV) (in
%)
75 100
Negative Predictive Value (NPV)
(in %)
66.66 55.55
False Discovery Rate (FDR) (in %) 25 0
Mathew Correlation Coefficient
(MCC)
0.326599 0.3333
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences
www.iosrjournals.org 15 | Page
Figure 4: Averaged Comparative Chart between the proposed and conventional face recognition technique
In each confusion matrix (Table 1), the top left and right represents True positive (TP) and False
positive (FP), respectively and bottom left and right represents False Negative (FN) and True Negative (TN)
respectively. Here, the TP, FP, TN and FN values are determined as follows
TP – when an authorized person is identified correctly
FP – when an unauthorized person is identified as authorized
FN – when an authorized person is identified as unauthorized
TN – when an unauthorized person is identified correctly
Based on the confusion matrices, the statistical performance measures such as accuracy, sensitivity, specificity,
FPR, PPV, NPV, FDR and MCC are calculated and tabulated in Table II. In most cases, the performance of the
proposed technique is better than the conventional face recognition technique. Even in some instants, the
conventional face recognition technique is outperforming rather than the proposed technique, for instance, for
dataset 4, PPV of proposed method is only 75% of the conventional method, but when averaged data is
considered, the proposed technique outperforms. This can be visualized from the comparative chart, which is
illustrated in figure 4.
B. Complexity Analysis
The proposed face recognition technique is computationally less complex rather than the conventional face
recognition technique despite pose and illumination factors are considered in the process. The determined
computational time for testing is tabulated in Table III and the averaged comparative chart is given in Figure 5.
Table III: Time taken by the recognition stage of proposed and conventional method under various cross-
validation experiments
(i)
Experiment
No.
Proposed Method (in seconds) Conventional Method (in seconds)
1 0.046403 9.132254
2 0.045505 7.777212
3 0.046203 8.586688
4 0.048359 4.722249
5 0.047265 8.109439
6 0.046123 8.615386
7 0.043215 8.498807
8 0.048245 8.135393
9 0.049569 8.639124
10 0.049575 9.459281
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences
www.iosrjournals.org 16 | Page
(ii)
(iii)
(iv)
Figure 5: Averaged complexity comparison on proposed and conventional face recognition method
Experiment
No.
Proposed Method (in seconds) Conventional Method (in seconds)
1 0.003829 8.87961
2 0.003719 8.208001
3 0.003982 9.501837
4 0.003579 7.729446
5 0.003721 8.624749
6 0.003845 7.71216
7 0.003956 7.793763
8 0.003485 9.518724
9 0.003614 9.740584
10 0.003525 8.790306
Experiment
No.
Proposed Method (in seconds) Conventional Method (in seconds)
1 0.003693 7.150357
2 0.003591 7.618764
3 0.003489 7.200222
4 0.003562 7.734955
5 0.003548 7.60312
6 0.003674 7.234343
7 0.003697 7.497155
8 0.003789 7.594407
9 0.003815 7.1227
10 0.003835 7.281026
Experiment
No.
Proposed Method (in seconds) Conventional Method (in seconds)
1 0.003914 33.945641
2 0.003819 24.823843
3 0.003818 25.969141
4 0.003958 36.278052
5 0.003882 33.465799
6 0.004015 44.872417
7 0.003614 33.945641
8 0.003689 24.823843
9 0.003715 38.945641
10 0.003769 28.823843
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences
www.iosrjournals.org 17 | Page
From Table III and Figure 5, it can be seen that the proposed face recognition technique is very less
complex than the conventional face recognition technique. The comparison shows that there is tens of deviation
between them. In order further substantiate, averaged complexity is determined in which tens of deviation can
be seen for datasets 1, 2 and 3 and three tens of deviation for dataset 4. Moreover, proposed technique consumes
consistent time duration for evaluating an unknown image, which is an added advantage over the conventional
recognition method.
V. Conclusion
This paper introduced a simple face recognition method to perform precise recognition in least
computational cost. The work intended to solve the drawback of high computational cost of our previous
recognition method. The experimental results showed that the proposed method outperforms the previous work
in terms of both recognition accuracy and computational cost. This is mainly because of the fact that the usage
of appearance model parameters in a simple way without exploiting any nonlinear programming. Moreover, the
lazy classification deployed in the method further reduced the computational complexity. Even though, the work
was mainly focused on reducing the computational complexity on recognition stage, there could not be any
compromise on the precision of recognition. However, as the analysis was made on a limited datasets and not in
a common bench, the future scope of the work relies on careful and extensive analysis over the technique under
various test setups.
REFERENCES
[1] Wu-Jun Li, Chong-Jun Wang, Dian-Xiang Xu and Shi-Fu Chen, "Illumination Invariant Face Recognition Based on Neural
Network Ensemble", In Proceedings of 16th IEEE International Conference on Tools with Artificial Intelligence, pp. 486-490,
November 2004.
[2] Majumdar and Ward, "Pseudo-Fisher face Method for Single Image Per Person Face Recognition", In Proceedings of IEEE
International Conference on Acoustics, Speech and Signal Processing, Las Vegas, NV, pp. 989-992, 2008.
[3] GenciCapi, "A Robotic System for Intelligent Real Time Face Recognition", ICGST International Journal on Automation, Robotics
and Autonomous Systems, Vol. 9, No. 1, pp. 25-29, July 2009.
[4] Rehab F. Abdel-Kader, Rabab M. Ramadan and Rawya Y. Rizk, "Rotation Invariant Face Recognition Based on Hybrid LPT/DCT
Features", International Journal of Electrical and Computer Engineering, Vol. 3, No. 7, pp. 488-493, 2008.
[5] Shaohua Kevin Zhou and Rama Chellappa, "Image-based face recognition under illumination and pose variations", Journal of the
Optical Society of America A, Vol. 22, No. 2, pp. 217-229, 2005.
[6] Brunelli and Poggio, “Face recognition: Features versus templates”, IEEE Transactions on Pattern Analysis and Machine
Intelligence, Vol. 15, No. 10, pp.1042-1052, 1993.
[7] LaurenzWiskott, Jean-Marc Fellous, Norbert Kruger, and Christoph von der Malsburg, “Face Recognition by Elastic Bunch Graph
Matching”, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol.19, pp. 775-779, 1997.
[8] Edwards, Cootes and Taylor, "Face recognition using active appearance models”, In Proceedings of the 5th European Conference
on Computer Vision, Vol. 2, Freeburg, Germany,pp. 581-595, 1998.
[9] Zhao, Chellappa, Phillips and Rosenfeld, " Face Recognition: A Literature survey", Journal of ACM Computing Surveys, Vol. 35,
No. 4, pp. 1-72, December 2003.
[10] SushmaJaiswal, Sarita Singh Bhadauria, Rakesh Singh Jadon and Tarun Kumar Divakar, "Brief description of image based 3D face
recognition methods", 3D Research, Vol. 1, No. 4, pp. 1-15, 2010 .
[11] Erdogan, Ercil, Ekenel, Bilgin, Eden, Kirisci and Abut, "Multi-modal Person Recognition for Vehicular Applications", In Multiple
Classifier Systems, Vol. 3541, pp. 366-375, 2005.
[12] SeokCheolKee, Kyoung Mu Lee And Sang Uk Lee, " Illumination Invariant Face Recognition Using Photometric Stereo", IEICE
Transactions on Information and Systems, Vol. E83-D, No. 7, pp. 1466-1474, July 2000.
[13] Yasufumi Suzuki and Tadashi Shibata, "Illumination-Invariant Face Identification Using Edge-Based Feature Vectors In Pseudo-2d
Hidden Markov Models", In Proceedings of the 14th European Signal Processing Conference, Florence, Italy, 2006
[14] Hui-Fuang Ng, "Pose-Invariant Face Recognition Security System", Asian Journal of Health and Information Sciences, Vol. 1, No.
1, pp. 101-111, 2006.
[15] Shermina, "Impact of Locally Linear Regression and Fisher Linear Discriminant Analysis in Pose Invariant Face Recognition",
International Journal of Computer Science and Network Security, VOL.10 No.10, pp. 106-110, October 2010.
[16] Hui-Fuang and Hong-Wen Chen, “Pose and expression invariant face recognition from a single training sample using similarity
vector”, Journal of Cybernetics and Systems, Vol. 1, No. 1, pp. 21-26, 2008.
[17] Wu-Jun Li, Bin Luo, Chong-Jun Wang, Xiang-Ping Zhong and Zhao-Qian Chen, "A Multiple Eigenspaces Constructing Method
and Its Application to Face Recognition", In Proceedings of First International Conference on Advances in Natural Computation,
Vol. 3611, pp.55-64, 2005.
[18] S.Venkatesan, S.SrinivasaRaoMadane,"Face Recognition System with Genetic Algorithm and ANT Colony Optimization",
International Journal of Innovation, Management and Technology, Vol. 1, No. 5, December 2010.
[19] YileiXu, Amit Roy-Chowdhury, and KeyurPatel,"Integrating Illumination, Motion, and Shape Models for Robust Face Recognition
in Video", EURASIP Journal on Advances in Signal Processing, Vol. 2008,pp 13,2007.
[20] Connolly, J.F., Granger, É. and Sabourin, R., “An Adaptive Classification System for Video-Based Face Recognition”, Information
Sciences, In Press, doi:10.1016/j.ins.2010.02.026,march 2010.
[21] Unsang Park and Anil K. Jain,” Face Recognition in Video: Adaptive Fusion of Multiple Matchers”, IEEE computer society
workshop on bio metrics, Minnerpolis, USA, June 2007.
[22] Xiujuan Chai, Shiguang Shan,” Locally Linear Regression for Pose-InvariantFace Recognition”, IEEE transaction on image
processing, Vol. 16, No. 7, pp. 1716-1725,July 2007.
A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences
www.iosrjournals.org 18 | Page
[23] OgnjenArandjelovic, Roberto Cipolla,” A methodology for rapid illumination-invariant face recognition using image processing
filters”, ELSEVIER, PP. 159-171, 2009.
[24] Zafar g. Sheikh, thakarev.m. and sherekars.s, “Towards Retrieval of Human Face from Video Database: A Novel Framework”,
Journal of Information Systems and Communication, Volume 3, Issue 1, pp.154-157, 2012
[25] Z G Sheikh, V M Thakare and S SSherekar, “Methodology for Human Face retrieval from video sequences based on holistic
approach”, IJCA Proceedings on National Conference on Innovative Paradigms in Engineering and Technology (NCIPET 2012)
ncipet(11):7-11, March 2012
[26] T. F. Cootes, C. J. Taylor, D. H. Cooper and J. Graham, “Active Shape Models: Their Training and Application” Computer Vision
and Image Understanding, Vol. 61, No. 1, p.p. 38-59, 1995
[27] T. Shreekumar and Nagarathna Hedge, “Pose and Illumination Invariant Video Face Recognition Technique: An Integrative
Approach”, in communication with International Journals

More Related Content

What's hot

Ch 1
Ch 1Ch 1
An Efficient Face Recognition Using Multi-Kernel Based Scale Invariant Featur...
An Efficient Face Recognition Using Multi-Kernel Based Scale Invariant Featur...An Efficient Face Recognition Using Multi-Kernel Based Scale Invariant Featur...
An Efficient Face Recognition Using Multi-Kernel Based Scale Invariant Featur...
CSCJournals
 
MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING
MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNINGMULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING
MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING
sipij
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
Progression in Large Age-Gap Face Verification
Progression in Large Age-Gap Face VerificationProgression in Large Age-Gap Face Verification
Progression in Large Age-Gap Face Verification
IRJET Journal
 
Hoip10 articulo reconocimiento facial_univ_vigo
Hoip10 articulo reconocimiento facial_univ_vigoHoip10 articulo reconocimiento facial_univ_vigo
Hoip10 articulo reconocimiento facial_univ_vigo
TECNALIA Research & Innovation
 
NEURAL NETWORK APPROACH FOR EYE DETECTION
NEURAL NETWORK APPROACH FOR EYE DETECTIONNEURAL NETWORK APPROACH FOR EYE DETECTION
NEURAL NETWORK APPROACH FOR EYE DETECTION
cscpconf
 
IRJET- Autonamy of Attendence using Face Recognition
IRJET- Autonamy of Attendence using Face RecognitionIRJET- Autonamy of Attendence using Face Recognition
IRJET- Autonamy of Attendence using Face Recognition
IRJET Journal
 
Report Face Detection
Report Face DetectionReport Face Detection
Report Face DetectionJugal Patel
 
A comparative review of various approaches for feature extraction in Face rec...
A comparative review of various approaches for feature extraction in Face rec...A comparative review of various approaches for feature extraction in Face rec...
A comparative review of various approaches for feature extraction in Face rec...
Vishnupriya T H
 
Deep learning for understanding faces
Deep learning for understanding facesDeep learning for understanding faces
Deep learning for understanding faces
sieubebu
 
Face Detection Using Modified Viola Jones Algorithm
Face Detection Using Modified Viola Jones AlgorithmFace Detection Using Modified Viola Jones Algorithm
Face Detection Using Modified Viola Jones Algorithm
paperpublications3
 
IRIS Based Human Recognition System
IRIS Based Human Recognition SystemIRIS Based Human Recognition System
IRIS Based Human Recognition System
CSCJournals
 
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial OcclusionIRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET Journal
 
A Review on Face Detection under Occlusion by Facial Accessories
A Review on Face Detection under Occlusion by Facial AccessoriesA Review on Face Detection under Occlusion by Facial Accessories
A Review on Face Detection under Occlusion by Facial Accessories
IRJET Journal
 

What's hot (19)

Ch 1
Ch 1Ch 1
Ch 1
 
An Efficient Face Recognition Using Multi-Kernel Based Scale Invariant Featur...
An Efficient Face Recognition Using Multi-Kernel Based Scale Invariant Featur...An Efficient Face Recognition Using Multi-Kernel Based Scale Invariant Featur...
An Efficient Face Recognition Using Multi-Kernel Based Scale Invariant Featur...
 
50120140504002
5012014050400250120140504002
50120140504002
 
40120140505010 2-3
40120140505010 2-340120140505010 2-3
40120140505010 2-3
 
40120140505010
4012014050501040120140505010
40120140505010
 
Week6 face detection
Week6 face detectionWeek6 face detection
Week6 face detection
 
MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING
MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNINGMULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING
MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Progression in Large Age-Gap Face Verification
Progression in Large Age-Gap Face VerificationProgression in Large Age-Gap Face Verification
Progression in Large Age-Gap Face Verification
 
Hoip10 articulo reconocimiento facial_univ_vigo
Hoip10 articulo reconocimiento facial_univ_vigoHoip10 articulo reconocimiento facial_univ_vigo
Hoip10 articulo reconocimiento facial_univ_vigo
 
NEURAL NETWORK APPROACH FOR EYE DETECTION
NEURAL NETWORK APPROACH FOR EYE DETECTIONNEURAL NETWORK APPROACH FOR EYE DETECTION
NEURAL NETWORK APPROACH FOR EYE DETECTION
 
IRJET- Autonamy of Attendence using Face Recognition
IRJET- Autonamy of Attendence using Face RecognitionIRJET- Autonamy of Attendence using Face Recognition
IRJET- Autonamy of Attendence using Face Recognition
 
Report Face Detection
Report Face DetectionReport Face Detection
Report Face Detection
 
A comparative review of various approaches for feature extraction in Face rec...
A comparative review of various approaches for feature extraction in Face rec...A comparative review of various approaches for feature extraction in Face rec...
A comparative review of various approaches for feature extraction in Face rec...
 
Deep learning for understanding faces
Deep learning for understanding facesDeep learning for understanding faces
Deep learning for understanding faces
 
Face Detection Using Modified Viola Jones Algorithm
Face Detection Using Modified Viola Jones AlgorithmFace Detection Using Modified Viola Jones Algorithm
Face Detection Using Modified Viola Jones Algorithm
 
IRIS Based Human Recognition System
IRIS Based Human Recognition SystemIRIS Based Human Recognition System
IRIS Based Human Recognition System
 
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial OcclusionIRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
IRJET- A Survey on Facial Expression Recognition Robust to Partial Occlusion
 
A Review on Face Detection under Occlusion by Facial Accessories
A Review on Face Detection under Occlusion by Facial AccessoriesA Review on Face Detection under Occlusion by Facial Accessories
A Review on Face Detection under Occlusion by Facial Accessories
 

Viewers also liked

Gene Selection for Sample Classification in Microarray: Clustering Based Method
Gene Selection for Sample Classification in Microarray: Clustering Based MethodGene Selection for Sample Classification in Microarray: Clustering Based Method
Gene Selection for Sample Classification in Microarray: Clustering Based Method
IOSR Journals
 
A Combined Approach of Software Metrics and Software Fault Analysis to Estima...
A Combined Approach of Software Metrics and Software Fault Analysis to Estima...A Combined Approach of Software Metrics and Software Fault Analysis to Estima...
A Combined Approach of Software Metrics and Software Fault Analysis to Estima...
IOSR Journals
 
Ethopian Database Management system as a Cloud Service: Limitations and advan...
Ethopian Database Management system as a Cloud Service: Limitations and advan...Ethopian Database Management system as a Cloud Service: Limitations and advan...
Ethopian Database Management system as a Cloud Service: Limitations and advan...
IOSR Journals
 
Mobility Contrast Effect on Environment in Manet as Mobility Model
Mobility Contrast Effect on Environment in Manet as Mobility ModelMobility Contrast Effect on Environment in Manet as Mobility Model
Mobility Contrast Effect on Environment in Manet as Mobility Model
IOSR Journals
 
J0935461
J0935461J0935461
J0935461
IOSR Journals
 
Disposition Pattern of Sulphur Functional Groups in High Sulphur Ledo Coals o...
Disposition Pattern of Sulphur Functional Groups in High Sulphur Ledo Coals o...Disposition Pattern of Sulphur Functional Groups in High Sulphur Ledo Coals o...
Disposition Pattern of Sulphur Functional Groups in High Sulphur Ledo Coals o...
IOSR Journals
 
Implementation of FC-TCR for Reactive Power Control
Implementation of FC-TCR for Reactive Power ControlImplementation of FC-TCR for Reactive Power Control
Implementation of FC-TCR for Reactive Power Control
IOSR Journals
 
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRMMDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
IOSR Journals
 
Improving security for data migration in cloud computing using randomized enc...
Improving security for data migration in cloud computing using randomized enc...Improving security for data migration in cloud computing using randomized enc...
Improving security for data migration in cloud computing using randomized enc...
IOSR Journals
 
Efficient Fpe Algorithm For Encrypting Credit Card Numbers
Efficient Fpe Algorithm For Encrypting Credit Card NumbersEfficient Fpe Algorithm For Encrypting Credit Card Numbers
Efficient Fpe Algorithm For Encrypting Credit Card Numbers
IOSR Journals
 
Analysis and Implementation of Efficient Association Rules using K-mean and N...
Analysis and Implementation of Efficient Association Rules using K-mean and N...Analysis and Implementation of Efficient Association Rules using K-mean and N...
Analysis and Implementation of Efficient Association Rules using K-mean and N...
IOSR Journals
 
K0356778
K0356778K0356778
K0356778
IOSR Journals
 
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
IOSR Journals
 
B0540714
B0540714B0540714
B0540714
IOSR Journals
 
A Review on Image Inpainting to Restore Image
A Review on Image Inpainting to Restore ImageA Review on Image Inpainting to Restore Image
A Review on Image Inpainting to Restore Image
IOSR Journals
 
Development of Aquaponic System using Solar Powered Control Pump
Development of Aquaponic System using Solar Powered Control  PumpDevelopment of Aquaponic System using Solar Powered Control  Pump
Development of Aquaponic System using Solar Powered Control Pump
IOSR Journals
 
High Security Cryptographic Technique Using Steganography and Chaotic Image E...
High Security Cryptographic Technique Using Steganography and Chaotic Image E...High Security Cryptographic Technique Using Steganography and Chaotic Image E...
High Security Cryptographic Technique Using Steganography and Chaotic Image E...
IOSR Journals
 
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
IOSR Journals
 

Viewers also liked (20)

Gene Selection for Sample Classification in Microarray: Clustering Based Method
Gene Selection for Sample Classification in Microarray: Clustering Based MethodGene Selection for Sample Classification in Microarray: Clustering Based Method
Gene Selection for Sample Classification in Microarray: Clustering Based Method
 
C0551417
C0551417C0551417
C0551417
 
A Combined Approach of Software Metrics and Software Fault Analysis to Estima...
A Combined Approach of Software Metrics and Software Fault Analysis to Estima...A Combined Approach of Software Metrics and Software Fault Analysis to Estima...
A Combined Approach of Software Metrics and Software Fault Analysis to Estima...
 
Ethopian Database Management system as a Cloud Service: Limitations and advan...
Ethopian Database Management system as a Cloud Service: Limitations and advan...Ethopian Database Management system as a Cloud Service: Limitations and advan...
Ethopian Database Management system as a Cloud Service: Limitations and advan...
 
Mobility Contrast Effect on Environment in Manet as Mobility Model
Mobility Contrast Effect on Environment in Manet as Mobility ModelMobility Contrast Effect on Environment in Manet as Mobility Model
Mobility Contrast Effect on Environment in Manet as Mobility Model
 
J0935461
J0935461J0935461
J0935461
 
E01113138
E01113138E01113138
E01113138
 
Disposition Pattern of Sulphur Functional Groups in High Sulphur Ledo Coals o...
Disposition Pattern of Sulphur Functional Groups in High Sulphur Ledo Coals o...Disposition Pattern of Sulphur Functional Groups in High Sulphur Ledo Coals o...
Disposition Pattern of Sulphur Functional Groups in High Sulphur Ledo Coals o...
 
Implementation of FC-TCR for Reactive Power Control
Implementation of FC-TCR for Reactive Power ControlImplementation of FC-TCR for Reactive Power Control
Implementation of FC-TCR for Reactive Power Control
 
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRMMDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
MDSR to Reduce Link Breakage Routing Overhead in MANET Using PRM
 
Improving security for data migration in cloud computing using randomized enc...
Improving security for data migration in cloud computing using randomized enc...Improving security for data migration in cloud computing using randomized enc...
Improving security for data migration in cloud computing using randomized enc...
 
Efficient Fpe Algorithm For Encrypting Credit Card Numbers
Efficient Fpe Algorithm For Encrypting Credit Card NumbersEfficient Fpe Algorithm For Encrypting Credit Card Numbers
Efficient Fpe Algorithm For Encrypting Credit Card Numbers
 
Analysis and Implementation of Efficient Association Rules using K-mean and N...
Analysis and Implementation of Efficient Association Rules using K-mean and N...Analysis and Implementation of Efficient Association Rules using K-mean and N...
Analysis and Implementation of Efficient Association Rules using K-mean and N...
 
K0356778
K0356778K0356778
K0356778
 
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
Analyzing the Effect of Varying CBR on AODV, DSR, IERP Routing Protocols in M...
 
B0540714
B0540714B0540714
B0540714
 
A Review on Image Inpainting to Restore Image
A Review on Image Inpainting to Restore ImageA Review on Image Inpainting to Restore Image
A Review on Image Inpainting to Restore Image
 
Development of Aquaponic System using Solar Powered Control Pump
Development of Aquaponic System using Solar Powered Control  PumpDevelopment of Aquaponic System using Solar Powered Control  Pump
Development of Aquaponic System using Solar Powered Control Pump
 
High Security Cryptographic Technique Using Steganography and Chaotic Image E...
High Security Cryptographic Technique Using Steganography and Chaotic Image E...High Security Cryptographic Technique Using Steganography and Chaotic Image E...
High Security Cryptographic Technique Using Steganography and Chaotic Image E...
 
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
 

Similar to A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences

A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classification
IJCSES Journal
 
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
IRJET Journal
 
Face recogntion using PCA algorithm
Face recogntion using PCA algorithmFace recogntion using PCA algorithm
Face recogntion using PCA algorithmAshwini Awatare
 
184
184184
Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356Editor IJARCET
 
IRJET- Human Face Recognition in Video using Convolutional Neural Network (CNN)
IRJET- Human Face Recognition in Video using Convolutional Neural Network (CNN)IRJET- Human Face Recognition in Video using Convolutional Neural Network (CNN)
IRJET- Human Face Recognition in Video using Convolutional Neural Network (CNN)
IRJET Journal
 
Criminal Detection System
Criminal Detection SystemCriminal Detection System
Criminal Detection System
Intrader Amit
 
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodA Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
IRJET Journal
 
An Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition RateAn Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition Rate
IRJET Journal
 
Innovative Analytic and Holistic Combined Face Recognition and Verification M...
Innovative Analytic and Holistic Combined Face Recognition and Verification M...Innovative Analytic and Holistic Combined Face Recognition and Verification M...
Innovative Analytic and Holistic Combined Face Recognition and Verification M...
ijbuiiir1
 
Face recognition system
Face recognition systemFace recognition system
Face recognition system
Yogesh Lamture
 
Attendance System using Facial Recognition
Attendance System using Facial RecognitionAttendance System using Facial Recognition
Attendance System using Facial Recognition
IRJET Journal
 
IRJET- Prediction of Facial Attribute without Landmark Information
IRJET-  	  Prediction of Facial Attribute without Landmark InformationIRJET-  	  Prediction of Facial Attribute without Landmark Information
IRJET- Prediction of Facial Attribute without Landmark Information
IRJET Journal
 
Multimodal Biometrics Recognition from Facial Video via Deep Learning
Multimodal Biometrics Recognition from Facial Video via Deep Learning Multimodal Biometrics Recognition from Facial Video via Deep Learning
Multimodal Biometrics Recognition from Facial Video via Deep Learning
cscpconf
 
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET Journal
 
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
IJERA Editor
 
Face Recognition based on STWT and DTCWT using two dimensional Q-shift Filters
Face Recognition based on STWT and DTCWT using two dimensional Q-shift Filters Face Recognition based on STWT and DTCWT using two dimensional Q-shift Filters
Face Recognition based on STWT and DTCWT using two dimensional Q-shift Filters
IJERA Editor
 
IRJET- A Review on Various Approaches of Face Recognition
IRJET- A Review on Various Approaches of Face RecognitionIRJET- A Review on Various Approaches of Face Recognition
IRJET- A Review on Various Approaches of Face Recognition
IRJET Journal
 
Techniques for Face Detection & Recognition Systema Comprehensive Review
Techniques for Face Detection & Recognition Systema Comprehensive ReviewTechniques for Face Detection & Recognition Systema Comprehensive Review
Techniques for Face Detection & Recognition Systema Comprehensive Review
IOSR Journals
 
IRJET- Pose Varying Face Recognition: Review
IRJET- Pose Varying Face Recognition: ReviewIRJET- Pose Varying Face Recognition: Review
IRJET- Pose Varying Face Recognition: Review
IRJET Journal
 

Similar to A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences (20)

A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classification
 
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
 
Face recogntion using PCA algorithm
Face recogntion using PCA algorithmFace recogntion using PCA algorithm
Face recogntion using PCA algorithm
 
184
184184
184
 
Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356
 
IRJET- Human Face Recognition in Video using Convolutional Neural Network (CNN)
IRJET- Human Face Recognition in Video using Convolutional Neural Network (CNN)IRJET- Human Face Recognition in Video using Convolutional Neural Network (CNN)
IRJET- Human Face Recognition in Video using Convolutional Neural Network (CNN)
 
Criminal Detection System
Criminal Detection SystemCriminal Detection System
Criminal Detection System
 
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodA Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
 
An Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition RateAn Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition Rate
 
Innovative Analytic and Holistic Combined Face Recognition and Verification M...
Innovative Analytic and Holistic Combined Face Recognition and Verification M...Innovative Analytic and Holistic Combined Face Recognition and Verification M...
Innovative Analytic and Holistic Combined Face Recognition and Verification M...
 
Face recognition system
Face recognition systemFace recognition system
Face recognition system
 
Attendance System using Facial Recognition
Attendance System using Facial RecognitionAttendance System using Facial Recognition
Attendance System using Facial Recognition
 
IRJET- Prediction of Facial Attribute without Landmark Information
IRJET-  	  Prediction of Facial Attribute without Landmark InformationIRJET-  	  Prediction of Facial Attribute without Landmark Information
IRJET- Prediction of Facial Attribute without Landmark Information
 
Multimodal Biometrics Recognition from Facial Video via Deep Learning
Multimodal Biometrics Recognition from Facial Video via Deep Learning Multimodal Biometrics Recognition from Facial Video via Deep Learning
Multimodal Biometrics Recognition from Facial Video via Deep Learning
 
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
 
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
Human Face Detection and Tracking for Age Rank, Weight and Gender Estimation ...
 
Face Recognition based on STWT and DTCWT using two dimensional Q-shift Filters
Face Recognition based on STWT and DTCWT using two dimensional Q-shift Filters Face Recognition based on STWT and DTCWT using two dimensional Q-shift Filters
Face Recognition based on STWT and DTCWT using two dimensional Q-shift Filters
 
IRJET- A Review on Various Approaches of Face Recognition
IRJET- A Review on Various Approaches of Face RecognitionIRJET- A Review on Various Approaches of Face Recognition
IRJET- A Review on Various Approaches of Face Recognition
 
Techniques for Face Detection & Recognition Systema Comprehensive Review
Techniques for Face Detection & Recognition Systema Comprehensive ReviewTechniques for Face Detection & Recognition Systema Comprehensive Review
Techniques for Face Detection & Recognition Systema Comprehensive Review
 
IRJET- Pose Varying Face Recognition: Review
IRJET- Pose Varying Face Recognition: ReviewIRJET- Pose Varying Face Recognition: Review
IRJET- Pose Varying Face Recognition: Review
 

More from IOSR Journals

A011140104
A011140104A011140104
A011140104
IOSR Journals
 
M0111397100
M0111397100M0111397100
M0111397100
IOSR Journals
 
L011138596
L011138596L011138596
L011138596
IOSR Journals
 
K011138084
K011138084K011138084
K011138084
IOSR Journals
 
J011137479
J011137479J011137479
J011137479
IOSR Journals
 
I011136673
I011136673I011136673
I011136673
IOSR Journals
 
G011134454
G011134454G011134454
G011134454
IOSR Journals
 
H011135565
H011135565H011135565
H011135565
IOSR Journals
 
F011134043
F011134043F011134043
F011134043
IOSR Journals
 
E011133639
E011133639E011133639
E011133639
IOSR Journals
 
D011132635
D011132635D011132635
D011132635
IOSR Journals
 
C011131925
C011131925C011131925
C011131925
IOSR Journals
 
B011130918
B011130918B011130918
B011130918
IOSR Journals
 
A011130108
A011130108A011130108
A011130108
IOSR Journals
 
I011125160
I011125160I011125160
I011125160
IOSR Journals
 
H011124050
H011124050H011124050
H011124050
IOSR Journals
 
G011123539
G011123539G011123539
G011123539
IOSR Journals
 
F011123134
F011123134F011123134
F011123134
IOSR Journals
 
E011122530
E011122530E011122530
E011122530
IOSR Journals
 
D011121524
D011121524D011121524
D011121524
IOSR Journals
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 

Recently uploaded (20)

Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 

A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 10, Issue 1 (Mar. - Apr. 2013), PP 08-18 www.iosrjournals.org www.iosrjournals.org 8 | Page A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences Mahesh Prasanna K1 , Nagaratna Hegde2 1 (ISE, Alva’s Institute of Engineering & Technology, India) 2 (CSE, Vasavi College of Engineering, India) Abstract: Video face recognition is a widely used method in which security is essential that recognizes the human faces from subjected videos. Unlike traditional methods, recent recognition methods consider practical constraints such as pose and illumination variations on the facial images. Our previous work also considers such constraints in which face recognition was performed on videos that were highly subjected pose and illumination variations. The method asserted good performance however; it suffers due to high computational cost. This work overcomes such drawback by proposing a simple face recognition technique in which a cost efficient Active Appearance Model (AAM) and lazy classification are deployed. The deployed AAM avoids nonlinear programming, which is the cornerstone for increased computational cost. Experimental results prove that the proposed method is better than the conventional technique in terms of recognition measures and computational cost. Keywords — Active Appearance Model (AAM), lazy classification, shape, model, appearance, recognition, computation. I. INTRODUCTION Face recognition can be termed as a technique of differentiating faces or confirming one or more individuals in a particular still or video image using a stored database [1] [2] [3]. It finds numerous applications in surveillance, human-computer interactions, authentication and security [4]. It is broadly classified into two types namely geometric feature-based and appearance-based [6]. The facial parts are considered as geometrical parameters and are utilized by geometric feature-based methods, for instance, elastic bunch graph matching [7] and active appearance model [8], while in appearance-based methods intensity or intensity-derived parameters are utilized [1] [17]. In a given video fragment, the process that is performed is associated with the image and is repeated for every frame. For this reason, we refer some face recognition approaches for a given image also when discussing about the recognition technique in video. The primary two stages of a face recognition technique is face detection and face identification [4]. Initially in the face detection stage, face images present in a given input image are located. Then to recognize the registered individuals of the system, faces located in the input image are then used by the face identification stage. This shows the sensible significance of having both face detection algorithms and face identification algorithms [13]. In face recognition, the foremost concerned characteristics are variations in illumination, pose, identity [5], facial expression, hair style, aging, make-up, scale etc,. The variation is challenging under severe illumination condition even for humans accurate recognition of faces because the same person appears extremely different [12]. As a solution, to overcome the problem and to manage pose variations in face recognition view-based method is principally used. In this method, the images are captured from diverse view angles to recognize the face images of the persons [15] [16]. Using the images of the same view an eigen space model is constructed for each view. By using the view-specific eigen model, a person in a different pose can be recognized effectively [14]. Only few years before the true video based face recognition methods that consistently use both spatial and temporal information began in which recognition of faces from video sequence still requires more recognition which is a direct extension of still-image-based recognition [9]. A typical video-based face recognition system determines the face regions automatically by extracting features from the video and distinguishing facial identities, which is often a difficult task [10]. In contrast to this, utilizing motion as a cue identification of the segmentation of a moving person is easier if a video sequence is available. Apart from this, a range of various factors like illumination, pose, identity, facial expression, hair style, aging, make-up, scale etc. have been focused in the previous research works. However, illumination and pose are the two major factors that influence face recognition. The chief limitation of the pose-invariance recognition approach is the necessity to achieve and accumulate a large number of views for each face. This technique is unsuitable for conditions where only a small number of views of the face to be recognized are available. One of the most challenging problems is varying illumination and the most important drawback of illuminations is computational cost. To address and
  • 2. A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences www.iosrjournals.org 9 | Page solve these problems, various algorithms have been developed for face recognition. A review on handful of research works has been presented and the problems are addressed in the following Section. The proposed technique to solve the addressed problem is detailed in Section 3. The results are discussed in Section 4 and Section 5 concludes the paper. II. RELATED WORKS S.Venkatesan and S.SrinivasaRaoMadane [18] have proposed a face recognition system. The system used Genetic and Ant colony Optimization algorithm to identify faces in images and video tracks faces, distinguish faces from galleries of well-known people. YileiXuet al. [19] have proposed a framework called analysis-by-synthesis framework. In the framework the face was recognized from video sequences under various facial pose and in lighting situation. Connolly, J.F et al. [20] proposed an adaptive classification system (ACS) for video-based face recognition. The system was a combination of fuzzy ARTMAP neural network classifier, dynamic particle swarm optimization (DPSO) algorithm, and a long term memory (LTM). Unsang Park et al. [21] introduced the adaptive use of multiple face matchers to improve the performance of face recognition in video. In their method, active appearance model (AAM) and a Factorization based 3D face reconstruction technique were exploited to estimate the active information of facial poses in different frames. Huifuang Ng et al. [14] proposed an approach, which was not much sensitive to direction of views and required only one sample view per person. Xiujuan Chai, Shiguang Shan et al. [22] proposed a Locally Linear regression (LLR) method in which an essential frontal view is generated from a given non frontal face image. In order to accomplish this, they exploited linear mapping and the assessment of the linear mapping was formulated as a forecasting problem. OgnjenArandjelovicet al. [23] presented a recognition method based on simple image processing filters to produce a single matching score between two different faces. They implicitly estimated the difference of the illumination conditions between query input and training dataset in the method. Sheikh et. al. [24] proposed a framework for human face retrieval in which face detection was performed using Viola and Jones frontal detector and the features were extracted using fast Haar transformation. Sheikh et. al. [25] converts the query image to a 3D- ellipsoid model based on the viola and jones frontal face detector. They used chamfer distance measure to performing recognition. The review of works clearly interprets that the video faces are highly variable, deformable objects, and different appearances in frame depending on pose, lighting, expression, and the identity of the person. Besides that, the frame can have different backgrounds, differences in image resolution, contrast, brightness, sharpness, and color balance. This means that interpretation of such video face requires the ability to understand this variability in order to extract useful information and this extracted information must be of some manageable size. However, the recent related works have focused on such practical constraints such as pose and illumination variations of the facial images. In our previous work, we had developed a solution for considering both pose and illumination variation, however the methodology is highly complex despite it performed well. In this work, we intend to propose a simple face recognition technique, which is simpler in terms of computational complexity, using Active Appearance Model (AAM). Active Appearance Model is well known for its differentiation and integration ability under different poses of subjected faces. Conventionally, the AAM is exploited along with a non-linear programming to extract features. The extracted features require a classifier; mostly an intelligent classifier is required for further recognition process. This again increases the computational complexity despite the features that distinguish pose variations. In order to avoid such complexities, we propose active appearance features without incorporation of nonlinear programming and a lazy classifier to training complexities. III. Proposed Face Recognition Technique The proposed technique is comprised of two stages, (i) Development of Feature Library and (ii) Recognition Stage. A high level block diagram of the proposed face recognition system is given in Figure 1.
  • 3. A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences www.iosrjournals.org 10 | Page A. Development of Feature Library Let us consider a facial database  NiVV i ,,1  , where N is the number of videos in the database. In the database, iV is th i video, which is of length T seconds and holds pN number of poses. For every pose, a sample frame ipf : 1,,1,0  pNp  is selected and then the combined appearance model is extracted. In order to extract a combined appearance model for every th i video, individual shape and appearance models are extracted and subsequent combining processing is performed. In both the shape and appearance model extraction, manual intervention is required as like in the AAM, in which the active portions of faces are manually marked and then they are subjected to shape and appearance model extraction. The manually marked active portions of some sample faces are given in Figure 2. Figure 2: Active marks on sample images B. Shape Model Extraction Generally, shape model is a statistical model, which depicts the shape features of a deformable object. Conventional shape model [26] performs iterative procedures to determine precise statistical relationship among the facial portions; however the complexity is increased because of the iterative procedure. The propose method extracts a simple shape model without any iterative procedures, which is given as follows
  • 4. A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences www.iosrjournals.org 11 | Page                1 1 0 aipN ip ip ip S S S S  (1)                            y ipqiq y ipqipq x ipqiq x ipqipq y ipq x ipq ipq YYE XXE S S S   (2) where, ipqS is the shape model of th q active portion of th p pose in th i video, x ipqS and y ipqS are the shape model of x and y co-ordinates, ipqX and ipqY are a vector of x co-ordinates of th q active portion of th p pose in th i video, respectively, x iq , y iq , iqX and iqY are the local mean and global mean shape model of th q active portion in th i video, respectively. The local mean and global mean shape models can be determined as follows ipq N pp iq X N X p      1 0 1 (3) )(5.0 iqipqiq XX  (4) C. Appearance Model Extraction Active Appearance Model is a statistical model that defines shape and appearance of an object. In our work, we exploit the benefits of appearance model simply by considering the gray levels of the interconnected landmark points. An interconnection of land mark points that depict appearance of a face is shown below. Figure 3: Extraction of Appearance Model (i) Face with Landmark points, (ii) Mesh structure Landmark points and (iii) Mesh Model of Face Appearance                1 1 0 aipN ip ip ip A A A A  (5) From figure 3, it can be seen that an appearance structure of the face is firstly landmarked, secondly a mesh structure is formed and eventually, the mesh model is extracted. The position of the such mesh nodes are considered as shape model in the previous Section and the gray portions are considered as the appearance model along with the interconnect information. The extracted appearance model can be represented as in equation (5) in which  ipipqip SAA  D. Recognition Stage The Recognition stage performs most of the similar processes as done in the feature library and then performs a lazy classification to recognize the acquired face belongs to an authorized person or not. The recognition systems may either work in online or in offline, anyhow the face is acquired by video acquisition system and the face localization is performed. Once the localized face is grabbed, then the further process of extracting the
  • 5. A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences www.iosrjournals.org 12 | Page features takes place. As stated earlier, the further extraction of facial shape and appearance model takes as performed in Section B & C and test feature set is determined as follows. E. Lazy Classification This work exploits lazy classification as because the lazy classification requires no training process, which can highly reduce the system complexity. Despite lazy classification is not assured for recognition accuracy, the features are extracted in such a way that improved recognition accuracy can be accomplished from the introduced lazy classifier. The lazy classification process is performed with the aid of Squared Euclidean Distance (SED). The classification model is given as follows   TN i A i S i A i S i i DD DDN      :minarg 1 0 (6) where,         1 0 1 0 2 p a N p N q test qipq S i SSD (7)         1 0 1 0 2 p a N p N q tset qipq A i AAD (8) In equation (6),  is the classification distance, T is the distance threshold, S iD and A iD are the shape and correlation parameters, respectively. As per the model, which is given in equation (6), the classification is performed and the face shall be a recognized face, whereas if   decision would be unrecognized. Eventually a recognized face is identified for its identification number and the approved credentials are displayed through output device. IV. Experimental Results The proposed face recognition technique is implemented in the working platform of MATLAB (version 7.11) and tested in a machine, which has Intel Core i5 Processor, 4GB RAM and a clock speed of 3.20 GHz. The performance of the proposed technique is analyzed using UPC Face Database. For simplicity and visualize the performance in depth, we divide the database into four subsets and we organize in such a way that each subset has different pose and illumination views of ten persons. In every database, ten-fold cross-validation is performed and the performance is observed in terms of statistical measures and computational time. A. Performance Analysis The cross-validation results of the proposed and conventional face recognition technique [27] on the benchmark datasets are given as confusion matrices and statistical measures in Table I and II, respectively. TABLE I: Confusion Matrices of proposed and conventional methods for (i) Dataset 1, (ii) Dataset 2, (iii) Dataset 3 and (iv) Dataset 4 (i) (a)Proposed Method (b) Conventional Method 4 0 1 5 2 0 3 5
  • 6. A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences www.iosrjournals.org 13 | Page (ii) (a)Proposed Method (b) Conventional Method (iii) (a)Proposed Method (b) Conventional Method (iv) (a)Proposed Method (b) Conventional Method TABLE II: Cross-validation results between proposed and conventional face recognition systems on (i) Dataset I, (ii) Dataset II, (iii) Dataset III and (iv) Dataset IV (i) 4 1 1 4 1 1 4 4 3 1 2 4 1 3 4 2 3 1 2 4 1 0 4 5 Performance Metrics Proposed Method Conventional Method Accuracy (in %) 90 70 Sensitivity (in %) 80 40 Specificity (in %) 100 100 False Positive Rate (FPR) (in %) 0 0 Positive Predictive Value (PPV) (in %) 100 100 Negative Predictive Value (NPV) (in %) 83.3 62.5 False Discovery Rate (FDR) (in %) 0 0 Mathew Correlation Coefficient (MCC) 0.82 0.5
  • 7. A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences www.iosrjournals.org 14 | Page (ii) (iii) (iv) Performance Metrics Proposed Method Conventional Method Accuracy (in %) 80 50 Sensitivity (in %) 80 20 Specificity (in %) 80 80 False Positive Rate (FPR) (in %) 20 20 Positive Predictive Value (PPV) (in %) 80 50 Negative Predictive Value (NPV) (in %) 80 50 False Discovery Rate (FDR) (in %) 20 50 Mathew Correlation Coefficient (MCC) 0.48 0 Performance Metrics Proposed Method Conventional Method Accuracy (in %) 70 30 Sensitivity (in %) 60 20 Specificity (in %) 80 40 False Positive Rate (FPR) (in %) 20 60 Positive Predictive Value (PPV) (in %) 75 25 Negative Predictive Value (NPV) (in %) 66.66 33.33 False Discovery Rate (FDR) (in %) 25 75 Mathew Correlation Coefficient (MCC) 0.3265 -0.163 Performance Metrics Proposed Method Conventional Method Accuracy (in %) 70 60 Sensitivity (in %) 60 20 Specificity (in %) 80 100 False Positive Rate (FPR) (in %) 20 0 Positive Predictive Value (PPV) (in %) 75 100 Negative Predictive Value (NPV) (in %) 66.66 55.55 False Discovery Rate (FDR) (in %) 25 0 Mathew Correlation Coefficient (MCC) 0.326599 0.3333
  • 8. A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences www.iosrjournals.org 15 | Page Figure 4: Averaged Comparative Chart between the proposed and conventional face recognition technique In each confusion matrix (Table 1), the top left and right represents True positive (TP) and False positive (FP), respectively and bottom left and right represents False Negative (FN) and True Negative (TN) respectively. Here, the TP, FP, TN and FN values are determined as follows TP – when an authorized person is identified correctly FP – when an unauthorized person is identified as authorized FN – when an authorized person is identified as unauthorized TN – when an unauthorized person is identified correctly Based on the confusion matrices, the statistical performance measures such as accuracy, sensitivity, specificity, FPR, PPV, NPV, FDR and MCC are calculated and tabulated in Table II. In most cases, the performance of the proposed technique is better than the conventional face recognition technique. Even in some instants, the conventional face recognition technique is outperforming rather than the proposed technique, for instance, for dataset 4, PPV of proposed method is only 75% of the conventional method, but when averaged data is considered, the proposed technique outperforms. This can be visualized from the comparative chart, which is illustrated in figure 4. B. Complexity Analysis The proposed face recognition technique is computationally less complex rather than the conventional face recognition technique despite pose and illumination factors are considered in the process. The determined computational time for testing is tabulated in Table III and the averaged comparative chart is given in Figure 5. Table III: Time taken by the recognition stage of proposed and conventional method under various cross- validation experiments (i) Experiment No. Proposed Method (in seconds) Conventional Method (in seconds) 1 0.046403 9.132254 2 0.045505 7.777212 3 0.046203 8.586688 4 0.048359 4.722249 5 0.047265 8.109439 6 0.046123 8.615386 7 0.043215 8.498807 8 0.048245 8.135393 9 0.049569 8.639124 10 0.049575 9.459281
  • 9. A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences www.iosrjournals.org 16 | Page (ii) (iii) (iv) Figure 5: Averaged complexity comparison on proposed and conventional face recognition method Experiment No. Proposed Method (in seconds) Conventional Method (in seconds) 1 0.003829 8.87961 2 0.003719 8.208001 3 0.003982 9.501837 4 0.003579 7.729446 5 0.003721 8.624749 6 0.003845 7.71216 7 0.003956 7.793763 8 0.003485 9.518724 9 0.003614 9.740584 10 0.003525 8.790306 Experiment No. Proposed Method (in seconds) Conventional Method (in seconds) 1 0.003693 7.150357 2 0.003591 7.618764 3 0.003489 7.200222 4 0.003562 7.734955 5 0.003548 7.60312 6 0.003674 7.234343 7 0.003697 7.497155 8 0.003789 7.594407 9 0.003815 7.1227 10 0.003835 7.281026 Experiment No. Proposed Method (in seconds) Conventional Method (in seconds) 1 0.003914 33.945641 2 0.003819 24.823843 3 0.003818 25.969141 4 0.003958 36.278052 5 0.003882 33.465799 6 0.004015 44.872417 7 0.003614 33.945641 8 0.003689 24.823843 9 0.003715 38.945641 10 0.003769 28.823843
  • 10. A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences www.iosrjournals.org 17 | Page From Table III and Figure 5, it can be seen that the proposed face recognition technique is very less complex than the conventional face recognition technique. The comparison shows that there is tens of deviation between them. In order further substantiate, averaged complexity is determined in which tens of deviation can be seen for datasets 1, 2 and 3 and three tens of deviation for dataset 4. Moreover, proposed technique consumes consistent time duration for evaluating an unknown image, which is an added advantage over the conventional recognition method. V. Conclusion This paper introduced a simple face recognition method to perform precise recognition in least computational cost. The work intended to solve the drawback of high computational cost of our previous recognition method. The experimental results showed that the proposed method outperforms the previous work in terms of both recognition accuracy and computational cost. This is mainly because of the fact that the usage of appearance model parameters in a simple way without exploiting any nonlinear programming. Moreover, the lazy classification deployed in the method further reduced the computational complexity. Even though, the work was mainly focused on reducing the computational complexity on recognition stage, there could not be any compromise on the precision of recognition. However, as the analysis was made on a limited datasets and not in a common bench, the future scope of the work relies on careful and extensive analysis over the technique under various test setups. REFERENCES [1] Wu-Jun Li, Chong-Jun Wang, Dian-Xiang Xu and Shi-Fu Chen, "Illumination Invariant Face Recognition Based on Neural Network Ensemble", In Proceedings of 16th IEEE International Conference on Tools with Artificial Intelligence, pp. 486-490, November 2004. [2] Majumdar and Ward, "Pseudo-Fisher face Method for Single Image Per Person Face Recognition", In Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing, Las Vegas, NV, pp. 989-992, 2008. [3] GenciCapi, "A Robotic System for Intelligent Real Time Face Recognition", ICGST International Journal on Automation, Robotics and Autonomous Systems, Vol. 9, No. 1, pp. 25-29, July 2009. [4] Rehab F. Abdel-Kader, Rabab M. Ramadan and Rawya Y. Rizk, "Rotation Invariant Face Recognition Based on Hybrid LPT/DCT Features", International Journal of Electrical and Computer Engineering, Vol. 3, No. 7, pp. 488-493, 2008. [5] Shaohua Kevin Zhou and Rama Chellappa, "Image-based face recognition under illumination and pose variations", Journal of the Optical Society of America A, Vol. 22, No. 2, pp. 217-229, 2005. [6] Brunelli and Poggio, “Face recognition: Features versus templates”, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 15, No. 10, pp.1042-1052, 1993. [7] LaurenzWiskott, Jean-Marc Fellous, Norbert Kruger, and Christoph von der Malsburg, “Face Recognition by Elastic Bunch Graph Matching”, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol.19, pp. 775-779, 1997. [8] Edwards, Cootes and Taylor, "Face recognition using active appearance models”, In Proceedings of the 5th European Conference on Computer Vision, Vol. 2, Freeburg, Germany,pp. 581-595, 1998. [9] Zhao, Chellappa, Phillips and Rosenfeld, " Face Recognition: A Literature survey", Journal of ACM Computing Surveys, Vol. 35, No. 4, pp. 1-72, December 2003. [10] SushmaJaiswal, Sarita Singh Bhadauria, Rakesh Singh Jadon and Tarun Kumar Divakar, "Brief description of image based 3D face recognition methods", 3D Research, Vol. 1, No. 4, pp. 1-15, 2010 . [11] Erdogan, Ercil, Ekenel, Bilgin, Eden, Kirisci and Abut, "Multi-modal Person Recognition for Vehicular Applications", In Multiple Classifier Systems, Vol. 3541, pp. 366-375, 2005. [12] SeokCheolKee, Kyoung Mu Lee And Sang Uk Lee, " Illumination Invariant Face Recognition Using Photometric Stereo", IEICE Transactions on Information and Systems, Vol. E83-D, No. 7, pp. 1466-1474, July 2000. [13] Yasufumi Suzuki and Tadashi Shibata, "Illumination-Invariant Face Identification Using Edge-Based Feature Vectors In Pseudo-2d Hidden Markov Models", In Proceedings of the 14th European Signal Processing Conference, Florence, Italy, 2006 [14] Hui-Fuang Ng, "Pose-Invariant Face Recognition Security System", Asian Journal of Health and Information Sciences, Vol. 1, No. 1, pp. 101-111, 2006. [15] Shermina, "Impact of Locally Linear Regression and Fisher Linear Discriminant Analysis in Pose Invariant Face Recognition", International Journal of Computer Science and Network Security, VOL.10 No.10, pp. 106-110, October 2010. [16] Hui-Fuang and Hong-Wen Chen, “Pose and expression invariant face recognition from a single training sample using similarity vector”, Journal of Cybernetics and Systems, Vol. 1, No. 1, pp. 21-26, 2008. [17] Wu-Jun Li, Bin Luo, Chong-Jun Wang, Xiang-Ping Zhong and Zhao-Qian Chen, "A Multiple Eigenspaces Constructing Method and Its Application to Face Recognition", In Proceedings of First International Conference on Advances in Natural Computation, Vol. 3611, pp.55-64, 2005. [18] S.Venkatesan, S.SrinivasaRaoMadane,"Face Recognition System with Genetic Algorithm and ANT Colony Optimization", International Journal of Innovation, Management and Technology, Vol. 1, No. 5, December 2010. [19] YileiXu, Amit Roy-Chowdhury, and KeyurPatel,"Integrating Illumination, Motion, and Shape Models for Robust Face Recognition in Video", EURASIP Journal on Advances in Signal Processing, Vol. 2008,pp 13,2007. [20] Connolly, J.F., Granger, É. and Sabourin, R., “An Adaptive Classification System for Video-Based Face Recognition”, Information Sciences, In Press, doi:10.1016/j.ins.2010.02.026,march 2010. [21] Unsang Park and Anil K. Jain,” Face Recognition in Video: Adaptive Fusion of Multiple Matchers”, IEEE computer society workshop on bio metrics, Minnerpolis, USA, June 2007. [22] Xiujuan Chai, Shiguang Shan,” Locally Linear Regression for Pose-InvariantFace Recognition”, IEEE transaction on image processing, Vol. 16, No. 7, pp. 1716-1725,July 2007.
  • 11. A Fast Recognition Method for Pose and Illumination Variant Faces on Video Sequences www.iosrjournals.org 18 | Page [23] OgnjenArandjelovic, Roberto Cipolla,” A methodology for rapid illumination-invariant face recognition using image processing filters”, ELSEVIER, PP. 159-171, 2009. [24] Zafar g. Sheikh, thakarev.m. and sherekars.s, “Towards Retrieval of Human Face from Video Database: A Novel Framework”, Journal of Information Systems and Communication, Volume 3, Issue 1, pp.154-157, 2012 [25] Z G Sheikh, V M Thakare and S SSherekar, “Methodology for Human Face retrieval from video sequences based on holistic approach”, IJCA Proceedings on National Conference on Innovative Paradigms in Engineering and Technology (NCIPET 2012) ncipet(11):7-11, March 2012 [26] T. F. Cootes, C. J. Taylor, D. H. Cooper and J. Graham, “Active Shape Models: Their Training and Application” Computer Vision and Image Understanding, Vol. 61, No. 1, p.p. 38-59, 1995 [27] T. Shreekumar and Nagarathna Hedge, “Pose and Illumination Invariant Video Face Recognition Technique: An Integrative Approach”, in communication with International Journals