CHAPTER 6 RESULTS AND DISCUSSIONS

Size: px
Start display at page:

Download "CHAPTER 6 RESULTS AND DISCUSSIONS"

Transcription

1 151 CHAPTER 6 RESULTS AND DISCUSSIONS In this chapter the performance of the personal identification system on the PolyU database is presented. The database for both Palmprint and Finger Knuckle Print is available at edu.hk/~biometrics/.the samples available in the database are divided into two sets, namely the training set and the testing set. The training set consists of four samples from each of 150 persons and similarly the testing test consists of 8 samples from each of 150 persons. The evaluation of the system is done based on the error rates and recognition rate. 6.1 PERFORMANCE EVALUATION METRICS False Acceptance Rate (FAR): This is defined as a percentage of impostors accepted by the biometric system. In identification biometric system the users are not making claims about their identity. Hence it is necessary that this percentage is as small as possible so that the person not enrolled in the system must not be accepted by the system. Thus False Acceptance must be minimized in comparison to False Rejections. False Rejection Rate (FRR): This is defined as a percentage of genuine users rejected by the biometric system. In verification biometric system the user will make claims of their identity and hence the system must not reject an enrolled user and number of False Rejections must be kept as small as possible. Thus False Rejection must be minimized in comparison to False Acceptance.

2 152 Genuine Acceptance Rate (GAR): This is defined as a percentage of genuine users accepted by the system. It is given by GAR=100-FRR. Equal Error Rate (EER): This is defined as the point of intersection on the graph on which both FAR and FRR curves are plotted. Receiver Operating Characteristics (ROC): It is a plot of Genuine Acceptance Rate against False Acceptance Rate. 6.2 PALMPRINT RECOGNITION RESULTS In Palmprint Recognition, the images in the database are first enhanced using Median filter and a Region Of Interest (ROI) of size is cropped for feature extraction. The training and testing phase are considered for three cases. Case (i) In the first case, the ROI is filtered using circular Gabor filter.the LGXP feature for a single orientation is then obtained as explained in the section 3.3. Euclidean distance is used for matching.the threshold is initially set to zero and the matching score values are obtained. It is then increased in steps of 0.1 and for each of these trails FAR, FRR and GAR are computed. The values obtained are shown in Table 3.1. The graph is then plotted for FRR, FAR against Threshold and the EER is determined which is point of intersection of the two curves. For each ROI of and sub-image of 3 3, the feature vector consists of 1600 elements each being one byte wide. Case (ii) In the next phase, six orientations are used and the Multiple Orientation LGXP (MOLGXP) feature is obtained and the parameters are

3 153 computed during the testing phase where the size of the feature vector in this case is increased to 9600 elements of one byte each. Case (iii) In the third phase PCA feature is also computed along with MOLGXP feature. Next the matching scores from individual matchers are obtained and fusion of these scores is done as explained in section 3.5 for matching purpose. The performance measure of the LGXP, MOLGXP, MOLGXP + PCA is given in Table 6.1 below. As per above discussion and the results shown in section 3.6, the error rates are selected at the threshold for which FAR is minimized. The corresponding FRR, FAR, GAR and EER values is shown in Table 6.1. Table 6.1 Error rates and Genuine Acceptance rate for Palmprint Recognition system Recognition Method FRR% FAR% EER % GAR% LGXP MOLGXP MOLGXP + PCA The graphical comparison for the results shown in Table 6.1 is shown in Figure 6.1, 6.2, 6.3 and 6.4 respectively.

4 154 Figure 6.1 Comparison of FRR for Palmprint Recognition system From the above graph it is observed that the False Rejection Rate is 5.86% for LGXP feature where only single orientation is considered and is the highest when compared to other techniques. The Palmprint is rich in line like structures which are oriented in different directions and hence multiple orientations has been considered for feature extraction and MOLGXP features are obtained in the next phase and it is found that FRR is decreased to 3.5%. Thus it is observed that more the information from Palmprint is coded as features, the feature vector size not only increases but also reduces the error. For the MOLGXP + PCA feature the FRR further decreases to 1.02%. Thus it found that a feature fusion at score level using Sum rule provided better results and also as the feature vector size has increased, more users can be accommodated into the system. The Figure 6.2 shows the comparison of FAR for the proposed Palmprint Recognition methods. It is highest for LGXP feature and lowest for MOLGXP + PCA fusion. It is equal to and it is reduced to for MOLGXP. For the fusion scheme it is reduced to the

5 155 Figure 6.2 Comparison of FAR for Palmprint Recognition system The Figure 6.3 shows the comparison of EER for the Palmprint Recognition. It is around 1.14% for LGXP and reduced to 0.19% and 0.13% for MOLGXP and fusion scheme respectively. Figure 6.3 Comparison of EER for Palmprint Recognition system The Figure 6.4 shows the comparison of Genuine Acceptance Rate for the Palmprint recognition. It is the highest for MOLGXP + PCA fusion scheme and is equal to 98.98%.

6 156 Figure 6.4 Comparison of GAR for Palmprint Recognition system The Receiver operating characteristics which is a plot of GAR against FAR is shown in Figure 6.5. It is observed that the curve for LGXP rises from 94% and reaches to 100%. The response is improved for MOLGXP and for the fusion scheme it is almost a constant curve at the highest value. In this work, on the Palmprint Recognition system based on LGXP and principal components features, it is observed that very low error rates and high genuine acceptance rate is obtained. The performance metrics are found to improve, as more useful information is extracted from the Palmprint and stored as template. Also fusion of features is found to provide promising results. The performance of the Palmprint Recognition System is compared with the method proposed by Zhang et al (2012) in terms of EER and it is found that the proposed method has less EER% as shown in Table 6.2.

7 157 Figure 6.5 ROC characteristics-gar Vs FAR for Palmprint Recognition system Table 6.2 Equal Error Rate for Proposed and Existing Palmprint Recognition Method Recognition Method EER% MOLGXP + PCA (proposed method) 0.13 Comp code+ Fisherpalms (Existing method) FINGER KNUCKLE PRINT RECOGNITION RESULTS In this section the algorithms such as SIFT, SURF, EMD, BEMD are used to extract the features from FKP. Then fusion of both SURF and EMD and also SURF and BEMD at score level using sum of minimum distance is carried out. The False Rejection Rate (FRR), False Acceptance Rate (FAR), Equal Error Rate (EER) and Genuine Acceptance Rate (GAR) are shown for the above algorithms in the Table 6.3.

