Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Image Restoration via Diffusion Models with Dynamic Resolution

About

Diffusion models (DMs) have exhibited remarkable efficacy in various image restoration tasks. However, existing approaches typically operate within the high-dimensional pixel space, resulting in high computational overhead. While methods based on latent DMs seek to alleviate this issue by utilizing the compressed latent space of a variational autoencoder, they require repeated encoder-decoder inference. This introduces significant additional computational burdens, often resulting in runtime performance that is even inferior to that of their pixel-space counterparts. To mitigate the computational inefficiency, this work proposes projecting data into lower-dimensional subspaces using dynamic resolution DMs to accelerate the inference process. We first fine-tune pre-trained DMs for dynamic resolution priors and adapt DPS and DAPS, which are two widely used pixel-space methods for general image restoration tasks, into the proposed framework, yielding methods we refer to as SubDPS and SubDAPS, respectively. Given the favorable inference speed and reconstruction fidelity of SubDAPS, we introduce an enhanced variant termed SubDAPS++ to further boost both reconstruction efficiency and quality. Empirical evaluations across diverse image datasets and various restoration tasks demonstrate that the proposed methods outperform recent DM-based approaches in the majority of experimental scenarios. The code is available at https://github.com/StarNextDay/SubDAPS.git.

Yang Zheng, Wen Li, Zhaoqiang Liu• 2026

Related benchmarks

TaskDatasetResultRank
Gaussian DeblurringFFHQ 256x256 (val)
LPIPS0.155
48
Image InpaintingFFHQ 256x256 (val)
FID43.15
42
Super-ResolutionImageNet 256x256 (val)
FID113.9
26
Gaussian DeblurringImageNet 256 x 256 (val)
LPIPS0.393
24
InpaintingImageNet 256x256 (val)
LPIPS0.092
19
Motion DeblurringFFHQ 256x256 (val)
FID60.43
19
Motion DeblurImageNet 256x256 (val)
PSNR26.25
18
Nonlinear DeblurringFFHQ 256 x 256 (val)
PSNR29.76
13
High Dynamic RangeImageNet 256 x 256 (val)
PSNR24.3
13
Image RestorationImageNet (inference)
Inference Time (s)7.4
12
Showing 10 of 14 rows

Other info

Follow for update