SlideShare a Scribd company logo
1 of 30
Guided By- Mrs. Shrabani Medhi
Asst. Professor (Dept. of CSE)
Group member’s-
Chandraleena Ahmed (1303107070)
Chiranjeev Neog(1303107071)
Rabi Gayan(1303107094)
Bibek Deka(1303107069)
AIM
 This project includes two face recognition systems
implemented with the help of Principal Component
Analysis (PCA) and Morphological Shared-Weight
Neural Network(MSNN).
 From these systems we will evaluate the
performance of both the techniques and based on
the accuracy achieved we determine which
technique will be better for the face recognition.
INTRODUCTION
Biometrics-
 To identify a human by its unique physical and
behavioral nature is called biometrics.
 Biometric technology is the foundation of providing
highly secure solutions for personal identification and
authentication.
 Types of biometrics
 Physiological based biometric technology
 Behavior based biometric technology
 Why we choose face recognition over other biometric ?
INTRODUCTION CONTD.
 We are applying Principal Component Analysis to the
face detected area & the resulting features are fed as
an input to neural network for classification.
 The system we are describing in this work uses a
morphological shared-weight neural network(MSNN) in
its face detection phase.
 We have used PCA for feature extraction and MSNN
for classification
DATABASE
The database is divided into two categories:
 The database we used contains 400 images taken between April 1992
and April 1994 at the AT&T Laboratories Cambridge. of 40 persons
(10 images per person) of size 92 x 112 and have all frontal and slight
tilt of the head.
 The second training database contains 576 images of 10 persons of
size 640 x 480 and have 9 poses x 64 illumination conditions.
The Database of Faces at a Glance
IMAGE PRE-PROCESSING
Original image(92x112) Pixels Resized image(640x480) Pixels
MORPHOLOGICAL METHODS
 There are various morphological methods such as
erode,dilate,opening,closing and hit-miss
transform.
 From various methods Morphological Hit-Miss
transformation is performed on the image.
 The hit miss operation is another form of dilation-
erosion-based convolution. It is nothing but
difference between erosion and dilation.
HIT-MISS TRANSFORM
Eroded Image Dilated Image Hit-Miss Operated
Image
EDGE DETECTION
To this Hit-Miss operated image, edge detection
technique is applied. Sobel operator is used as edge
detection operator.
Figure: Edge Detection using Sobel Operator
FACE DETECTION
Figure: Face of image is detected
FEATURE EXTRACTION USING
PCA
 What is PCA?
 Why we used PCA?
PCA STEPS
I. Get some data,
II. Subtract the mean,
III. Calculate the Covariance matrix,
IV. Calculate the eigenvectors and eigenvalues of
covariance matrix,
V. Choose components and form a feature vectors,
VI. Derive the new set
Testing Image Feature Values(PCA)
Figure: Test Image Feature Values (PCA)
PERFORMANCE OF SYSTEM USING PCA
 By applying PCA on MSNN(i.e.PNN algorithm) for 5,10,20
& 40 persons we are getting following results:
Table 1: Results based on PCA and MSNN
CLASSIFY FEATURES BY MSNN
 In MSNN we used pnn algorithm i.e.Probabilistic
Neural Network.
 So,NN usually involves a large number
of processors operating in parallel and arranged in
tiers. The first tier receives the raw input information
analogous to optic nerves in human visual processing.
 A probabilistic neural network (PNN) is a feed
forward neural network, which is widely used in
classification and pattern recognition problems
Contd.
Figure: Basic figure of neural network
Training Image Feature Values (MSNN)
Figure: Training Image Feature Values (MSNN)
Recognition
If the input image is already trained successfully
in the database then it is an authenticated
image.
Figure: Authenticated Image
Contd.
 If the input image is not trained successfully in the
database then it is not an authenticated image.
Figure: Not Authenticated Image
PERFORMANCE OF SYSTEM WITHOUT PCA
 By applying MSNN (PNN algorithm) method, for the same
database 5, 10, 20 & 40 persons we are getting following results.
In this method, we are applying hit miss weights directly to train
the neural network without implementing PCA.
Table 2: Results based on MSNN.
Contd…
 To get false acceptance rate, we have tested the
system with a set of images which are not
present in our database. FAR is the probability
that a non-authorized person is identified. FRR is
the probability that an authorized person is not
identified.
Table 3: Results giving FAR & FRR values
COMPARISON
Figure:Graph of Accuracy vs. Number of persons for PCA +MSNN & MSNN.
Conclusion
 In this project, an image processing approach for face
detection & recognition system using morphological
shared weight neural network along with PCA
algorithm has been implemented.
 This system gives good results with testing accuracy of
96.25% for 40 person’s database which is taken from
AT&T Cambridge University Computer Laboratory.
 Also comparative result analysis between MSNN &
PCA shows that PCA is best technique for face
identification.
Contd.
The bottom table shows that MSNN with PCA
developed method gives best matching results.
Table 4: Results based on MSNN
Future work
I. We can use video streaming for input images for
testing as well as training.
II. Gait recognition can be performed.
Bibliography
 1..Mayank Agarwal, Nikunj Jain, Mr. Manish Kumar and Himanshu
Agrawal, ”Eigen Faces and Artificial Neural Network”.
 2.M.S.R.S. Prasad, S.S.Panda, G.Deepthi and V.Anish ,” Face
Recognition Using PCA and Feed Forward Neural Networks”.
 3. P.Latha, Dr.L.Ganesan , Dr.S.Annadurai,” Face Recognition using
Neural Network”.
 4. A.R Senjani , Prof . R.C Butani , Prof. Y.J. Parmar,” Design of
efficient face recognition based on Principal Component Analysis
using Eigen faces method”.
 5. S. Adabayo Daramola and O.Sandra Odeghe, ”Face recognition
using Haar wavelet transform”.
 6. Adjoudj Redaand and Dr. BoukelifAoued,” Artificial Neural
Network-Based Face Recognition”.
 7. Vinay Hiremath , Ashwini Mayakar, “ Face recognition using
Eigen face approach”, Malardalen University, Vasteras, Sweden ,
August, 2003.
Contd.
 8. Sanjay Kr Singh, Ashutosh Tripathi, Ankur Mahajan, Dr. S Prabhakaran,
International, “ Analysis of Face Recognition in MATLAB”, Journal of Scientific
& Engineering Research, Volume 3, Issue 2, Febuary 2012.
 9. CC.Tsai , W.C Cheng, J.S Taur and C.W. Tao,” Face Detection Using Eigen
face and Neural Network “, 2006 IEEE International Conference on System ,
Man, and Cybernetics October 8,2006,Taipei,Taiwan.
 10. Lindsay I Smith,” A tutorial on Principal Component Analysis”. February 26,
2002.
 11. Jawad Nagi, Syed Khaleel Ahmed Farrukh Nagi,”A MATLAB based Face
Recognition System using Image Processing and Neural Networks”. Department
of Electrical and Electronics Engineering and Department of Mechanical
Engineering, University Tenaga Nasional, 4th International Colloquium on
Signal Processing and its Application, March 7-9, 2008.
 12. Christophe Garcia and Manolis Delakis, “Neural Architecture for Fast and
Robust Face Detection”, Department of Computer Science , University of
Crete,2002 IEEE.
Contd.
 13.M.Turk and A. Pentland, “ Eigen faces for Recognition”, Journal for Cognitive
Neuroscience, vol.3,1991.
 14.Anil k.Jain, Jianchang Mao, K.Mohiuddin,” Artificial Neural Networks: A
Tutorial “, IEEE Computer Special issue on Neural Computing, March 1996.
 15 “An Approach to Detect the Region of Interest of Expressive Face Images”,
Dept. of CSE, Tripura University.
 16. G.H Dunteman,”Principal component analysis”, Sage publication (1989).
 17.Ales Hladnik, “Image Compression and Face Recognition: Two Image
Processing Application of Principal Component Analysis”.
 18..A.S.Syed Navaz, Periyar University, “Face recognition using Principal
