SlideShare a Scribd company logo
Kapil Verma et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 1, (Part - 4) January 2016, pp.145-150
www.ijera.com 145 | P a g e
A Hybrid method of face detection based on Feature Extraction
using PIFR and Feature Optimization using TLBO
Kapil Verma*, Akash Mittal**, Yogendra Kumar Jain***
*Department of Computer Science, Samrat Ashok Technological Institute, Vidisha, M.P, India
** Department of Computer Science, Samrat Ashok Technological Institute, Vidisha, M.P, India
***Department of Computer Science, Samrat Ashok Technological Institute, Vidisha, M.P, India
ABSTRACT
In this paper we proposed a face detection method based on feature selection and feature optimization. Now in
current research trend of biometric security used the process of feature optimization for better improvement of
face detection technique. Basically our face consists of three types of feature such as skin color, texture and
shape and size of face. The most important feature of face is skin color and texture of face. In this detection
technique used texture feature of face image. For the texture extraction of image face used partial feature
extraction function, these function is most promising shape feature analysis. For the selection of feature and
optimization of feature used multi-objective TLBO. TLBO algorithm is population based searching technique
and defines two constraints function for the process of selection and optimization. The proposed algorithm of
face detection based on feature selection and feature optimization process. Initially used face image data base
and passes through partial feature extractor function and these transform function gives a texture feature of face
image. For the evaluation of performance our proposed algorithm implemented in MATLAB 7.8.0 software and
face image used provided by Google face image database. For numerical analysis of result used hit and miss
ratio. Our empirical evaluation of result shows better prediction result in compression of PIFR method of face
detection.
Keywords - Feature extraction, Face recognition system, pattern recognition, TLBO
I. INTRODUCTION
In recent years, face recognition has attracted
much attention and its research has rapidly expanded
by not only engineers but also neuroscientists, since
it has many potential applications in computer vision
communication and automatic access control system.
Especially, face detection is an important part of
face recognition as the first step of automatic face
recognition [12]. However, face detection is not
straightforward because it has lots of variations of
image appearance, such as pose variation (front,
non-front), occlusion, image orientation,
illuminating condition and facial expression. Many
novel methods have been proposed to resolve each
variation listed above. For example, the template-
matching methods are used for face localization and
detection by computing the correlation of an input
image to a standard face pattern [4]. The face is our
primary focus of attention in social life playing an
important role in conveying identity and emotions.
Face recognition systems have gained a great deal of
popularity due to the wide range of applications that
they have proved to be useful in. Broadly, two main
categories for these applications exist: commercial
applications and research applications. From a
commercial standpoint, face recognition is practical
in security systems for law enforcement situations. It
is in places like airports and international borders
that the need arises for a face recognition system that
identifies individuals. Another application of face
recognition is the protection of privacy, obviating
the need for exchanging sensitive personal
information. Instead, a computer-based face
recognition system would provide sufficient
identification. For instance, PIN numbers, user ID‟s,
and passwords would be replaced by face
recognition in order to unify personal identification.
Finally, face recognition systems can be used for
entertainment purposes in areas like video games
and virtual reality [1].
Figure 1: Configuration of general face detection
structure.
RESEARCH ARTICLE OPEN ACCESS
Kapil Verma et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 1, (Part - 4) January 2016, pp.145-150
www.ijera.com 146 | P a g e
Figure 2: Applications of face recognition.
Section-II gives the information of about feature of
face image. In section III discuss the method of face
recognition. In section IV discuss the proposed
method. In section V comparative result finally, in
section VI conclusion and future scope.
II FEATURE OF FACE IMAGE
Feature extraction process play important role in
face detection and pattern detection system based
authentication mechanism. The goal of feature
extraction is to find a specific representation of the
data that can highlight relevant information [7]. This
representation can be found by maximizing a
criterion or can be a pre-defined representation.
Usually, a face image is represented by a high
dimensional vector containing pixel values (holistic
representation) or a set of vectors where each vector
summarizes the underlying content of a local region
by using a high level transformation (local
representation). In this section we made distinction
in the holistic and local feature extraction and
differentiate them qualitatively as opposed to
quantitatively. It is argued that a global feature
representation based on local feature analysis should
be preferred over a bag-of-feature approach. The
problems in current feature extraction techniques
and their reliance on a strict alignment is discussed.
Finally we introduce to use face-GLOH signatures
that are invariant with respect to scale, translation
and rotation and therefore do not require properly
aligned images. The resulting dimensionality of the
vector is also low as compared to other commonly
used local features such as Gabor, Local Binary
Pattern Histogram „LBP‟ etc. and therefore learning
based methods can also benefit from it [9].
TEACHER LEARNING BASED
OPTIMIZATION
This optimization method is based on the effect
of the influence of a teacher on the output of learners
in a class. It is a population based method and like
other population based methods it uses a population
of solutions to proceed to the global solution. A
group of learners constitute the population in TLBO
[11]. In any optimization algorithms there are
numbers of different design variables. The different
design variables in TLBO are analogous to different
subjects offered to learners and the learners‟ result is
analogous to the „fitness‟, as in other population-
based optimization techniques. As the teacher is
considered the most learned person in the society,
the best solution so far is analogous to Teacher in
TLBO. The process of TLBO is divided into two
parts. The first part consists of the “Teacher phase”
and the second part consists of the “Learner phase”.
The “Teacher phase” means learning from the
teacher and the “Learner phase” means learning
through the interaction between learners. In the sub-
sections below we briefly discuss the
implementation of TLBO.
Initialization
Following are the notations used for describing the
TLBO
N: number of learners in class i.e. “class size”
D: number of courses offered to the learners
MAXIT: maximum number of allowable iterations
The population X is randomly initialized by a search
space bounded by matrix of N rows and D columns.
The jth parameter of the ith learner is assigned
values randomly using the equation
Where rand represents a uniformly distributed
random variable within the range (0, 1), xmin j and
xmaxj represent the minimum and maximum value
for jth parameter. The parameters of ith learner for
the generation g are given by
III.1 Teacher phase
The mean parameter Mg of each subject of the
learners in the class at generation g is given as
The learner with the minimum objective function
value is considered as the teacher Xg Teacher for
respective iteration. The Teacher phase makes the
algorithm proceed by shifting the mean of the
learners towards its teacher. To obtain a new set of
improved learners a random weighted differential
vector is formed from the current mean and the
desired mean parameters and added to the existing
population of learners.
TF is the teaching factor which decides the value of
mean to be changed. Value of TF can be either 1 or
2. The value of TF is decided randomly with equal
probability as,
Where TF is not a parameter of the TLBO algorithm.
The value of TF is not given as an input to the
Kapil Verma et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 1, (Part - 4) January 2016, pp.145-150
www.ijera.com 147 | P a g e
algorithm and its value is randomly decided by the
algorithm using Eq. (5). After conducting a number
of experiments on many benchmark functions it is
concluded that the algorithm performs better if the
value of TF is between 1 and 2. However, the
algorithm is found to perform much better if the
value of TF is either 1 or 2 and hence to simplify the
algorithm, the teaching factor is suggested to take
either 1 or 2 depending on the rounding up criteria
given by Eq. (5). If Xnew is found to be a superior
learner than Xg in generation g , than it replaces
inferior learner Xg in the matrix.
III.2 Learner phase
In this phase the interaction of learners with one
another takes place. The process of mutual
interaction tends to increase the knowledge of the
learner. The random interaction among learners
improves his or her knowledge. For a given learner
Xg , another learner Xg is randomly selected (i ≠ r).
The ith parameter of the matrix Xnew in the learner
phase is given as
III PARTIAL FEATURE EXTRACTION
TECHNIQUE
Partial feature extraction process in image
database is comprised of image rotation invariant
process through sine and cosine transform function.
In this technique used sin function, cosine function
and tangential function for partial feature extraction
are used based on boundary value of image [41]. The
given image is divided into three section such as
hypotenuse, opposite and adjustment for finding of
three parameters hypotenuse, opposite and
adjustment, before applying edge detection
technique for getting X and Y parameter in the plane
for better continuity of edge detection used in many
edge detection methods. Now process of all derivate
is explained using a formula.
Figure 1: Shows that circular image and divide
this image into three sections X, Y and H
Process of feature extraction using triangular
formula of image.
Apply canny edge detection method for finding
boundary value of image
After that find the centred point of boundary value
of shape.
Find the Xc and Yc as
Xc= ........................(1)
Yc= ........................(2)
After getting a value of (Xc and Yc)
H=
After getting a value of H apply sine, cosine and
tangent function for shape of boundary
Sin=Xc/H and cosine =Yc/H and tangent = Yc/Xc
After getting of sin ,cosine and tangent , find three
consecutive matrix of shape
All three shape parameter match the boundary value
of feature.
All matched value create a feature matrix
All feature of parameter converted into feature
vector.
IV PROPOSED METHOD
In this section discuss the proposed algorithm of
face detection based on feature selection and feature
optimization process. Initially used face image data
base and passes through partial feature extractor and
this feature extractor gives a shape feature of face
image database. The extracted shape feature passes
through TLBO algorithm and selects the proper
feature and optimized the feature and finally passes
through the support vector machine for classification
of feature and finally detected the face and calculates
the hit and miss ratio of detected face. The process
of algorithm discuss step by step in below section.
1. Select data set for feature extraction
2. apply partial feature extractor
3. Start generation of feature matrix in terms
of shape feature.
4. convert feature matrix as row wise and
make vector of these feature
5. Initialized a number of student feature
N=100
6. Compare the value of distance vector with
student
7. If value of feature greater than vector value
8. Processed for new set of student
9. Check the value of teacher factor value
TF=1
10. After that generate new set of teacher.
11. These optimal value of teacher is passes
through SVM
12. If the value of shape not classified go to the
selection process of TLBO
13. Else optimized classified shape is
generated.
14. the optimized shape feature passes through
the liner support vector machine
Kapil Verma et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 1, (Part - 4) January 2016, pp.145-150
www.ijera.com 148 | P a g e
15. support vector machine classified the shape
value
16. finally detected the face
17. calculate the hit and miss ratio of input
image
18. Exit.
Figure 3: Block diagram of proposed model.
V EXPERIMENTAL RESULT ANALYSIS
To evaluate the performance of proposed
method of Face detection we have use MATLAB
software 7.8.0 with a variety of group image dataset
used for experimental task.
Figure 4: Shows that the input image 1 for face
detection.
Figure 5: Shows that the result image 1 for face
detection using PIFR method.
Group
image
Name
Method Total
no of
face
hit miss Detection
ratio
%
Group
image
1
PIFR 20 18 2 90
Proposed 20 19 1 95
Table 1: Shows that the comparative study for
group image 1 with using PIFR and proposed
method.
Figure 6: Shows that the Comparative result
graph for group image 1 and find the no. of
person in an image, hit ratio, miss ratio and
detection ratio on the basis of PIFR and our
proposed method, then we find that the our
proposed method result is always better than the
PIFR method.
Kapil Verma et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 1, (Part - 4) January 2016, pp.145-150
www.ijera.com 149 | P a g e
Figure 7: Shows that the Comparative result
graph for group image 2 and find the no. of
person in an image, hit ratio, miss ratio and
detection ratio on the basis of PIFR and our
proposed method, then we find that the our
proposed method result is always better than the
PIFR method.
VI CONCLUSION AND FUTURE WORK
In this paper we improved Face Detection
System using partial feature extractor and features
selection process by TLBO algorithm. After
extraction of feature of face used feature
optimizations technique for better selection of
feature. The localized face image is transformed
from layered form of transform function for
extraction of facial feature. The optimized feature
selection process gives better result in compression
of PIFR and support vector machine based detection
technique. In the process of feature extraction we
used partial feature extraction function, partial
feature extraction process implied as shape feature.
The proposed method work in two phases in first
phase used feature optimization and second phase
used face detection. For the selection of feature and
optimization of used two different functions in
TLBO algorithm, the selection of feature process
satisfied the given condition of feature constraints
then select feature and passes through matching of
feature for the process of optimization. The proposed
algorithm implemented in MATLAB software and
used standard face image provided by Google
database. For empirical evaluation used hit ratio and
miss ratio of face image in given dataset. The
detection of hit ratio is better in case of PIFR
method. The proposed algorithm for face detection is
very efficient in case of individual as well as group
face. The proposed algorithm used partial feature
extractor function with TLBO algorithm. The
process of feature optimization and feature selection
is very complex for two different constraints
function of optimization and detection. The
optimization and detection increase the time
complexity but incase the value of hit ratio. In future
reduces the time complexity of proposed algorithm
and improved the efficiency of overall system.
REFERENCES
[1] Huy Tho Ho, Rama Chellappa “Pose-
Invariant Face Recognition Using Markov
Random Fields” IEEE TRANSACTIONS ON
IMAGE PROCESSING, VOL- 22, 2013. Pp
1573-1584.
[2] Meng Yang, Lei Zhang, Simon Chi-Keung
Shiu, David Zhang “Robust Kernel
Representation With Statistical Local
Features for Face Recognition” IEEE
TRANSACTIONS ON NEURAL
NETWORKS AND LEARNING SYSTEMS,
VOL-24, 2013. Pp 900-912.
[3] jiwen Lu, Yap-Peng Tan, Gang Wang and
Gao Yang “Image-to-Set Face Recognition
Using Locality Repulsion Projections and
Sparse Reconstruction-Based Similarity
Measure” IEEE TRANSACTIONS ON
CIRCUITS AND SYSTEMS FOR VIDEO
TECHNOLOGY, VOL. 23, 2013. Pp 1070-
1080.
[4] B. Cheng, J. Yang, S. Yan, Y. Fu, and T.
Huang “Learning with l1-graph for image
analysis” IEEE Trans. Image Process., vol.
19, no. 4,pp. 858–866, Apr. 2010.
[5] W. Deng, J. Hu, and J. Guo “Extended SRC:
Undersampled face recognition via intra-class
variant dictionary” IEEE Trans. Pattern Anal.
Mach. Intell., vol. 34, no. 9, pp. 1864–1870,
Sep. 2012.
[6] W. Deng, J. Hu, J. Guo, W. Cai, and D. Feng
“Robust, accurate and efficient face
recognition from a single training image: A
uniform pursuit approach” Pattern Recognit.,
vol. 43, no. 5, pp. 1748–1762, 2010.
[7] Y. Fu, S. Yan, and T. S. Huang
“Classification and feature extraction by
simplexization” IEEE Trans. Inform.
Forensics Security, vol. 3, no. 1, pp. 91–100,
Mar. 2008.
[8] Q. Gao, L. Zhang, and D. Zhang “Face
recognition using FLDA with single training
image per person” Appl. Math. Comput., vol.
205, no. 2, pp. 726–734, 2008.
[9] R. Gottumukkal and V. Asari “An improved
face recognition technique based on modular
PCA approach” Pattern Recognit. Lett., vol.
25, no. 4, pp. 429–436, 2004.
[10] M. Harandi, A. Bigdeli, and B. Lovell
“Image-set face recognition based on
transductive learning” in Proc. IEEE Int.
Conf. Image Process., Sep. 2010, pp. 2425–
2428.
Kapil Verma et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 1, (Part - 4) January 2016, pp.145-150
www.ijera.com 150 | P a g e
[11] X. He, D. Cai, S. Yan, and H. Zhang
“Neighborhood preserving embedding” in
Proc. IEEE Int. Conf. Comput. Vision, Oct.
2005, pp. 1208–1213.
[12] X. He, S. Yan, Y. Hu, P. Niyogi, and H. J.
Zhang “Face recognition using
Laplacianfaces” IEEE Trans. Pattern Anal.
Mach. Intell., vol. 27, no. 3, pp. 328–340,
Mar. 2005.
[13] H. Hu, “Orthogonal neighborhood preserving
discriminant analysis for face recognition,”
Pattern Recognit., vol. 41, no. 6, pp. 2045–
2054, 2008.
[14] G. Huang, M. Ramesh, T. Berg, and E.
Learned-Miller “Labeled faces in the wild”
Univ. Massachusetts, Amherst, USA, Tech.
Rep. TR 07-49, 2007.
[15] Liu, C. and Wechsler, H. (2002). “Gabor
feature based classification using the
enhanced fisher linear discriminant model for
face recognition” Image processing, IEEE
Transactions on 11:467-476.
[16] Romby, H.A, Baluja, S. and Kanade T.
(1998). “Neural network based face
detection”. Pattern Analysis and Machine
Intelligence, IEEE Transactions on 20:23-38.
[17] D. Hill, C. Studholme, and D. Hawkes,
“Voxel similarity measuresfor automated
image registration”, in Proceedings of Third
SPIEConference on Visualization in
Biomedical Computing,1994, pp. 205–216.
[18] F. Maesa, A. Collignon, D. Vandermeulen, G.
Marchal, and P. Suetens, “Multimodality
image registration by maximization of mutual
information”,IEEE Transactions on Medical
Imaging, vol. 6, no. 2, pp.187–198, 1997.

