You are on page 1of 27

Symmetric hash functions for fingerprint minutiae

S. Tulyakov, F. Farooq and V. Govindaraju Center for Unified Biometrics and Sensors SUNY at Buffalo, New York, USA

Securing password information

It is impossible to learn the original password given stored hash value of it.

Securing fingerprint information


Wish to use similar functions for fingerprint data:

Obstacles in finding fingerprint hash functions


Fingerprint space
f1 f2

Hash space h
h(f1) h(f2)

Since match algorithm will work with the values of hash functions, similar fingerprints should have similar hash values rotation and translation of original image should not have big impact on hash values partial fingerprints should be matched

Existing Approaches
Davida, Frankel, Matt (1998) - use error correcting codes, features should be ordered Biometric encryption (Soutar et al., 1998) - use filters for Fourier transform of fingerprint image - translation is accounted for, but not rotation

(example of such filters for face verification)

Existing Approaches
Ratha, Connell, Bolle (2001) - polynomial transform; need alignment. Juels, Sudan (2002) - map points to the values of error correcting codes , introduce variation by adding some other points. Follow-ups: Clancy et al, 2003 Uludag, Jain (2004)

Minutia points of the fingerprint


Minutia points - points where ridge structure changes: end of the ridge and branching of the ridge. The positions of minutia points uniquely identifies the fingerprint.

Assumptions on minutiae sets extracted from the same finger


Assume that two fingerprints originating from one finger differ by scale and rotation. Thus the set of minutia points of one fingerprint image can be obtained from the set of minutia points of another fingerprint image by scaling and rotating.

Background on complex numbers(1)


Point in 2-dimensional plane can be represented as a complex p x  yi ( i is an element satisfying i 2 ! 1 ) number: ( x, y ) n Adding complex number a  bi to all points x  yi in the complex plane results in a parallel shift of the plane by vector (a, b)

( x  a )  ( y  b )i x  yi

( x  yi )  (a  bi ) ! ( x  a)  ( y  b)i

Background on complex numbers (2)


Polar representation of complex numbers: x y 2 2  i z ! x  yi ! x  y x2  y2 x2  y2 Denote z ! x 2  y 2 - magnitude of z x y Then z ! z z  z i ! z (cos U  i sin U )

z ! x  yi
|z| y

N
x

Background on complex numbers (3)


Multiplying all points z in the complex plane by some complex number r ! r (cos N  i sin N ) results in a rotation around origin by angle N and scaling by factor | r |

r v z !| r | (cos N  i sin N )v | z | (cos U  i sin U ) !| r || z | (cos N cos U  i sin N cos U  i cos N sin U  i 2 sin N sin U ) !| r || z | (cos N cos U  sin N sin U  i (sin N cos U  cos N sin U )) !| r || z | (cos(U  N )  i sin(U  N ))

Transformation of minutiae set


If we represent minutia points as points on a complex plane, then scaling and rotation can be expressed by function: f ( z ) ! rz  t where r is the complex number determining rotation and scaling, and t is the complex number determining translation of minutia point.

rz
| z |v| r |

rz  t

r !| r | (cos N  i sin N )
Multiplying by r means rotating by angle N and scaling by factor | r | .

z |z|

Transformation function
If (c1 , c2 , - , cn ) is a set of minutia points of first d 2 ,- d fingerprint and (c1 , cd , cn ) is a set of minutia points of second fingerprint (same finger), then we assume that there ! is a transformation f ( z ) ! rz  t such that cid f (ci ) ! rci  t for any i ! 1, - n .

f ( z ) ! rz  t

Hash functions of minutia points


Consider following functions of minutia positions:

h1 (c1 , c2 , - , cn ) ! c1  c2  -  cn h2 (c1 , c2 , - , cn ) ! c1  c2  -  cn / hm (c1 , c2 , - , cn ) ! c1  c2  -  cn


m m m 2 2 2

The values of these symmetric functions do not depend on the order of minutia points.

Hash functions of transformed minutiae


What happens with hash functions if minutia point set is transformed?

dd d d d d h1 (c1 , c2 ,- , cn ) ! c1  c2  -  cn ! (rc1  t )  (rc2  t )  -  (rcn  t ) ! r (c1  c2  -  cn )  nt ! rh1 (c1 , c2 , - , cn )  nt

d 2 ,- n ) d d h2 (c1 , cd , cd! c1  c2  -  cd n ! (rc1  t ) 2  (rc2  t ) 2  -  (rcn  t ) 2 ! r 2 (c1  c2  -  cn )  2rt (c1  c2  -  cn )  nt 2 ! r h2 (c1 , c2 ,- , cn )  2rth1 (c1 , c2 ,- , cn )  nt
2 2 2 2 2

Finding transformation parameters from hash function values

dd Thus hi (c1 , c2 , - , cdcan be expressed as a linear n) combinations of h j (c1 , c2 , - , cn ), j e i with coefficients depending on transformation parameters r and t.
Denote:

hi ! hi (c1 , c2 , - , cn ) d 2 ,- d hid hi (c1 , cd , cn ) ! h1d rh1  nt ! d h2 ! r 2 h2  2rth1  nt 2 h1 , h2 , h1d 2 , hd

Thus

And r,t can be calculated given

Verifying fingerprint match using hash functions When r and t are found we can use higher order hash functions to check if fingerprints match. For example, if extracted minutia set is identical to the stored in the database, then for the hash function of third order we should get: 3 2 2 3

d h3 ! r h3  3r th2  3rt h1  nt

The difference between two parts of above equation can serve as a confidence measure for matching two sets of minutia points.

Practical considerations for matching localized hash values


Since direction of the minutia (direction of the ridge where minutia is located) is also important in fingerprint matching, we consider unit direction vectors and same hash functions of that vectors (associating direction vector with complex number)

g i (d1 , d 2 ,- , d n ) ! d  d 2  -  d n

i 1

The small changes in locations of minutia points result in big changes of symmetric functions of higher orders. Thus we limited ourselves to the symmetric functions of 1st and 2nd orders.

Matching Localized Subsets


Since it is rare that two fingerprint images contain exactly same minutia points, we consider subsets of minutia points. To ensure privacy we must have less symmetric functions than points in the minutia subset. Consider two subsets of 3 minutiae points & 2 functions The dist function provides a goodness of match between the subsets

Goodness of Match
 dist (hi , hid i , g id , t ) ! E1 | h1d rh1  nt | ,g ,r d  E 2 | h2  r 2 h2  2rth1  nt 2 | d  E 3 | g1  rg1  nt | d  E 4 | g 2  r 2 g 2  2rtg1  nt 2 |

For all local subsets find how many subsets are matched and whether values of r and t are similar.
For each minutiae point, find the 3 nearest neighbors and form 3 triplets that always include the initial minutia.

Fingerprint Matching Algorithm(1)

Enrollment: 1. For each triplet generated let (c1,c2,c3) and (d1,d2,d3) be the locations and directions of the minutia 2. Compute hash functions h1 = (c1 + c2 + c3)/3

g1 = (d1 + d2 + d3)/3
h2 = (c12 + c22 + c32)/3

g2 = (d12 + d22 + d32)/3


3. Store 4 values (h1, h2, g1, and g2) corresponding to each triplet in the database.

Fingerprint Matching Algorithm


Matching: 1. Compute hash functions (h1, h2, g1, and g2) for all local triplets in the test fingerprint 2. For each pair of local hash value sets find the distance of match 3. Note that t can be derived from the match between h and h and establishing the pivot. For a given t, search several quantized r

 dist ( hi , hid i , g id , t ) ! E1 | h1d rh1  nt | ,g ,r d  E 2 | h2  r 2 h2  2rth1  nt 2 | d  E 3 | g1  rg1  nt | d  E 4 | g 2  r 2 g 2  2rtg1  nt 2 |

Experimental results
10 0

80

Co.3: 3 pts and 2 hash fns ERR = 3% Original no-hash matching ERR = 1.7% Co.2: 3 pts and 1 hash fn Co.1: 2 points and 1 hash fn tested on FVC2002 set, with 2800 genuine tests and 4950 impostor tests
0 2 4 6 8 10 12

60

40

20

F a l se P o si t i v e P lain M at c hing Co. 1 Co. 2 Co. 3

Algorithm limitations
Different local minutia sets can have same hash value sets. Thus the expected performance of the algorithm is lower than the performance of the matching algorithm using all available fingerprint information. Usually there are less matching hash values than matching minutiae. This means bigger difficulty in producing good match score, and setting match thresholds. c2 d d c1 c2 c
1

h1 c3

3 matching minutiae can result in only one matching hash pair

h1d
d c3

Thank you !
References 1. Davide Maltoni, Dario Maio, Anil K. Jain and Salil Prabhakar, Handbook of Fingerprint Recognition, SpringerVerlag, New York, 2003 2. Colin Soutar, Danny Roberge, Alex Stoianov, Rene Gilroy and B.V.K. Vijaya Kumar, Biometric Encryption, in ICSA Guide to Cryptography, R.Nichols, ed. (McGraw-Hill, 1999) 3. G.I. Davida, Y. Frankel, and B.J. Matt. On enabling secure applications through offline biometric identification. In IEEE Symposium on Privacy and Security, 1998. 4. Tsai-Yang Jea, Viraj S. Chavan, Venu Govindaraju and John K. Schneider, Security and matching of partial fingerprint recognition systems, In SPIE Defense and Security Symposium, 2004.

Security
If the number of stored hash functions
j

hi is less than

the number of minutia points, it is not possible to find the positions of minutia points c from local hash values. Using system of hash equations is difficult, since it is not known which minutia correspond to particular hash value.
x x x x

o
x
(a)

x x

x
(b)

o
x

x x

o
x
(c)

o
x

Cancelable Fingerprint Templates


If fingerprint database is compromised, the different set of symmetric hash functions should be chosen. It can be any function set, constituting a basis in the set of symmetric polynomial functions of order less than m Also, different set of hash functions can be chosen for each individual, resulting in cancelable fingerprint templates.

You might also like