CVDec 28, 2023

Restoration by Generation with Constrained Priors

arXiv:2312.17161v212 citationsh-index: 10CVPR
Originality Incremental advance
AI Analysis

This work addresses image restoration for applications like personalized photo enhancement, though it is incremental as it builds on existing diffusion models.

The authors tackled image restoration by adapting a pretrained diffusion model to generate high-quality images that closely resemble degraded inputs, achieving superior performance on real-world datasets in preserving identity and image quality.

The inherent generative power of denoising diffusion models makes them well-suited for image restoration tasks where the objective is to find the optimal high-quality image within the generative space that closely resembles the input image. We propose a method to adapt a pretrained diffusion model for image restoration by simply adding noise to the input image to be restored and then denoise. Our method is based on the observation that the space of a generative model needs to be constrained. We impose this constraint by finetuning the generative model with a set of anchor images that capture the characteristics of the input image. With the constrained space, we can then leverage the sampling strategy used for generation to do image restoration. We evaluate against previous methods and show superior performances on multiple real-world restoration datasets in preserving identity and image quality. We also demonstrate an important and practical application on personalized restoration, where we use a personal album as the anchor images to constrain the generative space. This approach allows us to produce results that accurately preserve high-frequency details, which previous works are unable to do. Project webpage: https://gen2res.github.io.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes