paper-with-me

Papers

Compression-Aware One-Step Diffusion Model for JPEG Artifact Removal

2025-02-14 · Jinpei Guo, Zheng Chen, Wenbo Li, Yong Guo, Yulun Zhang

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. We propose a dual learning strategy that 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. The code and models will be released at https://github.com/jp-guo/CODiff.

📄 PDF Abstract BibTeX arXiv:2502.09873

Code (1)

jp-guo/codiff 공식 구현 pytorch

Tasks

DenoisingImage RestorationJPEG Artifact Removal

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

SODiff: Semantic-Oriented Diffusion Model for JPEG Compression Artifacts Removal

2025-08-10 · Tingyu Yang, Jue Gong, Jinpei Guo, Wenbo Li 외 arxiv

JPEG, as a widely used image compression standard, often introduces severe visual artifacts when achieving high compression ratios. Although existing deep learning-based restoration methods have made considerable progres…

Image Compression

DMCNN: Dual-Domain Multi-Scale Convolutional Neural Network for Compression Artifacts Removal

2018-06-08 · Xiaoshuai Zhang, Wenhan Yang, Yueyu Hu, Jiaying Liu

JPEG is one of the most commonly used standards among lossy image compression methods. However, JPEG compression inevitably introduces various kinds of artifacts, especially at high compression rates, which could greatly…

Image CompressionJPEG Artifact CorrectionJPEG Artifact Removal

OAPT: Offset-Aware Partition Transformer for Double JPEG Artifacts Removal

2024-08-21 · Qiao Mo, Yukang Ding, Jinhua Hao, Qiang Zhu 외

Deep learning-based methods have shown remarkable performance in single JPEG artifacts removal task. However, existing methods tend to degrade on double JPEG images, which are prevalent in real-world scenarios. To addres…

Image Restoration

Three Forensic Cues for JPEG AI Images

2025-04-04 · Sandra Bergmann, Fabian Brand, Christian Riess

The JPEG standard was vastly successful. Currently, the first AI-based compression method ``JPEG AI'' will be standardized. JPEG AI brings remarkable benefits. JPEG AI images exhibit impressive image quality at bitrates …

Compression Artifacts Removal Using Convolutional Neural Networks

2016-05-02 · Pavel Svoboda, Michal Hradis, David Barina, Pavel Zemcik

This paper shows that it is possible to train large and deep convolutional neural networks (CNN) for JPEG compression artifacts reduction, and that such networks can provide significantly better reconstruction quality co…