More Related Content

What's hot

A case study in computer
A case study in computerA case study in computer
A case study in computer
csandit
 
An Automatic Question Paper Generation : Using Bloom's Taxonomy
An Automatic Question Paper Generation : Using Bloom's   TaxonomyAn Automatic Question Paper Generation : Using Bloom's   Taxonomy
An Automatic Question Paper Generation : Using Bloom's Taxonomy
IRJET Journal
 
IRJET- Stock Market Forecasting Techniques: A Survey
IRJET- Stock Market Forecasting Techniques: A SurveyIRJET- Stock Market Forecasting Techniques: A Survey
IRJET- Stock Market Forecasting Techniques: A Survey
IRJET Journal
 
Fiducial Point Location Algorithm for Automatic Facial Expression Recognition
Fiducial Point Location Algorithm for Automatic Facial Expression RecognitionFiducial Point Location Algorithm for Automatic Facial Expression Recognition
Fiducial Point Location Algorithm for Automatic Facial Expression Recognition
ijtsrd
 
A NOVEL FEATURE SET FOR RECOGNITION OF SIMILAR SHAPED HANDWRITTEN HINDI CHARA...
A NOVEL FEATURE SET FOR RECOGNITION OF SIMILAR SHAPED HANDWRITTEN HINDI CHARA...A NOVEL FEATURE SET FOR RECOGNITION OF SIMILAR SHAPED HANDWRITTEN HINDI CHARA...
A NOVEL FEATURE SET FOR RECOGNITION OF SIMILAR SHAPED HANDWRITTEN HINDI CHARA...
cscpconf
 
