比较ViT与ResNet在跨人口统计特征下的人脸认证公平性
Can Vision Transformers with ResNet's Global Features Fairly Authenticate Demographic Faces?
- 融合ViT与ResNet全局特征,用原型网络实现少样本认证
- 微软Swin Transformer表现最优,支持集增大性能提升明显
- 针对不同种族、性别、年龄设计新数据集,验证公平性
生物特征人脸认证在计算机视觉中至关重要,但确保跨人口统计群体的公平性和泛化能力仍是重大挑战。本文研究了基于预训练全局特征的视觉变换器(ViT)与ResNet能否在最小依赖局部特征的前提下公平认证不同人口统计特征的人脸。采用来自Facebook、Google和微软的三个SOTA ViT基础模型及ResNet-18提取全局特征,将两者特征拼接后通过两层全连接网络训练以捕获局部特征。设计了一种新型少样本原型网络,结合骨干网络特征嵌入。同时构建了新的用于支持与查询的种族/民族、性别、年龄各异的人脸图像数据集。在单样本、三样本和五样本场景下测试网络性能,评估支持集大小对性能的影响。结果表明,在不同数据集上,微软Swin Transformer骨干网络表现最佳。代码与数据已公开:https://github.com/Sufianlab/FairVitBio。
原文摘要 · Abstract (English)
Biometric face authentication is crucial in computer vision, but ensuring fairness and generalization across demographic groups remains a big challenge. Therefore, we investigated whether Vision Transformer (ViT) and ResNet, leveraging pre-trained global features, can fairly authenticate different demographic faces while relying minimally on local features. In this investigation, we used three pre-trained state-of-the-art (SOTA) ViT foundation models from Facebook, Google, and Microsoft for global features as well as ResNet-18. We concatenated the features from ViT and ResNet, passed them through two fully connected layers, and trained on customized face image datasets to capture the local features. Then, we designed a novel few-shot prototype network with backbone features embedding. We also developed new demographic face image support and query datasets for this empirical study. The network's testing was conducted on this dataset in one-shot, three-shot, and five-shot scenarios to assess how performance improves as the size of the support set increases. We observed results across datasets with varying races/ethnicities, genders, and age groups. The Microsoft Swin Transformer backbone performed better among the three SOTA ViT for this task. The code and data are available at: https://github.com/Sufianlab/FairVitBio.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。