SlideShare a Scribd company logo
1 of 27
NATIONAL INSTITUTE OF
TECHNOLOGY,ROURKELA




      Seminar on
 Multimodal Biometric Systems


                   Presented By:
                   Rajendra Prasad Nayak
CONTENT

•   WHY MULTIMODAL BIOMETRICS?
•   CLASSIFICATION
•   SCORE NORMALIZATION
•   BIOMETRIC FUSION
•   CONCLUSION
Why multimodal biometrics?
• Unimodal biometric systems perform person recognition
  based on a single source of biometric information.
• Such systems are often affected by the following
  problems:
(1) Noisy sensor data: Noise can be present in the acquired
   biometric data mainly due to defective or improperly
   maintained sensors.




.
Continue
(2) Non-universality: If every individual in the target
population is able to present the biometric trait for recognition,
then the trait is said to be universal. However, not all biometric
traits are truly universal.
  people with hand-related disabilities, manual workers with
many cuts and bruises on their fingertips, and people with very
oily or dry fingers
   NIST reported 2% people cannot enroll using finger print.
Continue
(3) Lack of individuality : Features extracted from
biometric characteristics of different individuals can be quite
similar.
   A small proportion of the population can have nearly identical
facial appearance due to genetic factors (e.g., father and son,
identical twins, etc.)
(4) Lack of invariant representation :The biometric
data acquired from a user during verification will not be identical
to the data used for generating the user’s template during
enrollment.
Continue
(5) Susceptibility to circumvention:Although it is
very difficult to steal someone’s biometric traits, it is still
possible for an impostor to circumvent a biometric system using
spoofed traits.
 Behavioral traits like signature and voice are more susceptible
to such attacks than physiological traits.

              TEST         TEST              FALSE         FALSE
                           PARAMETER         REJECT RATE   ACCEPT RATE
Fingerprint   FVC[2004]    20 years          2%            2%
                           (average age)
Face          FRVT[2002]   Varied lighting   10%           1%
                           Outdoor/indoor
Voice         NIST[2000]   Text              10-20%        2-5%
                           Independent
Multimodal biometric systems
•    Use of multiple biometric indicators for identifying
    individuals, known as multimodal biometrics. Combining the
    evidence obtained from different modalities using an effective
    fusion scheme can significantly improve the overall accuracy
    of the biometric system.

• . A multimodal biometric system can reduce the FTE/FTC rates
  and provide more resistance against spoofing because it is
  difficult to simultaneously spoof multiple biometric sources.

• Four levels of information fusion are possible in a multimodal
  biometric system. They are fusion at the sensor level, feature
  extraction level, matching score level and decision level.
.




Which Biometric Modalities to Fuse?
      Voice, Face
      Voice, Lip Movement
      Voice, Face, Lip Movement
      Fingerprint, Face
      Fingerprint, Face, Voice
      Fingerprint, Face, Hand geometry
      Fingerprint, Voice, Hand geometry
      Fingerprint, Hand geometry
      Facial thermogram, Face
      Iris, Face
      Palmprint, Hand geometry
      Ear, Voice
Classification
• Multimodal biometric systems that have been
  proposed can be classified based on four parameters,
  namely

    (1) architecture
    (2) sources that provide multiple evidence
    (3) level of fusion
    (4) methodology used for integrating multiple cues
Architecture
• Architecture of a multimodal biometric system refers to the
  sequence in which the multiple cues are acquired and
  processed.
• Two types
       1) serial
       2)parallel
• Serial Architecture: In the serial or cascade architecture,
  the processing of the modalities takes place sequentially and
  the outcome of one modality affects the processing of the
  subsequent modalities. Ex: bank ATMs
• Parallel Architecture :In the parallel design, different
  modalities operate independently and their results are
  combined using an appropriate fusion scheme. Ex: in military
.




Serial
.




Parallel Architecture
Levels of fusion
• Broadly categorized into 2 types
   a) fusion prior to matching
      b) fusion after matching
•   In Fusion prior to matching integration of information can take
    place either at the sensor level or at the feature level.
•   Sensor level:: Sensor level fusion can be done only if the
    multiple cues are either instances of the same biometric trait
    obtained from multiple compatible sensors or multiple
    instances of the same biometric trait obtained using a single
    sensor,ex: 3D model of face.
•   In sensor level fusion, the multiple cues must be compatible
    and the correspondences between points in the data must be
    known in advance.
•   It may not be possible to integrate face images obtained from
    cameras with different resolutions
.
• Feature level: When the feature vectors are homogeneous
  (e.g., multiple fingerprint impressions of a user’s finger), a
  single resultant feature vector can be calculated as a weighted
  average of the individual feature vectors.
• When the feature vectors are non-homogeneous (e.g., feature
  vectors of different biometric modalities like face and hand
  geometry), we can concatenate them to form a single feature
  vector. features vectors must be compatible.
• Integration at the feature level is difficult to achieve in practice
  because of the following reasons:
  (i) The relationship between the feature spaces of different
  biometric systems may not be known.
  (ii) Concatenating two feature vectors may result in a feature
  vector with very large dimensionality leading to the ‘curse of
  dimensionality’ problem.
• Fusion after matching: categories into
 1) Dynamic classifier selection scheme: chooses
  the results of that classifier which is most likely to give the
  correct decision for the specific input pattern.
 2)Abstract or decision level: can take place when each
  biometric matcher individually decides on the best match
  based on the input presented to it. Methods like majority
  voting,And rule Or rule can be used to arrive at the final
  decision.
