Overview of Fusion Techniques in Multimodal Biometrics

DOI : 10.17577/IJERTCONV2IS15013

Download Full-Text PDF Cite this Publication

Text Only Version

Overview of Fusion Techniques in Multimodal Biometrics

V. Sireesha

Research Scholar Dept of Computer Science

S.P.M.V.V, Tirupati Andhra Pradesh

K . Sandhyarani

Professor

Dept of Computer Science S.P.M.V.V, Tirupati Andhra Pradesh

Abstract: Security means restricting unauthorized persons from some data. Biometric recognition is automated recognition of individual based on the physiological and behavioral characteristics. Unimodal biometrics are facing problems like noisy data, intra class variation, inter class variation, spoofing attack etc. These limitations can be solved by using multimodal biometrics. Comparing to unimodal , multimodal biometric systems are performing better. A multimodal biometric system is a combination of two more biometric traits to increase the security. In this paper two unimodal biometrics iris and fingerprint are used as multimodal biometrics. Comparing to other biometrics, iris recognition is having low false acceptance rate. We discuss various fusion techniques of iris and fingerprint with advantages and limitations. An effective fusion scheme is necessary for combining information from various sources. Fusion at the rank level is the new approach. The fuzzy fusion is based on match score and rank information.

Key Words- biometrics; fusion; fuzzy.

  1. INTRODUCTION

    Controlling access to prohibited areas is an important activity of national and international security. Security can be provided using biometrics. Bios means life and Merton means measuring, biometric is defined as measuring and analyzing persons unique characteristics. Person can be identified using behavioural or physical or soft biometrics. Some of the physical characteristics include face, iris, ear, hand geometry etc. Voice, gait, signature, key strokes are behavioural characteristics. Gender, weight, height, age etc are soft characteristics. Choice of choosing biometric depends on application. The below Fig1 shows various biometric traits.

    Fig1:Various Biometrics

    Many advanced biometric systems are facing numerous problems. Noisy data: biometric data affected by noise at time of acquisition. Noisy data results in poor recognition performance. Ex. capturing voice biometric trait during heavy rain. Non-universality: If all members of the population can be enrolled in the biometric system then biometric trait is said to be universal. For example, a blind person cannot present his iris or retina biometric trait in front of sensors. Lack of individuality: Biometric obtained from different subjects are similar, as a result false recognition rate can be higher. For example facial appearance of father and son can be similar. Privacy: biometric trait is a link between a person and his identity.

    The acquired biometric trait is violating a persons right to privacy.

    Applications: Multimodal biometrics is combination or two or more biometrics. This is increasing accuracy in recognition rate. Some of the multimodal applications are Biometric door lock security systems are used at those places where you have important information and stuffs. In that kind of places multi biometric electronic door lock security systems that are based on finger print and iris recognization. Law enforcement, smart cards, Airport security, ATMs, driving license, pass ports, Aadhar cards, cellular telephones. [20]

  2. OVERVIEW OF MULTIMODAL BIOMETRIC SYSTEMS

    Biometric system is optimal if it is distinctiveness, universality, permanence, acceptability, collectability and security. But unfortunately there is no single biometric system which satisfies these properties. The solution is to use multimodal biometric system. Multimodal biometric systems are which uses more than one behavioural or physical characteristic. The advantage of multimodal biometric traits compared to token based or password is, these traits cannot be lost, stolen or shared. Biometric systems mainly consist of four Modules. Sensor module: acquires biometric data from sensors. Ex- fingerprint sensors, camera etc. The feature extraction module: extracts the features from acquired biometric traits. These feature sets are stored in the database as a template. In the matching module the feature set extracted are compared with the template stored in the database. The decision is taken at decision module based on degree of similarity. Biometric system operates in two modes enrolment and identification. All users biometric features and other useful information are stored in data base in form of a template with user identity in enrolment mode. In authentication mode, once again biometric data is captured and compared with templates corresponding to claimed identity.

    Databases: Many researchers are putting efforts in fusing multimodal biometrics. Fusion combines two or more biometrics traits, which improves matching accuracy. There are different approaches for biometric fusion. One approach is to use heterogeneous database i.e one biometric trait from one database and other trait from another database. But this approach is not reflecting the performance of multimodal users. The other approach is to use homologous database. It means different biometrics from the same person. Only few multimodal databases are available publicly. But most of them consist two traits they are BANCA and XM2VTS which includes face and voice. BIOMET which includes face, voice, fingerprint, hand and signature. BIOSEC includes fingerprint, ace, iris and voice. But these databases have some limitations. SDUMLAHMT is a homologous database which includes face images from 7 angles, finger print images, gait videos, iris images etc. [24]

  3. FUSION LEVELS

    The term fusion is a process of combining information from more than one source in recognition process. Fusion helps in getting much more information from each biometric modality. The two biometric traits considered to fuse in this paper are Iris and Finger print. There are five levels of fusion at which fusion can occur in multimodal. Fusion can be classified into two types. Pre-mapping fusion and post mapping fusion. Pre-mapping fusion is integration of information prior to matching level. i.e. sensor level or feature level. Post mapping fusion is integration of information after

    matching.[25][31][18][15][21][36][30][25][26][27]

    .Choosing appropriate fusion techniques depends on the necessity of application. Fuzzy fusion can be implemented in any levels. The different levels of fusion in Fig 2.

    Fig2: Fusion Levels

    1. Sensor level:

      Combing biometric traits from different sensors like iris scanner and finger print scanner to form a composite biometric trait. It can be used when multiple cues are compatible. It can be used in cases fusing different speech signal simultaneously from different microphones. Fusion at sensor level is an emerging area. It produces more accurate results because of rich information available than fusion in later stages. First iris and finger print images are obtained from different sensors and decomposed using wavelet transformation and particle swarm optimization(PSO) to produce new image and finally decision accept or reject is taken. This cannot be used when data is incompatible.

    2. Feature level:

      In feature level fusion, different biometric traits are first pre-processed and feature vectors are extracted separately. All these feature vectors are combined to form composite feature vector. This composite vector is used in classification process. Due to rich information available in this level of fusion it is expected to perform better than score level and decsion level fusion. But in many cases feature vectors are not compatible. It leads very high

      dimensionality leads to curse of dimensionality problem and increases computational load. [31][17][20][35]

      (a) Normalization: Due to difference in the extraction method, the order of magnitude and distribution between iris feature and finger print feature are different. So, normalization process is used. In order to eliminate, balance z-score normalization can be used. Let

      Be iris feature set. be d-dimensional iris feature of the jth iris training sample from the ith class. Let

      be finger print image feature set. Let Ak is the kth row of iris feature set A. Compute

      is the mean value of AK.. is the SD of AK. The normalized component is

      C min and C max denote minimum and maximum value of

      Ck. The normalized feature set is . Same process is repeated for finger print feature space. After normalization order of magnitude and distribution of two kinds of features are similar.[31]. Fig 3 show feature level fusion.

      Fig 3:feature level fusion

    3. Matching score level:

      Feature vectors from different modalities are processed separately and individual match score is found. Each match score is fused to form composite match score and this score is sent to decision module. The level of fusion is better because of simplicity. Logistic regression, highest rank,

      weighted sum, weighted product, bayes rule, linear discriminate analysis (LDA), K-nearest neighbourhood are some of the techniques to combine match scores. Match score should be normalized. Some of the normalization techniques are Min-Max, Z-score, double sigmoid, tan-h. Many of the researchers are using match score level fusion technique because of less complexity. [30][20]. Fig4.

      Shows score level fusion

      1. Integrating finger print and iris: the two biometric sensors captures the two biometric characteristics individually and converts each into raw digital format, which are further processed by feature extraction module individually to produce representation that is of the same format which is stored in the database. Again it is further processed by matching modules individually. The matching module generated by individual matchers is passed into fusion module.

        MS final=MSIRIS+MSFINGERPRINT

      2. Normalization: The output obtained from different matchers is not homogenous. This step is applied before raw data originating from different matches can be combined into fusion stage. For example if one matcher is yielding a score [100, 500] and another matcher in the range [0, 1]. Fusing two matches eliminates second matcher range. This problem can be overcome by using normalization. Normalizing the input of matching scores into same range and then combining normalizing scores. Normalization techniques like ,min -max ,z-score, median etc can be used.

      Min-Max- It maps the raw scores to [0 , 1] range. Max(s) and Min(s) specify the end points of the score range.

      N=s-min(s)/max(s)-min(s)

      Finger prints are represented using minutiae features the output of fingerprint matcher is similarity score. Before combining normalized scores it is necessary to combine to similar or dissimilar scores. So, in this paper we are converting to similar score.

      N =1-N

      1

      Iris Iris

      Fig4: score level fusion

      Fusion methods like max rule, min rule, product rule, sum rule etc can be used. Sum rule: Finally two normalized matching scores are fused using sum rule to get final matching scores.

      MS final=X* N1 iris +Y*N finger

      X, Y is weights assigned to biometric traits. The final matching score is passed to decision module.

      Weight assumption for individual biometric trait: Each biometric matcher produces a match score based on the comparison between input feature set and template stored in data base. The scores are weighted according to the biometric traits used for increasing the influence more reliable traits and reduce importance of less reliable traits.

    4. Rank Level Fusion Module:

      Very few researches are concatenated using rank level. To combine different rank orderings plural voting method can be used. In plural voting method it considers elements which are at the top of ranked list. [38]. In the level fusion multiple ranking lists are consolidated to form a final ranking list. In few cases only ranked outputs are available. This level fusion can be used when individual matchers output is a ranking of the candidates in the template database sorted in a decreasing order of match scores. The systems assign a higher rank to a template that is more similar to the query. Highest Rank fusion: The ranking is obtained by sorting the identities according to their highest rank. The following steps can be employed in highest rank fusion method.

      1. Get ranking lists from biometric classifiers.

      2. for all ranking lists find out rank of each identity utilizing

        the following equation

        Where n is number of ranking lists i.e number of biometrics used.

      3. Sort RC in ascending order and replace with corresponding identity.

        Fig5: Rank level fusion

    5. Decision level module

      :

      Each biometric data is processed independently fusing the outputs of different modalities to make final decision. i..e accept or reject. Majority voting scheme can be used to make final decision. Fusion at decision level contains least information. The decision fusion is used when only the final decision output of the output is known. But this stage is not powerful. Fig 5 shows decision level. One problem that appears with decision level fusion is the possibility of ties. An important combination scheme at the decision level is the serial and parallel combination, also known as

      AND and OR combinations. Fig 6 shows the block diagram. The AND combination improves the False Acceptance Ratio (FAR) while the OR combination improves the False fusion.

      [39]

      Fig6: Decision level

      Table1: Some biometric systems

      In the above table1 shows some comparisons of fusions

      Fig7: Serial and Parallel Decision Combinations

      Many researchers believe that score level fusion offers best performance and it is easy to implement but this requires normalization. Inappropriate choosing of normalization can degrade the system performance. Pre matching fusion methods are less extensively used .The most important thing in multimodal biometrics is fusion. The fig 7 shows how the information decreases in each level of fusion.

      Fig 8: Example of how information available for fusion decreases in every level

    6. Fuzzy logic based fusion is another fusion approach. This fusion can be employed before matching or after matching. when this is applied before matching it reduces the size of dataset for comparison. If it is employed matching recognition performance can be increased. It is based on fuzzy logic. The idea of fuzzy set was Introduced in 1965 by professor Lotfi A.Zadeh. It uses fuzzy sets. Fuzzy sets: fuzzy set is a set which have member ship value between 0 to 1 unlike the crisp set where the members have only two membership value i.e 0 or 1.Fuzzy rules: some of the applications of fuzzy rules are pattern recognition, information retrieval, robotics, automation etc. Fuzzy rule base consist of fuzzification, inference and defuzzification. In fuzzification fuzzy variables and membership functions are defined. In inference step fuzzy rules have been developed. The fuzzy conclusion is converted into a discrete one in defuzzification method. The fig9 shows fuzzy logic steps.

    Fig9: Fuzzy logic steps

    1. If AS = H, FS = H, IS = H and ES = H, then SI

    2. If AS = H, FS = H, IS = H and ES = M, then SI

    3. If AS = H, FS = H, IS = M and ES = H, then SI

    4. If AS = H, FS = H, IS = M and ES = M, then SI

    5. If AS = H, FS = M, IS = H nd ES = H, then SI

    6. If AS = H, FS = M, IS = H and ES = M, then SI

    7. If AS = H, FS = M, IS = M and ES = H, then WI

    8. If AS = M, FS = H, IS = H and ES = M, then WI

    9. If AS = M, FS = H, IS = H and ES = L, then WI

    10. If AS = M, FS = H, IS = M and ES = H, then

      WI

      Fig10: Examples for some fuzzy rules

      IS is iris matcher score FS is finger matcher score

  4. CONCLUSION

The time taken by Multi modal biometrics is greater than unimodal biometrics. But it is still used in places where security is main important. By using appropriate fusion techniques it improves recognition rates. In this we discussed a multimodal biometric recognition system based on fusion of two biometric traits iris and fingerprint. Various fusion level techniques are discussed. Fusion at score level works better because of easy implementation These two traits are the most widely accepted biometrics in most applications. There are also other advantages in multimodal biometric systems, including the ease of use, robustness to noise, and the availability of low cost. I introduced new rank level fusion and fuzzy fusion approaches. Fuzzy fusion which improves the response time.

REFERENCES:

    1. Christel-loic Tisse,Lionel Martin,Personal Identification technology using human IRIS recognition

    2. Chowhan.S.S&G.N Shinde,IRIS Biometric Recognition Application in Security management,IEEE 2002

    3. Iris Recognition National Science and Technology council

    4. Iris Recognition Wikipedia.

    5. Sanjay R.Ganorkar,Iris Recognition:an emerging biometric echnology,proceeding of sixth WSEAS Internationalconference,2007.

    6. J.Abou Saleh,A.Bou Saleh,Iris Recognition thesis

    7. S V Sheelo,PA VijayaIris recognition Surveyinternational journal of computer applications,2010

    8. J.Abou Saleh,A.Bou Saleh,Iris Recognition for highly secured environment,ICL 2006 conference

    9. Richard P.Wildes,IRIS recognition:An Emerging biotechnology,proceeding of IEEE,vol 85,1997

    10. Senbhagas, A Survey on Iris segmentation using distantly acquired images, international journal of scientific&engineering research volume-4.

    11. Libor Masete,Recognition of human iris patterns for Biometric identification.

    12. V C Subbarayudu&munaga VNK Prasad, first international conference on emerging trends in Engineering&Technology,2008.

    13. Ola Maly,HodaMonsi,Multimodal Biometric using Iris palmprit of finger knuckle international journal of computer applications,2012

    14. Lima,Yunhong wang,Iris recognition using circular sym filters, IEEE 2002.15. Mohamaad Abdolahi, Majid Mohamadi, Mehdri Jafari Multimodal Biometric system Fusion using Finger print and Iris with Fuzzy logic, International journal and Engineering,volume-2,2013.

16. Ryan Connaughton,Kevin W. Bowyer,Patrick Flynn, Fusion of Face and Iris Biometrics.

17..Zhifang Wang, Erfu , Wang Shungshuang Wang and Qun Ding, Multimodal Biometric System using Face-Iris Fusion Feature, Journal of computers, vol 6, 2011.

18.P.S.Sanjekar and J.B.Patil ,An Overview of Multimodal Biometrics, Signal and image processing: An International Journal (SIPIJ),Vol 4, 2013.

  1. K.Sasidhar, Vijaya L Kakulupati, Kolikipogu Ramakrishna and K.KailasaRao , Multimodal Biometric Systems- Study to improve accuracy and performance, International Journal of Computer science & Engineering(IJCSES), Vol.1,No.2, 2010.

  2. Arun Jain, Sona Aggarwal , Multimodal Biometrics System: A Survey ,International Journal of Applied Science and Advance Technology, Vol 1,2 012.

  3. Ujwalla Gawande, Sreejith R Nair, Harsha Balani, Nikhil Pawar and Manjiri Kotpalliwar , A High speed Frequency based Multimodal Biometric System using Iris and Finger print,ISSN, Vol 1, 2012.

  4. G.Hemantha Kumar, Mohammad Imran ,Research Avenues in Multimodal Biometrics IJCA on Recent trends in image processing and pattern Recognition,2010.

  5. Mohit Agarwal, Design Approaches for Multimodal Biometric system, Thesis.

  6. Yilong Yin, Lili Liu and Xiwei Sun, SDUMLA-HMT:A Multimodal Biometric Database, CCBR ,2011.

  7. Teddy Ko, Multimodal Biometric Identification for Large user population Using Finger Print, Face and Iris Recognition, Proceedings of the 34th Applied Imagery and Pattern Recognition Workshop.

  8. Anil Jain,Lin Hong, Yatin Kulkarni , A Multimodal Biometric system using finger print, face and speech.