C1802041824
C1802041824C1802041824
C1802041824
IOSR Journals
 
Local feature extraction based facial emotion recognition: A survey
Local feature extraction based facial emotion recognition: A surveyLocal feature extraction based facial emotion recognition: A survey
Local feature extraction based facial emotion recognition: A survey
IJECEIAES
 
50220130402003
5022013040200350220130402003
50220130402003
IAEME Publication
 
Pattern Recognition of Japanese Alphabet Katakana Using Airy Zeta Function
Pattern Recognition of Japanese Alphabet Katakana Using Airy Zeta FunctionPattern Recognition of Japanese Alphabet Katakana Using Airy Zeta Function
Pattern Recognition of Japanese Alphabet Katakana Using Airy Zeta Function
Editor IJCATR
 
Vol 14 No 2 - September 2014
Vol 14 No 2 - September 2014Vol 14 No 2 - September 2014
Vol 14 No 2 - September 2014
ijcsbi
 
Adaptive network based fuzzy
Adaptive network based fuzzyAdaptive network based fuzzy
Adaptive network based fuzzy
ijaia
 
Ijetcas14 399
Ijetcas14 399Ijetcas14 399
Ijetcas14 399
Iasir Journals
 
INTERVAL TYPE-2 INTUITIONISTIC FUZZY LOGIC SYSTEM FOR TIME SERIES AND IDENTIF...
INTERVAL TYPE-2 INTUITIONISTIC FUZZY LOGIC SYSTEM FOR TIME SERIES AND IDENTIF...INTERVAL TYPE-2 INTUITIONISTIC FUZZY LOGIC SYSTEM FOR TIME SERIES AND IDENTIF...
INTERVAL TYPE-2 INTUITIONISTIC FUZZY LOGIC SYSTEM FOR TIME SERIES AND IDENTIF...
ijfls
 
