SlideShare a Scribd company logo
1 of 8
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 301
FACE RECOGNITION USING GAUSSIAN MIXTURE MODEL &
ARTIFICIAL NEURAL NETWORK
Jatinder Sharma1
, Rishav Dewan2
1
Bhai Gurdas Institute of Engg & Technology, Sangrur
sharma.jatinder 70@gmail.com
2
Bhai Gurdas Institute of Engg & Technology, Sangrur
rishavdewan@gmail.com
Abstract
Face recognition is a non-contact and friendly biometric identification technology. It has broad application prospects in the
military, public security and economic security. In this work, we also consider illumination variable database. The images have
taken from far distance and do not consider the close view face of the individual as in most of the face databases, clear face view
has been considered. In this first we located face as region of interest and then LBP and LPQ descriptors are used which is
illuminance invariant in nature. After this GMM has been used to reduce feature set by taking negative log-likelihood from each
LBP and LPQ descripted image histograms. After this ANN consumes stayed used for organization purposes. The investigational
consequencesshow excellent correctness rates in overall testing of input data.
Keywords: Illumination invariant, face recognition, LBP, LPQs,GMM,ANN
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Face recognition is an interestingand challenging problem
and impacts important application in many area such as
identification for law enforcement, authentication for
banking and security system acess and personal
identification among other. Facial expression is one of the
most powerful natural and immediate means for human
beings to communicate their emotion and intensions.
Although, over the past years, many different techniques to
recognize faces across illumination changes have been
proposed, but they still have drawbacks. The qualities of
these systems are that they do not require any lighting
assumption nor do they need any training. In this work, we
have tried to combine the spatial and frequency domain
features of illumination invariant images by considering
local binary pattern and local phase quantization.
2. LOCAL BINARY PATTERN:-
The LBP operator was initially planned for texture
explanation. The operator allocates a tag to each pixel of an
appearance by thresholding the 3x3-neighborhood of each
pixel with the midpoint pixel value and considering the
outcome as a binary number. It is more accurate.It also
describe the texture and shape of a digital image.The main
advantage of LBP for large image is divided so that many
different type of humanexpression can be easily recognised.
Fig 1:- Local binary pattern Method
Fig 2:- Extended Local binary pattern Method and circular
(8,1), (16,2), (24,3) neighbourhood
3. FORMULAS & CALCULATIONS USED
For calculateFace recognition using GMM Model we used
this given formula which is given below
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 302
4. PROPOSED SYSTEM 5. GAUSSIAN MIXTURE MODEL:-
• GMM Model is Used for reducing the feature space of
the LBP and LPQ histogram matrices
• Firstly created Gaussian mixture models from LBP and
LPQ geographies and then N logl (Negative log
likelihood) is used as a feature for complete one
network LBP or LPQ matrix.
• GMM always gives single value of each data set which
is used by Artificial neural network.
Fig 3:- By Using GMM Model Negative log Likelihood
values fed in ANN Network
(A) Feature Space Reduction Using Gaussian
Mixtures
Features of each sub-block, which are extracted by two
different descriptors (LBP and LPQ), are fed into Gaussian
mixture modeling. In this step, histograms of both descriptor
outputs are fed individually according to color space used in
the algorithm. As RGB images are first converted to Lab
color space, each color component has been put through
both the descriptors separately and then their histograms are
stored into a matrix. After GMM modeling negative log-
likelihood value has been chosen for each color space which
results in total six features from each input image. These
features are then fed into artificial neural network for
training and testing of images.
6. ARTIFICIAL NEURALNETWORK
ANN means “artificial neural network”.It is related to brain
structure.Basically it is a interconnection of various types of
nodes .For example : large amount of neurons present in the
brain. The next layer may turn in make it independent
computations and pass on the result to yet another .In human
mind various types of neurons are interconnect with each
other and definitely they generate the signal in human
mind.The benefit of ANN is that we have to trained only
one time and after that we have testing multiple time
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 303
Fig 4:- Artificial Neural Network
ANN Work as Sequential and Brain work as parallel.In this
Levenberg-Marquardt Algorithm is used.
7. FLOW OF ALGORITHM
(A) Back Propagation Algorithm
Fundamental steps of Algorithm:-
1) Initialization of weights
2) Feed Forward
3) Back Propagation of errors
4) Updating of weight and biases
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 304
8. BACK PROPAGATION ALGORITHM
Get the image feature input
Select ANN Topology with no.
of layers, nodes and activation
function
Initialize with random weights
Select an input output pattern
Train network with other patterns
Calculate output and compute
error
Is error
acceptable
Is error
acceptab -
le
Test network Performance
Network
ready for use
Change weights by training
Change number of
neurons in hidden layer
or number of layers
Fig 5 :- Back Propagation Algorithm
9. RESULT ANALYSIS
Experimental results has been carried out on a database of
ten persons, in which five images are chosen in normal
lightning conditions and five images are chosen on dim
light. After getting the histograms of LBP and LPQ feature
set, they are reduced to a vector of length six data entries by
using Gaussian mixture models. After this ANN has been
trained and tested. Performance of the ANN classifier has
been checked by confusion matrix, sensitivity and
specificity values. The confusion matrix of ANN testing
output has been given below
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 305
Fig 6:- Overall Confusion Matrix
Actual
Class
Predicted Class
Yes No
Yes TP FN
No FP TN
Table (a):- Confusion Matrix for Two class classifier
Database
individual
True
Positive
False
Negative
True
Negative
False
positive
Sensitivity Specificity Accuracy
Person 1 10 0 10 0 100% 100% 100%
Person 2 10 0 10 0 100% 100% 100%
Person 3 10 0 10 0 100% 100% 100%
Person 4 10 0 10 0 100% 100% 100%
Person 5 10 0 10 0 100% 100% 100%
Person 6 10 0 10 0 100% 100% 100%
Person 7 10 0 10 0 100% 100% 100%
Person 8 10 0 10 0 100% 100% 100%
Person 9 10 0 10 0 90.9% 100% 95.45%
Person 10 9 0 9 1 100% 90% 95%
Table (b):- Showing different parameters for evaluating performance of the algorithm
Overall recognition rate using old method(SoodehNikan et al.)
Database used Recognition rate
Accuracy Percentage of Yale B database 98.30 %
Accuracy Percentage of AR database 99%
Accuracy Percentage of Multi-PIE database
Session 2
Session3
Session4
97.54%
96%
98.7%
Accuracy Percentage of First Experiment of Face
identification algorithm on the FRGC2.0.4 Database
32.62%
Accuracy Percentage of Second experiment of
FRGC2.0.4 Database
Recognition Accuracy
23.3%
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 306
(a) Input image (b) Face area detected as region of interest
Figure7 (a) L channel of face localized image (b) LBP of L channel of face localized image
Figure8: (a) a* channel of face localized image (b) LBP of a* channel of face localized image
Figure 9 (a) b* channel of face localized image (b) LPQ of b* channel of face localized image
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 307
Figure 10:- Overall recognition rate using Soodeh Nikan et al. method
Figure 11:- Recognition rate using proposed method on individual dataset used
Overall accuracy 99.5 %
Table (c) :- Approximate overall Classifier Accuracy
CONCLUSION
In this work we proposed neural network based classifier to
distinguish persons having taken images in illumination
variable conditions. First of all, a database has been
collected of ten different persons with varying illumination
conditions. In this LBP and LPQ descriptors are used to get
the feature set for further classification..Therefore both
these features can easily extract features of a person‟s face
in varying illumination conditions. After this GMM is used
for feature space reduction of LBP and LPQ features
Future Scope
In future algorithm can be modified or applied on different
datasets especially containing human gestures like anger,
fear, surprise, happiness, sad etc. Along with this, this
algorithm can be used along with other biometric systems
i.e. fingerprint, voice, signature etc. in order to increase the
security of biometric systems.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 308
REFRENCES
[1] Chi Ho Chan, Muhammad Atif Tahir, Josef Kittler and
Matti Pietika inen, “Multiscale Local Phase
Quantization for Robust Component-Based Face
Recognition Using Kernel Fusion of Multiple
Descriptors.” Published in ieee transactions on pattern
analysis and machine intelligence, vol. 35, no. 5, may
2013.
[2] D. A. Reynolds, “Gaussian Mixture Models”, In proc.
Of Encyclopedia of Biometrics, pp. 659-663, 2009.
[3] Dass M. Venkat,Ali Mohammed Rahmath,Ali
Mohammed Mahmood, ―Image Retrieval Using
Interactive Genetic Algorithm,‖ International
Conference on Computational Science and
Computational Intelligence, Las Vegas, NV, Vol. 1,
pp.: 215-220, May 2014.
[4] Dhall, A., Asthana, A., Goecke, R., Gedeon, T.:
„Emotion recognition using PHOG and LPQ features‟.
Proc. IEEE Int. Conf. on Automatic Face and Gesture
Recognition and Workshops (FG11), Santa Barbara,
CA, 2011, pp. 878–883
[5] EsaRahtu, JanneHeikkila, Ville Ojansivu,
TimoAhonen, “Local phase quantization for blur-
insensitive image analysis.” Published in Image and
Vision Computing archive Volume 30 Issue 8, August,
2012 Pages 501-512.
[6] Gurpreetkaur, GurpinderKaur (2012)”Classification of
Biological Species Based on Leaf Architecture”
International Journal of Engineering Research and
Development ,ISSN: 2278-067X, Volume 1, Issue 6
(June 2012), PP.35-42
[7] Haddadnia, J.,Faez, K. and Moallem, P. “Neural
Network Based Face Recognition with Moment
Invariants,” Proceedings of the IEEE, pp. 1018-1021,
2001.
[8] Heusch, G., Rodriguez, Y. and Marcel, S. “Local
Binary Patterns as an Image Preprocessing for Face
Authentication, “Proceedings of the Seventh
International Conference on Automatic Faceand
Gesture Recognition, pp. 6-14, April 2006.
[9] Ho Jan-Ming,LinShu-Yu,Fann Chi-Wen,Wang Yu-
Chun,Chang Ray-I, ―A Novel Content Based Image
Retrieval System Using K-Means With Feature
Extraction,‖ International Conference on Systems and
Informatics , Yantai, pp.:785-790, May 2012.
[10]Iván González-Díaz, Member, IEEE, Carlos E. Baz-
Hormigos, and Fernando Díaz-de-María, Member,
IEEE, “A Generative Model for Concurrent Image
Retrieval and ROI Segmentation,‖ IEEE Transactions
on Multimedia, ISSN: 1520-9210, Issue No. 1, Vol. 16,
pp.: 169-183, January 2014.
[11]Jain Arun, Aggarwalsona, “ Multimodal Biometric
System: A Survey,‖ International Journal of Applied
Science and Advance Technology , ISSN: 0973-7405,
Vol. 1, pp.: 58-63, January-June 2012.
[12]JavadHaddadnia, MajidAhmadi, and
KaamranRaahemfa, “An Effective Feature Extraction
Method for Face Recognition”, International
Conference on Image Processing, pp. 917–920, 2003.
[13]Jeffrey R. Paone, Patrick J. Flynn, Fellow, IEEE, P.
Jonathon Philips, Fellow, IEEE, Kevin W. Bowyer,
Fellow, IEEE, Richard W. VorderBruegge, Patrick J.
Grother,George W. Quinn, Matthew T. Pruitt, and
Jason M. Grant,” Double Trouble: Differentiating
Identical Twins by Face Recognition.” IEEE
TRANSACTIONS ON INFORMATION FORENSICS
AND SECURITY, VOL. 9, NO. 2, FEBRUARY 2014
[14]K. Jain, A. Ross, S. Prabhakar, "An Introduction to
Biometric Recognition", IEEE Trans. on Circuits and
Systems for Video Technology,Vol. 14, No. 1, pp 4-19,
January 2004.
[15]KresimirDelacMislavGrgic (2004), "A Survey Of
Biometric Recognition Methods”, 46th International
SyrnPoSium Electronics in Marine. ELMAR-2004. 16-
18 June 2004. Zadar. Croatia.
[16]Soodeh Nikan ,MajidAhmadi(2014),„‟ Local Gradient
Based illumination invariant Face recognition using
Local Phase Quantisation and Multi Resolution local
Binary Pattern Fusion „‟Institution of engineering and
Technology ISSN 1751-9659 vol 9,iss 1 pp 12-21 17
MAY -7 JUNE 2014
BIOGRAPHIES
Jatinder Sharma
M.Tech Student of Bhai Gurdas Institute of
Engineering and Technology
Department Electronics and communication
engineering
City : Patiala-147001 (Punjab)
Rishav Dewan
Assistant Professeor at Bhai Gurdas Institute
of Engineering and Technology
Department Electronics and communication
engineering
City Patiala-147001(Punjab)

