1 / 51

Pair Wise Distance Histogram Based Fingerprint Minutiae Matching Algorithm

Pair Wise Distance Histogram Based Fingerprint Minutiae Matching Algorithm. Developed By: Neeraj Sharma M.S. student, Dongseo University, Pusan South Korea. Contents. Introduction Why Fingerprints: some facts

rusty
Télécharger la présentation

Pair Wise Distance Histogram Based Fingerprint Minutiae Matching Algorithm

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Pair Wise Distance Histogram Based Fingerprint Minutiae Matching Algorithm Developed By: Neeraj Sharma M.S. student, Dongseo University, Pusan South Korea. Master Thesis Presentation, 14Dec07

  2. Contents • Introduction • Why Fingerprints: some facts • Essential Preprocessing (Feature Extraction etc.) • Abstract • Previous Work • Problem Simulation • Steps of Algorithm • Flow Chart • Local Matching • Global Matching • Results • Comparison with Reference method (Wamelen et al) • Future work • Publications Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  3. Introduction • Fingerprints are most useful biometric feature in our body. • Due to their durability, stability and uniqueness fingerprints are considered the best passwords. • In places of access security, high degree authentication, and restricted entry, fingerprints suggests easy and cheap solutions. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  4. Biometric Modalities Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  5. Market Capture by different Biometric modalities Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  6. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  7. Different fingerprints of two fingers Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  8. Enclosure Singular points Bifurcation Island Texture Different Features in a Fingerprint Ridge Ending Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  9. Feature points extracted Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  10. Feature Extraction with CUBS-2005 algorithm (Developed by SHARAT et al) Minutia features Extraction of minutiae Image skeleton Gray scale image Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  11. Feature points pattern of same finger Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  12. High level description of algorithms in FVC (Fingerprint Verification Competition)2004 Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  13. Abstract • Thesis proposes a novel approach for matching of minutiae points in fingerprint patterns. • The key concept used in the approach is the neighborhood properties for each of the minutiae points. • One of those characteristics is pair wise distance histogram, that remains consistent after the addition of noise and changes too. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  14. Previous Work • Fingerprint Identification is quite mature area of research. Its almost impossible to describe all the previous approaches in a short time here. • The previous methods closely related to this approach and also taken in reference are by Park et al.[2005] and Wamelen et al.[2004]. • Park et al. used pair wise distances first ever to match fingerprints in their approach before two years. • Wamelen et al. gave the concept of matching in two steps, Local match and Global match. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  15. Problem Simulation Input Pattern Template • The input fingerprint of the same finger seems to be different while taken on different times. • There may be some translational, rotational or scaling changes, depending upon situation. • Our aim is to calculate these changes as a composite transformation parameter “T”. • The verification is done after transforming the input with these parameters, new transformed pattern should satisfy desired degree closeness with template pattern. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  16. Minutiae matching-Aligning two point sets Template Input Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  17. Algorithm Steps • The algorithm runs in two main steps:- (i) Local matching (ii) Global matching In local matching stepwise calculations are there: • Calculate “k” nearest neighbors for each and every point in both patterns. • Calculate histogram of pair wise distances in the neighborhood of every point. • Find out the average histogram difference between all the possible cases. • Set the threshold level of average histogram difference • Compare the average histogram differences with the threshold level. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  18. Start Point pattern “P” stored in database pattern “Q” is taken that is to be matched with “P” Select a local point and it’s “k” nearest neighbors in patterns P Select a local point and it’s “k” nearest neighbors in patterns Q Make pair wise distance Histogram Average histogram difference < Threshold level No Calculate and store transformation parameter All point’s in pattern p is examined No Iteration algorithm to calculate final Transformation Parameter End Flow Chart Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  19. Calculation of “k” Nearest neighbors (Local match) • For the given input fingerprint pattern and the template pattern, calculate “k” nearest neighbors in order to distances. • Here k is a constant can be calculated with the formula given by wamelen et al.(2004) Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  20. P1n1 P1n2 P1n3 P1 P1n1 P1n3 P1n4 P1n4 P1n5 P1n5 P1n4 P1n3 P1n3 P1n5 P1n2 P1n4 P1n4 P1n5 P1n5 Histogram Calculation (Local Match) • Histogram of pair wise distances in their neighborhood for each and every point is calculated here. It describe the variety of distances of particular point in its neighborhood. • Here for one point “P1”; P1n1, P1n2, P1n3, P1n4, P1n5 are five nearest neighbors. • Note: step size is 0.04unit, here. P1n2 Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  21. Average Histogram Difference and Threshold Setting (Local Match) • To calculate average histogram differences for two points, first subtract the their histograms. It comes in a form of matrix. To calculate average, just normalize it on corresponding scale. H1=[4 2 0 0 2 0 1 2 3 1] H2=[1 3 2 5 0 0 2 3 0 1] H1- H2=[3 -1 -2 -5 2 0 -1 -1 3 0] Average histogram diff.(ΔH avg)=(1/10)*Σ(| H1 - H2 |i) Setting of threshold depends on the size of point pattern. Larger the number of points, smaller the threshold count. Every matching pair is related with a transformation function. That transformation parameter is calculated mathematically. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  22. Threshold check for a 20 points pattern input Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  23. Transformation Parameter calculation • On the basis of histogram differences, we can make decision on local matching pairs. Then the transformation parameter is calculated in the following way by least squire method. Here “r” represents the corresponding Transformation Parameter. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  24. Axial Representation of all Transformation Parameters after Local match • Three axes represent the translational (in both x& y direction), rotaional and scale changes. • The most dense part in graph represents the correct transformation parameters only. We need to conclude our results to that part. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  25. Mean and Standard Deviation • Mean and standard deviation is calculated with the following mathematical equations. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  26. Global Matching (Iteration Algorithm) • Iteration method is used to converge the result towards dense part of the graph. • For applying this method we need to calculate mean and standard deviation of the distribution. • In the graph all transformation parameters are present, calculated after local matching step. • The mean for this distribution is shown by the “triangle” in centre. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  27. Result after first iteration • In this graph, black triangle is describing the mean for the distribution. • After one iteration step some of the transformation parameters, due to false local match got removed. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  28. Result after second iteration • After second iteration, mean converges more towards the dense area. • Black triangle is the mean point for this distribution shown here. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  29. After third iteration • Performing iterations to converge the result, gives the distribution having least standard deviation. • Black star in this graph is the desired transformation parameter i.e. “r” Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  30. Verification by transforming the template with calculated parameters Transformed With parameter “r” Template Pattern in Database Transformed version with Parameter ”r” Verification by Overlapping with original input pattern Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  31. Matching Result for Ideal point sets No missing point N=60 Exactly matching Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  32. (b) (d) (c) Random and Normalized Noise pattern (a) Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  33. Results With Randomly Missing Points • Missing points =20 • Total points=60 • Matching points=36 • Matching factor= 0.76 • Noise factor=0.031 Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  34. Matching results after missing points • Half no. of points (30) missing from pattern • Missing points =30 • Total points=60 • Matching points=16 • Matching factor= 0.91 • Noise factor=0.021 Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  35. Definitions • t= λ *r/(2*√n) • t is distance of closeness which can be some fraction of minimum pair-wise distance • λ is called “matching factor”, depends on point pattern • r=maximum pair-wise distance/2 • N is no. of points in the pattern • η is “noise factor” shows the extent of noise added to point pattern • η= added average error/mean pair-wise distance Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  36. Results for different λ and η Master Thesis Presentation, 14Dec07

  37. Performance with missing points regionally Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  38. Performance with missing points regionally Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  39. Performance with missing points regionally Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  40. Performance with a real fingerprint Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  41. Results with real and random fingerprints • The algorithm was tested on both randomly generated point pattern and real data base. • The results shows correct identification in more than 93.73% cases out of 500 tests, with randomly generated data. • For real fingerprint data, method was tested on some FVC (Fingerprint Verification Competition) 2004 samples. In most of the cases performance was found satisfactory. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  42. Comparative Performances of two methods over randomly data Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  43. Comparison of performances Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  44. Advantages of the Method over others Proposed earlier • This algorithm undergoes two steps, so accuracy is good and false acceptance rate is low. • Calculation is less complex with comparison to other methods proposed yet. Here, histogram is a basis to select the local matching pairs, while in other randomize algorithms are lacking in any basic attribute to compare. • Performance is better in case with missing points from a specific region. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  45. Limitations • This algorithm is dependent on accuracy of feature extraction method used for minutiae extraction. • Method performs well if the number of missing points in the pattern is less than 50% of total minutiae points. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  46. Future Work • To enhance the performance of algorithm on real fingerprint data is also a big challenge. • To calculate the computational complexity in big “O” notation. • One important task is to develop an independent method for feature points extraction from fingerprints. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  47. Publications Journal: • Sharma Neeraj, Lee Joon Jae “Fingerprint Minutiae Matching Algorithm Using Distance Histogram Of Neighborhood”, Journal of KMMS. (To be published in Dec. 2007 edition) International Conferences: • Sharma Neeraj, Choi Nam Seok, Lee Joon Jae, “Fingerprint Minutiae Matching Algorithm Using Distance Distribution Of Neighborhood”, MITA (2007), 21-24. • Lye Wei Shi, Sharma Neeraj, Choi Nam Seok, Lee Joon Jae, Lee Byung Gook, “Matching Of Point Patterns By Unit Circle”, APIS(2007), 263-266. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  48. References 1. Wamelen P. B. Van, Li Z., and Iyengar S. S.: “A fast expected time algorithm for the 2-D point pattern matching problem. Pattern Recognition” 37, Elsevier Ltd, (2004), 1699-1711. 2. Park Chul-Hyun, Smith Mark J.T., Boutin Mireille, Lee J.J.: “Fingerprint Matching Using the Distribution of the Pairwise Distance Between Minutiae”, AVBPA (2005), LNCS 3546 (2005), 693-701. • Sakata Koji, Maeda Takuji, Matsushita Masahito, Sasakawa Koichi, Tamaki Hishashi: “Fingerprint Authentication based on matching scores with other data”, ICB, LNCS 3832, (2006), 280-286. • Maltoni D., Maio D., Jain A.K., Prabhakar S. :”Handbook of Fingerprint Recognition”, Springer 2003. • Chang S.H., Cheng F. H., Hsu Wen-Hsing, Wu Guo-Zua: “Fast algorithm for point pattern matching: Invariant to translation, rotations and scale changes.” Pattern Recognition, Elsevier Ltd., Vol-30, No.-2, (1997), 311-320. • Irani S., Raghavan P.:” Combinatorial and Experimental Result on randomized point matching algorithms”, Proceeding of the 12th Annual ACM symposium on computational geometry, Philadelphia, PA, (1996), 68-77. • Adjeroh D.A., Nwosu K.C.: ”Multimedia Database Management – Requirements and Issues”, IEEE Multimedia. Vol. 4, No. 3, 1997, pp 24-33. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  49. Thanks for your kind attention. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

  50. Master Thesis Presentation: 14DEC07 Presented by:neeraj@dit.dongseo.ac.kr

More Related