Component Analysis”.
 19.Muthukrishnan.R, M.Radha, “EDGE DETECTION TECHNIQUES FOR
IMAGE SEGMENTATION”, (IJCSIT) Vol 3, No 6, Dec 2011.
 20. “Mathematical Morphological Techniques for Image Processing”, Dept. of
CSE, Tripura University.
 21. Mandar Kiran Kulkarni, Prof. S. S. Lokhande, “Morphological based Face
Detection & Recognition with Principal Component Analysis”, ISSN: 0975-9646
Thank You
Have a Good Day!
If u need the complete project
contact me at (9678384007-
Rabi).

More Related Content

What's hot

A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...CSCJournals
 
Facial Emotion Recognition using Convolution Neural Network
Facial Emotion Recognition using Convolution Neural NetworkFacial Emotion Recognition using Convolution Neural Network
Facial Emotion Recognition using Convolution Neural NetworkYogeshIJTSRD
 
Real Time Implementation Of Face Recognition System
Real Time Implementation Of Face Recognition SystemReal Time Implementation Of Face Recognition System
Real Time Implementation Of Face Recognition SystemIJERA Editor
 
Paper id 24201475
Paper id 24201475Paper id 24201475
Paper id 24201475IJRAT
 
Face recognition using neural network
Face recognition using neural networkFace recognition using neural network
Face recognition using neural networkIndira Nayak
 
Facial expression recongnition Techniques, Database and Classifiers
Facial expression recongnition Techniques, Database and Classifiers Facial expression recongnition Techniques, Database and Classifiers
Facial expression recongnition Techniques, Database and Classifiers Rupinder Saini
 
IRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep LearningIRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep LearningIRJET Journal
 
Face recognition using artificial neural network
Face recognition using artificial neural networkFace recognition using artificial neural network
Face recognition using artificial neural networkSumeet Kakani
 
Intellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
Intellectual Person Identification Using 3DMM, GPSO and Genetic AlgorithmIntellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
Intellectual Person Identification Using 3DMM, GPSO and Genetic AlgorithmIJCSIS Research Publications
 
M phil-computer-science-biometric-system-projects
M phil-computer-science-biometric-system-projectsM phil-computer-science-biometric-system-projects
M phil-computer-science-biometric-system-projectsVijay Karan
 
Aditya Bhattacharya Chest XRay Image Analysis Using Deep Learning
Aditya Bhattacharya Chest XRay Image Analysis Using Deep LearningAditya Bhattacharya Chest XRay Image Analysis Using Deep Learning
Aditya Bhattacharya Chest XRay Image Analysis Using Deep LearningAditya Bhattacharya
 
Happiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsHappiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsEditor IJMTER
 
IRJET- Automated Detection of Gender from Face Images
IRJET-  	  Automated Detection of Gender from Face ImagesIRJET-  	  Automated Detection of Gender from Face Images
IRJET- Automated Detection of Gender from Face ImagesIRJET Journal
 
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 NetworkIRJET Journal
 
Multiple object detection report
Multiple object detection reportMultiple object detection report
Multiple object detection reportManish Raghav
 

What's hot (19)

A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
 
Facial Emotion Recognition using Convolution Neural Network
Facial Emotion Recognition using Convolution Neural NetworkFacial Emotion Recognition using Convolution Neural Network
Facial Emotion Recognition using Convolution Neural Network
 
Real Time Implementation Of Face Recognition System
Real Time Implementation Of Face Recognition SystemReal Time Implementation Of Face Recognition System
Real Time Implementation Of Face Recognition System
 
Paper id 24201475
Paper id 24201475Paper id 24201475
Paper id 24201475
 
Face recognition using neural network
Face recognition using neural networkFace recognition using neural network
Face recognition using neural network
 
Facial expression recongnition Techniques, Database and Classifiers
Facial expression recongnition Techniques, Database and Classifiers Facial expression recongnition Techniques, Database and Classifiers
Facial expression recongnition Techniques, Database and Classifiers
 
IRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep LearningIRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep Learning
 
