Search papers, labs, and topics across Lattice.
This paper introduces UoU, a Universal Fingerprint Foundation Model that leverages large-scale unsupervised learning to enhance fingerprint recognition by reframing feature extraction as a domain-specific foundation model problem. By organizing a multi-level representation hierarchy and employing a training strategy that combines supervised cold starts with weakly supervised refinement and unsupervised consolidation, UoU achieves improved representation reuse across varying fingerprint qualities and applications. The architecture-agnostic design allows for multi-task learning and specialization, demonstrating significant potential for advancing fingerprint recognition systems beyond traditional task-specific pipelines.
UoU revolutionizes fingerprint recognition by enabling a universal model that reuses representations across diverse applications, challenging the limitations of traditional task-specific approaches.
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.