English

LVFace: Progressive Cluster Optimization for Large Vision Models in Face Recognition

Computer Vision and Pattern Recognition 2025-08-18 v3

Abstract

Vision Transformers (ViTs) have revolutionized large-scale visual modeling, yet remain underexplored in face recognition (FR) where CNNs still dominate. We identify a critical bottleneck: CNN-inspired training paradigms fail to unlock ViT's potential, leading to suboptimal performance and convergence instability.To address this challenge, we propose LVFace, a ViT-based FR model that integrates Progressive Cluster Optimization (PCO) to achieve superior results. Specifically, PCO sequentially applies negative class sub-sampling (NCS) for robust and fast feature alignment from random initialization, feature expectation penalties for centroid stabilization, performing cluster boundary refinement through full-batch training without NCS constraints. LVFace establishes a new state-of-the-art face recognition baseline, surpassing leading approaches such as UniFace and TopoFR across multiple benchmarks. Extensive experiments demonstrate that LVFace delivers consistent performance gains, while exhibiting scalability to large-scale datasets and compatibility with mainstream VLMs and LLMs. Notably, LVFace secured 1st place in the ICCV 2021 Masked Face Recognition (MFR)-Ongoing Challenge (March 2025), proving its efficacy in real-world scenarios. Project is available at https://github.com/bytedance/LVFace.

Keywords

Cite

@article{arxiv.2501.13420,
  title  = {LVFace: Progressive Cluster Optimization for Large Vision Models in Face Recognition},
  author = {Jinghan You and Shanglin Li and Yuanrui Sun and Jiangchuan Wei and Mingyu Guo and Chao Feng and Jiao Ran},
  journal= {arXiv preprint arXiv:2501.13420},
  year   = {2025}
}

Comments

Accepted at ICCV25 as highlight paper, code released at https://github.com/bytedance/LVFace

R2 v1 2026-06-28T21:14:27.455Z