JPEG Artifact Correction

12 papers with code • 26 benchmarks • 5 datasets

Correction of visual artifacts caused by JPEG compression, these artifacts are usually grouped into three types: blocking, blurring, and ringing. They are caused by quantization and removal of high frequency DCT coefficients.

Most implemented papers

Hypernetwork-Based Adaptive Image Restoration

ifryed/HyperRes 13 Jun 2022

Adaptive image restoration models can restore images with different degradation levels at inference time without the need to retrain the model.

JPEG Artifact Correction using Denoising Diffusion Restoration Models

bahjat-kawar/ddrm-jpeg 23 Sep 2022

Diffusion models can be used as learned priors for solving various inverse problems.