SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 117
EFFECTIVE FACE FEATURE FOR HUMAN IDENTIFICATION
S. Adebayo Daramola1
, Tiwalade Odu2
, Olujimi Ajayi3
1
Senior Lecturer, Department of Electrical and Information Engineering, Covenant University Ota, Ogun State, Nigeria
2
Assistant Lecturer, Department of Electrical & Information Engineering, Covenant University Ota, Ogun State, Nigeria
3
Post Graduate Student, Department of Electrical & Information Engineering, Covenant University Ota, Ogun State,
Nigeria
Abstract
Face image is one of the most important parts of human body. It is easily use for identification process. People naturally identify one
another through face images. Due to increase rate of insecurity in our society, accurate machine based face recognition systems are
needed to detect impersonators. Face recognition systems comprise of face detector module, preprocessing unit, feature extraction
subsystem and classification stage. Robust feature extraction algorithm plays major role in determining the accuracy of intelligent
systems that involves image processing analysis. In this paper, pose invariant feature is extracted from human faces. The proposed
feature extraction method involves decomposition of captured face image into four sub-bands using Haar wavelet transform thereafter
shape and texture features are extracted from approximation and detailed bands respectively. The pose invariant feature vector is
computed by fusing the extracted features. Effectiveness of the feature vector in terms of intra-person variation and inter-persons
variation was obtained from feature plots.
Keywords: Center points, Edge detected image, Feature Face-image, Pose invariant.
----------------------------------------------------------------------***------------------------------------------------------------------------
1. INTRODUCTION
Recognition of people is usually done using widely accepted
biometric traits like signature, fingerprint and face. Face
identification can be done naturally by people or artificially
using intelligent machines. Naturally people find it easy to
identify faces that are well-known compare to strange faces.
Machine based face recognition involves capturing of face
images using digital camera under variable facial expression
thereafter captured face images are sent to system for
identification. Face images contain important revealing parts
like forehead, eyes, nose, mouth and chin. These parts occupy
different locations and vary closely from one person to
another. The major challenge that makes automatic face
identification difficult is high intra variation within face
images of the same person. This intra variation is caused
majorly by variable illumination and pose.
Face recognition systems comprise of face detection, face
image preprocessing, feature extraction, training and
matching. Feature extraction subsystem is mainly considered
in this work. At preprocessing level many morphological
processing are done to normalize illumination effect [1]. One
method of reducing effect of pose variation is by using robust
feature as input data to classification algorithm. Extraction of
feature from face images can be done in many ways. In the
past many researchers have used methods that involves all the
pixels of the whole image [2][3]. On many occasions feature
are extracted from vital parts of face images [4][5]. Also face
images may be decomposed into smaller image blocks before
feature extraction is carried out [6][7][8].
Extraction of feature vector was carried out using group of
pixel values within eyes, lip and nose regions in [9]. The
feature vector size was reduced and further processed by
application of Principal Component Analysis (PCA) and
Linear Discriminant Analysis (LDA). In [10], face feature
extraction was done using three multi-scale representation
techniques based on Gabor filter, log Gabor filter and Discrete
Wavelet Transform whereas in [11], invariant face feature was
extracted for recognition purpose using Haar wavelet
transform and Principal Component Analysis .
In this work new approach for feature extraction different
from those used in previous works is introduced. The
proposed feature will suppress effect of varying facial
expression. This is achieved by extracting local shape features
from smaller image blocks. And this feature is fused with
texture feature from detailed bands. The rest of the paper is
organized as follows: Section 2 describes the collection of
input images and decomposition. Section 3 introduces the new
feature extraction method, and section 4 describes feature plot
result. Finally, conclusion is presented in section 5.
2. INPUT FACE IMAGES
Digital camera was use to capture face images of people under
variable illumination and pose conditions. Fig.1 shows set of
face image obtained as the input image to the proposed feature
extraction algorithm.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 118
2.1 Face Image Decomposition
Firstly, input colour image is resized and converted to
grayscale image as shown in fig.2. The image is passed to
Haar wavelet transform algorithm. The image is decomposed
into four sub-bands (one approximation band and three
detailed bands). The output image obtained from this stage is
as shown in fig3.
Fig-1: Examples of captured face images.
Fig-2: Sample of input image.
Fig-3: Output of image decomposition.
3. FEATURE EXTRACTION METHOD
Feature extraction technique describes in this section produce
fused feature that is able to capture pose variation caused by
different facial expression. It is well known that facial
components like eyes, nose, mouth and chin have high gray
level intensity than the surrounding therefore provide
distinguishable edge information. Smooth contour of facial
components are created by performed edge detection operation
on approximation band. Canny edge detection was used for
this operation. The output image was resized as shown in
Fig.4.
3.1 Contour Face Feature
Robust geometric feature is extracted from pixels positions of
the edge detected image. The feature is extracted using the
following steps.
1. Split the edge detected image into two parts
(i) Calculate centre of gravity of the image.
(ii) Partition the image vertically into two image blocks
through the centre of gravity as shown in Fig.5.
Fig-4: Edge detected image.
2. Split each of the image-blocks parts obtained from step one
into four smaller image-blocks
(i) Calculate centre of gravity of each of the image
(ii) Partition each of the images through the centre of gravity
into four smaller image blocks as shown in Fig.6.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 119
3. Obtain two geometric features
(i) Calculate the mean area (mA) of the connected
components in each of the eight smaller image blocks as in
equation1.
(ii) Calculate the mean perimeter (mP) of the connected
components in each of the eight smaller image blocks as in
equation2.
4. Concatenate the two features in step (i) and (ii) to obtain
geometric feature vector as in equation3.
Fig-5: Output of vertical splitting.
Fig-6: Eight image blocks.
3.2 Textural Face Feature
Texture feature is obtained from the detailed bands using
Singular Value Decomposition (SVD). SVD of image H is
defined as H = WSVT
. Matrix W is the m × m dimension
matrix of eigenvectors of the covariance matrix HHT
and
matrix S is an m × n rectangular diagonal matrix whereas
matix V is the n × n matrix of eigenvectors of HT
H. Given that
F1(w,s,v), F2(w,s,v) and F3(w,s,v) are the Single Value
Decomposition features extracted from the LH, HL and HH
band respectively. Texture feature is calculated using only the
first coefficient of the diagonal matrix. Given that F1(s), F2(s)
and F3(s) are the coefficient value of diagonal matrix from
band LH, HL and HH respectively. Therefore texture feature
(T) is calculated as in equation 4.
T = (F1(s) + F2(S) + F3(s))/3 (4)
3.3 Fused Face Feature
At this stage the features extracted from the approximation
band and detail bands are fused together to get the feature that
best describe the image. The fuse feature contains relevant
information from geometric and texture attribute of the face
image. In this work, geometric feature (G) and texture feature
(T) are combined at the feature level as it written in equation
5. The fused feature vector obtained at this stage can use as
input data to train suitable classifier for face recognition.
4. FEATURE TEST
Intra-variation and inter-variation of the proposed feature are
experimental by plotting the feature graph of two face images
of the same person as shown in Fig.7. Also a feature graph of
two face images from different persons is plotted as shown in
Fig.8.
0 2 4 6 8 10 12 14 16
0
50
100
150
200
250
face1
face2
Fig-7: Intra-variation feature plot
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 120
0 2 4 6 8 10 12 14 16
0
10
20
30
40
50
60
70
80
90
100
face1
face2
Fig-8: Inter-variation feature plot.
5. CONCLUSIONS
This work presents extraction of fused feature from face
images. The feature is robust enough to reduce intra-face
images variation and increases inter-face images variation.
This feature is produced from first level decomposition of face
image using wavelet transform. Geometric feature obtained
from approximation band is combined with texture feature
from other bands to generate the fused feature vector. Test
results proves that proposed face feature extraction method is
robust enough to reduce the effect of varying face pose for
effective face recognition
REFERENCES
[1]. J. Shermina and V. Vasudevan, 2011, An Efficient Face
Recognition System Based on the Hybridization of Invariant
Pose and Illumination Process European Journal of Scientific
Research, Vol.64, No.2, pp. 225-243.
[2]. K.. Meethongjan, M. Dzulkifli,. A. Rehman and T. Saba,
2010,.Face Recognition based on Fusion of Voronoi Diagram
Automatic Facial and Wavelet Moment Invariants,
International Journal of Video & Image Processing and
Network Security IJVIPNS (10) 4, pp1-8.
[3]. Sarawat Anam, Md. Shohidul Islam, S. Member, , M. A
Kashem, M.A Rahman, 2009, Real Time Face Recognition
Using Step Error Tolerance BPN International Journal of
Engineering and Technology Vol. 1(1) pp.1793-8236.
[4]. Jang-Seon Ryu and Eung-Tae Kim, 2006, Development of
Face Tracking and Recognition Algorithm for DVR(Digital
Video Recorder), International Journal of Computer Science
and Network Security, VOL.6 No.3A, pp.17-24.
[5]. S. Kumar Paul, M. Shorif Uddin and S.Bouakaz, , 2012 ,
Extraction of Facial Feature Points Using Cumulative
Histogram, International Journal of Computer Issues, Vol.9,
Issue 1, No3, pp.44-51.
[6]. T.Venkat Narayana Rao, V.Subramanya Aditya,
S.Venkateshwarlu, B.Vasavi, 2011, Partition Based Face
Recognition System, Journal of Global Research in Computer
Science Volume 2, No. 9, pp.34-38.
[7]. Raju, U.S.N., A. Srikrishna, V. Vijaya Kumar and A.
Suresh, 2008, .Extraction of Skeleton Primitives on Wavelets,
Journal of Theoretical and Applied Information Technology,
pp.1065 – 1074.
[8]. Azadeh Bastani, Esmaeel Fatemi Behbahani, 2011, An
Efficient Feature Extraction Method with Orthogonal
Moments and Wavelet Transform for Human Face
Recognition System European Journal of Scientific Research,
Vol.52 No.3 pp.313-320.
[9]. Dong-Liang, Lee and Jen-sheng Lang, 2010, A face
Detection and Recognition System based on Rectangular
Feature Orientation. In Proc. of International Conference on
System and Engineering, pp.495-499.
[10]. Murugan, D, Dr. S Arumugam, K Rajalakshmi and T. I
Manish, 2010, Performance evaluation of face recognition
using Gabor filter, log Gabor filter and discrete wavelet
transform. International Journal of Computer Science and
Information Technology (2)1, pp.125-133.
[11]. S. Adebayo Daramola and O.Sandra Odeghe, 2012,
Efficient Face Recognition system using Artificial Neural
Network, International Journal of Computer Applications
Vol.41, pp12-15.

More Related Content

PDF
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
ieijjournal
 
PDF
Extraction of texture features by using gabor filter in wheat crop disease de...
eSAT Journals
 
PDF
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ijcseit
 
PDF
An efficient feature extraction method with pseudo zernike moment for facial ...
ijcsity
 
PDF
Reconstruction of partially damaged facial image
eSAT Publishing House
 
PDF
MSB based Face Recognition Using Compression and Dual Matching Techniques
CSCJournals
 
PDF
A survey on human face recognition invariant to illumination
IAEME Publication
 
PDF
IRJET- Prediction of Facial Attribute without Landmark Information
IRJET Journal
 
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
ieijjournal
 
Extraction of texture features by using gabor filter in wheat crop disease de...
eSAT Journals
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ijcseit
 
An efficient feature extraction method with pseudo zernike moment for facial ...
ijcsity
 
Reconstruction of partially damaged facial image
eSAT Publishing House
 
MSB based Face Recognition Using Compression and Dual Matching Techniques
CSCJournals
 
A survey on human face recognition invariant to illumination
IAEME Publication
 
IRJET- Prediction of Facial Attribute without Landmark Information
IRJET Journal
 

What's hot (15)

PDF
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
IJECEIAES
 
PDF
A novel approach for efficient skull stripping using morphological reconstruc...
eSAT Journals
 
