SlideShare uma empresa Scribd logo
1 de 23
1
Face Recognition
Technology
Presented By:
Ranjit R, Banshpal
1
1
2
INDEX
 Biometrics
 Face recognition
 Different approaches
 ML Algorithm
 Proposed System
 Software used in face recognition Technology
 Advantage
 Application
 Conclusion
 References
3
 “A biometric is a physiological or behavioral characteristic
of a human being that can distinguish one person from
another and that theoretically can be used for identification
or verification of identity.”
WHAT IS BIOMETRICS ?
Biometric applications available today are
categorized into 2 sectors
 Psychological: Iris, Fingerprints, Hand, Retinal and Face
recognition
 Behavioral: Voice, Typing pattern, Signature
Face Recognition
Face recognition systems (FRSs) are an important field in computer
vision, because it represent a non-invasive BI technique.
1. A face detection algorithm is used for extracting faces from
video frames (training videos) and generating a face database.
2. Filtering and preprocessing are applied to face images obtained
in the previous step.
3. A collection of machine learning algorithms are trained using as
input data the faces obtained in the previous step.
4. Finally, the classifiers are used for classify faces obtained from
video frames
Facial recognition is a form of computer vision that uses faces to
attempt to identify a person or verify a person’s claimed identity.
For face recognition there are two types of comparisons,
cont…
1) IDENTFICATION
- figure out “Who is X?”
- accomplished by system performing a “one-to-many ”
search
2) VERIFICATION
- answer the question “Is this X?”
- accomplished by the system performing a “one-to-one”
search
cont…
DIFFERENT APPROACHES
Describe the different methods of face recognition.
 Feature extraction methods
The input image to identify and extract (and measure) distinctive
facial features such as the eyes, mouth, nose, etc.
Compute the geometric relationships among those facial points,
thus reducing the input facial image to a vector of geometric
features
 Holistic methods
Holistic approaches attempt to identify faces using global
representations, i.e., descriptions based on the entire image rather
than on local features of the face
MLAlgorithms
 During the past decades, several ML algorithms have been
proposed for classification tasks.
 Most of them are from the theoretical view under some
assumption about data distribution, characteristics of the classification
task, signal to-noise-ratio, etc.
 In reality, these assumptions are often hard to be verified.
Therefore, a practical solution for selecting an appropriate model for a
given classification task is to experimentally compare these
algorithms.
 Five widely used machine classifiers
 K-Nearest Neighbor (KNN)
 Locally-Weighted Learning (LWL)
 Naive Bayes classifier (NB)
 Decision Table Classifier (DT)
 Single Decision Tree (SDT).
Single Decision Tree (SDT) :
 Decision tree induction is the learning of decision trees from class-
labeled training tuple.
 A decision tree is a flowchart-like tree structure.
 Each internal node (non leaf node) denotes a test on an attribute.
 Each branch represents an outcome of the test.
 Each leaf node (or terminal node) holds a class label.
 The topmost node in a tree is the root node.
A path is traced from the root to a leaf node.
Single Decision Tree (SDT) :
 Most algorithms for decision tree induction follow a top-down
approach.
 Starts with a training set of tuples and their associated class labels.
 The training set is recursively partitioned into smaller subsets as the
tree is being built.
 To split D into smaller partitions according to the outcomes of the
splitting criterion.
 The specific algorithm for generating the decision tree is called
C4.5 algorithm.
Consider the two different videos of 10-second duration were used.
A total of 10x30x2 = 600 frames where processed. In the input
video, there was 6 different individuals, representing a total of 3, 600
samples (600 for each individual). Three versions of the dataset were
generated: one for a 100 x 100 pixels face resolution, one for a 50 x 50
pixels face resolution, and finally one for a 25 x 25 pixels face
resolution
cont…
Proposed System
 Face Detection
 Face detector implemented on OpenCV.
 Faces were detected using the function cvHaarDetectObjects.
 The Semi-Aided Labeling Module (SALM) reads the input
video, and for each frame where at least one face was detected by
the face detection module.
 Filtering and Preprocessing (FPM)
This module performs the following transformations:
 RGB to Gray scale Transformation: For reducing the amount of
data to be processed, a 24-bit per pixel RGB format is transformed
into a 8-bit per pixel gray-scale format.
 Scaling: The face images are scaled to a fixed number of rows