More Related Content

What's hot

Architecture neural network deep optimizing based on self organizing feature ...
Architecture neural network deep optimizing based on self organizing feature ...Architecture neural network deep optimizing based on self organizing feature ...
Architecture neural network deep optimizing based on self organizing feature ...journalBEEI
 
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression TechniqueFuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression TechniqueIJERA Editor
 
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
 
Features for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A SurveyFeatures for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A SurveyjournalBEEI
 
Segmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorSegmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorIRJET Journal
 
Schematic model for analyzing mobility and detection of multiple
Schematic model for analyzing mobility and detection of multipleSchematic model for analyzing mobility and detection of multiple
Schematic model for analyzing mobility and detection of multipleIAEME Publication
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domaineSAT Publishing House
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domaineSAT Journals
 
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...eSAT Publishing House
 
An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...
An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...
An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...paperpublications3
 
07 18sep 7983 10108-1-ed an edge edit ari
07 18sep 7983 10108-1-ed an edge edit ari07 18sep 7983 10108-1-ed an edge edit ari
07 18sep 7983 10108-1-ed an edge edit ariIAESIJEECS
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationeSAT Publishing House
 
Low complexity features for jpeg steganalysis using undecimated dct
Low complexity features for jpeg steganalysis using undecimated dctLow complexity features for jpeg steganalysis using undecimated dct
Low complexity features for jpeg steganalysis using undecimated dctPvrtechnologies Nellore
 
