LocalScore: Local Density-Aware Similarity Scoring for Biometrics
Yiyang Su, Minchul Kim, Jie Zhu, Christopher Perry, Feng Liu, Anil Jain, Xiaoming Liu
TL;DR
This work tackles open-set biometrics by addressing the limitation of collapsing multi-sample gallery variability into a single prototype. It introduces LocalScore, a simple, architecture-agnostic scoring method that augments traditional per-subject scores with a k-th nearest neighbor-based local-density term, computed per probe and selectively fused to the top-scoring subject. The authors provide a theoretical framework with conditions under which LocalScore improves FNIR@FPIR and TAR@FAR, and validate the approach across face, gait, and person reID tasks using diverse models and datasets, including Monte Carlo simulations that support their theory. Practically, LocalScore delivers substantial gains with negligible overhead and supports optional gallery clustering to balance accuracy and efficiency, making it a ready-to-deploy enhancement for real-world open-set biometric systems.
Abstract
Open-set biometrics faces challenges with probe subjects who may not be enrolled in the gallery, as traditional biometric systems struggle to detect these non-mated probes. Despite the growing prevalence of multi-sample galleries in real-world deployments, most existing methods collapse intra-subject variability into a single global representation, leading to suboptimal decision boundaries and poor open-set robustness. To address this issue, we propose LocalScore, a simple yet effective scoring algorithm that explicitly incorporates the local density of the gallery feature distribution using the k-th nearest neighbors. LocalScore is architecture-agnostic, loss-independent, and incurs negligible computational overhead, making it a plug-and-play solution for existing biometric systems. Extensive experiments across multiple modalities demonstrate that LocalScore consistently achieves substantial gains in open-set retrieval (FNIR@FPIR reduced from 53% to 40%) and verification (TAR@FAR improved from 51% to 74%). We further provide theoretical analysis and empirical validation explaining when and why the method achieves the most significant gains based on dataset characteristics.
