基础模型经微调后可高效用于人脸识别,尤其在小数据场景下表现更优。
FRoundation: Are Foundation Models Ready for Face Recognition?
- 用合成数据和真实数据微调基础模型,适配人脸识别任务。
- 仅用1000人数据微调后,DINOv2 ViT-S在多个基准上达87.10%准确率。
- 相比从头训练,微调模型节省计算成本且不依赖大数据集。
基础模型通常在大规模、多样化的无监督或自监督数据上预训练,具备广泛适用性。本文首次系统考察其在人脸识别(FR)领域的适用性。通过在不同规模的数据集上对多种基础模型进行训练与微调,并在多个基准上评估,发现尽管基础模型通用性强,但直接使用时性能仍低于专为人脸识别设计的模型。然而,经微调后,其表现显著提升,尤其在数据稀缺时优于从头训练的模型。例如,仅用1000个身份微调的DINOv2 ViT-S,在LFW、CALFW、CPLFW、CFP-FP和AgeDB30上平均验证准确率达87.10%,而未微调版本仅为64.70%;同架构从头训练仅达69.96%。当使用更大规模人脸数据集时,微调后的DINOv2和CLIP ViT-L模型分别达到96.03%和95.59%。此外,引入合成人脸数据进一步提升了性能。相比从头训练的同类模型,微调基础模型在相似性能下降低训练开销,且无需依赖海量数据。
原文摘要 · Abstract (English)
Foundation models are predominantly trained in an unsupervised or self-supervised manner on highly diverse and large-scale datasets, making them broadly applicable to various downstream tasks. In this work, we investigate for the first time whether such models are suitable for the specific domain of face recognition (FR). We further propose and demonstrate the adaptation of these models for FR across different levels of data availability, including synthetic data. Extensive experiments are conducted on multiple foundation models and datasets of varying scales for training and fine-tuning, with evaluation on a wide range of benchmarks. Our results indicate that, despite their versatility, pre-trained foundation models tend to underperform in FR in comparison with similar architectures trained specifically for this task. However, fine-tuning foundation models yields promising results, often surpassing models trained from scratch, particularly when training data is limited. For example, after fine-tuning only on 1K identities, DINOv2 ViT-S achieved average verification accuracy on LFW, CALFW, CPLFW, CFP-FP, and AgeDB30 benchmarks of 87.10%, compared to 64.70% achieved by the same model and without fine-tuning. While training the same model architecture, ViT-S, from scratch on 1k identities reached 69.96%. With access to larger-scale FR training datasets, these performances reach 96.03% and 95.59% for the DINOv2 and CLIP ViT-L models, respectively. In comparison to the ViT-based architectures trained from scratch for FR, fine-tuned same architectures of foundation models achieve similar performance while requiring lower training computational costs and not relying on the assumption of extensive data availability. We further demonstrated the use of synthetic face data, showing improved performances over both pre-trained foundation and ViT models.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。