PDF
Face Recognition based on STWT and DTCWT using two dimensional Q-shift Filters
IJERA Editor
 
PDF
A novel approach for efficient skull stripping using
eSAT Publishing House
 
PDF
LOCAL REGION PSEUDO-ZERNIKE MOMENT- BASED FEATURE EXTRACTION FOR FACIAL RECOG...
aciijournal
 
PDF
50220130402003
IAEME Publication
 
PDF
IRJET- Image De-Blurring using Blind De-Convolution Algorithm
IRJET Journal
 
PDF
Medical Image Segmentation by Transferring Ground Truth Segmentation Based up...
csandit
 
PDF
Pattern –based with surface based morphometry survey
eSAT Publishing House
 
PDF
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
PDF
Ijebea14 276
Iasir Journals
 
PDF
Image restoration based on morphological operations
ijcseit
 
PDF
A novel approach to face recognition based on thermal imaging
eSAT Publishing House
 
PDF
A novel approach to face recognition based on thermal imaging
eSAT Journals
 
PDF
Medoid based model for face recognition using eigen and fisher faces
ijscmcj
 
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
IJECEIAES
 
A novel approach for efficient skull stripping using morphological reconstruc...
eSAT Journals
 
Face Recognition based on STWT and DTCWT using two dimensional Q-shift Filters
IJERA Editor
 