3)Rank level:When the output of each biometric matcher is a
  subset of possible matches sorted in decreasing order of
  confidence, the fusion can be done at the rank level.so rank is
  assigned from highest to lowest level.
4)Matching score level:
Fusion at the Matching Score Level
• Two possible approaches in the context of verification:

 – Classification approach: A feature vector is constructed
  using the matching scores. Feature vector is classified as
  belonging to either genuine or impostor class (e.g., k-Nearest
  Neighbor, Decision tree)

  – Combination approach: A single scalar score is
generated from multiple matching scores. A classifier
is designed to operate on the new score (e.g.simple sum,
Min score, max score, matcher weighting,user weighting)

  Experiments indicate that the combination approach
performs better than the classification approach
Fusion at the Matching Score Level
Score Normalisation
• Scores output by individual matchers:
    – Non-homogeneous: distance or similarity
    – Ranges may be different; e.g., [0,100] or [0,1000]
    – Distributions may be different
•     To facilitate fusion:
    – Modify the location and scale parameters of score
     distributions of individual matchers.
    – Apply transformation to scores present in the genuine
     impostor overlap region.
Normalization Techniques
Min-Max(MM):This method maps the raw scores to the [0, 1]
range . The quantities max(S) and min(S) specify the end points of
the score range:


S:set of all scores for that matcher
s:a raw matching score
Z Score(ZS):

Tanh(TH):
It maps the raw scores to the (0, 1) range
• Adaptive(AD): The errors of individual biometric matchers stem
  from the overlap of the genuine and impostor score distributions. This
  overlap region represented by its center c and its width w. To decrease
  the effect of this overlap on the fusion algorithm, an adaptive
  normalization procedure apply and aims to increase the separation of the
  genuine and impostor distributions, while still mapping the scores to [0,1]
  range.
Biometric Fusion
• These are of following types
      m
  n i
        represents the normalized score for matcher m (m=1,2…
    M ,where M is the number of matchers) applied to user
i (i=1,2…I ,where I is the number of individuals in the database).
Simple Sum(SS):

Min Score(MIS):
Max Score(MAS):
continue
• Matcher Weighting(MW): Weights are assigned to the
  individual matchers based on their Equal Error Rates (EER’s).
                                     m
  Denote the EER of matcher m as      e
  Where m=1,2….M

Weight associated with matcher m is calculated as




Fused score for user i is calculated as
Conclusion
• Though time taken in Multimodal biometric systems
  is larger then the Unimodal systems still it is used in
  place where security is the chief concern. By using
  appropriate normalization technique and fusion
  technique we can achieve a high security multimodal
  biometric system .
Reference
• M. Indovina, U. Uludag, R. Snelick, A. Mink, and A. Jain,
  “Multimodal Biometric Authentication Methods”, Proc.
  MMUA 2009, Workshop on Multimodal User Authentication,
  pp. 99-106, Santa Barbara, CA, Dec. 11-12, 2009.
• A. Ross and A.K. Jain, “Information Fusion in Biometrics”,
  Pattern Recognition Letters, vol. 24, no. 13, pp. 2115-2125,
  2003.
• R. Auckenthaler, M. Carey, and H. Lloyd-Thomas, “Score
  Normalization for Text-Independent Speaker Verification
  Systems”, Digital Signal Processing, vol. 10, pp. 42-54, 2000.
Multimodal Biometric Systems

More Related Content

What's hot

Fingerprint recognition
Fingerprint recognitionFingerprint recognition
Fingerprint recognitionvarsha mohite
 
Bio-metric Gait Recognition
Bio-metric Gait Recognition Bio-metric Gait Recognition
Bio-metric Gait Recognition Usman Siddique
 
Biometric Systems and Security
Biometric Systems and SecurityBiometric Systems and Security
Biometric Systems and SecurityShreyans Jain
 
Face Detection and Recognition System
Face Detection and Recognition SystemFace Detection and Recognition System
Face Detection and Recognition SystemZara Tariq
 
Introduction To Biometrics
Introduction To BiometricsIntroduction To Biometrics
Introduction To BiometricsAbdul Rehman
 
Biometrics Technology, Types & Applications
Biometrics Technology, Types & ApplicationsBiometrics Technology, Types & Applications
Biometrics Technology, Types & ApplicationsUsman Sheikh
 
MULTIMODAL BIOMETRIC SECURITY SYSTEM
MULTIMODAL BIOMETRIC SECURITY  SYSTEMMULTIMODAL BIOMETRIC SECURITY  SYSTEM
MULTIMODAL BIOMETRIC SECURITY SYSTEMxiaomi5
 
Biometric's final ppt
Biometric's final pptBiometric's final ppt
Biometric's final pptAnkita Vanage
 
Applications of Biometrics in Technology
Applications of Biometrics in TechnologyApplications of Biometrics in Technology
Applications of Biometrics in Technologyiamsanjayk
 
Fingerprint recognition system by sagar chand gupta
Fingerprint recognition system by sagar chand guptaFingerprint recognition system by sagar chand gupta
Fingerprint recognition system by sagar chand guptascg121433
 
BIOMETRICS FINGER PRINT TECHNOLOGY
BIOMETRICS FINGER PRINT TECHNOLOGYBIOMETRICS FINGER PRINT TECHNOLOGY
BIOMETRICS FINGER PRINT TECHNOLOGYsathish sak
 

What's hot (20)

Biometrics Technology In the 21st Century
Biometrics Technology In the 21st CenturyBiometrics Technology In the 21st Century
Biometrics Technology In the 21st Century
 
Fingerprint recognition
Fingerprint recognitionFingerprint recognition
Fingerprint recognition
 
