SlideShare a Scribd company logo
Palmprint Verification using Lagrangian
Decomposition and Invariant Interest Points
Authors: P. Gupta, A. Rattani, D. R. Kisku,
*C. J. Hwang, J. K. Sing
Presented by - C. J. Hwang
Department of Computer Science,
Texas State University,
San Marcos, Texas 78666, U.S.A
25 - 29 April 2011
Orlando World
Center Marriott
Resort & Convention
Center
Orlando, Florida,
USA
Outline of Talk:
• Biometrics
• Palmprint Biometrics
– Hand Geometry
– Palm Characteristics
• Advantages of Palmprint Trait
• Proposed Palmprint Identification System
• ROI Extraction
• Feature Extraction using SIFT
• Palmprint Matching using Graph
• Experimental Results
– CASIA Database
– IIT Kanpur Database
– Results
– Conclusion
Biometrics System:
• Biometrics authentication is a method by which one can
be recognized based on one or more intrinsic physical or
behavioral human characteristics.
Palmprint Biometrics:
• Hand Geometry
– Features: Hand shape and dimensions, finger size
and lengths
• Palm Characteristics
– Features: Principal lines, wrinkles and creases
• Principal lines: Heart line, head line and life line
• Wrinkles: Weaker and irregular lines, much thinner than
principal lines
• Creases: More like fingerprint structure, have ridges and
valleys
Advantages of Palmprint System:
– High distinctiveness
– High permanence
– High performance
– Non – intrusiveness
– Low resolution imaging
– User – friendly
– Low price palmprint devices and low setup cost
– Highly stable
Proposed Palmprint Identification
System:
• ROI [25] is detected and extracted from palm image.
• Uniform intensity distribution is obtained by applying
histogram equalization
• SIFT is applied to the ROI (region of interest) of
palmprint image to extract invariant features
• Palmprint matching is performed using Lagrangian
decomposition and graph matching technique
ROI Extraction:
To extract ROI of palm image the following steps are
followed:
• Convert the palm image to a binary image. Gaussian
smoothing is used to enhance the image.
• Apply boundary-tracking algorithm to obtain the
boundaries of the gaps between the fingers. Since the
ring and the middle fingers are not useful for processing.
Therefore, boundary of the gap between these two
fingers is not extracted.
Contd…..ROI Extraction
• Determine palmprint coordinate system by computing the tangent of
the two gaps with any two points on these gaps. The Y-axis is
considered as the line which joining these two points. To determine
the origin of the coordinate system, midpoint of these two points are
taken through which a line is passing and the line is perpendicular to
the Y-axis.
• Finally, extract ROI for feature extraction which is the central part of
the palmprint.
Feature Extraction using SIFT:
The scale invariant feature transform, called SIFT
descriptor, has been proposed by and proved to be
invariant to image rotation, scaling, partly illumination
changes and projective transform.
The basic idea of the SIFT descriptor is detecting feature
points efficiently through a staged filtering approach that
identifies stable points in the scale-space.
Contd….
Local feature points are extracted from the following steps:
• Scale-space extrema detection: select candidates for
feature points by searching peaks in the scale-space from a
difference of Gaussian (DoG) function
• Keypoint localization: localize the feature points by using
the measurement of their stability
• Orientation assignment: assign orientations based on
local image properties
• Keypoint descriptor: calculate the feature descriptors
which represent local shape distortions and illumination
changes.
Contd….
• Palmprint Image
• Palmprint Image After Applying Histogram Equalization
• SIFT Features Extraction from Enhanced Palmprint
Image.
50 100 150 200 250 300
50
100
150
200
250
Palmprint Matching using Lagrangian
Network Graph:
Problem formulation:
• Let G1 and G2 be two graphs obtained from a pair of palmprint images after
having extracted SIFT features
• A permutation matrix is determined from the pair of graphs and this
permutation matrix is used to minimize the distance between these graphs.
• Permutation matrix is a zero-one matrix whose rows and columns sum to
one. Rows and columns can add up to one or zero.
• In the deterministic annealing framework, permutation matrix constraints
can be formulated. The rows and columns constraints are known as winner-
take-alls (WTAs).
• The proposed approach gets inspired by Lagrangian decomposition
approach in which the rows and columns constraints are satisfied
separately by Lagrange multipliers which are used to equate the two
solutions.
Contd….
• Let us consider, G1x1y1 and G2x2y2 are the two adjacency matrices of
two graphs G1(V,E) and G2(V,E), respectively. Now, a permutation
matrix M will be determined which will minimize the distance between
the two graphs.
• The adjacency matrices of the two undirected graphs can be
represented as symmetric and sparse matrices with zero diagonal
entries.
• The problem can be defined as follows
∑ ∑ ∑ 







