Jinpei Guo, Zheng Chen, Wenbo Li, Yong Guo, and Yulun Zhang, "Compression-Aware One-Step Diffusion Model for JPEG Artifact Removal", arXiv, 2025
[paper] [supplementary material]
- 2025-02-14: This repo is released.
Abstract: Diffusion models have demonstrated remarkable success in image restoration tasks. However, their multi-step denoising process introduces significant computational overhead, limiting their practical deployment. Furthermore, existing methods struggle to effectively remove severe JPEG artifact, especially in highly compressed images. To address these challenges, we propose CODiff, a compression-aware one-step diffusion model for JPEG artifact removal. The core of CODiff is the compression-aware visual embedder (CaVE), which extracts and leverages JPEG compression priors to guide the diffusion model. Moreover, We propose a dual learning strategy for CaVE, which combines explicit and implicit learning. Specifically, explicit learning enforces a quality prediction objective to differentiate low-quality images with different compression levels. Implicit learning employs a reconstruction objective that enhances the model's generalization. This dual learning allows for a deeper and more comprehensive understanding of JPEG compression. Experimental results demonstrate that CODiff surpasses recent leading methods in both quantitative and visual quality metrics.
CODiff reconstruction demos on JPEG images with QF=1
CODiff reconstruction demos on JPEG images with QF=5
CODiff reconstruction demos on JPEG images with QF=10
- Release code and pretrained models
- Datasets
- Models
- Testing
- Training
- Results
- Citation
- Acknowledgements
We achieved state-of-the-art performance on LIVE-1, Urban100 and DIV2K-val datasets. Detailed results can be found in the paper.
Quantitative Comparisons (click to expand)
Visual Comparisons (click to expand)
If you find the code helpful in your research or work, please cite the following paper(s).
@article{guo2025compression,
title={Compression-Aware One-Step Diffusion Model for JPEG Artifact Removal},
author={Guo, Jinpei and Chen, Zheng and Li, Wenbo and Guo, Yong and Zhang, Yulun},
journal={arXiv preprint arXiv:2502.09873},
year={2025}
}
[TBD]