Finger Pose Estimation for Under-screen Fingerprint Sensor
Xiongjun Guan, Zhiyu Pan, Jianjiang Feng, Jie Zhou
TL;DR
This paper tackles the challenge of estimating finger pose for partial fingerprints captured by under-screen sensors. It introduces DRACO, a dual-modal framework that simultaneously leverages ridge patches and capacitive images, fusing their complementary information through a Mixture of Experts and a knowledge-transfer mechanism from plain to partial fingerprints. Pose is represented as decoupled probability distributions over $x$, $y$, $ ext{cos} heta$, and $ ext{sin} heta$, enabling robust, differentiable regression via expectation over class embeddings. The approach achieves state-of-the-art performance on multiple public and private datasets, improving both pose estimation accuracy and downstream fingerprint recognition tasks, and demonstrates practical feasibility with competitive efficiency. The work provides a principled direction for integrating multimodal, partial-sensor data into robust biometric pipelines.
Abstract
Two-dimensional pose estimation plays a crucial role in fingerprint recognition by facilitating global alignment and reduce pose-induced variations. However, existing methods are still unsatisfactory when handling with large angle or small area inputs. These limitations are particularly pronounced on fingerprints captured by under-screen fingerprint sensors in smartphones. In this paper, we present a novel dual-modal input based network for under-screen fingerprint pose estimation. Our approach effectively integrates two distinct yet complementary modalities: texture details extracted from ridge patches through the under-screen fingerprint sensor, and rough contours derived from capacitive images obtained via the touch screen. This collaborative integration endows our network with more comprehensive and discriminative information, substantially improving the accuracy and stability of pose estimation. A decoupled probability distribution prediction task is designed, instead of the traditional supervised forms of numerical regression or heatmap voting, to facilitate the training process. Additionally, we incorporate a Mixture of Experts (MoE) based feature fusion mechanism and a relationship driven cross-domain knowledge transfer strategy to further strengthen feature extraction and fusion capabilities. Extensive experiments are conducted on several public datasets and two private datasets. The results indicate that our method is significantly superior to previous state-of-the-art (SOTA) methods and remarkably boosts the recognition ability of fingerprint recognition algorithms. Our code is available at https://github.com/XiongjunGuan/DRACO.