and columns. The output resolution for each face can be set by
user according to the required accuracy.
cont…
Tabular Dataset Building Module (TDBM)
 This module obtains the image pixels, and generates a tabular
dataset.
 where rows are the total number of subjects, and the columns are
the image pixels.
 The final column represents the class attribute.
 Training
For performing the training of the classification algorithms, the
following steps are required:
 Permute and split dataset. This operation is performed by the
Random Permutation and Splitting Module (RPSM). Basically, a
random permutation of the samples contained in the tabular dataset
is performed, and the resulting dataset is divided into two datasets:
the training dataset and the test dataset.
cont…
 Train classification algorithms. Each classification algorithm takes
as input the training data set generated by the RPSM, and performs
the model building for each classifier. Later, the model for each
classifier is stored in disk for use it later in the classification step.
 Classification
 In this module, with the help of the previous trained
classifiers, takes as input the faces from the test set, applies filter
and pre-preprocessing operators, and evaluates the test face in each
model generated by the trained classifiers.
After doing this comparison, face image is classified with the label
or name predicted by each classified.
The output of each classified is processed by the Performance
Evaluation Module (PEM), which generates a table with a
comparison among several classifiers.
cont…
SOFTWARE USED IN FACE
RECOGNITION TECHNOLOGY
 Facial recognition software falls into a larger group of
technologies known as biometrics.
 Here is the basic process that is used by the Face system to
capture and compare images
 Detection
When the system is attached to a video surveillance system, the
recognition software searches the field of view of a video camera
for faces.
If there is a face in the view, it is detected within a fraction of a
second. A multi-scale algorithm is used to search for faces in low
resolution.
 Alignment
Once a face is detected, the system determines the head's position,
size and pose. A face needs to be turned at least 35 degrees toward
the camera for the system to register it.
 Normalization
Normalization is performed regardless of the head's location and
distance from the camera. Light does not impact the normalization
process.
 Representation
The system translates the facial data into a unique code. This
coding process allows for easier comparison of the newly acquired
facial data to stored facial data.
 Matching
The newly acquired facial data is compared to the stored data and
linked to at least one stored facial representation. This is the
mathematical technique the system uses to encode faces. The system
can match multiple face prints at a rate of 60 million per minute from
memory or 15 million per minute from hard disk. The comparison
using a scale of one to 10. If a score is above a predetermined
threshold, a match is declared.
ADVANTAGES
 Convenient, social acceptability
 Easy to use
 Inexpensive technique of identification
APPLICATIONS
1. Replacement of PIN
2. Border control
3. Voter verification
4. Computer security
5. Government Use,
a. Security/Counterterrorism.
b. Immigration
8. Commercial Use,
a. Residential Security
b. Banking using ATM
This technique evaluate the suitability of both computer vision
and ML techniques for solving the problem of face detection and
recognition. Face recognition technologies have been associated
generally with very costly top secure applications. Today the core
technologies have evolved and the cost of equipment’s is going
down dramatically due to the integration and the increasing
processing power.
CONCLUSION
References
1. E. Garc´ ıa Amaro, M.A. Nu ˜ no-Maganda and M. Morales-Sandoval, “Evaluation of Machine
Learning Techniques for Face Detection and Recognition”, IEEE 2012.
2. Claudia Iancu, Peter Corcoran and Gabriel Costache,” A Review of Face Recognition
Techniques for In-Camera Applications”, IEEE 2007.
3. Brian C. Becker, Enrique G.Ortiz, “Evaluation of Face Recognition Techniques for Application
to Facebook ” 2008 IEEE
4. D. Bhattacharyya, R. Ranjan, F. Alisherov, and M. Choi, “Biometric authentication: A review,”
International Journal of u- and e- Service, Science and Technology, vol. 3, no. 2, pp. 23–
27, 2009.
5. C. M. Bishop, Pattern Recognition and Machine Learning (Information Science and Statistics).
Secaucus, NJ, USA: Springer-Verlag New York, Inc., 2006
6. G. Bradski and A. Kaehler, Learning OpenCV. O’Reilly Media Inc., 2008.
Thank you…

Mais conteúdo relacionado

Mais procurados

Face recognition technology - BEST PPT
Face recognition technology - BEST PPTFace recognition technology - BEST PPT
Face recognition technology - BEST PPTSiddharth Modi
 
Facial recognition system
Facial recognition systemFacial recognition system
Facial recognition systemDivya Sushma
 
Face recognition using artificial neural network
Face recognition using artificial neural networkFace recognition using artificial neural network
Face recognition using artificial neural networkSumeet Kakani
 
Face Recognition Technology
Face Recognition TechnologyFace Recognition Technology
Face Recognition TechnologyShashidhar Reddy
 
Face recognition ppt
Face recognition pptFace recognition ppt
Face recognition pptSantosh Kumar
 
Automated Face Detection System
Automated Face Detection SystemAutomated Face Detection System
Automated Face Detection SystemAbhiroop Ghatak
 
Face Recognition System/Technology
Face Recognition System/TechnologyFace Recognition System/Technology
Face Recognition System/TechnologyRahulSingh3034
 
Project Face Detection
Project Face Detection Project Face Detection
Project Face Detection Abu Saleh Musa
 
FACE RECOGNITION SYSTEM PPT
FACE RECOGNITION SYSTEM PPTFACE RECOGNITION SYSTEM PPT
FACE RECOGNITION SYSTEM PPTSaghir Hussain
 
Automatic Attendance system using Facial Recognition
Automatic Attendance system using Facial RecognitionAutomatic Attendance system using Facial Recognition
Automatic Attendance system using Facial RecognitionNikyaa7
 
Facial Expression Recognition System using Deep Convolutional Neural Networks.
Facial Expression Recognition  System using Deep Convolutional Neural Networks.Facial Expression Recognition  System using Deep Convolutional Neural Networks.
Facial Expression Recognition System using Deep Convolutional Neural Networks.Sandeep Wakchaure
 
Pattern recognition facial recognition
Pattern recognition facial recognitionPattern recognition facial recognition
Pattern recognition facial recognitionMazin Alwaaly
 
Facial emotion recognition
Facial emotion recognitionFacial emotion recognition
Facial emotion recognitionRahin Patel
 
Pattern recognition 3d face recognition
Pattern recognition 3d face recognitionPattern recognition 3d face recognition
Pattern recognition 3d face recognitionMazin Alwaaly
 

Mais procurados (20)

Face recognition technology - BEST PPT
Face recognition technology - BEST PPTFace recognition technology - BEST PPT
Face recognition technology - BEST PPT
 
Face Detection
Face DetectionFace Detection
Face Detection
 
Facial recognition system
Facial recognition systemFacial recognition system
Facial recognition system
 
Face recognition using artificial neural network
Face recognition using artificial neural networkFace recognition using artificial neural network
Face recognition using artificial neural network
 
Face Recognition Technology
Face Recognition TechnologyFace Recognition Technology
Face Recognition Technology
 
Face recognition ppt
Face recognition pptFace recognition ppt
Face recognition ppt
 
Automated Face Detection System
Automated Face Detection SystemAutomated Face Detection System
Automated Face Detection System
 
Face Recognition Technology by Vishal Garg
Face Recognition Technology by Vishal GargFace Recognition Technology by Vishal Garg
Face Recognition Technology by Vishal Garg
 
Face Recognition System/Technology
Face Recognition System/TechnologyFace Recognition System/Technology
Face Recognition System/Technology
 
Project Face Detection
Project Face Detection Project Face Detection
Project Face Detection
 
Face recognition
Face recognitionFace recognition
Face recognition
 
FACE RECOGNITION SYSTEM PPT
FACE RECOGNITION SYSTEM PPTFACE RECOGNITION SYSTEM PPT
FACE RECOGNITION SYSTEM PPT
 
Face recognisation system
Face recognisation systemFace recognisation system
Face recognisation system
 
Automatic Attendance system using Facial Recognition
Automatic Attendance system using Facial RecognitionAutomatic Attendance system using Facial Recognition
Automatic Attendance system using Facial Recognition
 
Facial Expression Recognition System using Deep Convolutional Neural Networks.
Facial Expression Recognition  System using Deep Convolutional Neural Networks.Facial Expression Recognition  System using Deep Convolutional Neural Networks.
Facial Expression Recognition System using Deep Convolutional Neural Networks.
 
Pattern recognition facial recognition
Pattern recognition facial recognitionPattern recognition facial recognition
Pattern recognition facial recognition
 
Facial emotion recognition
Facial emotion recognitionFacial emotion recognition
Facial emotion recognition
 
Pattern recognition 3d face recognition
Pattern recognition 3d face recognitionPattern recognition 3d face recognition
Pattern recognition 3d face recognition
 
Final year ppt
Final year pptFinal year ppt
Final year ppt
 
Face Recognition
Face RecognitionFace Recognition
Face Recognition
 

Destaque

Face Recognition Technology
Face Recognition TechnologyFace Recognition Technology
Face Recognition TechnologyAgrani Rastogi
 
Face Recognition
Face RecognitionFace Recognition
Face Recognitionlaknatha
 
Face Recognition Technology
Face Recognition TechnologyFace Recognition Technology
Face Recognition TechnologyShravan Halankar
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technologyDivya Tirunagari
 
Face Recognition Device F710
Face Recognition Device F710Face Recognition Device F710
Face Recognition Device F710BioEnable
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technologySARATHGOVINDKK
 
Eigenface For Face Recognition
Eigenface For Face RecognitionEigenface For Face Recognition
Eigenface For Face RecognitionMinh Tran
 
Facial recognition powerpoint
Facial recognition powerpointFacial recognition powerpoint
Facial recognition powerpoint12206695
 
Face recognition tech1
Face recognition tech1Face recognition tech1
Face recognition tech1Ankit Gupta
 
Face Recognition using OpenCV
Face Recognition using OpenCVFace Recognition using OpenCV
Face Recognition using OpenCVVasile Chelban
 
Facial recognition technology by vaibhav
Facial recognition technology by vaibhavFacial recognition technology by vaibhav
Facial recognition technology by vaibhavVaibhav P
 
Face Recognition by Sumudu Ranasinghe
Face Recognition by Sumudu RanasingheFace Recognition by Sumudu Ranasinghe
Face Recognition by Sumudu Ranasinghebiitsumudu
 
Face Recognition based Lecture Attendance System
Face Recognition based Lecture Attendance SystemFace Recognition based Lecture Attendance System
Face Recognition based Lecture Attendance SystemKarmesh Maheshwari
 
Face recognition using neural network
Face recognition using neural networkFace recognition using neural network
Face recognition using neural networkIndira Nayak
 
face recognition system using LBP
face recognition system using LBPface recognition system using LBP
face recognition system using LBPMarwan H. Noman
 
Speech recognition
Speech recognitionSpeech recognition
Speech recognitionfluffyemily
 

Destaque (20)

Face Recognition Technology
Face Recognition TechnologyFace Recognition Technology
Face Recognition Technology
 
Face Recognition
Face RecognitionFace Recognition
Face Recognition
 
Face Recognition Technology
Face Recognition TechnologyFace Recognition Technology
Face Recognition Technology
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technology
 
Face Recognition Device F710
Face Recognition Device F710Face Recognition Device F710
Face Recognition Device F710
 
Face recognition software system by Junyu Tech.(China)
Face recognition software system by Junyu Tech.(China)Face recognition software system by Junyu Tech.(China)
Face recognition software system by Junyu Tech.(China)
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technology
 
Eigenface For Face Recognition
Eigenface For Face RecognitionEigenface For Face Recognition
Eigenface For Face Recognition
 
Facial recognition powerpoint
Facial recognition powerpointFacial recognition powerpoint
Facial recognition powerpoint
 
Face recognition vaishali
Face recognition vaishaliFace recognition vaishali
Face recognition vaishali
 
Face recogntion
Face recogntionFace recogntion
Face recogntion
 
Face recognition tech1
Face recognition tech1Face recognition tech1
Face recognition tech1
 
Face Recognition using OpenCV
Face Recognition using OpenCVFace Recognition using OpenCV
Face Recognition using OpenCV
 
Facial recognition technology by vaibhav
Facial recognition technology by vaibhavFacial recognition technology by vaibhav
Facial recognition technology by vaibhav
 
Face Recognition by Sumudu Ranasinghe
Face Recognition by Sumudu RanasingheFace Recognition by Sumudu Ranasinghe
Face Recognition by Sumudu Ranasinghe
 
Face Recognition based Lecture Attendance System
Face Recognition based Lecture Attendance SystemFace Recognition based Lecture Attendance System
Face Recognition based Lecture Attendance System
 
Face recognition using neural network
Face recognition using neural networkFace recognition using neural network
Face recognition using neural network
 
face recognition system using LBP
face recognition system using LBPface recognition system using LBP
face recognition system using LBP
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 
Speech recognition
Speech recognitionSpeech recognition
Speech recognition
 

Semelhante a Face recognition technology

IRJET- Face Detection and Recognition using OpenCV
IRJET- Face Detection and Recognition using OpenCVIRJET- Face Detection and Recognition using OpenCV
IRJET- Face Detection and Recognition using OpenCVIRJET Journal
 
IRJET - A Review on Face Recognition using Deep Learning Algorithm
IRJET -  	  A Review on Face Recognition using Deep Learning AlgorithmIRJET -  	  A Review on Face Recognition using Deep Learning Algorithm
IRJET - A Review on Face Recognition using Deep Learning AlgorithmIRJET Journal
 
Deep hypersphere embedding for real-time face recognition
Deep hypersphere embedding for real-time face recognitionDeep hypersphere embedding for real-time face recognition
Deep hypersphere embedding for real-time face recognitionTELKOMNIKA JOURNAL
 
A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...IJMER
 
Automatic Attendance Management System Using Face Recognition
Automatic Attendance Management System Using Face RecognitionAutomatic Attendance Management System Using Face Recognition
Automatic Attendance Management System Using Face RecognitionKathryn Patel
 
Local Descriptor based Face Recognition System
Local Descriptor based Face Recognition SystemLocal Descriptor based Face Recognition System
Local Descriptor based Face Recognition SystemIRJET Journal
 
Face recogntion using PCA algorithm
Face recogntion using PCA algorithmFace recogntion using PCA algorithm
Face recogntion using PCA algorithmAshwini Awatare
 
IRJET- Analysis of Face Recognition using Docface+ Selfie Matching
IRJET-  	  Analysis of Face Recognition using Docface+ Selfie MatchingIRJET-  	  Analysis of Face Recognition using Docface+ Selfie Matching
IRJET- Analysis of Face Recognition using Docface+ Selfie MatchingIRJET Journal
 
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGESA DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGESPNandaSai
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceinventy
 
Attendance System using Facial Recognition
Attendance System using Facial RecognitionAttendance System using Facial Recognition
Attendance System using Facial RecognitionIRJET Journal
 
Synops emotion recognize
Synops emotion recognizeSynops emotion recognize
Synops emotion recognizeAvdhesh Gupta
 
Smart Doorbell System Based on Face Recognition
Smart Doorbell System Based on Face RecognitionSmart Doorbell System Based on Face Recognition
Smart Doorbell System Based on Face RecognitionIRJET Journal
 

Semelhante a Face recognition technology (20)

IRJET- Face Detection and Recognition using OpenCV
IRJET- Face Detection and Recognition using OpenCVIRJET- Face Detection and Recognition using OpenCV
IRJET- Face Detection and Recognition using OpenCV
 
Infarec
InfarecInfarec
Infarec
 
184
184184
184
 
IRJET - A Review on Face Recognition using Deep Learning Algorithm
IRJET -  	  A Review on Face Recognition using Deep Learning AlgorithmIRJET -  	  A Review on Face Recognition using Deep Learning Algorithm
IRJET - A Review on Face Recognition using Deep Learning Algorithm
 
Final_ppt1
Final_ppt1Final_ppt1
Final_ppt1
 
Deep hypersphere embedding for real-time face recognition
Deep hypersphere embedding for real-time face recognitionDeep hypersphere embedding for real-time face recognition
Deep hypersphere embedding for real-time face recognition
 
A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...
 
Biometric
BiometricBiometric
Biometric
 
Biometric
BiometricBiometric
Biometric
 
Automatic Attendance Management System Using Face Recognition
Automatic Attendance Management System Using Face RecognitionAutomatic Attendance Management System Using Face Recognition
Automatic Attendance Management System Using Face Recognition
 
Local Descriptor based Face Recognition System
Local Descriptor based Face Recognition SystemLocal Descriptor based Face Recognition System
Local Descriptor based Face Recognition System
 
Face recogntion using PCA algorithm
Face recogntion using PCA algorithmFace recogntion using PCA algorithm
Face recogntion using PCA algorithm
 
IRJET- Analysis of Face Recognition using Docface+ Selfie Matching
IRJET-  	  Analysis of Face Recognition using Docface+ Selfie MatchingIRJET-  	  Analysis of Face Recognition using Docface+ Selfie Matching
IRJET- Analysis of Face Recognition using Docface+ Selfie Matching
 
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGESA DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
A DEEP LEARNING APPROACH FOR SEMANTIC SEGMENTATION IN BRAIN TUMOR IMAGES
 
Face Recognition
Face RecognitionFace Recognition
Face Recognition
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Attendance System using Facial Recognition
Attendance System using Facial RecognitionAttendance System using Facial Recognition
Attendance System using Facial Recognition
 
Human Face Detection And Identification Of Facial Expressions Using MATLAB
Human Face Detection And Identification Of Facial Expressions Using MATLABHuman Face Detection And Identification Of Facial Expressions Using MATLAB
Human Face Detection And Identification Of Facial Expressions Using MATLAB
 
Synops emotion recognize
Synops emotion recognizeSynops emotion recognize
Synops emotion recognize
 
Smart Doorbell System Based on Face Recognition
Smart Doorbell System Based on Face RecognitionSmart Doorbell System Based on Face Recognition
Smart Doorbell System Based on Face Recognition
 

Mais de ranjit banshpal

Designing Hybrid Cryptosystem for Secure Transmission of Image Data using Bio...
Designing Hybrid Cryptosystem for Secure Transmission of Image Data using Bio...Designing Hybrid Cryptosystem for Secure Transmission of Image Data using Bio...
Designing Hybrid Cryptosystem for Secure Transmission of Image Data using Bio...ranjit banshpal
 
SECURE IMAGE RETRIEVAL BASED ON HYBRID FEATURES AND HASHES
SECURE IMAGE RETRIEVAL BASED ON HYBRID FEATURES AND HASHESSECURE IMAGE RETRIEVAL BASED ON HYBRID FEATURES AND HASHES
SECURE IMAGE RETRIEVAL BASED ON HYBRID FEATURES AND HASHESranjit banshpal
 
Secure Image Retrieval based on Hybrid Features and Hashes
Secure Image Retrieval based on Hybrid Features and HashesSecure Image Retrieval based on Hybrid Features and Hashes
Secure Image Retrieval based on Hybrid Features and Hashesranjit banshpal
 
Data mining technique for classification and feature evaluation using stream ...
Data mining technique for classification and feature evaluation using stream ...Data mining technique for classification and feature evaluation using stream ...
Data mining technique for classification and feature evaluation using stream ...ranjit banshpal
 
Parallelization using open mp
Parallelization using open mpParallelization using open mp
Parallelization using open mpranjit banshpal
 
using big-data methods analyse the Cross platform aviation
 using big-data methods analyse the Cross platform aviation using big-data methods analyse the Cross platform aviation
using big-data methods analyse the Cross platform aviationranjit banshpal
 
E mail image spam filtering techniques
E mail image spam filtering techniquesE mail image spam filtering techniques
E mail image spam filtering techniquesranjit banshpal
 

Mais de ranjit banshpal (15)

Designing Hybrid Cryptosystem for Secure Transmission of Image Data using Bio...
Designing Hybrid Cryptosystem for Secure Transmission of Image Data using Bio...Designing Hybrid Cryptosystem for Secure Transmission of Image Data using Bio...
Designing Hybrid Cryptosystem for Secure Transmission of Image Data using Bio...
 
SECURE IMAGE RETRIEVAL BASED ON HYBRID FEATURES AND HASHES
SECURE IMAGE RETRIEVAL BASED ON HYBRID FEATURES AND HASHESSECURE IMAGE RETRIEVAL BASED ON HYBRID FEATURES AND HASHES
SECURE IMAGE RETRIEVAL BASED ON HYBRID FEATURES AND HASHES
 
Secure Image Retrieval based on Hybrid Features and Hashes
Secure Image Retrieval based on Hybrid Features and HashesSecure Image Retrieval based on Hybrid Features and Hashes
Secure Image Retrieval based on Hybrid Features and Hashes
 
LCT in day2 day life
LCT in day2 day lifeLCT in day2 day life
LCT in day2 day life
 
Fingerprint recognition
Fingerprint recognitionFingerprint recognition
Fingerprint recognition
 
“Web crawler”
“Web crawler”“Web crawler”
“Web crawler”
 
Data mining technique for classification and feature evaluation using stream ...
Data mining technique for classification and feature evaluation using stream ...Data mining technique for classification and feature evaluation using stream ...
Data mining technique for classification and feature evaluation using stream ...
 
Parallelization using open mp
Parallelization using open mpParallelization using open mp
Parallelization using open mp
 
using big-data methods analyse the Cross platform aviation
 using big-data methods analyse the Cross platform aviation using big-data methods analyse the Cross platform aviation