−
21
2
1 2
22211111 21min
xx y y
xyyxxyyx
M
GMMG
∑ ∑ ==
1 2
2121 1,1
x x
xxxx MM
Contd….
• The match matrix M contained in the distance measure must satisfy
the permutation matrix constraints. In addition to these constraints it
also includes row and column WTAs
∑ ∑ ==
1 2
2121 )1,1(
x x
xxxx MandM
• Let us consider two match matrices are given as and
which have the following properties,
)1(
21xxM
)2(
21xxM
∑ ∑ ==
1 2
2121 1,1
x x
xxxx MandM
• In the given constrains these properties are always satisfied. The
properties given in above equation can be established by taking a
new objective which is given by
∑ ∑∑ 







−=
21
2
2
22
)2(
21
1
)1(
2111
)2()1(
,
21),(min )2()1(
xx y
xyyx
y
xyyx
MM
GMMGMMD
Contd….
subject to
• The constraint given in the above equation can be established using
a Lagrange parameter λ.
• Finally, the distance is compared with a predefined threshold and
accordingly decision of acceptance or rejection is made.
)2(
21
)1(
21 xxxx MM =
Evaluation: Databases
• CASIA Database
– 5502 palmprint images / 312 subjects
– Left and right palms
– 8-bit gray scale JPEG images
– Taken with uniform-colored background
– Uniform distributed illumination
– Normalized to 150×150 pixels
• IIT Kanpur Database
– 800 palmprint images / 400 subjects
– Resolution is set to 200 dpi
– Images are rotated by at most ±35 degree
– Images are normalized to 150×150 pixels
Contd….Experimental Results
Table 1. FRR, FAR and Recognition Rates Determined on CASIA
and IIT Kanpur Databases
97.140.984.73IIT Kanpur
Database
95.82.396.01CASIA
Database
RECOGNITION RATE
(%)
FAR (%)FRR (%)DATABASE
Conclusion:
• In this paper, a palmprint based verification system using SIFT
features and Lagrangian network graph technique has been
proposed.
• Region of interest (ROI) has been extracted from the wide palm
texture at the preprocessing stage and histogram equalization
technique is applied to palmprint image for obtaining uniform
intensity.
• At the next stage, SIFT feature extraction is performed on palmprint
image, whereas only the ROI is considered for invariant points
extraction.
• Finally, identity is established by finding permutation matrix for a pair
of reference and probe palm graphs drawn on extracted SIFT
features. Permutation matrix is used to minimize the distance
between two graphs.
• The experimental results computed on CASIA and IITK palmprint
databases show the effectiveness and the robustness of the
proposed system.
References:
[1] Zhang, L., and Zhang, D., “Characterization of palmprints by wavelet signatures via directional context
modeling,” IEEE Transactions on Systems, Man and Cybernetics – B, 34(3), 1335 – 1347 (2004).
[2] Zhang, D., Kong, W. K., You, J., and Wong, M., “On-line palmprint identification,” IEEE Transactions on Pattern
Analysis and Machine Intelligence, 25, 1041 – 1050 (2003).
[3] Han, C. C., Cheng, H. L., Lin, C. L., and Fan, K. C., “Personal authentication using palmprint features,” Pattern
Recognition 36(2), 371 – 381 (2003).
[4] Lowe, D., “Distinctive image features from scale-invariant keypoints,” International Journal of Computer Vision,
60(2), 91 – 110 (2004).
[5] Christmas, W, J., Kittler, J., and Petrou, M., “Structural matching in computer vision using probabilistic
relaxation,” IEEE Transactions on Pattern Analysis and Machine Intelligence, 17, 749 – 764 (1995).
[6] Kong, W., and Zhang, D., “Feature-level fusion for effective palmprint authentication,” In: Zhang, D., Jain, A.K.
(eds.) ICBA 2004 LNCS, 3072, 761 – 767 (2004).
[7] Kisku, D. R., Gupta, P., and Sing, J. K., "Feature level fusion of face and palmprint biometrics by isomorphic
graph-based improved K-medoids partitioning," 4th International Conference on Information Security and
Assurance Lecture Notes in Computer Science, 6059, 70 – 81 (2010).
[8] Han, Y.F., Sun, Z.N., and Tan, T.N., “Palmprint recognition based on directional features and graph matching,”
International Conference on Biometrics, LNCS, 4642, 1164 – 1173 (2007).
[9] Jain, A. K., and Jianjiang, F., “Latent palmprint matching,” IEEE Transactions on Pattern Analysis and Machine
Intelligence, 31(6), 1032 – 1047 (2009)
[10] Kostin, A., Kittler, J., and Christmas, W. J., “Object recognition by symmetrised graph matching using relaxation
labelling with an inhibitory mechanism,” Pattern Recognition Letters, 26(3), 381 - 393 (2005)
[11] Gold, S., and Rangarajan, A., “A graduated assignment algorithm for graph matching,” IEEE Transactions on
Pattern Analysis and Machine Intelligence, 18(4), 377–388 (1996).
[12] Ullman, J. R., “An algorithm for subgraph isomorphism,” Journal of ACM, 23(1), 31 – 42 (1976).
[13] Jornsten, K., and Nasberg, M., “A new Lagrangian relaxation approach to the generalized assignment problem,”
European Journal of Operational Research, 27, 313 – 323 (1986).
[14] Guignard, M., and Kim, S., “Lagrangean decomposition: A model yielding stronger Lagrangian bounds,”
Mathematical Programming, 39, 215 – 228 (1987).
Questions ???
Thank You !!!
Contact Author: drkisku@ieee.orgContact Author: drkisku@ieee.orgContact Author: drkisku@ieee.orgContact Author: drkisku@ieee.org

More Related Content

PDF
Comparative Analysis of Hand Gesture Recognition Techniques
IJERA Editor
 
PDF
Gait Based Person Recognition Using Partial Least Squares Selection Scheme
ijcisjournal
 
PDF
Gait using moment with gray and
ijsc
 
PDF
Feature extraction based retrieval of
ijcsity
 
PDF
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
IJAAS Team
 
PDF
An Efficient Algorithm for the Segmentation of Astronomical Images
IOSR Journals
 
PDF
Segmentation and Classification of MRI Brain Tumor
IRJET Journal
 
PDF
Ijctt v7 p104
ssrgjournals
 
Comparative Analysis of Hand Gesture Recognition Techniques
IJERA Editor
 
Gait Based Person Recognition Using Partial Least Squares Selection Scheme
ijcisjournal
 
Gait using moment with gray and
ijsc
 
Feature extraction based retrieval of
ijcsity
 
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
IJAAS Team
 
An Efficient Algorithm for the Segmentation of Astronomical Images
IOSR Journals
 
Segmentation and Classification of MRI Brain Tumor
IRJET Journal
 
Ijctt v7 p104
ssrgjournals
 

What's hot (19)

PDF
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...
CSCJournals
 
PDF
A Novel Approach for Moving Object Detection from Dynamic Background
IJERA Editor
 
PDF
Automatic Image Segmentation Using Wavelet Transform Based On Normalized Gra...
IJMER
 
PDF
A comparative study of dimension reduction methods combined with wavelet tran...
ijcsit
 
PDF
Change Detection of Water-Body in Synthetic Aperture Radar Images
CSCJournals
 
PPTX
FAN search for image copy-move forgery-amalta 2014
SondosFadl
 
PDF
Image Registration
Angu Ramesh
 
PDF
3 video segmentation
prjpublications
 
PDF
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...
IOSR Journals
 
PDF
Analysis and Detection of Image Forgery Methodologies
ijsrd.com
 
PDF
Image classification in remote sensing
Alexander Decker
 
PDF
Wavelet Transform based Medical Image Fusion With different fusion methods
IJERA Editor
 
PDF
D45012128
IJERA Editor
 
PDF
V.KARTHIKEYAN PUBLISHED ARTICLE 1
KARTHIKEYAN V
 
PDF
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
CSCJournals
 
PPTX
Copy-Rotate-Move Forgery Detection Based on Spatial Domain
SondosFadl
 
PDF
B49010511
IJERA Editor
 
PDF
I04302068075
ijceronline
 
PDF
Pd3426592664
IJERA Editor
 
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...
CSCJournals
 
A Novel Approach for Moving Object Detection from Dynamic Background
IJERA Editor
 
Automatic Image Segmentation Using Wavelet Transform Based On Normalized Gra...
IJMER
 
A comparative study of dimension reduction methods combined with wavelet tran...
ijcsit
 
Change Detection of Water-Body in Synthetic Aperture Radar Images
CSCJournals
 
FAN search for image copy-move forgery-amalta 2014
SondosFadl
 
Image Registration
Angu Ramesh
 
3 video segmentation
prjpublications
 
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...
IOSR Journals
 
Analysis and Detection of Image Forgery Methodologies
ijsrd.com
 
Image classification in remote sensing
Alexander Decker
 
Wavelet Transform based Medical Image Fusion With different fusion methods
IJERA Editor
 
D45012128
IJERA Editor
 
V.KARTHIKEYAN PUBLISHED ARTICLE 1
KARTHIKEYAN V
 
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
CSCJournals
 
Copy-Rotate-Move Forgery Detection Based on Spatial Domain
SondosFadl
 
B49010511
IJERA Editor
 
I04302068075
ijceronline
 
Pd3426592664
IJERA Editor
 
Ad

Viewers also liked (16)

PPSX
Tejolisboa3
abilioconde
 
PPTX
1530 girls in-industry
cosmicnet
 
PDF
1 s2.0-s0022369702003566-main
tonamiry
 
PDF
โครงร่างโครงงาน
Angkana Potha
 
PPTX
Website may25latest
nfindelicato
 
PDF
Gli italiani "social" e le marche - Fotografia di uno scenario
Innexa
 
PDF
Truzim meslek-lisesi
zeynep_zyn85
 
PPS
Gianfranco rondon personas en tu vida
Gianfranco Rondon
 
PPTX
aya ueto
Sugawara Ryousuke
 
PPT
Biomedigala dimarts
Biomedigala2012
 
PPT
Brand U - Session 1
Pedro Aguirre
 
PPTX
The British Backgammon Awards 2012
stw672
 
PPTX
Dominate paola galvisss
PATHICO
 
PPTX
n0bisuke Isltm10
Sugawara Ryousuke
 
PPTX
Academi militar
byron18
 
PPT
Stopping by the woods on a snowy evening(World Literature)
Sarah Cruz
 
Tejolisboa3
abilioconde
 
1530 girls in-industry
cosmicnet
 
1 s2.0-s0022369702003566-main
tonamiry
 
โครงร่างโครงงาน
Angkana Potha
 
Website may25latest
nfindelicato
 
Gli italiani "social" e le marche - Fotografia di uno scenario
Innexa
 
Truzim meslek-lisesi
zeynep_zyn85
 
Gianfranco rondon personas en tu vida
Gianfranco Rondon
 
Biomedigala dimarts
Biomedigala2012
 
Brand U - Session 1
Pedro Aguirre
 
The British Backgammon Awards 2012
stw672
 
Dominate paola galvisss
PATHICO
 
n0bisuke Isltm10
Sugawara Ryousuke
 
Academi militar
byron18
 
Stopping by the woods on a snowy evening(World Literature)
Sarah Cruz
 
Ad

Similar to Palmprint verification using lagrangian decomposition and invariant interest (20)

PDF
Palmprint Identification Using FRIT
Dakshina Ranjan Kisku
 
PPTX
Successive Geometric Center Based Dynamic Signature Recognition
Dr. Vinayak Bharadi
 
PDF
SEGMENTATION AND RECOGNITION OF HANDWRITTEN DIGIT NUMERAL STRING USING A MULT...
ijfcstjournal
 
PDF
SEGMENTATION AND RECOGNITION OF HANDWRITTEN DIGIT NUMERAL STRING USING A MULT...
ijfcstjournal
 
PDF
Segmentation and recognition of handwritten digit numeral string using a mult...
ijfcstjournal
 
PDF
EE660_Report_YaxinLiu_8448347171
Yaxin Liu
 
PDF
Improved Characters Feature Extraction and Matching Algorithm Based on SIFT
Nooria Sukmaningtyas
 
PDF
IRJET-Computer Aided Touchless Palmprint Recognition Using Sift
IRJET Journal
 
PPTX
Face recognition by multimodal and multi algorithmic feature fusion of hybrid...
Dr. Vinayak Bharadi
 
PDF
journal paper publication
rikaseorika
 
PDF
Q UANTUM C LUSTERING -B ASED F EATURE SUBSET S ELECTION FOR MAMMOGRAPHIC I...
ijcsit
 
PDF
Visual diagnostics for more effective machine learning
Benjamin Bengfort
 
PDF
E017443136
IOSR Journals
 
PDF
Linearity of Feature Extraction Techniques for Medical Images by using Scale ...
ijtsrd
 
PDF
An fpga based efficient fruit recognition system using minimum
Alexander Decker
 
PDF
Ear Biometrics shritosh kumar
shritosh kumar
 
PDF
The International Journal of Engineering and Science (The IJES)
theijes
 
PDF
FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELD
ijesajournal
 
PPTX
"FingerPrint Recognition Using Principle Component Analysis(PCA)”
Er. Arpit Sharma
 
PDF
Intelligent Auto Horn System Using Artificial Intelligence
IRJET Journal
 
Palmprint Identification Using FRIT
Dakshina Ranjan Kisku
 
Successive Geometric Center Based Dynamic Signature Recognition
Dr. Vinayak Bharadi
 
SEGMENTATION AND RECOGNITION OF HANDWRITTEN DIGIT NUMERAL STRING USING A MULT...
ijfcstjournal
 
SEGMENTATION AND RECOGNITION OF HANDWRITTEN DIGIT NUMERAL STRING USING A MULT...
ijfcstjournal
 
Segmentation and recognition of handwritten digit numeral string using a mult...
ijfcstjournal
 
EE660_Report_YaxinLiu_8448347171
Yaxin Liu
 
Improved Characters Feature Extraction and Matching Algorithm Based on SIFT
Nooria Sukmaningtyas
 
IRJET-Computer Aided Touchless Palmprint Recognition Using Sift
IRJET Journal
 
Face recognition by multimodal and multi algorithmic feature fusion of hybrid...
Dr. Vinayak Bharadi
 
journal paper publication
rikaseorika
 
Q UANTUM C LUSTERING -B ASED F EATURE SUBSET S ELECTION FOR MAMMOGRAPHIC I...
ijcsit
 
Visual diagnostics for more effective machine learning
Benjamin Bengfort
 
E017443136
IOSR Journals
 
Linearity of Feature Extraction Techniques for Medical Images by using Scale ...
ijtsrd
 
An fpga based efficient fruit recognition system using minimum
Alexander Decker
 
Ear Biometrics shritosh kumar
shritosh kumar
 
The International Journal of Engineering and Science (The IJES)
theijes
 
FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELD
ijesajournal
 
"FingerPrint Recognition Using Principle Component Analysis(PCA)”
Er. Arpit Sharma
 
Intelligent Auto Horn System Using Artificial Intelligence
IRJET Journal
 

Recently uploaded (20)

PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
Doc9.....................................
SofiaCollazos
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 

Palmprint verification using lagrangian decomposition and invariant interest

  • 1. Palmprint Verification using Lagrangian Decomposition and Invariant Interest Points Authors: P. Gupta, A. Rattani, D. R. Kisku, *C. J. Hwang, J. K. Sing Presented by - C. J. Hwang Department of Computer Science, Texas State University, San Marcos, Texas 78666, U.S.A 25 - 29 April 2011 Orlando World Center Marriott Resort & Convention Center Orlando, Florida, USA
  • 2. Outline of Talk: • Biometrics • Palmprint Biometrics – Hand Geometry – Palm Characteristics • Advantages of Palmprint Trait • Proposed Palmprint Identification System • ROI Extraction • Feature Extraction using SIFT • Palmprint Matching using Graph • Experimental Results – CASIA Database – IIT Kanpur Database – Results – Conclusion
  • 3. Biometrics System: • Biometrics authentication is a method by which one can be recognized based on one or more intrinsic physical or behavioral human characteristics.
  • 4. Palmprint Biometrics: • Hand Geometry – Features: Hand shape and dimensions, finger size and lengths • Palm Characteristics – Features: Principal lines, wrinkles and creases • Principal lines: Heart line, head line and life line • Wrinkles: Weaker and irregular lines, much thinner than principal lines • Creases: More like fingerprint structure, have ridges and valleys
  • 5. Advantages of Palmprint System: – High distinctiveness – High permanence – High performance – Non – intrusiveness – Low resolution imaging – User – friendly – Low price palmprint devices and low setup cost – Highly stable
  • 6. Proposed Palmprint Identification System: • ROI [25] is detected and extracted from palm image. • Uniform intensity distribution is obtained by applying histogram equalization • SIFT is applied to the ROI (region of interest) of palmprint image to extract invariant features • Palmprint matching is performed using Lagrangian decomposition and graph matching technique
  • 7. ROI Extraction: To extract ROI of palm image the following steps are followed: • Convert the palm image to a binary image. Gaussian smoothing is used to enhance the image. • Apply boundary-tracking algorithm to obtain the boundaries of the gaps between the fingers. Since the ring and the middle fingers are not useful for processing. Therefore, boundary of the gap between these two fingers is not extracted.
  • 8. Contd…..ROI Extraction • Determine palmprint coordinate system by computing the tangent of the two gaps with any two points on these gaps. The Y-axis is considered as the line which joining these two points. To determine the origin of the coordinate system, midpoint of these two points are taken through which a line is passing and the line is perpendicular to the Y-axis. • Finally, extract ROI for feature extraction which is the central part of the palmprint.
  • 9. Feature Extraction using SIFT: The scale invariant feature transform, called SIFT descriptor, has been proposed by and proved to be invariant to image rotation, scaling, partly illumination changes and projective transform. The basic idea of the SIFT descriptor is detecting feature points efficiently through a staged filtering approach that identifies stable points in the scale-space.
  • 10. Contd…. Local feature points are extracted from the following steps: • Scale-space extrema detection: select candidates for feature points by searching peaks in the scale-space from a difference of Gaussian (DoG) function • Keypoint localization: localize the feature points by using the measurement of their stability • Orientation assignment: assign orientations based on local image properties • Keypoint descriptor: calculate the feature descriptors which represent local shape distortions and illumination changes.
  • 11. Contd…. • Palmprint Image • Palmprint Image After Applying Histogram Equalization • SIFT Features Extraction from Enhanced Palmprint Image. 50 100 150 200 250 300 50 100 150 200 250
  • 12. Palmprint Matching using Lagrangian Network Graph: Problem formulation: • Let G1 and G2 be two graphs obtained from a pair of palmprint images after having extracted SIFT features • A permutation matrix is determined from the pair of graphs and this permutation matrix is used to minimize the distance between these graphs. • Permutation matrix is a zero-one matrix whose rows and columns sum to one. Rows and columns can add up to one or zero. • In the deterministic annealing framework, permutation matrix constraints can be formulated. The rows and columns constraints are known as winner- take-alls (WTAs). • The proposed approach gets inspired by Lagrangian decomposition approach in which the rows and columns constraints are satisfied separately by Lagrange multipliers which are used to equate the two solutions.
  • 13. Contd…. • Let us consider, G1x1y1 and G2x2y2 are the two adjacency matrices of two graphs G1(V,E) and G2(V,E), respectively. Now, a permutation matrix M will be determined which will minimize the distance between the two graphs. • The adjacency matrices of the two undirected graphs can be represented as symmetric and sparse matrices with zero diagonal entries. • The problem can be defined as follows ∑ ∑ ∑         − 21 2 1 2 22211111 21min xx y y xyyxxyyx M GMMG ∑ ∑ == 1 2 2121 1,1 x x xxxx MM
  • 14. Contd…. • The match matrix M contained in the distance measure must satisfy the permutation matrix constraints. In addition to these constraints it also includes row and column WTAs ∑ ∑ == 1 2 2121 )1,1( x x xxxx MandM • Let us consider two match matrices are given as and which have the following properties, )1( 21xxM )2( 21xxM ∑ ∑ == 1 2 2121 1,1 x x xxxx MandM • In the given constrains these properties are always satisfied. The properties given in above equation can be established by taking a new objective which is given by ∑ ∑∑         −= 21 2 2 22 )2( 21 1 )1( 2111 )2()1( , 21),(min )2()1( xx y xyyx y xyyx MM GMMGMMD
  • 15. Contd…. subject to • The constraint given in the above equation can be established using a Lagrange parameter λ. • Finally, the distance is compared with a predefined threshold and accordingly decision of acceptance or rejection is made. )2( 21 )1( 21 xxxx MM =
  • 16. Evaluation: Databases • CASIA Database – 5502 palmprint images / 312 subjects – Left and right palms – 8-bit gray scale JPEG images – Taken with uniform-colored background – Uniform distributed illumination – Normalized to 150×150 pixels • IIT Kanpur Database – 800 palmprint images / 400 subjects – Resolution is set to 200 dpi – Images are rotated by at most ±35 degree – Images are normalized to 150×150 pixels
  • 17. Contd….Experimental Results Table 1. FRR, FAR and Recognition Rates Determined on CASIA and IIT Kanpur Databases 97.140.984.73IIT Kanpur Database 95.82.396.01CASIA Database RECOGNITION RATE (%) FAR (%)FRR (%)DATABASE
  • 18. Conclusion: • In this paper, a palmprint based verification system using SIFT features and Lagrangian network graph technique has been proposed. • Region of interest (ROI) has been extracted from the wide palm texture at the preprocessing stage and histogram equalization technique is applied to palmprint image for obtaining uniform intensity. • At the next stage, SIFT feature extraction is performed on palmprint image, whereas only the ROI is considered for invariant points extraction. • Finally, identity is established by finding permutation matrix for a pair of reference and probe palm graphs drawn on extracted SIFT features. Permutation matrix is used to minimize the distance between two graphs. • The experimental results computed on CASIA and IITK palmprint databases show the effectiveness and the robustness of the proposed system.
  • 19. References: [1] Zhang, L., and Zhang, D., “Characterization of palmprints by wavelet signatures via directional context modeling,” IEEE Transactions on Systems, Man and Cybernetics – B, 34(3), 1335 – 1347 (2004). [2] Zhang, D., Kong, W. K., You, J., and Wong, M., “On-line palmprint identification,” IEEE Transactions on Pattern Analysis and Machine Intelligence, 25, 1041 – 1050 (2003). [3] Han, C. C., Cheng, H. L., Lin, C. L., and Fan, K. C., “Personal authentication using palmprint features,” Pattern Recognition 36(2), 371 – 381 (2003). [4] Lowe, D., “Distinctive image features from scale-invariant keypoints,” International Journal of Computer Vision, 60(2), 91 – 110 (2004). [5] Christmas, W, J., Kittler, J., and Petrou, M., “Structural matching in computer vision using probabilistic relaxation,” IEEE Transactions on Pattern Analysis and Machine Intelligence, 17, 749 – 764 (1995). [6] Kong, W., and Zhang, D., “Feature-level fusion for effective palmprint authentication,” In: Zhang, D., Jain, A.K. (eds.) ICBA 2004 LNCS, 3072, 761 – 767 (2004). [7] Kisku, D. R., Gupta, P., and Sing, J. K., "Feature level fusion of face and palmprint biometrics by isomorphic graph-based improved K-medoids partitioning," 4th International Conference on Information Security and Assurance Lecture Notes in Computer Science, 6059, 70 – 81 (2010). [8] Han, Y.F., Sun, Z.N., and Tan, T.N., “Palmprint recognition based on directional features and graph matching,” International Conference on Biometrics, LNCS, 4642, 1164 – 1173 (2007). [9] Jain, A. K., and Jianjiang, F., “Latent palmprint matching,” IEEE Transactions on Pattern Analysis and Machine Intelligence, 31(6), 1032 – 1047 (2009) [10] Kostin, A., Kittler, J., and Christmas, W. J., “Object recognition by symmetrised graph matching using relaxation labelling with an inhibitory mechanism,” Pattern Recognition Letters, 26(3), 381 - 393 (2005) [11] Gold, S., and Rangarajan, A., “A graduated assignment algorithm for graph matching,” IEEE Transactions on Pattern Analysis and Machine Intelligence, 18(4), 377–388 (1996). [12] Ullman, J. R., “An algorithm for subgraph isomorphism,” Journal of ACM, 23(1), 31 – 42 (1976). [13] Jornsten, K., and Nasberg, M., “A new Lagrangian relaxation approach to the generalized assignment problem,” European Journal of Operational Research, 27, 313 – 323 (1986). [14] Guignard, M., and Kim, S., “Lagrangean decomposition: A model yielding stronger Lagrangian bounds,” Mathematical Programming, 39, 215 – 228 (1987).