# FKIMNet: A Finger Dorsal Image Matching Network Comparing Component   (Major, Minor and Nail) Matching with Holistic (Finger Dorsal) Matching

**Authors:** Daksh Thapar, Gaurav Jaswal, Aditya Nigam

arXiv: 1904.01289 · 2020-06-26

## TL;DR

This paper introduces FKIMNet, a CNN-based system for full finger dorsal image recognition, demonstrating that using the entire finger yields better biometric matching than focusing on specific regions, with extensive experiments on public datasets.

## Contribution

The paper proposes a novel CNN model for full finger dorsal recognition and compares its performance with ROI-based methods, highlighting the advantages of holistic finger matching.

## Key findings

- Full finger matching outperforms ROI-based methods.
- The CNN achieves effective 128-D embeddings for finger images.
- Fusion of multiple finger modalities improves recognition accuracy.

## Abstract

Current finger knuckle image recognition systems, often require users to place fingers' major or minor joints flatly towards the capturing sensor. To extend these systems for user non-intrusive application scenarios, such as consumer electronics, forensic, defence etc, we suggest matching the full dorsal fingers, rather than the major/ minor region of interest (ROI) alone. In particular, this paper makes a comprehensive study on the comparisons between full finger and fusion of finger ROI's for finger knuckle image recognition. These experiments suggest that using full-finger, provides a more elegant solution. Addressing the finger matching problem, we propose a CNN (convolutional neural network) which creates a $128$-D feature embedding of an image. It is trained via. triplet loss function, which enforces the L2 distance between the embeddings of the same subject to be approaching zero, whereas the distance between any 2 embeddings of different subjects to be at least a margin. For precise training of the network, we use dynamic adaptive margin, data augmentation, and hard negative mining. In distinguished experiments, the individual performance of finger, as well as weighted sum score level fusion of major knuckle, minor knuckle, and nail modalities have been computed, justifying our assumption to consider full finger as biometrics instead of its counterparts. The proposed method is evaluated using two publicly available finger knuckle image datasets i.e., PolyU FKP dataset and PolyU Contactless FKI Datasets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.01289/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1904.01289/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1904.01289/full.md

---
Source: https://tomesphere.com/paper/1904.01289