Bio-metric Gait Recognition
Bio-metric Gait Recognition Bio-metric Gait Recognition
Bio-metric Gait Recognition
 
Biometric Systems and Security
Biometric Systems and SecurityBiometric Systems and Security
Biometric Systems and Security
 
Biometrics
BiometricsBiometrics
Biometrics
 
Biometric Security Systems ppt
Biometric Security Systems pptBiometric Security Systems ppt
Biometric Security Systems ppt
 
Fingerprint recognition
Fingerprint recognitionFingerprint recognition
Fingerprint recognition
 
Face Detection and Recognition System
Face Detection and Recognition SystemFace Detection and Recognition System
Face Detection and Recognition System
 
Biometrics final ppt
Biometrics final pptBiometrics final ppt
Biometrics final ppt
 
Introduction To Biometrics
Introduction To BiometricsIntroduction To Biometrics
Introduction To Biometrics
 
Biometrics Technology, Types & Applications
Biometrics Technology, Types & ApplicationsBiometrics Technology, Types & Applications
Biometrics Technology, Types & Applications
 
MULTIMODAL BIOMETRIC SECURITY SYSTEM
MULTIMODAL BIOMETRIC SECURITY  SYSTEMMULTIMODAL BIOMETRIC SECURITY  SYSTEM
MULTIMODAL BIOMETRIC SECURITY SYSTEM
 
Biometrics ppt
Biometrics pptBiometrics ppt
Biometrics ppt
 
Biometric's final ppt
Biometric's final pptBiometric's final ppt
Biometric's final ppt
 
Finger print recognition
Finger print recognition Finger print recognition
Finger print recognition
 
Applications of Biometrics in Technology
Applications of Biometrics in TechnologyApplications of Biometrics in Technology
Applications of Biometrics in Technology
 
Fingerprint recognition system by sagar chand gupta
Fingerprint recognition system by sagar chand guptaFingerprint recognition system by sagar chand gupta
Fingerprint recognition system by sagar chand gupta
 
BIOMETRICS FINGER PRINT TECHNOLOGY
BIOMETRICS FINGER PRINT TECHNOLOGYBIOMETRICS FINGER PRINT TECHNOLOGY
BIOMETRICS FINGER PRINT TECHNOLOGY
 
ECG BIOMETRICS
ECG BIOMETRICSECG BIOMETRICS
ECG BIOMETRICS
 
Bio-metrics Technology
Bio-metrics TechnologyBio-metrics Technology
Bio-metrics Technology
 

Viewers also liked

Paper multi-modal biometric system using fingerprint , face and speech
Paper   multi-modal biometric system using fingerprint , face and speechPaper   multi-modal biometric system using fingerprint , face and speech
Paper multi-modal biometric system using fingerprint , face and speechAalaa Khattab
 
Biometric security using cryptography
Biometric security using cryptographyBiometric security using cryptography
Biometric security using cryptographySampat Patnaik
 
Introduction to biometric systems security
Introduction to biometric systems securityIntroduction to biometric systems security
Introduction to biometric systems securitySelf
 
Biometric security Presentation
Biometric security PresentationBiometric security Presentation
Biometric security PresentationPrabh Jeet
 
Fingerprint Recognition Technique(PPT)
Fingerprint Recognition Technique(PPT)Fingerprint Recognition Technique(PPT)
Fingerprint Recognition Technique(PPT)Sandeep Kumar Panda
 
Fingerprint presentation
Fingerprint presentationFingerprint presentation
Fingerprint presentationrajarose89
 
Biometrics Technology
Biometrics TechnologyBiometrics Technology
Biometrics Technologylole2
 
Biometric Presentation
Biometric PresentationBiometric Presentation
Biometric Presentationrs2003
 
Biometric Security advantages and disadvantages
Biometric Security advantages and disadvantagesBiometric Security advantages and disadvantages
Biometric Security advantages and disadvantagesPrabh Jeet
 
Slide-show on Biometrics
Slide-show on BiometricsSlide-show on Biometrics
Slide-show on BiometricsPathik504
 
Biometric slideshare
Biometric slideshareBiometric slideshare
Biometric slideshareprachi
 

Viewers also liked (13)

Paper multi-modal biometric system using fingerprint , face and speech
Paper   multi-modal biometric system using fingerprint , face and speechPaper   multi-modal biometric system using fingerprint , face and speech
Paper multi-modal biometric system using fingerprint , face and speech
 
Biometric encryption
Biometric encryptionBiometric encryption
Biometric encryption
 
Biometric security using cryptography
Biometric security using cryptographyBiometric security using cryptography
Biometric security using cryptography
 
Introduction to biometric systems security
Introduction to biometric systems securityIntroduction to biometric systems security
Introduction to biometric systems security
 
BIOMETRIC SECURITY SYSTEM
BIOMETRIC SECURITY SYSTEMBIOMETRIC SECURITY SYSTEM
BIOMETRIC SECURITY SYSTEM
 
Biometric security Presentation
Biometric security PresentationBiometric security Presentation
Biometric security Presentation
 
Fingerprint Recognition Technique(PPT)
Fingerprint Recognition Technique(PPT)Fingerprint Recognition Technique(PPT)
Fingerprint Recognition Technique(PPT)
 
Fingerprint presentation
Fingerprint presentationFingerprint presentation
Fingerprint presentation
 
Biometrics Technology
Biometrics TechnologyBiometrics Technology
Biometrics Technology
 
Biometric Presentation
Biometric PresentationBiometric Presentation
Biometric Presentation
 