8 158 The graphical representation for the same is shown in Figure 6.6, 6.7, 6.8 and 6.9 respectively. Table 6.3 Error rates and Recognition rate for FKP Recognition system Recognition Method FRR% FAR% EER% GAR% SIFT SURF EMD BEMD SURF + EMD SURF + BEMD Figure 6.6 Comparison of FRR for FKP Recognition system

9 159 Figure 6.7 Comparison of FAR for FKP Recognition system Figure 6.8 Comparison of EER for FKP Recognition system Figure 6.9 Comparison of GAR for FKP Recognition system

10 160 It is observed that fusion of SURF and EMD and also fusion of SURF and BEMD matching scores using sum rule of the Finger Knuckle Print provides better performance when compared to other methods without using fusion scheme. The error rates are small and also the False Rejection Rate is low at lower False Acceptance Rate. The Equal Error Rate is the smallest and is equal to 0.18% for SURF + EMD and 0.17% for SURF + BEMD. It is also noted that the Genuine Acceptance Rate is highest for the fusion schemes and is equal to 98.04% for SURF + EMD and 98.46% for SURF + BEMD. The ROC characteristic which is a plot of FAR against GAR is shown in Figure 6.10 for the Finger Knuckle Print Recognition System. Figure 6.10 ROC characteristics-gar Vs FAR for FKP Recognition system In this work, on the FKP Recognition system it is observed that very low error rates and high genuine acceptance rate is obtained for the fusion scheme. The performance of the FKP Recognition System is compared with the method proposed by Zhang et al (2010) in terms of EER and it is found that the proposed method has less EER% as shown in Table 6.4.

11 161 Table 6.4 Equal Error Rate for the Proposed and Existing FKP Recognition Method Recognition Method EER% SURF + EMD (proposed method) 0.18 SURF + BEMD (proposed method) 0.17 LGIC Technique (Existing method) MULTIMODAL RECOGNITION RESULTS This section presents the performance metrics of the proposed Multimodal Recognition system. The Error Rates and the Genuine Acceptance Rate of the multimodal system are shown to be the best for fusion scheme using Weighted Sum Rule with optimized weights and the results as obtained in section 5.4 is shown in Table 6.5. Table 6.5 Error rates and Recognition rate for Multimodal system Recognition Method FRR% FAR% EER% GAR% MOLGXP+ PCA +SURF +EMD (Proposed Method -1) MOLGXP+ PCA +SURF +BEMD(Proposed Method -2) In the table, it is observed that the error rates are lower and recognition accuracy is higher for the Proposed Method -2 in comparison to the Proposed Method -1.Though this is true, it is also evident that BEMD is a slow algorithm and hence takes more time for feature extraction. It is also observed that the difference in error rates and recognition accuracy between the two combinations is very low. Thus it is concluded that fusion of

12 162 Palmprint feature (MOLGXP and PCA) and Finger Knuckle Print feature (SURF and EMD) is fast and also provides a very good performance and is suitable multimodal biometric system which can be implemented with less error and high accuracy. The performance is compared with the technique proposed by Meraoumia1et al (2011) where the author has used 1D Log Gabor filter to extract features from both palmprint and finger knuckle print images and the proposed technique is found to perform better in terms of error rates and recognition rate. The Table 6.6 below shows the results for existing and proposed method in terms of EER and the graphical representation is shown in Figure Table 6.6 Equal Error Rate for Existing and Proposed Multimodal Recognition Method Recognition Method EER % Existing Method(Log Gabor Filter-real and imaginary- Min rule) Proposed Method -1(MOLGXP+PCA,SURF+EMD-Min rule) Proposed Method -2(MOLGXP+PCA,SURF+BEMD- Min rule) Proposed Method -1(MOLGXP+PCA,SURF+EMD-Weighted Sum rule (OW)) Proposed Method -2(MOLGXP+PCA,SURF+BEMD- Weighted Sum rule (OW))

13 163 Figure 6.11 Comparison of EER for Existing and Proposed Method 6.5 SUMMARY In this chapter, the performance of the unimodal and multimodal system is presented. In the unimodal system using Palmprint recognition it is observed that as more information is extracted, better the performance of the biometric system. Secondly it is found that the fusion scheme further improves the results with an EER of 0.13% and highest recognition rate of 98.98% is achieved. Next in the unimodal system features are extracted from the Finger Knuckle Print using four algorithms and the results show that features extracted using SURF, EMD and BEMD provides better performance in comparison to SIFT algorithm. Next the matching scores both from SURF and EMD matchers, SURF and BEMD matchers are fused using sum rule. An EER of 0.18% and GAR of 98.04% for SURF + EMD and EER of 0.19% and GAR of 98.46% for SURF + BEMD is achieved.

14 164 Next results of multimodal fusion of Palmprint and Finger Knuckle Print at matching score level using weighted Sum rule (OW) is presented. When comparing the results of unimodal system with that of the multimodal system we find that multimodal system provides a very low FAR, FRR, ERR and high GAR. Finally from the experimental results it is concluded that Palmprint feature (MOLGXP and PCA) and Finger Knuckle Print feature (SURF and EMD) provides a very good performance with EER of 0.003% and GAR of 99.92% and is considered as a suitable multimodal biometric system which can be implemented with less error and high accuracy. The proposed multimodal system also provides better performance than that proposed by Meraoumial et al (2011).

SCORE LEVEL FUSION OF MULTIPLE FEATURES FOR EFFICIENT PERSONAL RECOGNITION

SCORE LEVEL FUSION OF MULTIPLE FEATURES FOR EFFICIENT PERSONAL RECOGNITION SCORE LEVEL FUSION OF MULTIPLE FEATURES FOR EFFICIENT PERSONAL RECOGNITION Esther Rani P. 1 and Shanmugalakshmi R. 2 1 Department of Electronics and Communication Engineering, VSB Engineering College,

More information

A Multimodal Biometric Identification System Using Finger Knuckle Print and Iris

