菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-02
📄 Abstract - AGVBench: A Reliability-Oriented Benchmark of Data Augmentation for Vein Recognition

Vein recognition is a secure biometric technology often constrained by limited annotated data and imaging variations. While data augmentation mitigates this, strategies designed for natural images may disrupt the fine-grained topology and textures essential for identity discrimination. We present AGVBench, which evaluates 30 representative augmentation strategies on five public palm- and finger-vein datasets with seven backbone architectures, covering classic CNNs, vision transformers, and vein-specific recognition models. Our results show that multi-image mixing methods (e.g., MixUp, PuzzleMix, StarMixup) generally provide the strongest recognition performance. However, they are often poorly calibrated and vulnerable to adversarial perturbations, revealing a clear inconsistency between clean accuracy and adversarial security. We also find that severe geometric transformations frequently degrade recognition, which is potentially due to feature misalignment or spatial cropping, and that augmentation effectiveness varies across palm and finger vein datasets. These findings prove that accuracy-centric evaluation is insufficient for biometric augmentation. AGVBench provides standardized protocols to support reproducible research and guide the design of reliable, secure, and robust vein recognition systems. Our codebase is available at this https URL.

顶级标签: computer vision benchmark model evaluation
详细标签: vein recognition data augmentation adversarial robustness biometrics evaluation benchmark 或 搜索:

AGVBench:面向可靠性的静脉识别数据增强基准测试 / AGVBench: A Reliability-Oriented Benchmark of Data Augmentation for Vein Recognition


1️⃣ 一句话总结

本文提出了一个名为AGVBench的基准测试平台,系统评估了30种数据增强方法在静脉识别任务中的效果,发现多图像混合增强能提升识别准确率,但会降低模型的安全性和稳定性,因此仅靠准确率评估并不足以保障生物特征识别系统的可靠性。

源自 arXiv: 2607.02271