CVJun 16

UoU: A Universal Fingerprint Foundation Model Based on Large-Scale Unsupervised Learning

arXiv:2606.174368.4Has Code
Predicted impact top 61% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the fragmentation in fingerprint recognition pipelines by providing a unified foundation model that can be adapted to multiple tasks, potentially reducing engineering effort and improving cross-sensor generalization.

UoU introduces a universal fingerprint foundation model that unifies enhancement, parsing, alignment, and matching into a single multi-level representation hierarchy, trained via a combination of supervised, weakly supervised, and unsupervised learning. The approach achieves strong performance across diverse sensors and downstream tasks, with the baseline implementation publicly available.

Fingerprint recognition is still dominated by task-specific pipelines, where enhancement, structural parsing, alignment, and matching are optimized in isolation. Although effective in narrow settings, this design limits representation reuse across sensors, qualities, and downstream applications. We therefore present UoU, short for ``a \textbf{U}niversal fingerprint foundation model based \textbf{o}n large-scale \textbf{U}nsupervised learning,'' which reframes fingerprint feature extraction as a domain-specific foundation-model problem. UoU is organized around a multi-level representation hierarchy spanning image restoration, structural fields, semantic tokens, point-level biometric entities, and compact global descriptors. Its training recipe combines a supervised cold start on precise annotations, large-scale weakly supervised refinement, and large-scale unsupervised consolidation, with the latter two stages iterated during large-scale training so that weak supervision broadens semantic coverage while unsupervised learning stabilizes correspondences, invariances, and representation geometry. Rather than treating fingerprint imagery as generic texture, UoU exploits domain-specific symmetries and intermediate structure, including orientation flow, periodic ridge patterns, sparse biometric entities, and spatial equivariance. The framework is intentionally architecture-agnostic: while the present study includes an initial transformer-based structured-prediction instantiation, the broader design supports multi-task learning, scalable model configurations, and downstream specialization for matching, alignment, enhancement, registration, and related fingerprint applications. This paper presents the technical motivation, system design, and validation protocol of UoU, and part of the baseline implementation is publicly available at https://github.com/XiongjunGuan/UoU.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes