Face.evoLVe: A High-Performance Face Recognition Library
Qingzhong Wang, Pengfei Zhang, Haoyi Xiong, Jian Zhao

TL;DR
face.evoLVe is a comprehensive, high-performance library for face recognition that integrates various deep learning methods, supports multi-GPU training, and facilitates research and competition participation.
Contribution
It introduces a versatile face recognition library with full process coverage, multi-platform support, and easy integration of new methods, advancing reproducibility and research efficiency.
Findings
Achieved first place in face recognition competitions.
Provides source code, trained models, and aligned images for benchmarking.
Widely adopted with over 2.4K stars and 622 forks.
Abstract
In this paper, we develop face.evoLVe -- a comprehensive library that collects and implements a wide range of popular deep learning-based methods for face recognition. First of all, face.evoLVe is composed of key components that cover the full process of face analytics, including face alignment, data processing, various backbones, losses, and alternatives with bags of tricks for improving performance. Later, face.evoLVe supports multi-GPU training on top of different deep learning platforms, such as PyTorch and PaddlePaddle, which facilitates researchers to work on both large-scale datasets with millions of images and low-shot counterparts with limited well-annotated data. More importantly, along with face.evoLVe, images before & after alignment in the common benchmark datasets are released with source codes and trained models provided. All these efforts lower the technical burdens in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Biometric Identification and Security · Face and Expression Recognition