27 .Prakash Chandra Srivastava, Anupam Agarwal, Kamta Nath Mishra, P.K.Ojha, R.Garg, Finger prints, Iris and DNA Features based Multimodal Systems: A Review, I.J.Information Technology and Computer Science, Vol 2, 2013.

  1. Fernando Alonso-Fernandez and Josiguef Bigun, Julian Fierrez, Fingerprint Recognition.

  2. Roli Bansal, Priti Sehgal, Minutiae Extraction from fingerprint images-a Review, International journal of computer science issues, vol 8, 2011.

30 .Madhdavi Gudavalli, Dr. A.vinaya Babu, Multimodal biometrics-sources, Architecture &fusion techniques: An overview, International symposium on Biometrics and security Technologies,2012.

  1. Sheetal Chaudhary, Rajender Nath, A Multimodal Biometric Recognition system Based on Fusion of palm print, fingerprint and face, International conferences on Advances in Recent Technologies in communication and computing, 2009.

  2. Nimitha Chama Fingerprint Image Enhancement And Minutiae Extraction.

  3. Andrew Ackerman, Professor Rafail Ostrovsky, Fingerprint Recognition thesis

  4. Manvjeet Kaur, Mukhwinder Singh, Akshay Girdhar, and Parvinder S. Sandhu, .Fingerprint Verification System using Minutiae Extraction Technique, World Academy of Science, Engineering and Technology , 2008.

  5. A. Rattani, D. R. Kisku, M. Bicego, Member, IEEE and M. Tistarelli, Feature Level Fusion of Face and Fingerprint Biometrics.

36.K.Sasidhar1, Vijaya L Kakulapati2, Kolikipogu Ramakrishna3 & K.KailasaRao, Multimodal Biometric Systems Study To Improve Accuracy And Performance International Journal of Computer Science & Engineering Survey (IJCSES) Vol.1, No.2, November 2010.

  1. Shadrokh Samavi, Farshad Kheiri, Nader Karimi, Binarization and Thinning of Fingerprint images by pipelining, The third conference on Machine vision, Image processing and applications.

  2. MD.Maruf,A Multimodal biometric system based on rank level fusion a thesis.

Leave a Reply