Open-Set Vein Biometric Recognition with Deep Metric Learning
Summary
A new vein biometric recognition framework addresses the limitations of traditional closed-set classification by employing Deep Metric Learning (DML) for open-set scenarios. This approach learns discriminative L2-normalised embeddings and uses prototype-based matching with a calibrated similarity threshold to differentiate between enrolled users and unknown impostors. The framework was evaluated using a strict subject-disjoint protocol across four datasets: MMCBNU 6000, UTFVP, FYO, and a dorsal hand-vein dataset. On the large-scale MMCBNU 6000 benchmark, the ResNet50-CBAM model achieved an Open-Set Classification Rate (OSCR) of 0.9945, an AUROC of 0.9974, and an Equal Error Rate (EER) of 1.57%, alongside 99.6% Rank-1 identification accuracy. Cross-dataset experiments confirmed robust handling of large-scale data but noted sensitivity to domain shifts in low-data regimes.
Key takeaway
For Research Scientists developing biometric systems, this DML-based open-set approach offers a robust alternative to traditional closed-set methods, enabling adaptive enrollment of new users without retraining. You should consider implementing triplet-based objectives with a 1-NN classifier to achieve an optimal balance of accuracy and efficiency, especially for real-time deployment on standard hardware. Be mindful of performance degradation due to domain shifts in low-data environments.
Key insights
Deep Metric Learning enables scalable open-set vein biometric recognition, overcoming closed-set limitations.
Principles
- Open-set recognition improves scalability.
- DML learns discriminative embeddings.
- Prototype matching uses similarity thresholds.
Method
The method learns L2-normalised embeddings, then applies prototype-based matching with a calibrated similarity threshold to distinguish enrolled users from unseen impostors, evaluated under a subject-disjoint protocol.
In practice
- Use triplet-based objectives for DML.
- Combine with 1-NN for efficiency.
- Deploy on commodity hardware.
Topics
- Open-Set Recognition
- Vein Biometrics
- Deep Metric Learning
- L2-Normalised Embeddings
- Prototype-Based Matching
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.