Latent Fingerprint Matching via Dense Minutia Descriptor
Zhiyu Pan, Yongjie Duan, Xiongjun Guan, Jianjiang Feng, Jie Zhou
TL;DR
This work tackles the challenging problem of latent fingerprint matching by introducing Dense Minutia Descriptor (DMD), a three-dimensional, dual-branch neural descriptor that jointly models texture and minutiae information while using a segmentation map to constrain matching to foreground regions. The method aligns patches to anchor minutiae, employs a 2D positional embedding, and normalizes matching scores based on overlap, enabling robust comparison despite partial and degraded latent prints. Training combines CosFace-based losses for both descriptor types, a segmentation and minutiae regression loss, and a similarity loss between plain and distorted fingerprints, with sophisticated minutiae sampling and data augmentation to simulate distortions. Empirical results on NIST SD27 and N2N Latent demonstrate state-of-the-art performance, and a binary variant further improves efficiency while preserving accuracy, signaling strong potential for scalable latent fingerprint indexing and secure template applications.
Abstract
Latent fingerprint matching is a daunting task, primarily due to the poor quality of latent fingerprints. In this study, we propose a deep-learning based dense minutia descriptor (DMD) for latent fingerprint matching. A DMD is obtained by extracting the fingerprint patch aligned by its central minutia, capturing detailed minutia information and texture information. Our dense descriptor takes the form of a three-dimensional representation, with two dimensions associated with the original image plane and the other dimension representing the abstract features. Additionally, the extraction process outputs the fingerprint segmentation map, ensuring that the descriptor is only valid in the foreground region. The matching between two descriptors occurs in their overlapping regions, with a score normalization strategy to reduce the impact brought by the differences outside the valid area. Our descriptor achieves state-of-the-art performance on several latent fingerprint datasets. Overall, our DMD is more representative and interpretable compared to previous methods.