Ant Colony Optimization (ACO) based Data Hiding in Image Complex Region
Ant Colony Optimization (ACO) based Data Hiding in Image Complex Region Ant Colony Optimization (ACO) based Data Hiding in Image Complex Region
Ant Colony Optimization (ACO) based Data Hiding in Image Complex Region IJECEIAES
 
A new block cipher for image encryption based on multi chaotic systems
A new block cipher for image encryption based on multi chaotic systemsA new block cipher for image encryption based on multi chaotic systems
A new block cipher for image encryption based on multi chaotic systemsTELKOMNIKA JOURNAL
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
IRJET- Proposed System for Animal Recognition using Image Processing
IRJET-  	  Proposed System for Animal Recognition using Image ProcessingIRJET-  	  Proposed System for Animal Recognition using Image Processing
IRJET- Proposed System for Animal Recognition using Image ProcessingIRJET Journal
 
IRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET Journal
 
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...IJCI JOURNAL
 

What's hot (19)

Architecture neural network deep optimizing based on self organizing feature ...
Architecture neural network deep optimizing based on self organizing feature ...Architecture neural network deep optimizing based on self organizing feature ...
Architecture neural network deep optimizing based on self organizing feature ...
 
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression TechniqueFuzzy Type Image Fusion Using SPIHT Image Compression Technique
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
 
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 ...
 
Features for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A SurveyFeatures for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A Survey
 
Segmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorSegmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain Tumor
 
Schematic model for analyzing mobility and detection of multiple
Schematic model for analyzing mobility and detection of multipleSchematic model for analyzing mobility and detection of multiple
Schematic model for analyzing mobility and detection of multiple
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain
 
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
 
An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...
An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...
An Approach for Iris Recognition Based On Singular Value Decomposition and Hi...
 
07 18sep 7983 10108-1-ed an edge edit ari
07 18sep 7983 10108-1-ed an edge edit ari07 18sep 7983 10108-1-ed an edge edit ari
07 18sep 7983 10108-1-ed an edge edit ari
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentation
 
Low complexity features for jpeg steganalysis using undecimated dct
Low complexity features for jpeg steganalysis using undecimated dctLow complexity features for jpeg steganalysis using undecimated dct
Low complexity features for jpeg steganalysis using undecimated dct
 
Ant Colony Optimization (ACO) based Data Hiding in Image Complex Region
Ant Colony Optimization (ACO) based Data Hiding in Image Complex Region Ant Colony Optimization (ACO) based Data Hiding in Image Complex Region
Ant Colony Optimization (ACO) based Data Hiding in Image Complex Region
 
A new block cipher for image encryption based on multi chaotic systems
A new block cipher for image encryption based on multi chaotic systemsA new block cipher for image encryption based on multi chaotic systems
A new block cipher for image encryption based on multi chaotic systems
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IRJET- Proposed System for Animal Recognition using Image Processing
IRJET-  	  Proposed System for Animal Recognition using Image ProcessingIRJET-  	  Proposed System for Animal Recognition using Image Processing
IRJET- Proposed System for Animal Recognition using Image Processing
 
IRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image Segmentation
 
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...
 

Viewers also liked

Neural Networks: Principal Component Analysis (PCA)
Neural Networks: Principal Component Analysis (PCA)Neural Networks: Principal Component Analysis (PCA)
Neural Networks: Principal Component Analysis (PCA)Mostafa G. M. Mostafa
 
Speaker Recognition using Gaussian Mixture Model
Speaker Recognition using Gaussian Mixture Model Speaker Recognition using Gaussian Mixture Model
Speaker Recognition using Gaussian Mixture Model Saurab Dulal
 
Lecture 18: Gaussian Mixture Models and Expectation Maximization
Lecture 18: Gaussian Mixture Models and Expectation MaximizationLecture 18: Gaussian Mixture Models and Expectation Maximization
Lecture 18: Gaussian Mixture Models and Expectation Maximizationbutest
 
Face Recognition using PCA-Principal Component Analysis using MATLAB
Face Recognition using PCA-Principal Component Analysis using MATLABFace Recognition using PCA-Principal Component Analysis using MATLAB
Face Recognition using PCA-Principal Component Analysis using MATLABSindhi Madhuri
 
Hidden Markov Models
Hidden Markov ModelsHidden Markov Models
Hidden Markov ModelsVu Pham
 
Expectation Maximization and Gaussian Mixture Models
Expectation Maximization and Gaussian Mixture ModelsExpectation Maximization and Gaussian Mixture Models
Expectation Maximization and Gaussian Mixture Modelspetitegeek
 

Viewers also liked (9)

Neural Networks: Principal Component Analysis (PCA)
Neural Networks: Principal Component Analysis (PCA)Neural Networks: Principal Component Analysis (PCA)
Neural Networks: Principal Component Analysis (PCA)
 
