English

OSDFace: One-Step Diffusion Model for Face Restoration

Computer Vision and Pattern Recognition 2026-04-14 v2

Abstract

Diffusion models have demonstrated impressive performance in face restoration. Yet, their multi-step inference process remains computationally intensive, limiting their applicability in real-world scenarios. Moreover, existing methods often struggle to generate face images that are harmonious, realistic, and consistent with the subject's identity. In this work, we propose OSDFace, a novel one-step diffusion model for face restoration. Specifically, we propose a visual representation embedder (VRE) to better capture prior information and understand the input face. In VRE, low-quality faces are processed by a visual tokenizer and subsequently embedded with a vector-quantized dictionary to generate visual prompts. Additionally, we incorporate a facial identity loss derived from face recognition to further ensure identity consistency. We further employ a generative adversarial network (GAN) as a guidance model to encourage distribution alignment between the restored face and the ground truth. Experimental results demonstrate that OSDFace surpasses current state-of-the-art (SOTA) methods in both visual quality and quantitative metrics, generating high-fidelity, natural face images with high identity consistency. The code and model will be released at https://github.com/jkwang28/OSDFace.

Keywords

Cite

@article{arxiv.2411.17163,
  title  = {OSDFace: One-Step Diffusion Model for Face Restoration},
  author = {Jingkai Wang and Jue Gong and Lin Zhang and Zheng Chen and Xing Liu and Hong Gu and Yutong Liu and Yulun Zhang and Xiaokang Yang},
  journal= {arXiv preprint arXiv:2411.17163},
  year   = {2026}
}

Comments

Accepted to CVPR 2025. The code and model will be available at https://github.com/jkwang28/OSDFace

R2 v1 2026-06-28T20:12:43.688Z