A Multimodal Biometric Identification System Using Finger Knuckle Print and Iris A Multimodal Biometric Identification System Using Finger Knuckle Print and Iris Sukhdev Singh 1, Dr. Chander Kant 2 Research Scholar, Dept. of Computer Science and Applications, K.U., Kurukshetra, Haryana,

More information

PERSONAL identification and verification both play an

PERSONAL identification and verification both play an 1 Multimodal Palmprint Biometric System using SPIHT and Radial Basis Function Djamel Samai 1, Abdallah Meraoumia 1, Salim Chitroub 2 and Noureddine Doghmane 3 1 Université Kasdi Merbah Ouargla, Laboratoire

More information

A hierarchical classification method for finger knuckle print recognition

A hierarchical classification method for finger knuckle print recognition Kong et al. EURASIP Journal on Advances in Signal Processing 014, 014:44 RESEARCH A hierarchical classification method for finger knuckle print recognition Tao Kong, Gongping Yang * and Lu Yang Open Access

More information

6. Multimodal Biometrics

6. Multimodal Biometrics 6. Multimodal Biometrics Multimodal biometrics is based on combination of more than one type of biometric modalities or traits. The most compelling reason to combine different modalities is to improve

More information

Multimodal Biometrics Information Fusion for Efficient Recognition using Weighted Method

Multimodal Biometrics Information Fusion for Efficient Recognition using Weighted Method Multimodal Biometrics Information Fusion for Efficient Recognition using Weighted Method Shalini Verma 1, Dr. R. K. Singh 2 1 M. Tech scholar, KNIT Sultanpur, Uttar Pradesh 2 Professor, Dept. of Electronics

More information

BIOMET: A Multimodal Biometric Authentication System for Person Identification and Verification using Fingerprint and Face Recognition

BIOMET: A Multimodal Biometric Authentication System for Person Identification and Verification using Fingerprint and Face Recognition BIOMET: A Multimodal Biometric Authentication System for Person Identification and Verification using Fingerprint and Face Recognition Hiren D. Joshi Phd, Dept. of Computer Science Rollwala Computer Centre

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 5, Sep Oct 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 5, Sep Oct 2017 RESEARCH ARTICLE OPEN ACCESS Iris and Palmprint Decision Fusion to Enhance Human Ali M Mayya [1], Mariam Saii [2] PhD student [1], Professor Assistance [2] Computer Engineering Tishreen University Syria

More information

Gurmeet Kaur 1, Parikshit 2, Dr. Chander Kant 3 1 M.tech Scholar, Assistant Professor 2, 3

Gurmeet Kaur 1, Parikshit 2, Dr. Chander Kant 3 1 M.tech Scholar, Assistant Professor 2, 3 Volume 8 Issue 2 March 2017 - Sept 2017 pp. 72-80 available online at www.csjournals.com A Novel Approach to Improve the Biometric Security using Liveness Detection Gurmeet Kaur 1, Parikshit 2, Dr. Chander

More information

Multibiometric: Feature Level Fusion Using FKP Multi-Instance biometric

Multibiometric: Feature Level Fusion Using FKP Multi-Instance biometric www.ijcsi.org 252 Multibiometric: Feature Level Fusion Using FKP Multi-Instance biometric Harbi AlMahafzah 1, Mohammad Imran 2, and H.S. Sheshadri 3 1 P.E.T. Foundation Research, University of Mysore,

More information

A Case Study on Multi-instance Finger Knuckle Print Score and Decision Level Fusions

A Case Study on Multi-instance Finger Knuckle Print Score and Decision Level Fusions International Journal of Scientific & Engineering Research, Volume 3, Issue 11, November-2012 A Case Study on Multi-instance Finger Knuckle Print Score and Decision Level Fusions ABSTRACT Harbi AlMahafzah,

More information

Multimodal Fusion Vulnerability to Non-Zero Effort (Spoof) Imposters

Multimodal Fusion Vulnerability to Non-Zero Effort (Spoof) Imposters Multimodal Fusion Vulnerability to Non-Zero Effort (Spoof) mposters P. A. Johnson, B. Tan, S. Schuckers 3 ECE Department, Clarkson University Potsdam, NY 3699, USA johnsopa@clarkson.edu tanb@clarkson.edu

More information

A NOVEL PERSONAL AUTHENTICATION USING KNUCKLE MULTISPECTRAL PATTERN

A NOVEL PERSONAL AUTHENTICATION USING KNUCKLE MULTISPECTRAL PATTERN A NOVEL PERSONAL AUTHENTICATION USING KNUCKLE MULTISPECTRAL PATTERN Gayathri Rajagopal, Dhivya Sampath, Saranya Velu and Preethi Sampath Department of Electronics and Communication Engineering, Sri venkateswara

More information

1.1 Performances of a Biometric System

1.1 Performances of a Biometric System Performance Analysis of Multimodal Biometric Based Authentication System Mrs.R.Manju, a Mr.A.Rajendran a,dr.a.shajin Narguna b, a Asst.Prof, Department Of EIE,Noorul Islam University, a Lecturer, Department

More information

Graph Geometric Approach and Bow Region Based Finger Knuckle Biometric Identification System

Graph Geometric Approach and Bow Region Based Finger Knuckle Biometric Identification System _ Graph Geometric Approach and Bow Region Based Finger Knuckle Biometric Identification System K.Ramaraj 1, T.Ummal Sariba Begum 2 Research scholar, Assistant Professor in Computer Science, Thanthai Hans

More information

Technical White Paper. Behaviometrics. Measuring FAR/FRR/EER in Continuous Authentication

Technical White Paper. Behaviometrics. Measuring FAR/FRR/EER in Continuous Authentication Technical White Paper Behaviometrics Measuring FAR/FRR/EER in Continuous Authentication Draft version 12/22/2009 Table of Contents Background... 1 Calculating FAR/FRR/EER in the field of Biometrics...

More information

ICICS-2011 Beijing, China

ICICS-2011 Beijing, China An Efficient Finger-knuckle-print based Recognition System Fusing SIFT and SURF Matching Scores G S Badrinath, Aditya Nigam and Phalguni Gupta Indian Institute of Technology Kanpur INDIA ICICS-2011 Beijing,

More information

Fusion of Iris and Retina Using Rank-Level Fusion Approach