Neuro-fuzzy inference system based face recognition using feature extraction
Neuro-fuzzy inference system based face recognition using feature extractionNeuro-fuzzy inference system based face recognition using feature extraction
Neuro-fuzzy inference system based face recognition using feature extraction
TELKOMNIKA JOURNAL
 
573 248-259
573 248-259573 248-259
573 248-259
idescitation
 
IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET- Optical Character Recognition using Neural Networks by Classification ...IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET Journal
 
Recognition of Facial Emotions Based on Sparse Coding
Recognition of Facial Emotions Based on Sparse CodingRecognition of Facial Emotions Based on Sparse Coding
Recognition of Facial Emotions Based on Sparse Coding
IJERA Editor
 

What's hot (17)

A case study in computer
A case study in computerA case study in computer
A case study in computer
 
An Automatic Question Paper Generation : Using Bloom's Taxonomy
An Automatic Question Paper Generation : Using Bloom's   TaxonomyAn Automatic Question Paper Generation : Using Bloom's   Taxonomy
An Automatic Question Paper Generation : Using Bloom's Taxonomy
 
IRJET- Stock Market Forecasting Techniques: A Survey
IRJET- Stock Market Forecasting Techniques: A SurveyIRJET- Stock Market Forecasting Techniques: A Survey
IRJET- Stock Market Forecasting Techniques: A Survey
 
Fiducial Point Location Algorithm for Automatic Facial Expression Recognition
Fiducial Point Location Algorithm for Automatic Facial Expression RecognitionFiducial Point Location Algorithm for Automatic Facial Expression Recognition
Fiducial Point Location Algorithm for Automatic Facial Expression Recognition
 
A NOVEL FEATURE SET FOR RECOGNITION OF SIMILAR SHAPED HANDWRITTEN HINDI CHARA...
A NOVEL FEATURE SET FOR RECOGNITION OF SIMILAR SHAPED HANDWRITTEN HINDI CHARA...A NOVEL FEATURE SET FOR RECOGNITION OF SIMILAR SHAPED HANDWRITTEN HINDI CHARA...
A NOVEL FEATURE SET FOR RECOGNITION OF SIMILAR SHAPED HANDWRITTEN HINDI CHARA...
 
C1802041824
C1802041824C1802041824
C1802041824
 
Local feature extraction based facial emotion recognition: A survey
Local feature extraction based facial emotion recognition: A surveyLocal feature extraction based facial emotion recognition: A survey
Local feature extraction based facial emotion recognition: A survey
 
50220130402003
5022013040200350220130402003
50220130402003
 
Pattern Recognition of Japanese Alphabet Katakana Using Airy Zeta Function
Pattern Recognition of Japanese Alphabet Katakana Using Airy Zeta FunctionPattern Recognition of Japanese Alphabet Katakana Using Airy Zeta Function
Pattern Recognition of Japanese Alphabet Katakana Using Airy Zeta Function
 
Vol 14 No 2 - September 2014
Vol 14 No 2 - September 2014Vol 14 No 2 - September 2014
Vol 14 No 2 - September 2014
 
Adaptive network based fuzzy
Adaptive network based fuzzyAdaptive network based fuzzy
Adaptive network based fuzzy
 
Ijetcas14 399
Ijetcas14 399Ijetcas14 399
Ijetcas14 399
 
INTERVAL TYPE-2 INTUITIONISTIC FUZZY LOGIC SYSTEM FOR TIME SERIES AND IDENTIF...
INTERVAL TYPE-2 INTUITIONISTIC FUZZY LOGIC SYSTEM FOR TIME SERIES AND IDENTIF...INTERVAL TYPE-2 INTUITIONISTIC FUZZY LOGIC SYSTEM FOR TIME SERIES AND IDENTIF...
INTERVAL TYPE-2 INTUITIONISTIC FUZZY LOGIC SYSTEM FOR TIME SERIES AND IDENTIF...
 
Neuro-fuzzy inference system based face recognition using feature extraction
Neuro-fuzzy inference system based face recognition using feature extractionNeuro-fuzzy inference system based face recognition using feature extraction
Neuro-fuzzy inference system based face recognition using feature extraction
 
573 248-259
573 248-259573 248-259
573 248-259
 
IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET- Optical Character Recognition using Neural Networks by Classification ...IRJET- Optical Character Recognition using Neural Networks by Classification ...
IRJET- Optical Character Recognition using Neural Networks by Classification ...
 
Recognition of Facial Emotions Based on Sparse Coding
Recognition of Facial Emotions Based on Sparse CodingRecognition of Facial Emotions Based on Sparse Coding
Recognition of Facial Emotions Based on Sparse Coding
 

Similar to A Hybrid method of face detection based on Feature Extraction using PIFR and Feature Optimization using TLBO

