paper-with-me

Papers

LAFR: Efficient Diffusion-based Blind Face Restoration via Latent Codebook Alignment Adapter

2025-05-29 · Runyi Li, Bin Chen, Jian Zhang, Radu Timofte

Blind face restoration from low-quality (LQ) images is a challenging task that requires not only high-fidelity image reconstruction but also the preservation of facial identity. While diffusion models like Stable Diffusion have shown promise in generating high-quality (HQ) images, their VAE modules are typically trained only on HQ data, resulting in semantic misalignment when encoding LQ inputs. This mismatch significantly weakens the effectiveness of LQ conditions during the denoising process. Existing approaches often tackle this issue by retraining the VAE encoder, which is computationally expensive and memory-intensive. To address this limitation efficiently, we propose LAFR (Latent Alignment for Face Restoration), a novel codebook-based latent space adapter that aligns the latent distribution of LQ images with that of HQ counterparts, enabling semantically consistent diffusion sampling without altering the original VAE. To further enhance identity preservation, we introduce a multi-level restoration loss that combines constraints from identity embeddings and facial structural priors. Additionally, by leveraging the inherent structural regularity of facial images, we show that lightweight finetuning of diffusion prior on just 0.9% of FFHQ dataset is sufficient to achieve results comparable to state-of-the-art methods, reduce training time by 70%. Extensive experiments on both synthetic and real-world face restoration benchmarks demonstrate the effectiveness and efficiency of LAFR, achieving high-quality, identity-preserving face reconstruction from severely degraded inputs.

📄 PDF Abstract BibTeX arXiv:2505.23462

Code (0)

등록된 구현이 없습니다.

Tasks

Blind Face RestorationDenoisingFace ReconstructionImage Reconstruction

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DR-BFR: Degradation Representation with Diffusion Models for Blind Face Restoration

2024-11-15 · Xinmin Qiu, Bonan Li, ZiCheng Zhang, Congying Han 외

Blind face restoration (BFR) is fundamentally challenged by the extensive range of degradation types and degrees that impact model generalization. Recent advancements in diffusion models have made considerable progress i…

Blind Face RestorationContrastive LearningDenoising

Visual Style Prompt Learning Using Diffusion Models for Blind Face Restoration

2024-12-30 · Wanglong Lu, Jikai Wang, Tao Wang, Kaihao Zhang 외

Blind face restoration aims to recover high-quality facial images from various unidentified sources of degradation, posing significant challenges due to the minimal information retrievable from the degraded images. Prior…

Blind Face RestorationPrompt Learning

A2BFR: Attribute-Aware Blind Face Restoration

2026-03-31 · Chenxin Zhu, Yushun Fang, Lu Liu, Shibo Yin 외 arxiv

Blind face restoration (BFR) aims to recover high-quality facial images from degraded inputs, yet its inherently ill-posed nature leads to ambiguous and uncontrollable solutions. Recent diffusion-based BFR methods improv…

Blind Face Restoration

DiffBIR: Towards Blind Image Restoration with Generative Diffusion Prior

2023-08-29 · Xinqi Lin, Jingwen He, Ziyan Chen, Zhaoyang Lyu 외

We present DiffBIR, a general restoration pipeline that could handle different blind image restoration tasks in a unified framework. DiffBIR decouples blind image restoration problem into two stages: 1) degradation remov…

Blind Face RestorationDenoisingImage DenoisingImage Restoration+2

Towards Real-World Blind Face Restoration with Generative Diffusion Prior

2023-12-25 · Xiaoxu Chen, Jingfan Tan, Tao Wang, Kaihao Zhang 외

Blind face restoration is an important task in computer vision and has gained significant attention due to its wide-range applications. Previous works mainly exploit facial priors to restore face images and have demonstr…

Blind Face RestorationPrivacy Preserving