Fusion of Iris and Retina Using Rank-Level Fusion Approach Fusion of and Using Rank-Level Fusion Approach A. Kavitha Research Scholar PSGR Krishnammal College for Women Bharathiar University Coimbatore Tamilnadu India kavivks@gmail.com N. Radha Assistant Professor

More information

A Novel Approach to Improve the Biometric Security using Liveness Detection

A Novel Approach to Improve the Biometric Security using Liveness Detection Volume 8, No. 5, May June 2017 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No. 0976-5697 A Novel Approach to Improve the Biometric

More information

Multimodal Biometric System:- Fusion Of Face And Fingerprint Biometrics At Match Score Fusion Level

Multimodal Biometric System:- Fusion Of Face And Fingerprint Biometrics At Match Score Fusion Level Multimodal Biometric System:- Fusion Of Face And Fingerprint Biometrics At Match Score Fusion Level Grace Wangari Mwaura, Prof. Waweru Mwangi, Dr. Calvins Otieno Abstract:- Biometrics has developed to

More information

K-MEANS BASED MULTIMODAL BIOMETRIC AUTHENTICATION USING FINGERPRINT AND FINGER KNUCKLE PRINT WITH FEATURE LEVEL FUSION *

K-MEANS BASED MULTIMODAL BIOMETRIC AUTHENTICATION USING FINGERPRINT AND FINGER KNUCKLE PRINT WITH FEATURE LEVEL FUSION * IJST, Transactions of Electrical Engineering, Vol. 37, No. E2, pp 133-145 Printed in The Islamic Republic of Iran, 2013 Shiraz University K-MEANS BASED MULTIMODAL BIOMETRIC AUTHENTICATION USING FINGERPRINT

More information

A Robust Multimodal Biometric System Integrating Iris, Face and Fingerprint using Multiple SVMs

A Robust Multimodal Biometric System Integrating Iris, Face and Fingerprint using Multiple SVMs Volume 7, No. 2, March-April 2016 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info A Robust Multimodal Biometric System Integrating Iris,

More information

Keywords Wavelet decomposition, SIFT, Unibiometrics, Multibiometrics, Histogram Equalization.

Keywords Wavelet decomposition, SIFT, Unibiometrics, Multibiometrics, Histogram Equalization. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Secure and Reliable

More information

CHAPTER 5 PALMPRINT RECOGNITION WITH ENHANCEMENT

CHAPTER 5 PALMPRINT RECOGNITION WITH ENHANCEMENT 145 CHAPTER 5 PALMPRINT RECOGNITION WITH ENHANCEMENT 5.1 INTRODUCTION This chapter discusses the application of enhancement technique in palmprint recognition system. Section 5.2 describes image sharpening

More information

An Efficient Secure Multimodal Biometric Fusion Using Palmprint and Face Image

An Efficient Secure Multimodal Biometric Fusion Using Palmprint and Face Image International Journal of Computer Science Issues, Vol. 2, 2009 ISSN (Online): 694-0784 ISSN (Print): 694-084 49 An Efficient Secure Multimodal Biometric Fusion Using Palmprint and Face Image Nageshkumar.M,

More information

A Framework for Efficient Fingerprint Identification using a Minutiae Tree

A Framework for Efficient Fingerprint Identification using a Minutiae Tree A Framework for Efficient Fingerprint Identification using a Minutiae Tree Praveer Mansukhani February 22, 2008 Problem Statement Developing a real-time scalable minutiae-based indexing system using a

More information

Adaptive Management of Multimodal Biometrics Fusion Using Ant Colony Optimization

Adaptive Management of Multimodal Biometrics Fusion Using Ant Colony Optimization Adaptive Management of Multimodal Biometrics Fusion Using Ant Colony Optimization Amioy Kumar, Ajay Kumar Corresponding author email: csajaykr@comp.polyu.edu.hk; Ph: 852-27667254 Abstract: This paper presents

More information

Biometric quality for error suppression

Biometric quality for error suppression Biometric quality for error suppression Elham Tabassi NIST 22 July 2010 1 outline - Why measure quality? - What is meant by quality? - What are they good for? - What are the challenges in quality computation?

More information

K-Nearest Neighbor Classification Approach for Face and Fingerprint at Feature Level Fusion

K-Nearest Neighbor Classification Approach for Face and Fingerprint at Feature Level Fusion K-Nearest Neighbor Classification Approach for Face and Fingerprint at Feature Level Fusion Dhriti PEC University of Technology Chandigarh India Manvjeet Kaur PEC University of Technology Chandigarh India

More information

Fusion in Multibiometric Identification Systems: What about the Missing Data?

Fusion in Multibiometric Identification Systems: What about the Missing Data? Fusion in Multibiometric Identification Systems: What about the Missing Data? Karthik Nandakumar 1, Anil K. Jain 2 and Arun Ross 3 1 Institute for Infocomm Research, A*STAR, Fusionopolis, Singapore, knandakumar@i2r.a-star.edu.sg

More information

I. INTRODUCTION. Enhancing the Performance of Palm Biometric Verification System

I. INTRODUCTION. Enhancing the Performance of Palm Biometric Verification System Volume 7, No. 6(Special Issue), November 2016 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info Enhancing the Performance of Palm Biometric

More information

Online and Offline Fingerprint Template Update Using Minutiae: An Experimental Comparison

Online and Offline Fingerprint Template Update Using Minutiae: An Experimental Comparison Online and Offline Fingerprint Template Update Using Minutiae: An Experimental Comparison Biagio Freni, Gian Luca Marcialis, and Fabio Roli University of Cagliari Department of Electrical and Electronic

More information

Performance Improvement of Phase-Based Correspondence Matching for Palmprint Recognition

Performance Improvement of Phase-Based Correspondence Matching for Palmprint Recognition Performance Improvement of Phase-Based Correspondence Matching for Palmprint Recognition Vincent Roux Institut Supérieur d électronique de Paris,, rue Notre Dame des Champs, 76 Paris, France vincent.roux@isep.fr

More information

Feature-level Fusion for Effective Palmprint Authentication

Feature-level Fusion for Effective Palmprint Authentication Feature-level Fusion for Effective Palmprint Authentication Adams Wai-Kin Kong 1, 2 and David Zhang 1 1 Biometric Research Center, Department of Computing The Hong Kong Polytechnic University, Kowloon,

More information

Authentication Using Finger Knuckle Print Techniques

Authentication Using Finger Knuckle Print Techniques ISSN: 2454-132X (Volume2, Issue4) Available online at: www.ijariit.com Authentication Using Finger Knuckle Print Techniques *Sanjna Singla, **Supreet Kaur *Department of Computer Science and Engineering,

More information

Multimodal Anti-Spoofing in Biometric Recognition Systems

Multimodal Anti-Spoofing in Biometric Recognition Systems Multimodal Anti-Spoofing in Biometric Recognition Systems Giorgio Fumera, Gian Luca Marcialis, Battista Biggio, Fabio Roli and Stephanie Caswell Schuckers Abstract While multimodal biometric systems were

More information

Improving Personal Identification Accuracy Using Multisensor Fusion for Building Access Control Applications

Improving Personal Identification Accuracy Using Multisensor Fusion for Building Access Control Applications Improving Personal Identification Accuracy Using Multisensor Fusion for Building Access Control Applications Lisa Osadciw, Pramod Varshney, and Kalyan Veeramachaneni laosadci,varshney,kveerama@syr.edu

More information

Fingerprint-Iris Fusion Based Multimodal Biometric System Using Single Hamming Distance Matcher

Fingerprint-Iris Fusion Based Multimodal Biometric System Using Single Hamming Distance Matcher International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 2, Issue 4 (February 2013) PP: 54-61 Fingerprint-Iris Fusion Based Multimodal Biometric System Using Single Hamming

More information

A Biometric Verification System Based on the Fusion of Palmprint and Face Features

A Biometric Verification System Based on the Fusion of Palmprint and Face Features A Biometric Verification System Based on the Fusion of Palmprint and Face Features Slobodan Ribaric, Ivan Fratric and Kristina Kis Faculty of Electrical Engineering and Computing, University of Zagreb,

More information

FINGER KNUCKLE-PRINT IDENTIFICATION BASED ON LOCAL AND GLOBAL FEATURE EXTRACTION USING SDOST

FINGER KNUCKLE-PRINT IDENTIFICATION BASED ON LOCAL AND GLOBAL FEATURE EXTRACTION USING SDOST American Journal of Applied Sciences 11 (6): 929-938, 2014 ISSN: 1546-9239 2014 Kumar and Premalatha, This open access article is distributed under a Creative Commons Attribution (CC-BY) 3.0 license doi:10.3844/ajassp.2014.929.938

More information

Comparison of ROC-based and likelihood methods for fingerprint verification

Comparison of ROC-based and likelihood methods for fingerprint verification Comparison of ROC-based and likelihood methods for fingerprint verification Sargur Srihari, Harish Srinivasan, Matthew Beal, Prasad Phatak and Gang Fang Department of Computer Science and Engineering University

More information

Decision Level Fusion of Face and Palmprint Images for User Identification

Decision Level Fusion of Face and Palmprint Images for User Identification XI Biennial Conference of the International Biometric Society (Indian Region) on Computational Statistics and Bio-Sciences, March 8-9, 2012 83 Decision Level Fusion of Face and Palmprint Images for User

More information

FINGERPRINT RECOGNITION FOR HIGH SECURITY SYSTEMS AUTHENTICATION

FINGERPRINT RECOGNITION FOR HIGH SECURITY SYSTEMS AUTHENTICATION International Journal of Electronics, Communication & Instrumentation Engineering Research and Development (IJECIERD) ISSN 2249-684X Vol. 3, Issue 1, Mar 2013, 155-162 TJPRC Pvt. Ltd. FINGERPRINT RECOGNITION

More information

Tutorial 1. Jun Xu, Teaching Asistant January 26, COMP4134 Biometrics Authentication

Tutorial 1. Jun Xu, Teaching Asistant January 26, COMP4134 Biometrics Authentication Tutorial 1 Jun Xu, Teaching Asistant csjunxu@comp.polyu.edu.hk COMP4134 Biometrics Authentication January 26, 2017 Table of Contents Problems Problem 1: Answer the following questions Problem 2: Biometric

More information

Multimodal Biometric Recognition using Iris, Knuckleprint and Palmprint

Multimodal Biometric Recognition using Iris, Knuckleprint and Palmprint Multimodal Biometric Recognition using Iris, Knuckleprint and Palmprint A Thesis Submitted in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy by ADITYA NIGAM to the DEPARTMENT

More information

Integrating Palmprint and Fingerprint for Identity Verification

Integrating Palmprint and Fingerprint for Identity Verification 2009 Third nternational Conference on Network and System Security ntegrating Palmprint and Fingerprint for dentity Verification Yong Jian Chin, Thian Song Ong, Michael K.O. Goh and Bee Yan Hiew Faculty

More information

Multimodal Belief Fusion for Face and Ear Biometrics