IRJET- Face Counter using Matlab
IRJET-  	  Face Counter using MatlabIRJET-  	  Face Counter using Matlab
IRJET- Face Counter using Matlab
IRJET Journal
 
IRJET- Survey on Various Techniques of Attendance marking and Attention D...
IRJET-  	  Survey on Various Techniques of Attendance marking and Attention D...IRJET-  	  Survey on Various Techniques of Attendance marking and Attention D...
IRJET- Survey on Various Techniques of Attendance marking and Attention D...
IRJET Journal
 
Review on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
Review on Algorithmic and Non Algorithmic Software Cost Estimation TechniquesReview on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
Review on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
ijtsrd
 
IRJET- Multiple Feature Fusion for Facial Expression Recognition in Video: Su...
IRJET- Multiple Feature Fusion for Facial Expression Recognition in Video: Su...IRJET- Multiple Feature Fusion for Facial Expression Recognition in Video: Su...
IRJET- Multiple Feature Fusion for Facial Expression Recognition in Video: Su...
IRJET Journal
 
AN EXPERIMENTAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MINING
AN EXPERIMENTAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MININGAN EXPERIMENTAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MINING
AN EXPERIMENTAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MINING
ijscai
 
IRJET - A Review on: Face Recognition using Laplacianface
IRJET - A Review on: Face Recognition using LaplacianfaceIRJET - A Review on: Face Recognition using Laplacianface
IRJET - A Review on: Face Recognition using Laplacianface
IRJET Journal
 
Automatically Estimating Software Effort and Cost using Computing Intelligenc...
Automatically Estimating Software Effort and Cost using Computing Intelligenc...Automatically Estimating Software Effort and Cost using Computing Intelligenc...
Automatically Estimating Software Effort and Cost using Computing Intelligenc...
cscpconf
 
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
 
An Experimental Study of Feature Extraction Techniques in Opinion Mining
An Experimental Study of Feature Extraction Techniques in Opinion MiningAn Experimental Study of Feature Extraction Techniques in Opinion Mining
An Experimental Study of Feature Extraction Techniques in Opinion Mining
IJSCAI Journal
 
An experimental study of feature
An experimental study of featureAn experimental study of feature
An experimental study of feature
ijscai
 
IRJET- Facial Emotion Detection using Convolutional Neural Network
IRJET- Facial Emotion Detection using Convolutional Neural NetworkIRJET- Facial Emotion Detection using Convolutional Neural Network
IRJET- Facial Emotion Detection using Convolutional Neural Network
IRJET Journal
 
IRJET- Emotion Recognition using Facial Expression
IRJET-  	  Emotion Recognition using Facial ExpressionIRJET-  	  Emotion Recognition using Facial Expression
IRJET- Emotion Recognition using Facial Expression
IRJET Journal
 
Detection of Attentiveness from Periocular Information
Detection of Attentiveness from Periocular InformationDetection of Attentiveness from Periocular Information
Detection of Attentiveness from Periocular Information
IRJET Journal
 
Analysis of student sentiment during video class with multi-layer deep learni...
Analysis of student sentiment during video class with multi-layer deep learni...Analysis of student sentiment during video class with multi-layer deep learni...
Analysis of student sentiment during video class with multi-layer deep learni...
IJECEIAES
 
Development and Evaluation of an Employee Performance Appraisal Insight Repor...
Development and Evaluation of an Employee Performance Appraisal Insight Repor...Development and Evaluation of an Employee Performance Appraisal Insight Repor...
Development and Evaluation of an Employee Performance Appraisal Insight Repor...
IRJET Journal
 
IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...
IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...
IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...
IRJET Journal
 
Face recognition for presence system by using residual networks-50 architectu...
Face recognition for presence system by using residual networks-50 architectu...Face recognition for presence system by using residual networks-50 architectu...
Face recognition for presence system by using residual networks-50 architectu...
IJECEIAES
 
Audit report[rollno 49]
Audit report[rollno 49]Audit report[rollno 49]
Audit report[rollno 49]
RAHULROHAM2
 
Student Attendance Using Face Recognition
Student Attendance Using Face RecognitionStudent Attendance Using Face Recognition
Student Attendance Using Face Recognition
IRJET Journal
 
New Fuzzy Model For quality evaluation of e-Training of CNC Operators
New Fuzzy Model For quality evaluation of e-Training of CNC OperatorsNew Fuzzy Model For quality evaluation of e-Training of CNC Operators
New Fuzzy Model For quality evaluation of e-Training of CNC Operators
inventionjournals
 

Similar to A Hybrid method of face detection based on Feature Extraction using PIFR and Feature Optimization using TLBO (20)

IRJET- Face Counter using Matlab
IRJET-  	  Face Counter using MatlabIRJET-  	  Face Counter using Matlab
IRJET- Face Counter using Matlab
 
IRJET- Survey on Various Techniques of Attendance marking and Attention D...
IRJET-  	  Survey on Various Techniques of Attendance marking and Attention D...IRJET-  	  Survey on Various Techniques of Attendance marking and Attention D...
IRJET- Survey on Various Techniques of Attendance marking and Attention D...
 
Review on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
Review on Algorithmic and Non Algorithmic Software Cost Estimation TechniquesReview on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
Review on Algorithmic and Non Algorithmic Software Cost Estimation Techniques
 
IRJET- Multiple Feature Fusion for Facial Expression Recognition in Video: Su...
IRJET- Multiple Feature Fusion for Facial Expression Recognition in Video: Su...IRJET- Multiple Feature Fusion for Facial Expression Recognition in Video: Su...
IRJET- Multiple Feature Fusion for Facial Expression Recognition in Video: Su...
 
AN EXPERIMENTAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MINING
AN EXPERIMENTAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MININGAN EXPERIMENTAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MINING
AN EXPERIMENTAL STUDY OF FEATURE EXTRACTION TECHNIQUES IN OPINION MINING
 
IRJET - A Review on: Face Recognition using Laplacianface
IRJET - A Review on: Face Recognition using LaplacianfaceIRJET - A Review on: Face Recognition using Laplacianface
IRJET - A Review on: Face Recognition using Laplacianface
 
Automatically Estimating Software Effort and Cost using Computing Intelligenc...
Automatically Estimating Software Effort and Cost using Computing Intelligenc...Automatically Estimating Software Effort and Cost using Computing Intelligenc...
Automatically Estimating Software Effort and Cost using Computing Intelligenc...
 
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
 