A novel approach for efficient skull stripping using
eSAT Publishing House
 
LOCAL REGION PSEUDO-ZERNIKE MOMENT- BASED FEATURE EXTRACTION FOR FACIAL RECOG...
aciijournal
 
50220130402003
IAEME Publication
 
IRJET- Image De-Blurring using Blind De-Convolution Algorithm
IRJET Journal
 
Medical Image Segmentation by Transferring Ground Truth Segmentation Based up...
csandit
 
Pattern –based with surface based morphometry survey
eSAT Publishing House
 
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Ijebea14 276
Iasir Journals
 
Image restoration based on morphological operations
ijcseit
 
A novel approach to face recognition based on thermal imaging
eSAT Publishing House
 
A novel approach to face recognition based on thermal imaging
eSAT Journals
 
Medoid based model for face recognition using eigen and fisher faces
ijscmcj
 
Ad

Viewers also liked (6)

PDF
Civic and ethical education
Mingo Peiro
 
PDF
Aids in Ethiopia: Born Without Rights
Robert Rabinovitz
 
PPTX
LSE Conference on Human Rights in Ethiopia
Kinfe Micheal Yilma
 
PPT
Piloting new indicators and methodologies to measure the human right to wate...
IRC
 
PDF
Civics and ethical education cv et 201
absum2020
 
PPT
An Introduction To Sociology
colleenheatheranne
 
Civic and ethical education
Mingo Peiro
 
Aids in Ethiopia: Born Without Rights
Robert Rabinovitz
 
LSE Conference on Human Rights in Ethiopia
Kinfe Micheal Yilma
 
Piloting new indicators and methodologies to measure the human right to wate...
IRC
 
Civics and ethical education cv et 201
absum2020
 
An Introduction To Sociology
colleenheatheranne
 
Ad

Similar to Effective face feature for human identification (20)

PDF
Real time voting system using face recognition for different expressions and ...
eSAT Publishing House
 
PDF
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET Journal
 
PDF
A survey on content based medical image retrieval for
eSAT Publishing House
 
PDF
IRJET- Facial Expression Recognition: Review
IRJET Journal
 
PDF
Lc3420022006
IJERA Editor
 
PDF
Face Recognition using Feature Descriptors and Classifiers
Journal For Research
 
PDF
A Spectral Domain Local Feature Extraction Algorithm for Face Recognition
CSCJournals
 
PDF
Detection of Attentiveness from Periocular Information
IRJET Journal
 
PDF
IRJET - Facial Recognition based Attendance System with LBPH
IRJET Journal
 
DOCX
Image Segmentation Based Survey on the Lung Cancer MRI Images
IIRindia
 
PDF
A novel approach for performance parameter estimation of face recognition bas...
IJMER
 
PDF
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
AM Publications
 
PDF
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
AM Publications
 
PDF
Progression in Large Age-Gap Face Verification
IRJET Journal
 
PDF
Ck36515520
IJERA Editor
 
PDF
Instant fracture detection using ir-rays
ijceronline
 
PDF
A study of techniques for facial detection and expression classification
IJCSES Journal
 
PDF
Aa4102207210
IJERA Editor
 
PDF
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
eSAT Publishing House
 
PDF
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
inventionjournals
 
Real time voting system using face recognition for different expressions and ...
eSAT Publishing House
 
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET Journal
 
A survey on content based medical image retrieval for
eSAT Publishing House
 
IRJET- Facial Expression Recognition: Review
IRJET Journal
 
Lc3420022006
IJERA Editor
 
Face Recognition using Feature Descriptors and Classifiers
Journal For Research
 
A Spectral Domain Local Feature Extraction Algorithm for Face Recognition
CSCJournals
 
Detection of Attentiveness from Periocular Information
IRJET Journal
 
IRJET - Facial Recognition based Attendance System with LBPH
IRJET Journal
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
IIRindia
 
A novel approach for performance parameter estimation of face recognition bas...
IJMER
 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
AM Publications
 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
AM Publications
 
Progression in Large Age-Gap Face Verification
IRJET Journal
 