Multimodal Belief Fusion for Face and Ear Biometrics Intelligent Information Management, 2009, 1, 166-171 doi:10.4236/iim.2009.13024 Published Online December 2009 (http://www.scirp.org/journal/iim) Multimodal Belief Fusion for Face and Ear Biometrics Dakshina

More information

Performance Evaluation of PPG based multimodal biometric system using modified Min-Max Normalization.

Performance Evaluation of PPG based multimodal biometric system using modified Min-Max Normalization. Performance Evaluation of PPG based multimodal biometric system using modified Min-Max Normalization. Girish Rao Salanke N S 1, Dr. M V Vijaya Kumar 2, Dr. Andrews Samraj 3 1 Assistant Professor, Department

More information

Local Correlation-based Fingerprint Matching

Local Correlation-based Fingerprint Matching Local Correlation-based Fingerprint Matching Karthik Nandakumar Department of Computer Science and Engineering Michigan State University, MI 48824, U.S.A. nandakum@cse.msu.edu Anil K. Jain Department of

More information

Palm Vein Verification System Based on SIFT Matching

Palm Vein Verification System Based on SIFT Matching Palm Vein Verification System Based on SIFT Matching Pierre-Olivier Ladoux 1, Christophe Rosenberger 2, and Bernadette Dorizzi 1 1 Institue TELECOM Télécom & Management SudParis 9 Rue Charles Fourier,

More information

Gaithashing: a two-factor authentication scheme based on gait features

Gaithashing: a two-factor authentication scheme based on gait features Gaithashing: a two-factor authentication scheme based on gait features Christoforos Ntantogian, Stefanos Malliaros, Christos Xenakis Department of Digital Systems, University of Piraeus, Piraeus, Greece

More information

Chapter 6. Multibiometrics

Chapter 6. Multibiometrics 148 Chapter 6 Multibiometrics 149 Chapter 6 Multibiometrics In the previous chapters information integration involved looking for complementary information present in a single biometric trait, namely,

More information

A Contactless Palmprint Recognition Algorithm for Mobile Phones

A Contactless Palmprint Recognition Algorithm for Mobile Phones A Contactless Palmprint Recognition Algorithm for Mobile Phones Shoichiro Aoyama, Koichi Ito and Takafumi Aoki Graduate School of Information Sciences, Tohoku University 6 6 05, Aramaki Aza Aoba, Sendai-shi

More information

Approach to Increase Accuracy of Multimodal Biometric System for Feature Level Fusion

Approach to Increase Accuracy of Multimodal Biometric System for Feature Level Fusion Approach to Increase Accuracy of Multimodal Biometric System for Feature Level Fusion Er. Munish Kumar, Er. Prabhjit Singh M-Tech(Scholar) Global Institute of Management and Emerging Technology Assistant

More information

To Improve the Recognition Rate with High Security with Ear/Iris Biometric Recognition Technique with feature Extraction & Matching

To Improve the Recognition Rate with High Security with Ear/Iris Biometric Recognition Technique with feature Extraction & Matching IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 12, Issue 4 (Jul. - Aug. 2013), PP 84-88 To Improve the Recognition Rate with High Security with Ear/Iris Biometric

More information

Outline. Incorporating Biometric Quality In Multi-Biometrics FUSION. Results. Motivation. Image Quality: The FVC Experience

Outline. Incorporating Biometric Quality In Multi-Biometrics FUSION. Results. Motivation. Image Quality: The FVC Experience Incorporating Biometric Quality In Multi-Biometrics FUSION QUALITY Julian Fierrez-Aguilar, Javier Ortega-Garcia Biometrics Research Lab. - ATVS Universidad Autónoma de Madrid, SPAIN Loris Nanni, Raffaele

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: Fingerprint Recognition using Robust Local Features Madhuri and

More information

How accurate is AGNITIO KIVOX Voice ID?

How accurate is AGNITIO KIVOX Voice ID? How accurate is AGNITIO KIVOX Voice ID? Overview Using natural speech, KIVOX can work with error rates below 1%. When optimized for short utterances, where the same phrase is used for enrolment and authentication,

More information

Multimodal Biometric System by Feature Level Fusion of Palmprint and Fingerprint

Multimodal Biometric System by Feature Level Fusion of Palmprint and Fingerprint Multimodal Biometric System by Feature Level Fusion of Palmprint and Fingerprint Navdeep Bajwa M.Tech (Student) Computer Science GIMET, PTU Regional Center Amritsar, India Er. Gaurav Kumar M.Tech (Supervisor)

More information

Use of Extreme Value Statistics in Modeling Biometric Systems

Use of Extreme Value Statistics in Modeling Biometric Systems Use of Extreme Value Statistics in Modeling Biometric Systems Similarity Scores Two types of matching: Genuine sample Imposter sample Matching scores Enrolled sample 0.95 0.32 Probability Density Decision

More information

Improved Palmprint Authentication using Contactless Imaging

Improved Palmprint Authentication using Contactless Imaging Improved Palmprint Authentication using Contactless Imaging Aythami Morales 1, 2, Miguel A. Ferrer 1, Ajay Kumar 2 1 Instituto Universitario para el Desarrollo Tecnológico y la Innovación en Comunicaciones

More information

Incorporating Image Quality in Multi-Algorithm Fingerprint Verification

Incorporating Image Quality in Multi-Algorithm Fingerprint Verification Incorporating Image Quality in Multi-Algorithm Fingerprint Verification Julian Fierrez-Aguilar 1, Yi Chen 2, Javier Ortega-Garcia 1, and Anil K. Jain 2 1 ATVS, Escuela Politecnica Superior, Universidad

More information

Biometric Security Roles & Resources

Biometric Security Roles & Resources Biometric Security Roles & Resources Part 1 Biometric Systems Skip Linehan Biometrics Systems Architect, Raytheon Intelligence and Information Systems Outline Biometrics Overview Biometric Architectures

More information

A Survey on Fusion Techniques for Multimodal Biometric Identification

A Survey on Fusion Techniques for Multimodal Biometric Identification A Survey on Fusion Techniques for Multimodal Biometric Identification S.R.Soruba Sree 1, Dr. N.Radha 2 Research Scholar, Department of Computer Science, P.S.G.R. Krishnammal College for Women, Coimbatore,

More information

MULTIMODAL BIOMETRICS IN IDENTITY MANAGEMENT

MULTIMODAL BIOMETRICS IN IDENTITY MANAGEMENT International Journal of Information Technology and Knowledge Management January-June 2012, Volume 5, No. 1, pp. 111-115 MULTIMODAL BIOMETRICS IN IDENTITY MANAGEMENT A. Jaya Lakshmi 1, I. Ramesh Babu 2,

More information

Palmprint Recognition Using Transform Domain and Spatial Domain Techniques

Palmprint Recognition Using Transform Domain and Spatial Domain Techniques Palmprint Recognition Using Transform Domain and Spatial Domain Techniques Jayshri P. Patil 1, Chhaya Nayak 2 1# P. G. Student, M. Tech. Computer Science and Engineering, 2* HOD, M. Tech. Computer Science

More information

Algorithms for Recognition of Low Quality Iris Images. Li Peng Xie University of Ottawa

Algorithms for Recognition of Low Quality Iris Images. Li Peng Xie University of Ottawa Algorithms for Recognition of Low Quality Iris Images Li Peng Xie University of Ottawa Overview Iris Recognition Eyelash detection Accurate circular localization Covariance feature with LDA Fourier magnitude

More information

Multimodal Image Fusion Biometric System

Multimodal Image Fusion Biometric System International Journal of Engineering Research and Development e-issn : 2278-067X, p-issn : 2278-800X, www.ijerd.com Volume 2, Issue 5 (July 2012), PP. 13-19 Ms. Mary Praveena.S 1, Ms.A.K.Kavitha 2, Dr.IlaVennila

More information

Phase congruency features for palm-print verification

Phase congruency features for palm-print verification Phase congruency features for palm-print verification V. Štruc, N. Pavešić Faculty of Electrical Engineering University of Ljubljana, Tržaška 25, SI-1000 Ljubljana, Slovenia vitomir.struc@fe.uni-lj.si,

More information

Robust Biometrics Based on Palmprint

Robust Biometrics Based on Palmprint Robust Biometrics Based on Palmprint Lalit V. Jadhav 1, Prakash V. Baviskar 2 11 North Maharashtra University, Department Of E & TC, SSVP s College of Engineering, Dhule, Maharashtra, INDIA. 2] North Maharashtra

