菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-25
📄 Abstract - AHAN: Asymmetric Hierarchical Attention Network for Identical Twin Face Verification

Identical twin face verification represents an extreme fine-grained recognition challenge where even state-of-the-art systems fail due to overwhelming genetic similarity. Current face recognition methods achieve over 99.8% accuracy on standard benchmarks but drop dramatically to 88.9% when distinguishing identical twins, exposing critical vulnerabilities in biometric security systems. The difficulty lies in learning features that capture subtle, non-genetic variations that uniquely identify individuals. We propose the Asymmetric Hierarchical Attention Network (AHAN), a novel architecture specifically designed for this challenge through multi-granularity facial analysis. AHAN introduces a Hierarchical Cross-Attention (HCA) module that performs multi-scale analysis on semantic facial regions, enabling specialized processing at optimal resolutions. We further propose a Facial Asymmetry Attention Module (FAAM) that learns unique biometric signatures by computing cross-attention between left and right facial halves, capturing subtle asymmetric patterns that differ even between twins. To ensure the network learns truly individuating features, we introduce Twin-Aware Pair-Wise Cross-Attention (TA-PWCA), a training-only regularization strategy that uses each subject's own twin as the hardest possible distractor. Extensive experiments on the ND_TWIN dataset demonstrate that AHAN achieves 92.3% twin verification accuracy, representing a 3.4% improvement over state-of-the-art methods.

顶级标签: computer vision model training model evaluation
详细标签: face verification identical twins attention network biometric security fine-grained recognition 或 搜索:

AHAN:用于同卵双胞胎人脸验证的非对称分层注意力网络 / AHAN: Asymmetric Hierarchical Attention Network for Identical Twin Face Verification


1️⃣ 一句话总结

这篇论文提出了一种名为AHAN的新型神经网络,它通过分析人脸不同区域的细微差异和不对称性,专门用于解决区分长相几乎一模一样的同卵双胞胎这一高难度人脸识别难题,显著提升了识别准确率。

源自 arXiv: 2602.21503