using big-data methods analyse the Cross platform aviation
 
E mail image spam filtering techniques
E mail image spam filtering techniquesE mail image spam filtering techniques
E mail image spam filtering techniques
 
Hybrid encryption
Hybrid encryption Hybrid encryption
Hybrid encryption
 
Autocorrelators1
Autocorrelators1Autocorrelators1
Autocorrelators1
 
Static Networks
Static NetworksStatic Networks
Static Networks
 
Ranjitbanshpal
RanjitbanshpalRanjitbanshpal
Ranjitbanshpal
 
Ranjitbanshpal1
Ranjitbanshpal1Ranjitbanshpal1
Ranjitbanshpal1
 

Último

Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 

Face recognition technology

  • 2. 2 INDEX  Biometrics  Face recognition  Different approaches  ML Algorithm  Proposed System  Software used in face recognition Technology  Advantage  Application  Conclusion  References
  • 3. 3  “A biometric is a physiological or behavioral characteristic of a human being that can distinguish one person from another and that theoretically can be used for identification or verification of identity.” WHAT IS BIOMETRICS ? Biometric applications available today are categorized into 2 sectors  Psychological: Iris, Fingerprints, Hand, Retinal and Face recognition  Behavioral: Voice, Typing pattern, Signature
  • 4. Face Recognition Face recognition systems (FRSs) are an important field in computer vision, because it represent a non-invasive BI technique. 1. A face detection algorithm is used for extracting faces from video frames (training videos) and generating a face database. 2. Filtering and preprocessing are applied to face images obtained in the previous step. 3. A collection of machine learning algorithms are trained using as input data the faces obtained in the previous step. 4. Finally, the classifiers are used for classify faces obtained from video frames
  • 5. Facial recognition is a form of computer vision that uses faces to attempt to identify a person or verify a person’s claimed identity. For face recognition there are two types of comparisons, cont… 1) IDENTFICATION - figure out “Who is X?” - accomplished by system performing a “one-to-many ” search
  • 6. 2) VERIFICATION - answer the question “Is this X?” - accomplished by the system performing a “one-to-one” search cont…
  • 7. DIFFERENT APPROACHES Describe the different methods of face recognition.  Feature extraction methods The input image to identify and extract (and measure) distinctive facial features such as the eyes, mouth, nose, etc. Compute the geometric relationships among those facial points, thus reducing the input facial image to a vector of geometric features  Holistic methods Holistic approaches attempt to identify faces using global representations, i.e., descriptions based on the entire image rather than on local features of the face
  • 8. MLAlgorithms  During the past decades, several ML algorithms have been proposed for classification tasks.  Most of them are from the theoretical view under some assumption about data distribution, characteristics of the classification task, signal to-noise-ratio, etc.  In reality, these assumptions are often hard to be verified. Therefore, a practical solution for selecting an appropriate model for a given classification task is to experimentally compare these algorithms.  Five widely used machine classifiers  K-Nearest Neighbor (KNN)  Locally-Weighted Learning (LWL)  Naive Bayes classifier (NB)  Decision Table Classifier (DT)  Single Decision Tree (SDT).
  • 9. Single Decision Tree (SDT) :  Decision tree induction is the learning of decision trees from class- labeled training tuple.  A decision tree is a flowchart-like tree structure.  Each internal node (non leaf node) denotes a test on an attribute.  Each branch represents an outcome of the test.  Each leaf node (or terminal node) holds a class label.  The topmost node in a tree is the root node. A path is traced from the root to a leaf node.
  • 10. Single Decision Tree (SDT) :  Most algorithms for decision tree induction follow a top-down approach.  Starts with a training set of tuples and their associated class labels.  The training set is recursively partitioned into smaller subsets as the tree is being built.  To split D into smaller partitions according to the outcomes of the splitting criterion.  The specific algorithm for generating the decision tree is called C4.5 algorithm.
  • 11. Consider the two different videos of 10-second duration were used. A total of 10x30x2 = 600 frames where processed. In the input video, there was 6 different individuals, representing a total of 3, 600 samples (600 for each individual). Three versions of the dataset were generated: one for a 100 x 100 pixels face resolution, one for a 50 x 50 pixels face resolution, and finally one for a 25 x 25 pixels face resolution cont…
  • 13.  Face Detection  Face detector implemented on OpenCV.  Faces were detected using the function cvHaarDetectObjects.  The Semi-Aided Labeling Module (SALM) reads the input video, and for each frame where at least one face was detected by the face detection module.  Filtering and Preprocessing (FPM) This module performs the following transformations:  RGB to Gray scale Transformation: For reducing the amount of data to be processed, a 24-bit per pixel RGB format is transformed into a 8-bit per pixel gray-scale format.  Scaling: The face images are scaled to a fixed number of rows and columns. The output resolution for each face can be set by user according to the required accuracy. cont…
  • 14. Tabular Dataset Building Module (TDBM)  This module obtains the image pixels, and generates a tabular dataset.  where rows are the total number of subjects, and the columns are the image pixels.  The final column represents the class attribute.  Training For performing the training of the classification algorithms, the following steps are required:  Permute and split dataset. This operation is performed by the Random Permutation and Splitting Module (RPSM). Basically, a random permutation of the samples contained in the tabular dataset is performed, and the resulting dataset is divided into two datasets: the training dataset and the test dataset. cont…
  • 15.  Train classification algorithms. Each classification algorithm takes as input the training data set generated by the RPSM, and performs the model building for each classifier. Later, the model for each classifier is stored in disk for use it later in the classification step.  Classification  In this module, with the help of the previous trained classifiers, takes as input the faces from the test set, applies filter and pre-preprocessing operators, and evaluates the test face in each model generated by the trained classifiers. After doing this comparison, face image is classified with the label or name predicted by each classified. The output of each classified is processed by the Performance Evaluation Module (PEM), which generates a table with a comparison among several classifiers. cont…
  • 16. SOFTWARE USED IN FACE RECOGNITION TECHNOLOGY  Facial recognition software falls into a larger group of technologies known as biometrics.  Here is the basic process that is used by the Face system to capture and compare images  Detection When the system is attached to a video surveillance system, the recognition software searches the field of view of a video camera for faces.
  • 17. If there is a face in the view, it is detected within a fraction of a second. A multi-scale algorithm is used to search for faces in low resolution.  Alignment Once a face is detected, the system determines the head's position, size and pose. A face needs to be turned at least 35 degrees toward the camera for the system to register it.  Normalization Normalization is performed regardless of the head's location and distance from the camera. Light does not impact the normalization process.  Representation The system translates the facial data into a unique code. This coding process allows for easier comparison of the newly acquired facial data to stored facial data.
  • 18.  Matching The newly acquired facial data is compared to the stored data and linked to at least one stored facial representation. This is the mathematical technique the system uses to encode faces. The system can match multiple face prints at a rate of 60 million per minute from memory or 15 million per minute from hard disk. The comparison using a scale of one to 10. If a score is above a predetermined threshold, a match is declared.
  • 19. ADVANTAGES  Convenient, social acceptability  Easy to use  Inexpensive technique of identification
  • 20. APPLICATIONS 1. Replacement of PIN 2. Border control 3. Voter verification 4. Computer security 5. Government Use, a. Security/Counterterrorism. b. Immigration 8. Commercial Use, a. Residential Security b. Banking using ATM
  • 21. This technique evaluate the suitability of both computer vision and ML techniques for solving the problem of face detection and recognition. Face recognition technologies have been associated generally with very costly top secure applications. Today the core technologies have evolved and the cost of equipment’s is going down dramatically due to the integration and the increasing processing power. CONCLUSION
  • 22. References 1. E. Garc´ ıa Amaro, M.A. Nu ˜ no-Maganda and M. Morales-Sandoval, “Evaluation of Machine Learning Techniques for Face Detection and Recognition”, IEEE 2012. 2. Claudia Iancu, Peter Corcoran and Gabriel Costache,” A Review of Face Recognition Techniques for In-Camera Applications”, IEEE 2007. 3. Brian C. Becker, Enrique G.Ortiz, “Evaluation of Face Recognition Techniques for Application to Facebook ” 2008 IEEE 4. D. Bhattacharyya, R. Ranjan, F. Alisherov, and M. Choi, “Biometric authentication: A review,” International Journal of u- and e- Service, Science and Technology, vol. 3, no. 2, pp. 23– 27, 2009. 5. C. M. Bishop, Pattern Recognition and Machine Learning (Information Science and Statistics). Secaucus, NJ, USA: Springer-Verlag New York, Inc., 2006 6. G. Bradski and A. Kaehler, Learning OpenCV. O’Reilly Media Inc., 2008.