More information

Matching Level Fusion Based PalmPrint Identification using WHT and SD

Matching Level Fusion Based PalmPrint Identification using WHT and SD International Journal of Electronics and Electrical Engineering Vol. 1, No. 3, September, 2013 Matching Level Fusion Based PalmPrint Identification using WHT and SD Chandrakala V., Sandeep B. K., Department

More information

Finger-Based Personal Authentication: A Comparison of Feature- Extraction Methods Based on PCA, MDF and RD-LDA

Finger-Based Personal Authentication: A Comparison of Feature- Extraction Methods Based on PCA, MDF and RD-LDA Finger-Based Personal Authentication: A Comparison of Feature- Extraction Methods Based on PCA, MDF and RD-LDA Nikola Pavešić 1, Slobodan Ribarić 2 and Benjamin Grad 1 1 Faculty of Electrical Engineering,

More information

CSCE 548 Building Secure Software Biometrics (Something You Are) Professor Lisa Luo Spring 2018

CSCE 548 Building Secure Software Biometrics (Something You Are) Professor Lisa Luo Spring 2018 CSCE 548 Building Secure Software Biometrics (Something You Are) Professor Lisa Luo Spring 2018 Previous Class Credentials Something you know (Knowledge factors) Something you have (Possession factors)

More information

The Expected Performance Curve: a New Assessment Measure for Person Authentication

The Expected Performance Curve: a New Assessment Measure for Person Authentication The Expected Performance Curve: a New Assessment Measure for Person Authentication Samy Bengio Johnny Mariéthoz IDIAP CP 592, rue du Simplon4 192 Martigny, Switzerland {bengio,marietho}@idiap.ch Abstract

More information

Fusion of Hand Geometry and Palmprint Biometrics

Fusion of Hand Geometry and Palmprint Biometrics (Working Paper, Dec. 2003) Fusion of Hand Geometry and Palmprint Biometrics D.C.M. Wong, C. Poon and H.C. Shen * Department of Computer Science, Hong Kong University of Science and Technology, Clear Water

More information

Verifying Fingerprint Match by Local Correlation Methods

Verifying Fingerprint Match by Local Correlation Methods Verifying Fingerprint Match by Local Correlation Methods Jiang Li, Sergey Tulyakov and Venu Govindaraju Abstract Most fingerprint matching algorithms are based on finding correspondences between minutiae

More information

Ear recognition based on Edge Potential Function

Ear recognition based on Edge Potential Function Ear recognition based on Edge Potential Function F. Battisti a,m.carli a, F.G.B. De Natale b,a.neri a a Applied Electronics Department, Universitá degli Studi Roma TRE, Roma, Italy; b University of Trento,

More information

A Survey Paper on Finger Knuckle Print Recognition Algorithm

A Survey Paper on Finger Knuckle Print Recognition Algorithm A Survey Paper on Finger Knuckle Print Recognition Algorithm 1 Sadhna Sahu, 2 Prof. Hemansh Rai 1, M.Tech Research Scholar, 2 Asst.Prof. RIET Raipur ABSTRACT Biometric traits are now highly explored by

More information

CIS 4360 Secure Computer Systems Biometrics (Something You Are)

CIS 4360 Secure Computer Systems Biometrics (Something You Are) CIS 4360 Secure Computer Systems Biometrics (Something You Are) Professor Qiang Zeng Spring 2017 Previous Class Credentials Something you know (Knowledge factors) Something you have (Possession factors)

More information

Biometrics Technology: Multi-modal (Part 2)

Biometrics Technology: Multi-modal (Part 2) Biometrics Technology: Multi-modal (Part 2) References: At the Level: [M7] U. Dieckmann, P. Plankensteiner and T. Wagner, "SESAM: A biometric person identification system using sensor fusion ", Pattern

More information

ELK ASIA PACIFIC JOURNAL OF COMPUTER SCIENCE AND INFORMATION SYSTEMS. ISSN: ; ISSN: (Online) Volume 2 Issue 1 (2016)

ELK ASIA PACIFIC JOURNAL OF COMPUTER SCIENCE AND INFORMATION SYSTEMS. ISSN: ; ISSN: (Online) Volume 2 Issue 1 (2016) www.elkjournals.com SURVEY ON FUSION OF MULTIMODAL BIOMETRICS USING SCORE LEVEL FUSION S.MOHANA PRAKASH P.BETTY K.SIVANARULSELVAN P.G student Assistant Professor Associate Professor Department of computer

More information

A Novel Design for a Palm Prints Enabled Biometric System

A Novel Design for a Palm Prints Enabled Biometric System IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661, ISBN: 2278-8727 Volume 7, Issue 3 (Nov-Dec. 2012), PP 01-08 A Novel Design for a Palm Prints Enabled Biometric System Sulabh Kumra. Tanmay

More information

Illumination invariant face recognition and impostor rejection using different MINACE filter algorithms

Illumination invariant face recognition and impostor rejection using different MINACE filter algorithms Illumination invariant face recognition and impostor rejection using different MINACE filter algorithms Rohit Patnaik and David Casasent Dept. of Electrical and Computer Engineering, Carnegie Mellon University,

More information

Development of an Automated Fingerprint Verification System

Development of an Automated Fingerprint Verification System Development of an Automated Development of an Automated Fingerprint Verification System Fingerprint Verification System Martin Saveski 18 May 2010 Introduction Biometrics the use of distinctive anatomical

More information

Embedded Palmprint Recognition System on Mobile Devices