Biometric Security advantages and disadvantages
Biometric Security advantages and disadvantagesBiometric Security advantages and disadvantages
Biometric Security advantages and disadvantages
 
Slide-show on Biometrics
Slide-show on BiometricsSlide-show on Biometrics
Slide-show on Biometrics
 
Biometric slideshare
Biometric slideshareBiometric slideshare
Biometric slideshare
 

Similar to Multimodal Biometric Systems

Robust Analysis of Multibiometric Fusion Versus Ensemble Learning Schemes: A ...
Robust Analysis of Multibiometric Fusion Versus Ensemble Learning Schemes: A ...Robust Analysis of Multibiometric Fusion Versus Ensemble Learning Schemes: A ...
Robust Analysis of Multibiometric Fusion Versus Ensemble Learning Schemes: A ...CSCJournals
 
Personal identification using multibiometrics score level fusion
Personal identification using multibiometrics score level fusionPersonal identification using multibiometrics score level fusion
Personal identification using multibiometrics score level fusioneSAT Publishing House
 
Review of Multimodal Biometrics: Applications, Challenges and Research Areas
Review of Multimodal Biometrics: Applications, Challenges and Research AreasReview of Multimodal Biometrics: Applications, Challenges and Research Areas
Review of Multimodal Biometrics: Applications, Challenges and Research AreasCSCJournals
 
Pattern recognition multi biometrics using face and ear
Pattern recognition multi biometrics using face and earPattern recognition multi biometrics using face and ear
Pattern recognition multi biometrics using face and earMazin Alwaaly
 
Role of fuzzy in multimodal biometrics system
Role of fuzzy in multimodal biometrics systemRole of fuzzy in multimodal biometrics system
Role of fuzzy in multimodal biometrics systemKishor Singh
 
Feature Level Fusion Based Bimodal Biometric Using Transformation Domine Tec...
Feature Level Fusion Based Bimodal Biometric Using  Transformation Domine Tec...Feature Level Fusion Based Bimodal Biometric Using  Transformation Domine Tec...
Feature Level Fusion Based Bimodal Biometric Using Transformation Domine Tec...IOSR Journals
 
Integrating Fusion levels for Biometric Authentication System
Integrating Fusion levels for Biometric Authentication SystemIntegrating Fusion levels for Biometric Authentication System
Integrating Fusion levels for Biometric Authentication SystemIOSRJECE
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
An Indexing Technique Based on Feature Level Fusion of Fingerprint Features
An Indexing Technique Based on Feature Level Fusion of Fingerprint FeaturesAn Indexing Technique Based on Feature Level Fusion of Fingerprint Features
An Indexing Technique Based on Feature Level Fusion of Fingerprint FeaturesIDES Editor
 
Multimodal Biometrics at Feature Level Fusion using Texture Features
Multimodal Biometrics at Feature Level Fusion using Texture FeaturesMultimodal Biometrics at Feature Level Fusion using Texture Features
Multimodal Biometrics at Feature Level Fusion using Texture FeaturesCSCJournals
 
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...IJNSA Journal
 
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...IJNSA Journal
 
A study of multimodal biometric system
A study of multimodal biometric systemA study of multimodal biometric system
A study of multimodal biometric systemeSAT Publishing House
 
2.human verification using multiple fingerprint texture 7 20
2.human verification using multiple fingerprint texture 7 202.human verification using multiple fingerprint texture 7 20
2.human verification using multiple fingerprint texture 7 20Alexander Decker
 
11.0002www.iiste.org call for paper.human verification using multiple fingerp...
11.0002www.iiste.org call for paper.human verification using multiple fingerp...11.0002www.iiste.org call for paper.human verification using multiple fingerp...
11.0002www.iiste.org call for paper.human verification using multiple fingerp...Alexander Decker
 
The Survey of Architecture of Multi-Modal (Fingerprint and Iris Recognition) ...
The Survey of Architecture of Multi-Modal (Fingerprint and Iris Recognition) ...The Survey of Architecture of Multi-Modal (Fingerprint and Iris Recognition) ...
The Survey of Architecture of Multi-Modal (Fingerprint and Iris Recognition) ...IJERA Editor
 
Full biometric eye tracking
Full biometric eye trackingFull biometric eye tracking
Full biometric eye trackingVinoth Barithi
 

Similar to Multimodal Biometric Systems (20)

Robust Analysis of Multibiometric Fusion Versus Ensemble Learning Schemes: A ...
Robust Analysis of Multibiometric Fusion Versus Ensemble Learning Schemes: A ...Robust Analysis of Multibiometric Fusion Versus Ensemble Learning Schemes: A ...
Robust Analysis of Multibiometric Fusion Versus Ensemble Learning Schemes: A ...
 
Personal identification using multibiometrics score level fusion
Personal identification using multibiometrics score level fusionPersonal identification using multibiometrics score level fusion
Personal identification using multibiometrics score level fusion
 
Review of Multimodal Biometrics: Applications, Challenges and Research Areas
Review of Multimodal Biometrics: Applications, Challenges and Research AreasReview of Multimodal Biometrics: Applications, Challenges and Research Areas
Review of Multimodal Biometrics: Applications, Challenges and Research Areas
 
Pattern recognition multi biometrics using face and ear
Pattern recognition multi biometrics using face and earPattern recognition multi biometrics using face and ear
Pattern recognition multi biometrics using face and ear
 
Iy3615601568
Iy3615601568Iy3615601568
Iy3615601568
 
K0167683
K0167683K0167683
K0167683
 
