paper-with-me

Papers

Learning a Fixed-Length Fingerprint Representation

2019-09-21 · Joshua J. Engelsma, Kai Cao, Anil K. Jain

We present DeepPrint, a deep network, which learns to extract fixed-length fingerprint representations of only 200 bytes. DeepPrint incorporates fingerprint domain knowledge, including alignment and minutiae detection, into the deep network architecture to maximize the discriminative power of its representation. The compact, DeepPrint representation has several advantages over the prevailing variable length minutiae representation which (i) requires computationally expensive graph matching techniques, (ii) is difficult to secure using strong encryption schemes (e.g. homomorphic encryption), and (iii) has low discriminative power in poor quality fingerprints where minutiae extraction is unreliable. We benchmark DeepPrint against two top performing COTS SDKs (Verifinger and Innovatrics) from the NIST and FVC evaluations. Coupled with a re-ranking scheme, the DeepPrint rank-1 search accuracy on the NIST SD4 dataset against a gallery of 1.1 million fingerprints is comparable to the top COTS matcher, but it is significantly faster (DeepPrint: 98.80% in 0.3 seconds vs. COTS A: 98.85% in 27 seconds). To the best of our knowledge, the DeepPrint representation is the most compact and discriminative fixed-length fingerprint representation reported in the academic literature.

📄 PDF Abstract BibTeX arXiv:1909.09901

Code (1)

tim-rohwedder/fixed-length-fingerprint-extractors pytorch

Tasks

Graph MatchingRe-Ranking

Similar Papers 제목 키워드 기반

IFViT: Interpretable Fixed-Length Representation for Fingerprint Matching via Vision Transformer

2024-04-12 · Yuhang Qiu, Honghui Chen, Xingbo Dong, Zheng Lin 외

Determining dense feature points on fingerprints used in constructing deep fixed-length representations for accurate matching, particularly at the pixel level, is of significant interest. To explore the interpretability …

Fixed-Length Dense Fingerprint Representation

2025-05-06 · Zhiyu Pan, Xiongjun Guan, Yongjie Duan, Jianjiang Feng 외

Fixed-length fingerprint representations, which map each fingerprint to a compact and fixed-size feature vector, are computationally efficient and well-suited for large-scale matching. However, designing a robust represe…

Fixed-length Dense Descriptor for Efficient Fingerprint Matching

2023-11-30 · Zhiyu Pan, Yongjie Duan, Jianjiang Feng, Jie zhou

In fingerprint matching, fixed-length descriptors generally offer greater efficiency compared to minutiae set, but the recognition accuracy is not as good as that of the latter. Although much progress has been made in de…

Fingerprints: Fixed Length Representation via Deep Networks and Domain Knowledge

2019-04-01 · Joshua J. Engelsma, Kai Cao, Anil K. Jain

We learn a discriminative fixed length feature representation of fingerprints which stands in contrast to commonly used unordered, variable length sets of minutiae points. To arrive at this fixed length representation, w…

Benchmarking fixed-length Fingerprint Representations across different Embedding Sizes and Sensor Types

2023-07-17 · Tim Rohwedder, Daile Osorio-Roig, Christian Rathgeb, Christoph Busch

Traditional minutiae-based fingerprint representations consist of a variable-length set of minutiae. This necessitates a more complex comparison causing the drawback of high computational cost in one-to-many comparison. …

Benchmarking