Embedded Palmprint Recognition System on Mobile Devices Embedded Palmprint Recognition System on Mobile Devices Yufei Han, Tieniu Tan, Zhenan Sun, and Ying Hao Center for Biometrics and Security Research National Labrotory of Pattern Recognition,Institue of

More information

Real-Time Model-Based Hand Localization for Unsupervised Palmar Image Acquisition

Real-Time Model-Based Hand Localization for Unsupervised Palmar Image Acquisition Real-Time Model-Based Hand Localization for Unsupervised Palmar Image Acquisition Ivan Fratric 1, Slobodan Ribaric 1 1 University of Zagreb, Faculty of Electrical Engineering and Computing, Unska 3, 10000

More information

How to Generate Keys from Facial Images and Keep your Privacy at the Same Time

How to Generate Keys from Facial Images and Keep your Privacy at the Same Time How to Generate Keys from Facial Images and Keep your Privacy at the Same Time Orr Dunkelman, University of Haifa Joint work with Mahmood Sharif and Margarita Osadchy Overview Motivation Background: The

More information

Optimization of Human Finger Knuckle Print as a Neoteric Biometric Identifier

Optimization of Human Finger Knuckle Print as a Neoteric Biometric Identifier Optimization of Human Finger Knuckle Print as a Neoteric Biometric Identifier Mr.Vishal.B.Raskar 1, Ms. Sampada.H.Raut 2, 1Professor, dept. of E&TC, JSPM S Imperial college of engineering and Research,

More information

A Survey on Feature Extraction Techniques for Palmprint Identification

A Survey on Feature Extraction Techniques for Palmprint Identification International Journal Of Computational Engineering Research (ijceronline.com) Vol. 03 Issue. 12 A Survey on Feature Extraction Techniques for Palmprint Identification Sincy John 1, Kumudha Raimond 2 1

More information

Technical Report. Cross-Sensor Comparison: LG4000-to-LG2200

Technical Report. Cross-Sensor Comparison: LG4000-to-LG2200 Technical Report Cross-Sensor Comparison: LG4000-to-LG2200 Professors: PhD. Nicolaie Popescu-Bodorin, PhD. Lucian Grigore, PhD. Valentina Balas Students: MSc. Cristina M. Noaica, BSc. Ionut Axenie, BSc

More information

Shifting Score Fusion: On Exploiting Shifting Variation in Iris Recognition

Shifting Score Fusion: On Exploiting Shifting Variation in Iris Recognition Preprocessing c 211 ACM This is the author s version of the work It is posted here by permission of ACM for your personal use Not for redistribution The definitive version was published in: C Rathgeb,

More information

中国科技论文在线.

中国科技论文在线. May 2005, Vol.20, No.3, pp.4 48 J. Comput. Sci. & Technol. Wavelet Energy Feature Extraction and Matching for Palmprint Recognition Xiang-Qian Wu, Kuan-Quan Wang, and David Zhang 2 School of Computer Science

More information

I CP Fusion Techniques for 3D Face Recognition

I CP Fusion Techniques for 3D Face Recognition I CP Fusion Techniques for 3D Face Recognition Robert McKeon University of Notre Dame Notre Dame, Indiana, USA rmckeon@nd.edu Patrick Flynn University of Notre Dame Notre Dame, Indiana, USA flynn@nd.edu

More information

Hand Geometry Verification based on Chain Code and Dynamic Time Warping

Hand Geometry Verification based on Chain Code and Dynamic Time Warping Hand Geometry Verification based on Chain Code and Dynamic Time Warping I Ketut Gede Darma Putra Department of Electrical Engineering Udayana University, Bali, Indonesia Made Ari Sentosa Alumni of Department

More information

COMPUTATION EvaBio: A TOOL FOR PERFORMANCE EVALUATION IN BIOMETRICS

COMPUTATION EvaBio: A TOOL FOR PERFORMANCE EVALUATION IN BIOMETRICS International Journal of Automated Identification Technology, 3(2), July-December 2011, pp. 51-60 COMPUTATION EvaBio: A TOOL FOR PERFORMANCE EVALUATION IN BIOMETRICS Julien Mahier, Baptiste Hemery, Mohamad

More information

Exploiting the Doddington Zoo Effect in Biometric Fusion

Exploiting the Doddington Zoo Effect in Biometric Fusion Exploiting the Doddington Zoo Effect in Biometric Fusion Arun Ross, Ajita Rattani, Massimo Tistarelli Abstract Recent research in biometrics has suggested the existence of the Biometric Menagerie in which

More information

Optimization of Iris Codes for Improved Recognition

Optimization of Iris Codes for Improved Recognition Optimization of Iris Codes for Improved Recognition Nitin K. Mahadeo, Andrew P. Papliński, Sid Ray Clayton School of Information Technology Monash University {Nitin.Mahadeo, Andrew.Paplinski, Sid.Ray}@monash.edu

More information

BIOMETRICS: ACCESS CONTROL AND AUTHORIZATION BASED ON FINGER-KNUCKLE PRINT IDENTIFICATION

BIOMETRICS: ACCESS CONTROL AND AUTHORIZATION BASED ON FINGER-KNUCKLE PRINT IDENTIFICATION BIOMETRICS: ACCESS CONTROL AND AUTHORIZATION BASED ON FINGER-KNUCKLE PRINT IDENTIFICATION Mr. SHIVARAJ SUBRAY HEGDE The Oxford College of Engineering Bangalore, India Mrs. ARUNA. J Asst. Professor The

More information

Multimodal Finger Biometric Score Fusion Verification Using Coarse Grained Distribution Function

Multimodal Finger Biometric Score Fusion Verification Using Coarse Grained Distribution Function Multimodal Finger Biometric Score Fusion Verification Using Coarse Grained Distribution Function Mr.J.Stanly Jayaprakash 1, Dr.S.Arumugam 2 1 Research Scholar Mahendra Institute of Technology Namakkal

More information

On the Vulnerability of Palm Vein Recognition to Spoofing Attacks

On the Vulnerability of Palm Vein Recognition to Spoofing Attacks On the Vulnerability of Palm Vein Recognition to Spoofing Attacks Pedro Tome and Sébastien Marcel Idiap Research Institute Centre du Parc, Rue Marconi 9, CH-9 Martigny, Switzerland {pedro.tome, sebastien.marcel}@idiap.ch

More information