An Experimental Study of Feature Extraction Techniques in Opinion Mining
An Experimental Study of Feature Extraction Techniques in Opinion MiningAn Experimental Study of Feature Extraction Techniques in Opinion Mining
An Experimental Study of Feature Extraction Techniques in Opinion Mining
 
An experimental study of feature
An experimental study of featureAn experimental study of feature
An experimental study of feature
 
IRJET- Facial Emotion Detection using Convolutional Neural Network
IRJET- Facial Emotion Detection using Convolutional Neural NetworkIRJET- Facial Emotion Detection using Convolutional Neural Network
IRJET- Facial Emotion Detection using Convolutional Neural Network
 
IRJET- Emotion Recognition using Facial Expression
IRJET-  	  Emotion Recognition using Facial ExpressionIRJET-  	  Emotion Recognition using Facial Expression
IRJET- Emotion Recognition using Facial Expression
 
Detection of Attentiveness from Periocular Information
Detection of Attentiveness from Periocular InformationDetection of Attentiveness from Periocular Information
Detection of Attentiveness from Periocular Information
 
Analysis of student sentiment during video class with multi-layer deep learni...
Analysis of student sentiment during video class with multi-layer deep learni...Analysis of student sentiment during video class with multi-layer deep learni...
Analysis of student sentiment during video class with multi-layer deep learni...
 
Development and Evaluation of an Employee Performance Appraisal Insight Repor...
Development and Evaluation of an Employee Performance Appraisal Insight Repor...Development and Evaluation of an Employee Performance Appraisal Insight Repor...
Development and Evaluation of an Employee Performance Appraisal Insight Repor...
 
IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...
IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...
IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...
 
Face recognition for presence system by using residual networks-50 architectu...
Face recognition for presence system by using residual networks-50 architectu...Face recognition for presence system by using residual networks-50 architectu...
Face recognition for presence system by using residual networks-50 architectu...
 
Audit report[rollno 49]
Audit report[rollno 49]Audit report[rollno 49]
Audit report[rollno 49]
 
Student Attendance Using Face Recognition
Student Attendance Using Face RecognitionStudent Attendance Using Face Recognition
Student Attendance Using Face Recognition
 
New Fuzzy Model For quality evaluation of e-Training of CNC Operators
New Fuzzy Model For quality evaluation of e-Training of CNC OperatorsNew Fuzzy Model For quality evaluation of e-Training of CNC Operators
New Fuzzy Model For quality evaluation of e-Training of CNC Operators
 

Recently uploaded

Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
ramrag33
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
ydzowc
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
GauravCar
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
Madan Karki
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
VANDANAMOHANGOUDA
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
bjmsejournal
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
TaghreedAltamimi
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 

Recently uploaded (20)

Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 

