SlideShare a Scribd company logo
1 of 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…

More Related Content

What's hot

Computer Vision - Real Time Face Recognition using Open CV and Python
Computer Vision - Real Time Face Recognition using Open CV and PythonComputer Vision - Real Time Face Recognition using Open CV and Python
Computer Vision - Real Time Face Recognition using Open CV and PythonAkash Satamkar
 
Face detection ppt
Face detection pptFace detection ppt
Face detection pptPooja R
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technologyShubhamLamichane
 
Face Recognition System/Technology
Face Recognition System/TechnologyFace Recognition System/Technology
Face Recognition System/TechnologyRahulSingh3034
 
Face detection presentation slide
Face detection  presentation slideFace detection  presentation slide
Face detection presentation slideSanjoy Dutta
 
Face Recognition Technology
Face Recognition TechnologyFace Recognition Technology
Face Recognition TechnologyShravan Halankar
 
Face recognization
Face recognizationFace recognization
Face recognizationleenak770
 
Facial recognition system
Facial recognition systemFacial recognition system
Facial recognition systemDivya Sushma
 
Detection and recognition of face using neural network
Detection and recognition of face using neural networkDetection and recognition of face using neural network
Detection and recognition of face using neural networkSmriti Tikoo
 
Facial powerpoint
Facial powerpointFacial powerpoint
Facial powerpoint12202843
 
Face recognition technology - BEST PPT
Face recognition technology - BEST PPTFace recognition technology - BEST PPT
Face recognition technology - BEST PPTSiddharth Modi
 
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
 
Vehicle detection through image processing
Vehicle detection through image processingVehicle detection through image processing
Vehicle detection through image processingGhazalpreet Kaur
 
Facial recognition
Facial recognitionFacial recognition
Facial recognitionSonam1891
 
Attendance system based on face recognition using python by Raihan Sikdar
Attendance system based on face recognition using python by Raihan SikdarAttendance system based on face recognition using python by Raihan Sikdar
Attendance system based on face recognition using python by Raihan Sikdarraihansikdar
 

What's hot (20)

Computer Vision - Real Time Face Recognition using Open CV and Python
Computer Vision - Real Time Face Recognition using Open CV and PythonComputer Vision - Real Time Face Recognition using Open CV and Python
Computer Vision - Real Time Face Recognition using Open CV and Python
 
Face detection ppt
Face detection pptFace detection ppt
Face detection ppt
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technology
 
Face Recognition System/Technology
Face Recognition System/TechnologyFace Recognition System/Technology
Face Recognition System/Technology
 
Face Recognition
Face RecognitionFace Recognition
Face Recognition
 
Face detection presentation slide
Face detection  presentation slideFace detection  presentation slide
Face detection presentation slide
 
face detection
face detectionface detection
face detection
 
Face Recognition Technology
Face Recognition TechnologyFace Recognition Technology
Face Recognition Technology
 
Face recognization
Face recognizationFace recognization
Face recognization
 
Facial recognition system
Facial recognition systemFacial recognition system
Facial recognition system
 
Detection and recognition of face using neural network
Detection and recognition of face using neural networkDetection and recognition of face using neural network
Detection and recognition of face using neural network
 
Facial powerpoint
Facial powerpointFacial powerpoint
Facial powerpoint
 
Face recognition technology - BEST PPT
Face recognition technology - BEST PPTFace recognition technology - BEST PPT
Face recognition technology - BEST PPT
 
Face recognisation system
Face recognisation systemFace recognisation system
Face recognisation system
 
Face Recognition Technology by Vishal Garg
Face Recognition Technology by Vishal GargFace Recognition Technology by Vishal Garg
Face Recognition Technology by Vishal Garg
 
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.
 
Vehicle detection through image processing
Vehicle detection through image processingVehicle detection through image processing
Vehicle detection through image processing
 
Facial recognition
Facial recognitionFacial recognition
Facial recognition
 
Attendance system based on face recognition using python by Raihan Sikdar
Attendance system based on face recognition using python by Raihan SikdarAttendance system based on face recognition using python by Raihan Sikdar
Attendance system based on face recognition using python by Raihan Sikdar
 
Face Detection
Face DetectionFace Detection
Face Detection
 

Viewers also liked

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 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
 
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
 
Face recognition using artificial neural network
Face recognition using artificial neural networkFace recognition using artificial neural network
Face recognition using artificial neural networkSumeet Kakani
 
Speech recognition
Speech recognitionSpeech recognition
Speech recognitionfluffyemily
 
Audio Based Speech Recognition Using KNN Classification Method.Report
Audio Based Speech Recognition Using KNN Classification Method.ReportAudio Based Speech Recognition Using KNN Classification Method.Report
Audio Based Speech Recognition Using KNN Classification Method.ReportSantosh Kumar
 

Viewers also liked (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 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
 
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
 
Face recognition using artificial neural network
Face recognition using artificial neural networkFace recognition using artificial neural network
Face recognition using artificial neural network
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 
Speech recognition
Speech recognitionSpeech recognition
Speech recognition
 
Audio Based Speech Recognition Using KNN Classification Method.Report
Audio Based Speech Recognition Using KNN Classification Method.ReportAudio Based Speech Recognition Using KNN Classification Method.Report
Audio Based Speech Recognition Using KNN Classification Method.Report
 

Similar to 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
 

Similar to 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
 

More from 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
 

More from 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
 

Recently uploaded

WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 

Recently uploaded (20)

WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

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.