Ck36515520
IJERA Editor
 
Instant fracture detection using ir-rays
ijceronline
 
A study of techniques for facial detection and expression classification
IJCSES Journal
 
Aa4102207210
IJERA Editor
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
eSAT Publishing House
 
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
inventionjournals
 

More from eSAT Publishing House (20)

PDF
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
 
PDF
Impact of flood disaster in a drought prone area – case study of alampur vill...
eSAT Publishing House
 
PDF
Hudhud cyclone – a severe disaster in visakhapatnam
eSAT Publishing House
 
PDF
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
 
PDF
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
 
PDF
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
 
PDF
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
 
PDF
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
 
PDF
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
 
PDF
Shear strength of rc deep beam panels – a review
eSAT Publishing House
 
PDF
Role of voluntary teams of professional engineers in dissater management – ex...
eSAT Publishing House
 
PDF
Risk analysis and environmental hazard management
eSAT Publishing House
 
PDF
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
 
PDF
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
 
PDF
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
 
PDF
Coastal zones – seismic vulnerability an analysis from east coast of india
eSAT Publishing House
 
PDF
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
 
PDF
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
 
PDF
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
 
PDF
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
 
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
eSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
eSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
eSAT Publishing House
 
Risk analysis and environmental hazard management
eSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
eSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
 

Recently uploaded (20)

PPTX
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
PPTX
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
PDF
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
PPT
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
PDF
Zero Carbon Building Performance standard
BassemOsman1
 
PDF
dse_final_merit_2025_26 gtgfffffcjjjuuyy
rushabhjain127
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PDF
Unit I Part II.pdf : Security Fundamentals
Dr. Madhuri Jawale
 
PPTX
22PCOAM21 Session 2 Understanding Data Source.pptx
Guru Nanak Technical Institutions
 
PPTX
22PCOAM21 Session 1 Data Management.pptx
Guru Nanak Technical Institutions
 
PDF
LEAP-1B presedntation xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hatem173148
 
PPTX
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
PDF
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
PDF
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
PDF
Advanced LangChain & RAG: Building a Financial AI Assistant with Real-Time Data
Soufiane Sejjari
 
PDF
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
PDF
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
PDF
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
PPTX
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
PPTX
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
Zero Carbon Building Performance standard
BassemOsman1
 
dse_final_merit_2025_26 gtgfffffcjjjuuyy
rushabhjain127
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Unit I Part II.pdf : Security Fundamentals
Dr. Madhuri Jawale
 
22PCOAM21 Session 2 Understanding Data Source.pptx
Guru Nanak Technical Institutions
 
22PCOAM21 Session 1 Data Management.pptx
Guru Nanak Technical Institutions
 
LEAP-1B presedntation xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hatem173148
 
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
Advanced LangChain & RAG: Building a Financial AI Assistant with Real-Time Data
Soufiane Sejjari
 
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 