A Hybrid method of face detection based on Feature Extraction using PIFR and Feature Optimization using TLBO

  • 1. Kapil Verma et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 1, (Part - 4) January 2016, pp.145-150 www.ijera.com 145 | P a g e A Hybrid method of face detection based on Feature Extraction using PIFR and Feature Optimization using TLBO Kapil Verma*, Akash Mittal**, Yogendra Kumar Jain*** *Department of Computer Science, Samrat Ashok Technological Institute, Vidisha, M.P, India ** Department of Computer Science, Samrat Ashok Technological Institute, Vidisha, M.P, India ***Department of Computer Science, Samrat Ashok Technological Institute, Vidisha, M.P, India ABSTRACT In this paper we proposed a face detection method based on feature selection and feature optimization. Now in current research trend of biometric security used the process of feature optimization for better improvement of face detection technique. Basically our face consists of three types of feature such as skin color, texture and shape and size of face. The most important feature of face is skin color and texture of face. In this detection technique used texture feature of face image. For the texture extraction of image face used partial feature extraction function, these function is most promising shape feature analysis. For the selection of feature and optimization of feature used multi-objective TLBO. TLBO algorithm is population based searching technique and defines two constraints function for the process of selection and optimization. The proposed algorithm of face detection based on feature selection and feature optimization process. Initially used face image data base and passes through partial feature extractor function and these transform function gives a texture feature of face image. For the evaluation of performance our proposed algorithm implemented in MATLAB 7.8.0 software and face image used provided by Google face image database. For numerical analysis of result used hit and miss ratio. Our empirical evaluation of result shows better prediction result in compression of PIFR method of face detection. Keywords - Feature extraction, Face recognition system, pattern recognition, TLBO I. INTRODUCTION In recent years, face recognition has attracted much attention and its research has rapidly expanded by not only engineers but also neuroscientists, since it has many potential applications in computer vision communication and automatic access control system. Especially, face detection is an important part of face recognition as the first step of automatic face recognition [12]. However, face detection is not straightforward because it has lots of variations of image appearance, such as pose variation (front, non-front), occlusion, image orientation, illuminating condition and facial expression. Many novel methods have been proposed to resolve each variation listed above. For example, the template- matching methods are used for face localization and detection by computing the correlation of an input image to a standard face pattern [4]. The face is our primary focus of attention in social life playing an important role in conveying identity and emotions. Face recognition systems have gained a great deal of popularity due to the wide range of applications that they have proved to be useful in. Broadly, two main categories for these applications exist: commercial applications and research applications. From a commercial standpoint, face recognition is practical in security systems for law enforcement situations. It is in places like airports and international borders that the need arises for a face recognition system that identifies individuals. Another application of face recognition is the protection of privacy, obviating the need for exchanging sensitive personal information. Instead, a computer-based face recognition system would provide sufficient identification. For instance, PIN numbers, user ID‟s, and passwords would be replaced by face recognition in order to unify personal identification. Finally, face recognition systems can be used for entertainment purposes in areas like video games and virtual reality [1]. Figure 1: Configuration of general face detection structure. RESEARCH ARTICLE OPEN ACCESS
  • 2. Kapil Verma et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 1, (Part - 4) January 2016, pp.145-150 www.ijera.com 146 | P a g e Figure 2: Applications of face recognition. Section-II gives the information of about feature of face image. In section III discuss the method of face recognition. In section IV discuss the proposed method. In section V comparative result finally, in section VI conclusion and future scope. II FEATURE OF FACE IMAGE Feature extraction process play important role in face detection and pattern detection system based authentication mechanism. The goal of feature extraction is to find a specific representation of the data that can highlight relevant information [7]. This representation can be found by maximizing a criterion or can be a pre-defined representation. Usually, a face image is represented by a high dimensional vector containing pixel values (holistic representation) or a set of vectors where each vector summarizes the underlying content of a local region by using a high level transformation (local representation). In this section we made distinction in the holistic and local feature extraction and differentiate them qualitatively as opposed to quantitatively. It is argued that a global feature representation based on local feature analysis should be preferred over a bag-of-feature approach. The problems in current feature extraction techniques and their reliance on a strict alignment is discussed. Finally we introduce to use face-GLOH signatures that are invariant with respect to scale, translation and rotation and therefore do not require properly aligned images. The resulting dimensionality of the vector is also low as compared to other commonly used local features such as Gabor, Local Binary Pattern Histogram „LBP‟ etc. and therefore learning based methods can also benefit from it [9]. TEACHER LEARNING BASED OPTIMIZATION This optimization method is based on the effect of the influence of a teacher on the output of learners in a class. It is a population based method and like other population based methods it uses a population of solutions to proceed to the global solution. A group of learners constitute the population in TLBO [11]. In any optimization algorithms there are numbers of different design variables. The different design variables in TLBO are analogous to different subjects offered to learners and the learners‟ result is analogous to the „fitness‟, as in other population- based optimization techniques. As the teacher is considered the most learned person in the society, the best solution so far is analogous to Teacher in TLBO. The process of TLBO is divided into two parts. The first part consists of the “Teacher phase” and the second part consists of the “Learner phase”. The “Teacher phase” means learning from the teacher and the “Learner phase” means learning through the interaction between learners. In the sub- sections below we briefly discuss the implementation of TLBO. Initialization Following are the notations used for describing the TLBO N: number of learners in class i.e. “class size” D: number of courses offered to the learners MAXIT: maximum number of allowable iterations The population X is randomly initialized by a search space bounded by matrix of N rows and D columns. The jth parameter of the ith learner is assigned values randomly using the equation Where rand represents a uniformly distributed random variable within the range (0, 1), xmin j and xmaxj represent the minimum and maximum value for jth parameter. The parameters of ith learner for the generation g are given by III.1 Teacher phase The mean parameter Mg of each subject of the learners in the class at generation g is given as The learner with the minimum objective function value is considered as the teacher Xg Teacher for respective iteration. The Teacher phase makes the algorithm proceed by shifting the mean of the learners towards its teacher. To obtain a new set of improved learners a random weighted differential vector is formed from the current mean and the desired mean parameters and added to the existing population of learners. TF is the teaching factor which decides the value of mean to be changed. Value of TF can be either 1 or 2. The value of TF is decided randomly with equal probability as, Where TF is not a parameter of the TLBO algorithm. The value of TF is not given as an input to the
  • 3. Kapil Verma et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 1, (Part - 4) January 2016, pp.145-150 www.ijera.com 147 | P a g e algorithm and its value is randomly decided by the algorithm using Eq. (5). After conducting a number of experiments on many benchmark functions it is concluded that the algorithm performs better if the value of TF is between 1 and 2. However, the algorithm is found to perform much better if the value of TF is either 1 or 2 and hence to simplify the algorithm, the teaching factor is suggested to take either 1 or 2 depending on the rounding up criteria given by Eq. (5). If Xnew is found to be a superior learner than Xg in generation g , than it replaces inferior learner Xg in the matrix. III.2 Learner phase In this phase the interaction of learners with one another takes place. The process of mutual interaction tends to increase the knowledge of the learner. The random interaction among learners improves his or her knowledge. For a given learner Xg , another learner Xg is randomly selected (i ≠ r). The ith parameter of the matrix Xnew in the learner phase is given as III PARTIAL FEATURE EXTRACTION TECHNIQUE Partial feature extraction process in image database is comprised of image rotation invariant process through sine and cosine transform function. In this technique used sin function, cosine function and tangential function for partial feature extraction are used based on boundary value of image [41]. The given image is divided into three section such as hypotenuse, opposite and adjustment for finding of three parameters hypotenuse, opposite and adjustment, before applying edge detection technique for getting X and Y parameter in the plane for better continuity of edge detection used in many edge detection methods. Now process of all derivate is explained using a formula. Figure 1: Shows that circular image and divide this image into three sections X, Y and H Process of feature extraction using triangular formula of image. Apply canny edge detection method for finding boundary value of image After that find the centred point of boundary value of shape. Find the Xc and Yc as Xc= ........................(1) Yc= ........................(2) After getting a value of (Xc and Yc) H= After getting a value of H apply sine, cosine and tangent function for shape of boundary Sin=Xc/H and cosine =Yc/H and tangent = Yc/Xc After getting of sin ,cosine and tangent , find three consecutive matrix of shape All three shape parameter match the boundary value of feature. All matched value create a feature matrix All feature of parameter converted into feature vector. IV PROPOSED METHOD In this section discuss the proposed algorithm of face detection based on feature selection and feature optimization process. Initially used face image data base and passes through partial feature extractor and this feature extractor gives a shape feature of face image database. The extracted shape feature passes through TLBO algorithm and selects the proper feature and optimized the feature and finally passes through the support vector machine for classification of feature and finally detected the face and calculates the hit and miss ratio of detected face. The process of algorithm discuss step by step in below section. 1. Select data set for feature extraction 2. apply partial feature extractor 3. Start generation of feature matrix in terms of shape feature. 4. convert feature matrix as row wise and make vector of these feature 5. Initialized a number of student feature N=100 6. Compare the value of distance vector with student 7. If value of feature greater than vector value 8. Processed for new set of student 9. Check the value of teacher factor value TF=1 10. After that generate new set of teacher. 11. These optimal value of teacher is passes through SVM 12. If the value of shape not classified go to the selection process of TLBO 13. Else optimized classified shape is generated. 14. the optimized shape feature passes through the liner support vector machine
  • 4. Kapil Verma et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 1, (Part - 4) January 2016, pp.145-150 www.ijera.com 148 | P a g e 15. support vector machine classified the shape value 16. finally detected the face 17. calculate the hit and miss ratio of input image 18. Exit. Figure 3: Block diagram of proposed model. V EXPERIMENTAL RESULT ANALYSIS To evaluate the performance of proposed method of Face detection we have use MATLAB software 7.8.0 with a variety of group image dataset used for experimental task. Figure 4: Shows that the input image 1 for face detection. Figure 5: Shows that the result image 1 for face detection using PIFR method. Group image Name Method Total no of face hit miss Detection ratio % Group image 1 PIFR 20 18 2 90 Proposed 20 19 1 95 Table 1: Shows that the comparative study for group image 1 with using PIFR and proposed method. Figure 6: Shows that the Comparative result graph for group image 1 and find the no. of person in an image, hit ratio, miss ratio and detection ratio on the basis of PIFR and our proposed method, then we find that the our proposed method result is always better than the PIFR method.
  • 5. Kapil Verma et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 1, (Part - 4) January 2016, pp.145-150 www.ijera.com 149 | P a g e Figure 7: Shows that the Comparative result graph for group image 2 and find the no. of person in an image, hit ratio, miss ratio and detection ratio on the basis of PIFR and our proposed method, then we find that the our proposed method result is always better than the PIFR method. VI CONCLUSION AND FUTURE WORK In this paper we improved Face Detection System using partial feature extractor and features selection process by TLBO algorithm. After extraction of feature of face used feature optimizations technique for better selection of feature. The localized face image is transformed from layered form of transform function for extraction of facial feature. The optimized feature selection process gives better result in compression of PIFR and support vector machine based detection technique. In the process of feature extraction we used partial feature extraction function, partial feature extraction process implied as shape feature. The proposed method work in two phases in first phase used feature optimization and second phase used face detection. For the selection of feature and optimization of used two different functions in TLBO algorithm, the selection of feature process satisfied the given condition of feature constraints then select feature and passes through matching of feature for the process of optimization. The proposed algorithm implemented in MATLAB software and used standard face image provided by Google database. For empirical evaluation used hit ratio and miss ratio of face image in given dataset. The detection of hit ratio is better in case of PIFR method. The proposed algorithm for face detection is very efficient in case of individual as well as group face. The proposed algorithm used partial feature extractor function with TLBO algorithm. The process of feature optimization and feature selection is very complex for two different constraints function of optimization and detection. The optimization and detection increase the time complexity but incase the value of hit ratio. In future reduces the time complexity of proposed algorithm and improved the efficiency of overall system. REFERENCES [1] Huy Tho Ho, Rama Chellappa “Pose- Invariant Face Recognition Using Markov Random Fields” IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL- 22, 2013. Pp 1573-1584. [2] Meng Yang, Lei Zhang, Simon Chi-Keung Shiu, David Zhang “Robust Kernel Representation With Statistical Local Features for Face Recognition” IEEE TRANSACTIONS ON NEURAL NETWORKS AND LEARNING SYSTEMS, VOL-24, 2013. Pp 900-912. [3] jiwen Lu, Yap-Peng Tan, Gang Wang and Gao Yang “Image-to-Set Face Recognition Using Locality Repulsion Projections and Sparse Reconstruction-Based Similarity Measure” IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 23, 2013. Pp 1070- 1080. [4] B. Cheng, J. Yang, S. Yan, Y. Fu, and T. Huang “Learning with l1-graph for image analysis” IEEE Trans. Image Process., vol. 19, no. 4,pp. 858–866, Apr. 2010. [5] W. Deng, J. Hu, and J. Guo “Extended SRC: Undersampled face recognition via intra-class variant dictionary” IEEE Trans. Pattern Anal. Mach. Intell., vol. 34, no. 9, pp. 1864–1870, Sep. 2012. [6] W. Deng, J. Hu, J. Guo, W. Cai, and D. Feng “Robust, accurate and efficient face recognition from a single training image: A uniform pursuit approach” Pattern Recognit., vol. 43, no. 5, pp. 1748–1762, 2010. [7] Y. Fu, S. Yan, and T. S. Huang “Classification and feature extraction by simplexization” IEEE Trans. Inform. Forensics Security, vol. 3, no. 1, pp. 91–100, Mar. 2008. [8] Q. Gao, L. Zhang, and D. Zhang “Face recognition using FLDA with single training image per person” Appl. Math. Comput., vol. 205, no. 2, pp. 726–734, 2008. [9] R. Gottumukkal and V. Asari “An improved face recognition technique based on modular PCA approach” Pattern Recognit. Lett., vol. 25, no. 4, pp. 429–436, 2004. [10] M. Harandi, A. Bigdeli, and B. Lovell “Image-set face recognition based on transductive learning” in Proc. IEEE Int. Conf. Image Process., Sep. 2010, pp. 2425– 2428.
  • 6. Kapil Verma et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 1, (Part - 4) January 2016, pp.145-150 www.ijera.com 150 | P a g e [11] X. He, D. Cai, S. Yan, and H. Zhang “Neighborhood preserving embedding” in Proc. IEEE Int. Conf. Comput. Vision, Oct. 2005, pp. 1208–1213. [12] X. He, S. Yan, Y. Hu, P. Niyogi, and H. J. Zhang “Face recognition using Laplacianfaces” IEEE Trans. Pattern Anal. Mach. Intell., vol. 27, no. 3, pp. 328–340, Mar. 2005. [13] H. Hu, “Orthogonal neighborhood preserving discriminant analysis for face recognition,” Pattern Recognit., vol. 41, no. 6, pp. 2045– 2054, 2008. [14] G. Huang, M. Ramesh, T. Berg, and E. Learned-Miller “Labeled faces in the wild” Univ. Massachusetts, Amherst, USA, Tech. Rep. TR 07-49, 2007. [15] Liu, C. and Wechsler, H. (2002). “Gabor feature based classification using the enhanced fisher linear discriminant model for face recognition” Image processing, IEEE Transactions on 11:467-476. [16] Romby, H.A, Baluja, S. and Kanade T. (1998). “Neural network based face detection”. Pattern Analysis and Machine Intelligence, IEEE Transactions on 20:23-38. [17] D. Hill, C. Studholme, and D. Hawkes, “Voxel similarity measuresfor automated image registration”, in Proceedings of Third SPIEConference on Visualization in Biomedical Computing,1994, pp. 205–216. [18] F. Maesa, A. Collignon, D. Vandermeulen, G. Marchal, and P. Suetens, “Multimodality image registration by maximization of mutual information”,IEEE Transactions on Medical Imaging, vol. 6, no. 2, pp.187–198, 1997.