Ck36515520
Ck36515520Ck36515520
Ck36515520
 
Term11566
Term11566Term11566
Term11566
 
Face recognition using artificial neural network
Face recognition using artificial neural networkFace recognition using artificial neural network
Face recognition using artificial neural network
 
Intellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
Intellectual Person Identification Using 3DMM, GPSO and Genetic AlgorithmIntellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
Intellectual Person Identification Using 3DMM, GPSO and Genetic Algorithm
 
M phil-computer-science-biometric-system-projects
M phil-computer-science-biometric-system-projectsM phil-computer-science-biometric-system-projects
M phil-computer-science-biometric-system-projects
 
Aditya Bhattacharya Chest XRay Image Analysis Using Deep Learning
Aditya Bhattacharya Chest XRay Image Analysis Using Deep LearningAditya Bhattacharya Chest XRay Image Analysis Using Deep Learning
Aditya Bhattacharya Chest XRay Image Analysis Using Deep Learning
 
Identification of Brain Regions Related to Alzheimers' Diseases using MRI Ima...
Identification of Brain Regions Related to Alzheimers' Diseases using MRI Ima...Identification of Brain Regions Related to Alzheimers' Diseases using MRI Ima...
Identification of Brain Regions Related to Alzheimers' Diseases using MRI Ima...
 
Happiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsHappiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age Conditions
 
IRJET- Automated Detection of Gender from Face Images
IRJET-  	  Automated Detection of Gender from Face ImagesIRJET-  	  Automated Detection of Gender from Face Images
IRJET- Automated Detection of Gender from Face Images
 
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
 
Real time facial expression analysis using pca
Real time facial expression analysis using pcaReal time facial expression analysis using pca
Real time facial expression analysis using pca
 
Multiple object detection report
Multiple object detection reportMultiple object detection report
Multiple object detection report
 

Similar to Face Recognition using PCA and MSNN

Criminal Detection System
Criminal Detection SystemCriminal Detection System
Criminal Detection SystemIntrader Amit
 
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesImplementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesIJERA Editor
 
Photograph Database management report
Photograph Database management reportPhotograph Database management report
Photograph Database management reportAmrit Ranjan
 
Face recognition system
Face recognition systemFace recognition system
Face recognition systemYogesh Lamture
 
Facial recognition system
Facial recognition systemFacial recognition system
Facial recognition systemDivya Sushma
 
Innovative Analytic and Holistic Combined Face Recognition and Verification M...
Innovative Analytic and Holistic Combined Face Recognition and Verification M...Innovative Analytic and Holistic Combined Face Recognition and Verification M...
Innovative Analytic and Holistic Combined Face Recognition and Verification M...ijbuiiir1
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition Rupinder Saini
 
Smriti's research paper
Smriti's research paperSmriti's research paper
Smriti's research paperSmriti Tikoo
 
Pose Invariant Face Recognition using Neuro-Fuzzy Approach
Pose Invariant Face Recognition using Neuro-Fuzzy ApproachPose Invariant Face Recognition using Neuro-Fuzzy Approach
Pose Invariant Face Recognition using Neuro-Fuzzy Approachiosrjce
 
BRAINREGION.pptx
BRAINREGION.pptxBRAINREGION.pptx
BRAINREGION.pptxVISHALAS9
 
IRJET- Spot Me - A Smart Attendance System based on Face Recognition
IRJET- Spot Me - A Smart Attendance System based on Face RecognitionIRJET- Spot Me - A Smart Attendance System based on Face Recognition
IRJET- Spot Me - A Smart Attendance System based on Face RecognitionIRJET Journal
 
HUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORK
HUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORKHUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORK
HUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORKijiert bestjournal
 
AN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSING
AN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSINGAN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSING
AN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSINGijiert bestjournal
 
IRJET-Facial Expression Recognition using Efficient LBP and CNN
IRJET-Facial Expression Recognition using Efficient LBP and CNNIRJET-Facial Expression Recognition using Efficient LBP and CNN
IRJET-Facial Expression Recognition using Efficient LBP and CNNIRJET Journal
 