Effective face feature for human identification

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 117 EFFECTIVE FACE FEATURE FOR HUMAN IDENTIFICATION S. Adebayo Daramola1 , Tiwalade Odu2 , Olujimi Ajayi3 1 Senior Lecturer, Department of Electrical and Information Engineering, Covenant University Ota, Ogun State, Nigeria 2 Assistant Lecturer, Department of Electrical & Information Engineering, Covenant University Ota, Ogun State, Nigeria 3 Post Graduate Student, Department of Electrical & Information Engineering, Covenant University Ota, Ogun State, Nigeria Abstract Face image is one of the most important parts of human body. It is easily use for identification process. People naturally identify one another through face images. Due to increase rate of insecurity in our society, accurate machine based face recognition systems are needed to detect impersonators. Face recognition systems comprise of face detector module, preprocessing unit, feature extraction subsystem and classification stage. Robust feature extraction algorithm plays major role in determining the accuracy of intelligent systems that involves image processing analysis. In this paper, pose invariant feature is extracted from human faces. The proposed feature extraction method involves decomposition of captured face image into four sub-bands using Haar wavelet transform thereafter shape and texture features are extracted from approximation and detailed bands respectively. The pose invariant feature vector is computed by fusing the extracted features. Effectiveness of the feature vector in terms of intra-person variation and inter-persons variation was obtained from feature plots. Keywords: Center points, Edge detected image, Feature Face-image, Pose invariant. ----------------------------------------------------------------------***------------------------------------------------------------------------ 1. INTRODUCTION Recognition of people is usually done using widely accepted biometric traits like signature, fingerprint and face. Face identification can be done naturally by people or artificially using intelligent machines. Naturally people find it easy to identify faces that are well-known compare to strange faces. Machine based face recognition involves capturing of face images using digital camera under variable facial expression thereafter captured face images are sent to system for identification. Face images contain important revealing parts like forehead, eyes, nose, mouth and chin. These parts occupy different locations and vary closely from one person to another. The major challenge that makes automatic face identification difficult is high intra variation within face images of the same person. This intra variation is caused majorly by variable illumination and pose. Face recognition systems comprise of face detection, face image preprocessing, feature extraction, training and matching. Feature extraction subsystem is mainly considered in this work. At preprocessing level many morphological processing are done to normalize illumination effect [1]. One method of reducing effect of pose variation is by using robust feature as input data to classification algorithm. Extraction of feature from face images can be done in many ways. In the past many researchers have used methods that involves all the pixels of the whole image [2][3]. On many occasions feature are extracted from vital parts of face images [4][5]. Also face images may be decomposed into smaller image blocks before feature extraction is carried out [6][7][8]. Extraction of feature vector was carried out using group of pixel values within eyes, lip and nose regions in [9]. The feature vector size was reduced and further processed by application of Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA). In [10], face feature extraction was done using three multi-scale representation techniques based on Gabor filter, log Gabor filter and Discrete Wavelet Transform whereas in [11], invariant face feature was extracted for recognition purpose using Haar wavelet transform and Principal Component Analysis . In this work new approach for feature extraction different from those used in previous works is introduced. The proposed feature will suppress effect of varying facial expression. This is achieved by extracting local shape features from smaller image blocks. And this feature is fused with texture feature from detailed bands. The rest of the paper is organized as follows: Section 2 describes the collection of input images and decomposition. Section 3 introduces the new feature extraction method, and section 4 describes feature plot result. Finally, conclusion is presented in section 5. 2. INPUT FACE IMAGES Digital camera was use to capture face images of people under variable illumination and pose conditions. Fig.1 shows set of face image obtained as the input image to the proposed feature extraction algorithm.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 118 2.1 Face Image Decomposition Firstly, input colour image is resized and converted to grayscale image as shown in fig.2. The image is passed to Haar wavelet transform algorithm. The image is decomposed into four sub-bands (one approximation band and three detailed bands). The output image obtained from this stage is as shown in fig3. Fig-1: Examples of captured face images. Fig-2: Sample of input image. Fig-3: Output of image decomposition. 3. FEATURE EXTRACTION METHOD Feature extraction technique describes in this section produce fused feature that is able to capture pose variation caused by different facial expression. It is well known that facial components like eyes, nose, mouth and chin have high gray level intensity than the surrounding therefore provide distinguishable edge information. Smooth contour of facial components are created by performed edge detection operation on approximation band. Canny edge detection was used for this operation. The output image was resized as shown in Fig.4. 3.1 Contour Face Feature Robust geometric feature is extracted from pixels positions of the edge detected image. The feature is extracted using the following steps. 1. Split the edge detected image into two parts (i) Calculate centre of gravity of the image. (ii) Partition the image vertically into two image blocks through the centre of gravity as shown in Fig.5. Fig-4: Edge detected image. 2. Split each of the image-blocks parts obtained from step one into four smaller image-blocks (i) Calculate centre of gravity of each of the image (ii) Partition each of the images through the centre of gravity into four smaller image blocks as shown in Fig.6.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 119 3. Obtain two geometric features (i) Calculate the mean area (mA) of the connected components in each of the eight smaller image blocks as in equation1. (ii) Calculate the mean perimeter (mP) of the connected components in each of the eight smaller image blocks as in equation2. 4. Concatenate the two features in step (i) and (ii) to obtain geometric feature vector as in equation3. Fig-5: Output of vertical splitting. Fig-6: Eight image blocks. 3.2 Textural Face Feature Texture feature is obtained from the detailed bands using Singular Value Decomposition (SVD). SVD of image H is defined as H = WSVT . Matrix W is the m × m dimension matrix of eigenvectors of the covariance matrix HHT and matrix S is an m × n rectangular diagonal matrix whereas matix V is the n × n matrix of eigenvectors of HT H. Given that F1(w,s,v), F2(w,s,v) and F3(w,s,v) are the Single Value Decomposition features extracted from the LH, HL and HH band respectively. Texture feature is calculated using only the first coefficient of the diagonal matrix. Given that F1(s), F2(s) and F3(s) are the coefficient value of diagonal matrix from band LH, HL and HH respectively. Therefore texture feature (T) is calculated as in equation 4. T = (F1(s) + F2(S) + F3(s))/3 (4) 3.3 Fused Face Feature At this stage the features extracted from the approximation band and detail bands are fused together to get the feature that best describe the image. The fuse feature contains relevant information from geometric and texture attribute of the face image. In this work, geometric feature (G) and texture feature (T) are combined at the feature level as it written in equation 5. The fused feature vector obtained at this stage can use as input data to train suitable classifier for face recognition. 4. FEATURE TEST Intra-variation and inter-variation of the proposed feature are experimental by plotting the feature graph of two face images of the same person as shown in Fig.7. Also a feature graph of two face images from different persons is plotted as shown in Fig.8. 0 2 4 6 8 10 12 14 16 0 50 100 150 200 250 face1 face2 Fig-7: Intra-variation feature plot
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 120 0 2 4 6 8 10 12 14 16 0 10 20 30 40 50 60 70 80 90 100 face1 face2 Fig-8: Inter-variation feature plot. 5. CONCLUSIONS This work presents extraction of fused feature from face images. The feature is robust enough to reduce intra-face images variation and increases inter-face images variation. This feature is produced from first level decomposition of face image using wavelet transform. Geometric feature obtained from approximation band is combined with texture feature from other bands to generate the fused feature vector. Test results proves that proposed face feature extraction method is robust enough to reduce the effect of varying face pose for effective face recognition REFERENCES [1]. J. Shermina and V. Vasudevan, 2011, An Efficient Face Recognition System Based on the Hybridization of Invariant Pose and Illumination Process European Journal of Scientific Research, Vol.64, No.2, pp. 225-243. [2]. K.. Meethongjan, M. Dzulkifli,. A. Rehman and T. Saba, 2010,.Face Recognition based on Fusion of Voronoi Diagram Automatic Facial and Wavelet Moment Invariants, International Journal of Video & Image Processing and Network Security IJVIPNS (10) 4, pp1-8. [3]. Sarawat Anam, Md. Shohidul Islam, S. Member, , M. A Kashem, M.A Rahman, 2009, Real Time Face Recognition Using Step Error Tolerance BPN International Journal of Engineering and Technology Vol. 1(1) pp.1793-8236. [4]. Jang-Seon Ryu and Eung-Tae Kim, 2006, Development of Face Tracking and Recognition Algorithm for DVR(Digital Video Recorder), International Journal of Computer Science and Network Security, VOL.6 No.3A, pp.17-24. [5]. S. Kumar Paul, M. Shorif Uddin and S.Bouakaz, , 2012 , Extraction of Facial Feature Points Using Cumulative Histogram, International Journal of Computer Issues, Vol.9, Issue 1, No3, pp.44-51. [6]. T.Venkat Narayana Rao, V.Subramanya Aditya, S.Venkateshwarlu, B.Vasavi, 2011, Partition Based Face Recognition System, Journal of Global Research in Computer Science Volume 2, No. 9, pp.34-38. [7]. Raju, U.S.N., A. Srikrishna, V. Vijaya Kumar and A. Suresh, 2008, .Extraction of Skeleton Primitives on Wavelets, Journal of Theoretical and Applied Information Technology, pp.1065 – 1074. [8]. Azadeh Bastani, Esmaeel Fatemi Behbahani, 2011, An Efficient Feature Extraction Method with Orthogonal Moments and Wavelet Transform for Human Face Recognition System European Journal of Scientific Research, Vol.52 No.3 pp.313-320. [9]. Dong-Liang, Lee and Jen-sheng Lang, 2010, A face Detection and Recognition System based on Rectangular Feature Orientation. In Proc. of International Conference on System and Engineering, pp.495-499. [10]. Murugan, D, Dr. S Arumugam, K Rajalakshmi and T. I Manish, 2010, Performance evaluation of face recognition using Gabor filter, log Gabor filter and discrete wavelet transform. International Journal of Computer Science and Information Technology (2)1, pp.125-133. [11]. S. Adebayo Daramola and O.Sandra Odeghe, 2012, Efficient Face Recognition system using Artificial Neural Network, International Journal of Computer Applications Vol.41, pp12-15.