Hidden markov model
Hidden markov modelHidden markov model
Hidden markov model
 
Speaker Recognition using Gaussian Mixture Model
Speaker Recognition using Gaussian Mixture Model Speaker Recognition using Gaussian Mixture Model
Speaker Recognition using Gaussian Mixture Model
 
Lecture 18: Gaussian Mixture Models and Expectation Maximization
Lecture 18: Gaussian Mixture Models and Expectation MaximizationLecture 18: Gaussian Mixture Models and Expectation Maximization
Lecture 18: Gaussian Mixture Models and Expectation Maximization
 
Face Recognition using PCA-Principal Component Analysis using MATLAB
Face Recognition using PCA-Principal Component Analysis using MATLABFace Recognition using PCA-Principal Component Analysis using MATLAB
Face Recognition using PCA-Principal Component Analysis using MATLAB
 
Hidden Markov Models
Hidden Markov ModelsHidden Markov Models
Hidden Markov Models
 
Hidden markov model ppt
Hidden markov model pptHidden markov model ppt
Hidden markov model ppt
 
Introduction to pattern recognition
Introduction to pattern recognitionIntroduction to pattern recognition
Introduction to pattern recognition
 
Expectation Maximization and Gaussian Mixture Models
Expectation Maximization and Gaussian Mixture ModelsExpectation Maximization and Gaussian Mixture Models
Expectation Maximization and Gaussian Mixture Models
 

Similar to Face recognition using gaussian mixture model & artificial neural network

Design of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modelDesign of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modeleSAT Journals
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...eSAT Publishing House
 
IRJET- Detection and Classification of Skin Diseases using Different Colo...
IRJET-  	  Detection and Classification of Skin Diseases using Different Colo...IRJET-  	  Detection and Classification of Skin Diseases using Different Colo...
IRJET- Detection and Classification of Skin Diseases using Different Colo...IRJET Journal
 
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...IJTET Journal
 
Human Activity Recognition Using AccelerometerData
Human Activity Recognition Using AccelerometerDataHuman Activity Recognition Using AccelerometerData
Human Activity Recognition Using AccelerometerDataIRJET Journal
 
IRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET Journal
 
IRJET - Hand Gesture Recognition to Perform System Operations
IRJET -  	  Hand Gesture Recognition to Perform System OperationsIRJET -  	  Hand Gesture Recognition to Perform System Operations
IRJET - Hand Gesture Recognition to Perform System OperationsIRJET Journal
 
IRJET- 3D Object Recognition of Car Image Detection
IRJET-  	  3D Object Recognition of Car Image DetectionIRJET-  	  3D Object Recognition of Car Image Detection
IRJET- 3D Object Recognition of Car Image DetectionIRJET Journal
 
Sparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingSparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingEswar Publications
 
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked AutoencoderIRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked AutoencoderIRJET Journal
 
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...IRJET Journal
 
Simulation of collision avoidance by navigation
Simulation of collision avoidance by navigationSimulation of collision avoidance by navigation
Simulation of collision avoidance by navigationeSAT Publishing House
 
IRJET- Emotion and Gender Classification in Real-Time
IRJET- Emotion and Gender Classification in Real-TimeIRJET- Emotion and Gender Classification in Real-Time
IRJET- Emotion and Gender Classification in Real-TimeIRJET Journal
 
Comparative Study of Pre-Trained Neural Network Models in Detection of Glaucoma
Comparative Study of Pre-Trained Neural Network Models in Detection of GlaucomaComparative Study of Pre-Trained Neural Network Models in Detection of Glaucoma
Comparative Study of Pre-Trained Neural Network Models in Detection of GlaucomaIRJET Journal
 
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...IRJET Journal
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET Journal
 
A tutorial on applying artificial neural networks and geometric brownian moti...
A tutorial on applying artificial neural networks and geometric brownian moti...A tutorial on applying artificial neural networks and geometric brownian moti...
A tutorial on applying artificial neural networks and geometric brownian moti...eSAT Journals
 
AUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMAUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMIRJET Journal
 

Similar to Face recognition using gaussian mixture model & artificial neural network (20)

Design of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modelDesign of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network model
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
 
IRJET- Detection and Classification of Skin Diseases using Different Colo...
IRJET-  	  Detection and Classification of Skin Diseases using Different Colo...IRJET-  	  Detection and Classification of Skin Diseases using Different Colo...
IRJET- Detection and Classification of Skin Diseases using Different Colo...
 
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
 
Human Activity Recognition Using AccelerometerData
Human Activity Recognition Using AccelerometerDataHuman Activity Recognition Using AccelerometerData
Human Activity Recognition Using AccelerometerData
 
IRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine Learning
 
IRJET - Hand Gesture Recognition to Perform System Operations
IRJET -  	  Hand Gesture Recognition to Perform System OperationsIRJET -  	  Hand Gesture Recognition to Perform System Operations
IRJET - Hand Gesture Recognition to Perform System Operations
 
Ay33292297
Ay33292297Ay33292297
Ay33292297
 
Ay33292297
Ay33292297Ay33292297
Ay33292297
 
IRJET- 3D Object Recognition of Car Image Detection
IRJET-  	  3D Object Recognition of Car Image DetectionIRJET-  	  3D Object Recognition of Car Image Detection
IRJET- 3D Object Recognition of Car Image Detection
 
Sparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingSparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image Processing
 
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked AutoencoderIRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
IRJET- Handwritten Decimal Image Compression using Deep Stacked Autoencoder
 
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
 
Simulation of collision avoidance by navigation
Simulation of collision avoidance by navigationSimulation of collision avoidance by navigation
Simulation of collision avoidance by navigation
 
IRJET- Emotion and Gender Classification in Real-Time
IRJET- Emotion and Gender Classification in Real-TimeIRJET- Emotion and Gender Classification in Real-Time
IRJET- Emotion and Gender Classification in Real-Time
 
Comparative Study of Pre-Trained Neural Network Models in Detection of Glaucoma
Comparative Study of Pre-Trained Neural Network Models in Detection of GlaucomaComparative Study of Pre-Trained Neural Network Models in Detection of Glaucoma
Comparative Study of Pre-Trained Neural Network Models in Detection of Glaucoma
 
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
IRJET-Multiclass Classification Method Based On Deep Learning For Leaf Identi...
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
 
A tutorial on applying artificial neural networks and geometric brownian moti...
A tutorial on applying artificial neural networks and geometric brownian moti...A tutorial on applying artificial neural networks and geometric brownian moti...
A tutorial on applying artificial neural networks and geometric brownian moti...
 
AUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEMAUTOMATED WASTE MANAGEMENT SYSTEM
AUTOMATED WASTE MANAGEMENT SYSTEM
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 