Role of fuzzy in multimodal biometrics system
Role of fuzzy in multimodal biometrics systemRole of fuzzy in multimodal biometrics system
Role of fuzzy in multimodal biometrics system
 
Feature Level Fusion Based Bimodal Biometric Using Transformation Domine Tec...
Feature Level Fusion Based Bimodal Biometric Using  Transformation Domine Tec...Feature Level Fusion Based Bimodal Biometric Using  Transformation Domine Tec...
Feature Level Fusion Based Bimodal Biometric Using Transformation Domine Tec...
 
Integrating Fusion levels for Biometric Authentication System
Integrating Fusion levels for Biometric Authentication SystemIntegrating Fusion levels for Biometric Authentication System
Integrating Fusion levels for Biometric Authentication System
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
An Indexing Technique Based on Feature Level Fusion of Fingerprint Features
An Indexing Technique Based on Feature Level Fusion of Fingerprint FeaturesAn Indexing Technique Based on Feature Level Fusion of Fingerprint Features
An Indexing Technique Based on Feature Level Fusion of Fingerprint Features
 
Multimodal Biometrics at Feature Level Fusion using Texture Features
Multimodal Biometrics at Feature Level Fusion using Texture FeaturesMultimodal Biometrics at Feature Level Fusion using Texture Features
Multimodal Biometrics at Feature Level Fusion using Texture Features
 
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
 
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
 
G0333946
G0333946G0333946
G0333946
 
A study of multimodal biometric system
A study of multimodal biometric systemA study of multimodal biometric system
A study of multimodal biometric system
 
2.human verification using multiple fingerprint texture 7 20
2.human verification using multiple fingerprint texture 7 202.human verification using multiple fingerprint texture 7 20
2.human verification using multiple fingerprint texture 7 20
 
11.0002www.iiste.org call for paper.human verification using multiple fingerp...
11.0002www.iiste.org call for paper.human verification using multiple fingerp...11.0002www.iiste.org call for paper.human verification using multiple fingerp...
11.0002www.iiste.org call for paper.human verification using multiple fingerp...
 
The Survey of Architecture of Multi-Modal (Fingerprint and Iris Recognition) ...
The Survey of Architecture of Multi-Modal (Fingerprint and Iris Recognition) ...The Survey of Architecture of Multi-Modal (Fingerprint and Iris Recognition) ...
The Survey of Architecture of Multi-Modal (Fingerprint and Iris Recognition) ...
 
Full biometric eye tracking
Full biometric eye trackingFull biometric eye tracking
Full biometric eye tracking
 

More from Piyush Mittal

More from Piyush Mittal (20)

Power mock
Power mockPower mock
Power mock
 
Design pattern tutorial
Design pattern tutorialDesign pattern tutorial
Design pattern tutorial
 
Reflection
ReflectionReflection
Reflection
 
Gpu archi
Gpu archiGpu archi
Gpu archi
 
Cuda Architecture
Cuda ArchitectureCuda Architecture
Cuda Architecture
 
Intel open mp
Intel open mpIntel open mp
Intel open mp
 
Intro to parallel computing
Intro to parallel computingIntro to parallel computing
Intro to parallel computing
 
Cuda toolkit reference manual
Cuda toolkit reference manualCuda toolkit reference manual
Cuda toolkit reference manual
 
Matrix multiplication using CUDA
Matrix multiplication using CUDAMatrix multiplication using CUDA
Matrix multiplication using CUDA
 
Channel coding
Channel codingChannel coding
Channel coding
 
Basics of Coding Theory
Basics of Coding TheoryBasics of Coding Theory
Basics of Coding Theory
 
Java cheat sheet
Java cheat sheetJava cheat sheet
Java cheat sheet
 
Google app engine cheat sheet
Google app engine cheat sheetGoogle app engine cheat sheet
Google app engine cheat sheet
 
Git cheat sheet
Git cheat sheetGit cheat sheet
Git cheat sheet
 
Vi cheat sheet
Vi cheat sheetVi cheat sheet
Vi cheat sheet
 
Css cheat sheet
Css cheat sheetCss cheat sheet
Css cheat sheet
 
Cpp cheat sheet
Cpp cheat sheetCpp cheat sheet
Cpp cheat sheet
 
Ubuntu cheat sheet
Ubuntu cheat sheetUbuntu cheat sheet
Ubuntu cheat sheet
 
Php cheat sheet
Php cheat sheetPhp cheat sheet
Php cheat sheet
 
oracle 9i cheat sheet
oracle 9i cheat sheetoracle 9i cheat sheet
oracle 9i cheat sheet
 

Recently uploaded

KAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptx
KAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptxKAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptx
KAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptxjohnandrewcarlos
 
30042024_First India Newspaper Jaipur.pdf
30042024_First India Newspaper Jaipur.pdf30042024_First India Newspaper Jaipur.pdf
30042024_First India Newspaper Jaipur.pdfFIRST INDIA
 
Gujarat-SEBCs.pdf pfpkoopapriorjfperjreie
Gujarat-SEBCs.pdf pfpkoopapriorjfperjreieGujarat-SEBCs.pdf pfpkoopapriorjfperjreie
Gujarat-SEBCs.pdf pfpkoopapriorjfperjreiebhavenpr
 
HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...
HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...
HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...Ismail Fahmi
 
Call Girls in Mira Road Mumbai ( Neha 09892124323 ) College Escorts Service i...
Call Girls in Mira Road Mumbai ( Neha 09892124323 ) College Escorts Service i...Call Girls in Mira Road Mumbai ( Neha 09892124323 ) College Escorts Service i...
Call Girls in Mira Road Mumbai ( Neha 09892124323 ) College Escorts Service i...Pooja Nehwal
 
