Diffusion Restoration Adapter for Real-World Image Restoration
Hanbang Liang, Zhen Wang, Weihui Deng
TL;DR
This work addresses real-world image restoration by leveraging pretrained diffusion priors while avoiding the heavy conditioning networks typical of ControlNet. It introduces the Diffusion Restoration Adapter, comprising Restoration Adapters integrated into the denoising blocks and Diffusion Adapters based on LoRA to fine-tune select parameters, compatible with both UNet-based SDXL and DiT-based SD3 priors. A Restoration Sampling Strategy guides denoising toward fidelity to the low-quality input, balancing visual fidelity and diversity. Empirical results on RealPhoto60 and DIV2K show competitive quality with far fewer trainable parameters than comparison methods, demonstrating effective, controllable restoration in a parameter-efficient framework.
Abstract
Diffusion models have demonstrated their powerful image generation capabilities, effectively fitting highly complex image distributions. These models can serve as strong priors for image restoration. Existing methods often utilize techniques like ControlNet to sample high quality images with low quality images from these priors. However, ControlNet typically involves copying a large part of the original network, resulting in a significantly large number of parameters as the prior scales up. In this paper, we propose a relatively lightweight Adapter that leverages the powerful generative capabilities of pretrained priors to achieve photo-realistic image restoration. The Adapters can be adapt to both denoising UNet and DiT, and performs excellent.