A hybrid approach for face recognition using a convolutional neural network c...
A hybrid approach for face recognition using a convolutional neural network c...A hybrid approach for face recognition using a convolutional neural network c...
A hybrid approach for face recognition using a convolutional neural network c...IAESIJAI
 
Face Recognition Smart Attendance System- A Survey
Face Recognition Smart Attendance System- A SurveyFace Recognition Smart Attendance System- A Survey
Face Recognition Smart Attendance System- A SurveyIRJET Journal
 
Face Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAFace Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAIOSR Journals
 

Similar to Face Recognition using PCA and MSNN (20)

Criminal Detection System
Criminal Detection SystemCriminal Detection System
Criminal Detection System
 
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesImplementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
 
Photograph Database management report
Photograph Database management reportPhotograph Database management report
Photograph Database management report
 
Face recognition system
Face recognition systemFace recognition system
Face recognition system
 
J017526165
J017526165J017526165
J017526165
 
Facial recognition system
Facial recognition systemFacial recognition system
Facial recognition system
 
Innovative Analytic and Holistic Combined Face Recognition and Verification M...
Innovative Analytic and Holistic Combined Face Recognition and Verification M...Innovative Analytic and Holistic Combined Face Recognition and Verification M...
Innovative Analytic and Holistic Combined Face Recognition and Verification M...
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition
 
Smriti's research paper
Smriti's research paperSmriti's research paper
Smriti's research paper
 
184
184184
184
 
D017322027
D017322027D017322027
D017322027
 
Pose Invariant Face Recognition using Neuro-Fuzzy Approach
Pose Invariant Face Recognition using Neuro-Fuzzy ApproachPose Invariant Face Recognition using Neuro-Fuzzy Approach
Pose Invariant Face Recognition using Neuro-Fuzzy Approach
 
BRAINREGION.pptx
BRAINREGION.pptxBRAINREGION.pptx
BRAINREGION.pptx
 
IRJET- Spot Me - A Smart Attendance System based on Face Recognition
IRJET- Spot Me - A Smart Attendance System based on Face RecognitionIRJET- Spot Me - A Smart Attendance System based on Face Recognition
IRJET- Spot Me - A Smart Attendance System based on Face Recognition
 
HUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORK
HUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORKHUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORK
HUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORK
 
AN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSING
AN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSINGAN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSING
AN IMPROVED TECHNIQUE FOR HUMAN FACE RECOGNITION USING IMAGE PROCESSING
 
IRJET-Facial Expression Recognition using Efficient LBP and CNN
IRJET-Facial Expression Recognition using Efficient LBP and CNNIRJET-Facial Expression Recognition using Efficient LBP and CNN
IRJET-Facial Expression Recognition using Efficient LBP and CNN
 
A hybrid approach for face recognition using a convolutional neural network c...
A hybrid approach for face recognition using a convolutional neural network c...A hybrid approach for face recognition using a convolutional neural network c...
A hybrid approach for face recognition using a convolutional neural network c...
 
Face Recognition Smart Attendance System- A Survey
Face Recognition Smart Attendance System- A SurveyFace Recognition Smart Attendance System- A Survey
Face Recognition Smart Attendance System- A Survey
 
Face Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAFace Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCA
 

Recently uploaded

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 

Recently uploaded (20)

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 

