JPEG Artifact Correction using Denoising Diffusion Restoration Models
Bahjat Kawar, Jiaming Song, Stefano Ermon, Michael Elad
TL;DR
The paper tackles JPEG artifact correction as a non-linear inverse problem and extends Denoising Diffusion Restoration Models by substituting the linear operator with JPEG encoding/decoding, effectively creating a problem-agnostic restoration framework. It demonstrates that the generalized DDRM update can leverage unconditional diffusion priors for JPEG restoration, achieving competitive performance against a specialized GAN baseline and better generalization at low quality factors. The approach also generalizes to non-linear tasks such as image dequantization without retraining, highlighting broad applicability. Overall, the work shows that diffusion priors can efficiently handle a wider class of non-linear inverse problems in practical image restoration settings.
Abstract
Diffusion models can be used as learned priors for solving various inverse problems. However, most existing approaches are restricted to linear inverse problems, limiting their applicability to more general cases. In this paper, we build upon Denoising Diffusion Restoration Models (DDRM) and propose a method for solving some non-linear inverse problems. We leverage the pseudo-inverse operator used in DDRM and generalize this concept for other measurement operators, which allows us to use pre-trained unconditional diffusion models for applications such as JPEG artifact correction. We empirically demonstrate the effectiveness of our approach across various quality factors, attaining performance levels that are on par with state-of-the-art methods trained specifically for the JPEG restoration task.