Face recognition using gaussian mixture model & artificial neural network

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 301 FACE RECOGNITION USING GAUSSIAN MIXTURE MODEL & ARTIFICIAL NEURAL NETWORK Jatinder Sharma1 , Rishav Dewan2 1 Bhai Gurdas Institute of Engg & Technology, Sangrur sharma.jatinder 70@gmail.com 2 Bhai Gurdas Institute of Engg & Technology, Sangrur rishavdewan@gmail.com Abstract Face recognition is a non-contact and friendly biometric identification technology. It has broad application prospects in the military, public security and economic security. In this work, we also consider illumination variable database. The images have taken from far distance and do not consider the close view face of the individual as in most of the face databases, clear face view has been considered. In this first we located face as region of interest and then LBP and LPQ descriptors are used which is illuminance invariant in nature. After this GMM has been used to reduce feature set by taking negative log-likelihood from each LBP and LPQ descripted image histograms. After this ANN consumes stayed used for organization purposes. The investigational consequencesshow excellent correctness rates in overall testing of input data. Keywords: Illumination invariant, face recognition, LBP, LPQs,GMM,ANN --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Face recognition is an interestingand challenging problem and impacts important application in many area such as identification for law enforcement, authentication for banking and security system acess and personal identification among other. Facial expression is one of the most powerful natural and immediate means for human beings to communicate their emotion and intensions. Although, over the past years, many different techniques to recognize faces across illumination changes have been proposed, but they still have drawbacks. The qualities of these systems are that they do not require any lighting assumption nor do they need any training. In this work, we have tried to combine the spatial and frequency domain features of illumination invariant images by considering local binary pattern and local phase quantization. 2. LOCAL BINARY PATTERN:- The LBP operator was initially planned for texture explanation. The operator allocates a tag to each pixel of an appearance by thresholding the 3x3-neighborhood of each pixel with the midpoint pixel value and considering the outcome as a binary number. It is more accurate.It also describe the texture and shape of a digital image.The main advantage of LBP for large image is divided so that many different type of humanexpression can be easily recognised. Fig 1:- Local binary pattern Method Fig 2:- Extended Local binary pattern Method and circular (8,1), (16,2), (24,3) neighbourhood 3. FORMULAS & CALCULATIONS USED For calculateFace recognition using GMM Model we used this given formula which is given below
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 302 4. PROPOSED SYSTEM 5. GAUSSIAN MIXTURE MODEL:- • GMM Model is Used for reducing the feature space of the LBP and LPQ histogram matrices • Firstly created Gaussian mixture models from LBP and LPQ geographies and then N logl (Negative log likelihood) is used as a feature for complete one network LBP or LPQ matrix. • GMM always gives single value of each data set which is used by Artificial neural network. Fig 3:- By Using GMM Model Negative log Likelihood values fed in ANN Network (A) Feature Space Reduction Using Gaussian Mixtures Features of each sub-block, which are extracted by two different descriptors (LBP and LPQ), are fed into Gaussian mixture modeling. In this step, histograms of both descriptor outputs are fed individually according to color space used in the algorithm. As RGB images are first converted to Lab color space, each color component has been put through both the descriptors separately and then their histograms are stored into a matrix. After GMM modeling negative log- likelihood value has been chosen for each color space which results in total six features from each input image. These features are then fed into artificial neural network for training and testing of images. 6. ARTIFICIAL NEURALNETWORK ANN means “artificial neural network”.It is related to brain structure.Basically it is a interconnection of various types of nodes .For example : large amount of neurons present in the brain. The next layer may turn in make it independent computations and pass on the result to yet another .In human mind various types of neurons are interconnect with each other and definitely they generate the signal in human mind.The benefit of ANN is that we have to trained only one time and after that we have testing multiple time
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 303 Fig 4:- Artificial Neural Network ANN Work as Sequential and Brain work as parallel.In this Levenberg-Marquardt Algorithm is used. 7. FLOW OF ALGORITHM (A) Back Propagation Algorithm Fundamental steps of Algorithm:- 1) Initialization of weights 2) Feed Forward 3) Back Propagation of errors 4) Updating of weight and biases
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 304 8. BACK PROPAGATION ALGORITHM Get the image feature input Select ANN Topology with no. of layers, nodes and activation function Initialize with random weights Select an input output pattern Train network with other patterns Calculate output and compute error Is error acceptable Is error acceptab - le Test network Performance Network ready for use Change weights by training Change number of neurons in hidden layer or number of layers Fig 5 :- Back Propagation Algorithm 9. RESULT ANALYSIS Experimental results has been carried out on a database of ten persons, in which five images are chosen in normal lightning conditions and five images are chosen on dim light. After getting the histograms of LBP and LPQ feature set, they are reduced to a vector of length six data entries by using Gaussian mixture models. After this ANN has been trained and tested. Performance of the ANN classifier has been checked by confusion matrix, sensitivity and specificity values. The confusion matrix of ANN testing output has been given below
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 305 Fig 6:- Overall Confusion Matrix Actual Class Predicted Class Yes No Yes TP FN No FP TN Table (a):- Confusion Matrix for Two class classifier Database individual True Positive False Negative True Negative False positive Sensitivity Specificity Accuracy Person 1 10 0 10 0 100% 100% 100% Person 2 10 0 10 0 100% 100% 100% Person 3 10 0 10 0 100% 100% 100% Person 4 10 0 10 0 100% 100% 100% Person 5 10 0 10 0 100% 100% 100% Person 6 10 0 10 0 100% 100% 100% Person 7 10 0 10 0 100% 100% 100% Person 8 10 0 10 0 100% 100% 100% Person 9 10 0 10 0 90.9% 100% 95.45% Person 10 9 0 9 1 100% 90% 95% Table (b):- Showing different parameters for evaluating performance of the algorithm Overall recognition rate using old method(SoodehNikan et al.) Database used Recognition rate Accuracy Percentage of Yale B database 98.30 % Accuracy Percentage of AR database 99% Accuracy Percentage of Multi-PIE database Session 2 Session3 Session4 97.54% 96% 98.7% Accuracy Percentage of First Experiment of Face identification algorithm on the FRGC2.0.4 Database 32.62% Accuracy Percentage of Second experiment of FRGC2.0.4 Database Recognition Accuracy 23.3%
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 306 (a) Input image (b) Face area detected as region of interest Figure7 (a) L channel of face localized image (b) LBP of L channel of face localized image Figure8: (a) a* channel of face localized image (b) LBP of a* channel of face localized image Figure 9 (a) b* channel of face localized image (b) LPQ of b* channel of face localized image
  • 7. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 307 Figure 10:- Overall recognition rate using Soodeh Nikan et al. method Figure 11:- Recognition rate using proposed method on individual dataset used Overall accuracy 99.5 % Table (c) :- Approximate overall Classifier Accuracy CONCLUSION In this work we proposed neural network based classifier to distinguish persons having taken images in illumination variable conditions. First of all, a database has been collected of ten different persons with varying illumination conditions. In this LBP and LPQ descriptors are used to get the feature set for further classification..Therefore both these features can easily extract features of a person‟s face in varying illumination conditions. After this GMM is used for feature space reduction of LBP and LPQ features Future Scope In future algorithm can be modified or applied on different datasets especially containing human gestures like anger, fear, surprise, happiness, sad etc. Along with this, this algorithm can be used along with other biometric systems i.e. fingerprint, voice, signature etc. in order to increase the security of biometric systems.
  • 8. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 09 | September-2015, Available @ http://www.ijret.org 308 REFRENCES [1] Chi Ho Chan, Muhammad Atif Tahir, Josef Kittler and Matti Pietika inen, “Multiscale Local Phase Quantization for Robust Component-Based Face Recognition Using Kernel Fusion of Multiple Descriptors.” Published in ieee transactions on pattern analysis and machine intelligence, vol. 35, no. 5, may 2013. [2] D. A. Reynolds, “Gaussian Mixture Models”, In proc. Of Encyclopedia of Biometrics, pp. 659-663, 2009. [3] Dass M. Venkat,Ali Mohammed Rahmath,Ali Mohammed Mahmood, ―Image Retrieval Using Interactive Genetic Algorithm,‖ International Conference on Computational Science and Computational Intelligence, Las Vegas, NV, Vol. 1, pp.: 215-220, May 2014. [4] Dhall, A., Asthana, A., Goecke, R., Gedeon, T.: „Emotion recognition using PHOG and LPQ features‟. Proc. IEEE Int. Conf. on Automatic Face and Gesture Recognition and Workshops (FG11), Santa Barbara, CA, 2011, pp. 878–883 [5] EsaRahtu, JanneHeikkila, Ville Ojansivu, TimoAhonen, “Local phase quantization for blur- insensitive image analysis.” Published in Image and Vision Computing archive Volume 30 Issue 8, August, 2012 Pages 501-512. [6] Gurpreetkaur, GurpinderKaur (2012)”Classification of Biological Species Based on Leaf Architecture” International Journal of Engineering Research and Development ,ISSN: 2278-067X, Volume 1, Issue 6 (June 2012), PP.35-42 [7] Haddadnia, J.,Faez, K. and Moallem, P. “Neural Network Based Face Recognition with Moment Invariants,” Proceedings of the IEEE, pp. 1018-1021, 2001. [8] Heusch, G., Rodriguez, Y. and Marcel, S. “Local Binary Patterns as an Image Preprocessing for Face Authentication, “Proceedings of the Seventh International Conference on Automatic Faceand Gesture Recognition, pp. 6-14, April 2006. [9] Ho Jan-Ming,LinShu-Yu,Fann Chi-Wen,Wang Yu- Chun,Chang Ray-I, ―A Novel Content Based Image Retrieval System Using K-Means With Feature Extraction,‖ International Conference on Systems and Informatics , Yantai, pp.:785-790, May 2012. [10]Iván González-Díaz, Member, IEEE, Carlos E. Baz- Hormigos, and Fernando Díaz-de-María, Member, IEEE, “A Generative Model for Concurrent Image Retrieval and ROI Segmentation,‖ IEEE Transactions on Multimedia, ISSN: 1520-9210, Issue No. 1, Vol. 16, pp.: 169-183, January 2014. [11]Jain Arun, Aggarwalsona, “ Multimodal Biometric System: A Survey,‖ International Journal of Applied Science and Advance Technology , ISSN: 0973-7405, Vol. 1, pp.: 58-63, January-June 2012. [12]JavadHaddadnia, MajidAhmadi, and KaamranRaahemfa, “An Effective Feature Extraction Method for Face Recognition”, International Conference on Image Processing, pp. 917–920, 2003. [13]Jeffrey R. Paone, Patrick J. Flynn, Fellow, IEEE, P. Jonathon Philips, Fellow, IEEE, Kevin W. Bowyer, Fellow, IEEE, Richard W. VorderBruegge, Patrick J. Grother,George W. Quinn, Matthew T. Pruitt, and Jason M. Grant,” Double Trouble: Differentiating Identical Twins by Face Recognition.” IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. 9, NO. 2, FEBRUARY 2014 [14]K. Jain, A. Ross, S. Prabhakar, "An Introduction to Biometric Recognition", IEEE Trans. on Circuits and Systems for Video Technology,Vol. 14, No. 1, pp 4-19, January 2004. [15]KresimirDelacMislavGrgic (2004), "A Survey Of Biometric Recognition Methods”, 46th International SyrnPoSium Electronics in Marine. ELMAR-2004. 16- 18 June 2004. Zadar. Croatia. [16]Soodeh Nikan ,MajidAhmadi(2014),„‟ Local Gradient Based illumination invariant Face recognition using Local Phase Quantisation and Multi Resolution local Binary Pattern Fusion „‟Institution of engineering and Technology ISSN 1751-9659 vol 9,iss 1 pp 12-21 17 MAY -7 JUNE 2014 BIOGRAPHIES Jatinder Sharma M.Tech Student of Bhai Gurdas Institute of Engineering and Technology Department Electronics and communication engineering City : Patiala-147001 (Punjab) Rishav Dewan Assistant Professeor at Bhai Gurdas Institute of Engineering and Technology Department Electronics and communication engineering City Patiala-147001(Punjab)