Face Recognition using PCA and MSNN

  • 1. Guided By- Mrs. Shrabani Medhi Asst. Professor (Dept. of CSE) Group member’s- Chandraleena Ahmed (1303107070) Chiranjeev Neog(1303107071) Rabi Gayan(1303107094) Bibek Deka(1303107069)
  • 2. AIM  This project includes two face recognition systems implemented with the help of Principal Component Analysis (PCA) and Morphological Shared-Weight Neural Network(MSNN).  From these systems we will evaluate the performance of both the techniques and based on the accuracy achieved we determine which technique will be better for the face recognition.
  • 3. INTRODUCTION Biometrics-  To identify a human by its unique physical and behavioral nature is called biometrics.  Biometric technology is the foundation of providing highly secure solutions for personal identification and authentication.  Types of biometrics  Physiological based biometric technology  Behavior based biometric technology  Why we choose face recognition over other biometric ?
  • 4. INTRODUCTION CONTD.  We are applying Principal Component Analysis to the face detected area & the resulting features are fed as an input to neural network for classification.  The system we are describing in this work uses a morphological shared-weight neural network(MSNN) in its face detection phase.  We have used PCA for feature extraction and MSNN for classification
  • 5. DATABASE The database is divided into two categories:  The database we used contains 400 images taken between April 1992 and April 1994 at the AT&T Laboratories Cambridge. of 40 persons (10 images per person) of size 92 x 112 and have all frontal and slight tilt of the head.  The second training database contains 576 images of 10 persons of size 640 x 480 and have 9 poses x 64 illumination conditions.
  • 6. The Database of Faces at a Glance
  • 7. IMAGE PRE-PROCESSING Original image(92x112) Pixels Resized image(640x480) Pixels
  • 8. MORPHOLOGICAL METHODS  There are various morphological methods such as erode,dilate,opening,closing and hit-miss transform.  From various methods Morphological Hit-Miss transformation is performed on the image.  The hit miss operation is another form of dilation- erosion-based convolution. It is nothing but difference between erosion and dilation.
  • 9. HIT-MISS TRANSFORM Eroded Image Dilated Image Hit-Miss Operated Image
  • 10. EDGE DETECTION To this Hit-Miss operated image, edge detection technique is applied. Sobel operator is used as edge detection operator. Figure: Edge Detection using Sobel Operator
  • 11. FACE DETECTION Figure: Face of image is detected
  • 12. FEATURE EXTRACTION USING PCA  What is PCA?  Why we used PCA?
  • 13. PCA STEPS I. Get some data, II. Subtract the mean, III. Calculate the Covariance matrix, IV. Calculate the eigenvectors and eigenvalues of covariance matrix, V. Choose components and form a feature vectors, VI. Derive the new set
  • 14. Testing Image Feature Values(PCA) Figure: Test Image Feature Values (PCA)
  • 15. PERFORMANCE OF SYSTEM USING PCA  By applying PCA on MSNN(i.e.PNN algorithm) for 5,10,20 & 40 persons we are getting following results: Table 1: Results based on PCA and MSNN
  • 16. CLASSIFY FEATURES BY MSNN  In MSNN we used pnn algorithm i.e.Probabilistic Neural Network.  So,NN usually involves a large number of processors operating in parallel and arranged in tiers. The first tier receives the raw input information analogous to optic nerves in human visual processing.  A probabilistic neural network (PNN) is a feed forward neural network, which is widely used in classification and pattern recognition problems
  • 17. Contd. Figure: Basic figure of neural network
  • 18. Training Image Feature Values (MSNN) Figure: Training Image Feature Values (MSNN)
  • 19. Recognition If the input image is already trained successfully in the database then it is an authenticated image. Figure: Authenticated Image
  • 20. Contd.  If the input image is not trained successfully in the database then it is not an authenticated image. Figure: Not Authenticated Image
  • 21. PERFORMANCE OF SYSTEM WITHOUT PCA  By applying MSNN (PNN algorithm) method, for the same database 5, 10, 20 & 40 persons we are getting following results. In this method, we are applying hit miss weights directly to train the neural network without implementing PCA. Table 2: Results based on MSNN.
  • 22. Contd…  To get false acceptance rate, we have tested the system with a set of images which are not present in our database. FAR is the probability that a non-authorized person is identified. FRR is the probability that an authorized person is not identified. Table 3: Results giving FAR & FRR values
  • 23. COMPARISON Figure:Graph of Accuracy vs. Number of persons for PCA +MSNN & MSNN.
  • 24. Conclusion  In this project, an image processing approach for face detection & recognition system using morphological shared weight neural network along with PCA algorithm has been implemented.  This system gives good results with testing accuracy of 96.25% for 40 person’s database which is taken from AT&T Cambridge University Computer Laboratory.  Also comparative result analysis between MSNN & PCA shows that PCA is best technique for face identification.
  • 25. Contd. The bottom table shows that MSNN with PCA developed method gives best matching results. Table 4: Results based on MSNN
  • 26. Future work I. We can use video streaming for input images for testing as well as training. II. Gait recognition can be performed.
  • 27. Bibliography  1..Mayank Agarwal, Nikunj Jain, Mr. Manish Kumar and Himanshu Agrawal, ”Eigen Faces and Artificial Neural Network”.  2.M.S.R.S. Prasad, S.S.Panda, G.Deepthi and V.Anish ,” Face Recognition Using PCA and Feed Forward Neural Networks”.  3. P.Latha, Dr.L.Ganesan , Dr.S.Annadurai,” Face Recognition using Neural Network”.  4. A.R Senjani , Prof . R.C Butani , Prof. Y.J. Parmar,” Design of efficient face recognition based on Principal Component Analysis using Eigen faces method”.  5. S. Adabayo Daramola and O.Sandra Odeghe, ”Face recognition using Haar wavelet transform”.  6. Adjoudj Redaand and Dr. BoukelifAoued,” Artificial Neural Network-Based Face Recognition”.  7. Vinay Hiremath , Ashwini Mayakar, “ Face recognition using Eigen face approach”, Malardalen University, Vasteras, Sweden , August, 2003.
  • 28. Contd.  8. Sanjay Kr Singh, Ashutosh Tripathi, Ankur Mahajan, Dr. S Prabhakaran, International, “ Analysis of Face Recognition in MATLAB”, Journal of Scientific & Engineering Research, Volume 3, Issue 2, Febuary 2012.  9. CC.Tsai , W.C Cheng, J.S Taur and C.W. Tao,” Face Detection Using Eigen face and Neural Network “, 2006 IEEE International Conference on System , Man, and Cybernetics October 8,2006,Taipei,Taiwan.  10. Lindsay I Smith,” A tutorial on Principal Component Analysis”. February 26, 2002.  11. Jawad Nagi, Syed Khaleel Ahmed Farrukh Nagi,”A MATLAB based Face Recognition System using Image Processing and Neural Networks”. Department of Electrical and Electronics Engineering and Department of Mechanical Engineering, University Tenaga Nasional, 4th International Colloquium on Signal Processing and its Application, March 7-9, 2008.  12. Christophe Garcia and Manolis Delakis, “Neural Architecture for Fast and Robust Face Detection”, Department of Computer Science , University of Crete,2002 IEEE.
  • 29. Contd.  13.M.Turk and A. Pentland, “ Eigen faces for Recognition”, Journal for Cognitive Neuroscience, vol.3,1991.  14.Anil k.Jain, Jianchang Mao, K.Mohiuddin,” Artificial Neural Networks: A Tutorial “, IEEE Computer Special issue on Neural Computing, March 1996.  15 “An Approach to Detect the Region of Interest of Expressive Face Images”, Dept. of CSE, Tripura University.  16. G.H Dunteman,”Principal component analysis”, Sage publication (1989).  17.Ales Hladnik, “Image Compression and Face Recognition: Two Image Processing Application of Principal Component Analysis”.  18..A.S.Syed Navaz, Periyar University, “Face recognition using Principal Component Analysis”.  19.Muthukrishnan.R, M.Radha, “EDGE DETECTION TECHNIQUES FOR IMAGE SEGMENTATION”, (IJCSIT) Vol 3, No 6, Dec 2011.  20. “Mathematical Morphological Techniques for Image Processing”, Dept. of CSE, Tripura University.  21. Mandar Kiran Kulkarni, Prof. S. S. Lokhande, “Morphological based Face Detection & Recognition with Principal Component Analysis”, ISSN: 0975-9646
  • 30. Thank You Have a Good Day! If u need the complete project contact me at (9678384007- Rabi).

Editor's Notes

  1. rfdgfdgfdgfdgfdgfd
  2. rfdgfdgfdgfdgfdgfd