How Europe Underdeveloped Africa_walter.pdf
How Europe Underdeveloped Africa_walter.pdfHow Europe Underdeveloped Africa_walter.pdf
How Europe Underdeveloped Africa_walter.pdfLorenzo Lemes
 
BDSM⚡Call Girls in Sector 135 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 135 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 135 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 135 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...
Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...
Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...AlexisTorres963861
 
2024 03 13 AZ GOP LD4 Gen Meeting Minutes_FINAL.docx
2024 03 13 AZ GOP LD4 Gen Meeting Minutes_FINAL.docx2024 03 13 AZ GOP LD4 Gen Meeting Minutes_FINAL.docx
2024 03 13 AZ GOP LD4 Gen Meeting Minutes_FINAL.docxkfjstone13
 
Minto-Morley Reforms 1909 (constitution).pptx
Minto-Morley Reforms 1909 (constitution).pptxMinto-Morley Reforms 1909 (constitution).pptx
Minto-Morley Reforms 1909 (constitution).pptxAwaiskhalid96
 
Enjoy Night⚡Call Girls Rajokri Delhi >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Rajokri Delhi >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Rajokri Delhi >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Rajokri Delhi >༒8448380779 Escort ServiceDelhi Call girls
 
Embed-2 (1).pdfb[k[k[[k[kkkpkdpokkdpkopko
Embed-2 (1).pdfb[k[k[[k[kkkpkdpokkdpkopkoEmbed-2 (1).pdfb[k[k[[k[kkkpkdpokkdpkopko
Embed-2 (1).pdfb[k[k[[k[kkkpkdpokkdpkopkobhavenpr
 
₹5.5k {Cash Payment} Independent Greater Noida Call Girls In [Delhi INAYA] 🔝|...
₹5.5k {Cash Payment} Independent Greater Noida Call Girls In [Delhi INAYA] 🔝|...₹5.5k {Cash Payment} Independent Greater Noida Call Girls In [Delhi INAYA] 🔝|...
₹5.5k {Cash Payment} Independent Greater Noida Call Girls In [Delhi INAYA] 🔝|...Diya Sharma
 
TDP As the Party of Hope For AP Youth Under N Chandrababu Naidu’s Leadership
TDP As the Party of Hope For AP Youth Under N Chandrababu Naidu’s LeadershipTDP As the Party of Hope For AP Youth Under N Chandrababu Naidu’s Leadership
TDP As the Party of Hope For AP Youth Under N Chandrababu Naidu’s Leadershipanjanibaddipudi1
 
WhatsApp 📞 8448380779 ✅Call Girls In Chaura Sector 22 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Chaura Sector 22 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Chaura Sector 22 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Chaura Sector 22 ( Noida)Delhi Call girls
 
26042024_First India Newspaper Jaipur.pdf
26042024_First India Newspaper Jaipur.pdf26042024_First India Newspaper Jaipur.pdf
26042024_First India Newspaper Jaipur.pdfFIRST INDIA
 
2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx
2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx
2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docxkfjstone13
 
Enjoy Night⚡Call Girls Iffco Chowk Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Iffco Chowk Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Iffco Chowk Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Iffco Chowk Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
Israel Palestine Conflict, The issue and historical context!
Israel Palestine Conflict, The issue and historical context!Israel Palestine Conflict, The issue and historical context!
Israel Palestine Conflict, The issue and historical context!Krish109503
 
AI as Research Assistant: Upscaling Content Analysis to Identify Patterns of ...
AI as Research Assistant: Upscaling Content Analysis to Identify Patterns of ...AI as Research Assistant: Upscaling Content Analysis to Identify Patterns of ...
AI as Research Assistant: Upscaling Content Analysis to Identify Patterns of ...Axel Bruns
 

Recently uploaded (20)

KAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptx
KAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptxKAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptx
KAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptx
 
30042024_First India Newspaper Jaipur.pdf
30042024_First India Newspaper Jaipur.pdf30042024_First India Newspaper Jaipur.pdf
30042024_First India Newspaper Jaipur.pdf
 
Gujarat-SEBCs.pdf pfpkoopapriorjfperjreie
Gujarat-SEBCs.pdf pfpkoopapriorjfperjreieGujarat-SEBCs.pdf pfpkoopapriorjfperjreie
Gujarat-SEBCs.pdf pfpkoopapriorjfperjreie
 
HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...
HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...
HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...
 
Call Girls in Mira Road Mumbai ( Neha 09892124323 ) College Escorts Service i...
Call Girls in Mira Road Mumbai ( Neha 09892124323 ) College Escorts Service i...Call Girls in Mira Road Mumbai ( Neha 09892124323 ) College Escorts Service i...
Call Girls in Mira Road Mumbai ( Neha 09892124323 ) College Escorts Service i...
 
How Europe Underdeveloped Africa_walter.pdf
How Europe Underdeveloped Africa_walter.pdfHow Europe Underdeveloped Africa_walter.pdf
How Europe Underdeveloped Africa_walter.pdf
 
BDSM⚡Call Girls in Sector 135 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 135 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 135 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 135 Noida Escorts >༒8448380779 Escort Service
 
Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...
Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...
Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...
 
2024 03 13 AZ GOP LD4 Gen Meeting Minutes_FINAL.docx
2024 03 13 AZ GOP LD4 Gen Meeting Minutes_FINAL.docx2024 03 13 AZ GOP LD4 Gen Meeting Minutes_FINAL.docx
2024 03 13 AZ GOP LD4 Gen Meeting Minutes_FINAL.docx
 
Minto-Morley Reforms 1909 (constitution).pptx
Minto-Morley Reforms 1909 (constitution).pptxMinto-Morley Reforms 1909 (constitution).pptx
Minto-Morley Reforms 1909 (constitution).pptx
 
Enjoy Night⚡Call Girls Rajokri Delhi >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Rajokri Delhi >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Rajokri Delhi >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Rajokri Delhi >༒8448380779 Escort Service
 
Embed-2 (1).pdfb[k[k[[k[kkkpkdpokkdpkopko
Embed-2 (1).pdfb[k[k[[k[kkkpkdpokkdpkopkoEmbed-2 (1).pdfb[k[k[[k[kkkpkdpokkdpkopko
Embed-2 (1).pdfb[k[k[[k[kkkpkdpokkdpkopko
 
₹5.5k {Cash Payment} Independent Greater Noida Call Girls In [Delhi INAYA] 🔝|...
₹5.5k {Cash Payment} Independent Greater Noida Call Girls In [Delhi INAYA] 🔝|...₹5.5k {Cash Payment} Independent Greater Noida Call Girls In [Delhi INAYA] 🔝|...
₹5.5k {Cash Payment} Independent Greater Noida Call Girls In [Delhi INAYA] 🔝|...
 
TDP As the Party of Hope For AP Youth Under N Chandrababu Naidu’s Leadership
TDP As the Party of Hope For AP Youth Under N Chandrababu Naidu’s LeadershipTDP As the Party of Hope For AP Youth Under N Chandrababu Naidu’s Leadership
TDP As the Party of Hope For AP Youth Under N Chandrababu Naidu’s Leadership
 
WhatsApp 📞 8448380779 ✅Call Girls In Chaura Sector 22 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Chaura Sector 22 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Chaura Sector 22 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Chaura Sector 22 ( Noida)
 
26042024_First India Newspaper Jaipur.pdf
26042024_First India Newspaper Jaipur.pdf26042024_First India Newspaper Jaipur.pdf
26042024_First India Newspaper Jaipur.pdf
 
2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx
2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx
2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx
 
Enjoy Night⚡Call Girls Iffco Chowk Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Iffco Chowk Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Iffco Chowk Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Iffco Chowk Gurgaon >༒8448380779 Escort Service
 
Israel Palestine Conflict, The issue and historical context!
Israel Palestine Conflict, The issue and historical context!Israel Palestine Conflict, The issue and historical context!
Israel Palestine Conflict, The issue and historical context!
 
AI as Research Assistant: Upscaling Content Analysis to Identify Patterns of ...
AI as Research Assistant: Upscaling Content Analysis to Identify Patterns of ...AI as Research Assistant: Upscaling Content Analysis to Identify Patterns of ...
AI as Research Assistant: Upscaling Content Analysis to Identify Patterns of ...
 

Multimodal Biometric Systems

  • 1. NATIONAL INSTITUTE OF TECHNOLOGY,ROURKELA Seminar on Multimodal Biometric Systems Presented By: Rajendra Prasad Nayak
  • 2. CONTENT • WHY MULTIMODAL BIOMETRICS? • CLASSIFICATION • SCORE NORMALIZATION • BIOMETRIC FUSION • CONCLUSION
  • 3. Why multimodal biometrics? • Unimodal biometric systems perform person recognition based on a single source of biometric information. • Such systems are often affected by the following problems: (1) Noisy sensor data: Noise can be present in the acquired biometric data mainly due to defective or improperly maintained sensors. .
  • 4. Continue (2) Non-universality: If every individual in the target population is able to present the biometric trait for recognition, then the trait is said to be universal. However, not all biometric traits are truly universal. people with hand-related disabilities, manual workers with many cuts and bruises on their fingertips, and people with very oily or dry fingers NIST reported 2% people cannot enroll using finger print.
  • 5. Continue (3) Lack of individuality : Features extracted from biometric characteristics of different individuals can be quite similar. A small proportion of the population can have nearly identical facial appearance due to genetic factors (e.g., father and son, identical twins, etc.) (4) Lack of invariant representation :The biometric data acquired from a user during verification will not be identical to the data used for generating the user’s template during enrollment.
  • 6. Continue (5) Susceptibility to circumvention:Although it is very difficult to steal someone’s biometric traits, it is still possible for an impostor to circumvent a biometric system using spoofed traits. Behavioral traits like signature and voice are more susceptible to such attacks than physiological traits. TEST TEST FALSE FALSE PARAMETER REJECT RATE ACCEPT RATE Fingerprint FVC[2004] 20 years 2% 2% (average age) Face FRVT[2002] Varied lighting 10% 1% Outdoor/indoor Voice NIST[2000] Text 10-20% 2-5% Independent
  • 7. Multimodal biometric systems • Use of multiple biometric indicators for identifying individuals, known as multimodal biometrics. Combining the evidence obtained from different modalities using an effective fusion scheme can significantly improve the overall accuracy of the biometric system. • . A multimodal biometric system can reduce the FTE/FTC rates and provide more resistance against spoofing because it is difficult to simultaneously spoof multiple biometric sources. • Four levels of information fusion are possible in a multimodal biometric system. They are fusion at the sensor level, feature extraction level, matching score level and decision level.
  • 8. . Which Biometric Modalities to Fuse? Voice, Face Voice, Lip Movement Voice, Face, Lip Movement Fingerprint, Face Fingerprint, Face, Voice Fingerprint, Face, Hand geometry Fingerprint, Voice, Hand geometry Fingerprint, Hand geometry Facial thermogram, Face Iris, Face Palmprint, Hand geometry Ear, Voice
  • 9. Classification • Multimodal biometric systems that have been proposed can be classified based on four parameters, namely (1) architecture (2) sources that provide multiple evidence (3) level of fusion (4) methodology used for integrating multiple cues
  • 10. Architecture • Architecture of a multimodal biometric system refers to the sequence in which the multiple cues are acquired and processed. • Two types 1) serial 2)parallel • Serial Architecture: In the serial or cascade architecture, the processing of the modalities takes place sequentially and the outcome of one modality affects the processing of the subsequent modalities. Ex: bank ATMs • Parallel Architecture :In the parallel design, different modalities operate independently and their results are combined using an appropriate fusion scheme. Ex: in military
  • 13. Levels of fusion • Broadly categorized into 2 types a) fusion prior to matching b) fusion after matching • In Fusion prior to matching integration of information can take place either at the sensor level or at the feature level. • Sensor level:: Sensor level fusion can be done only if the multiple cues are either instances of the same biometric trait obtained from multiple compatible sensors or multiple instances of the same biometric trait obtained using a single sensor,ex: 3D model of face. • In sensor level fusion, the multiple cues must be compatible and the correspondences between points in the data must be known in advance. • It may not be possible to integrate face images obtained from cameras with different resolutions
  • 14. . • Feature level: When the feature vectors are homogeneous (e.g., multiple fingerprint impressions of a user’s finger), a single resultant feature vector can be calculated as a weighted average of the individual feature vectors. • When the feature vectors are non-homogeneous (e.g., feature vectors of different biometric modalities like face and hand geometry), we can concatenate them to form a single feature vector. features vectors must be compatible. • Integration at the feature level is difficult to achieve in practice because of the following reasons: (i) The relationship between the feature spaces of different biometric systems may not be known. (ii) Concatenating two feature vectors may result in a feature vector with very large dimensionality leading to the ‘curse of dimensionality’ problem.
  • 15. • Fusion after matching: categories into 1) Dynamic classifier selection scheme: chooses the results of that classifier which is most likely to give the correct decision for the specific input pattern. 2)Abstract or decision level: can take place when each biometric matcher individually decides on the best match based on the input presented to it. Methods like majority voting,And rule Or rule can be used to arrive at the final decision. 3)Rank level:When the output of each biometric matcher is a subset of possible matches sorted in decreasing order of confidence, the fusion can be done at the rank level.so rank is assigned from highest to lowest level. 4)Matching score level:
  • 16.
  • 17. Fusion at the Matching Score Level • Two possible approaches in the context of verification: – Classification approach: A feature vector is constructed using the matching scores. Feature vector is classified as belonging to either genuine or impostor class (e.g., k-Nearest Neighbor, Decision tree) – Combination approach: A single scalar score is generated from multiple matching scores. A classifier is designed to operate on the new score (e.g.simple sum, Min score, max score, matcher weighting,user weighting) Experiments indicate that the combination approach performs better than the classification approach
  • 18. Fusion at the Matching Score Level
  • 19. Score Normalisation • Scores output by individual matchers: – Non-homogeneous: distance or similarity – Ranges may be different; e.g., [0,100] or [0,1000] – Distributions may be different • To facilitate fusion: – Modify the location and scale parameters of score distributions of individual matchers. – Apply transformation to scores present in the genuine impostor overlap region.
  • 20. Normalization Techniques Min-Max(MM):This method maps the raw scores to the [0, 1] range . The quantities max(S) and min(S) specify the end points of the score range: S:set of all scores for that matcher s:a raw matching score Z Score(ZS): Tanh(TH): It maps the raw scores to the (0, 1) range
  • 21. • Adaptive(AD): The errors of individual biometric matchers stem from the overlap of the genuine and impostor score distributions. This overlap region represented by its center c and its width w. To decrease the effect of this overlap on the fusion algorithm, an adaptive normalization procedure apply and aims to increase the separation of the genuine and impostor distributions, while still mapping the scores to [0,1] range.
  • 22. Biometric Fusion • These are of following types m n i represents the normalized score for matcher m (m=1,2… M ,where M is the number of matchers) applied to user i (i=1,2…I ,where I is the number of individuals in the database). Simple Sum(SS): Min Score(MIS): Max Score(MAS):
  • 23. continue • Matcher Weighting(MW): Weights are assigned to the individual matchers based on their Equal Error Rates (EER’s). m Denote the EER of matcher m as e Where m=1,2….M Weight associated with matcher m is calculated as Fused score for user i is calculated as
  • 24.
  • 25. Conclusion • Though time taken in Multimodal biometric systems is larger then the Unimodal systems still it is used in place where security is the chief concern. By using appropriate normalization technique and fusion technique we can achieve a high security multimodal biometric system .
  • 26. Reference • M. Indovina, U. Uludag, R. Snelick, A. Mink, and A. Jain, “Multimodal Biometric Authentication Methods”, Proc. MMUA 2009, Workshop on Multimodal User Authentication, pp. 99-106, Santa Barbara, CA, Dec. 11-12, 2009. • A. Ross and A.K. Jain, “Information Fusion in Biometrics”, Pattern Recognition Letters, vol. 24, no. 13, pp. 2115-2125, 2003. • R. Auckenthaler, M. Carey, and H. Lloyd-Thomas, “Score Normalization for Text-Independent Speaker Verification Systems”, Digital Signal Processing, vol. 10, pp. 42-54, 2000.