paper-with-me

홈 › Papers

JDEC: JPEG Decoding via Enhanced Continuous Cosine Coefficients

2024-04-03 · CVPR 2024 1 · Woo Kyoung Han, Sunghoon Im, Jaedeok Kim, Kyong Hwan Jin

We propose a practical approach to JPEG image decoding, utilizing a local implicit neural representation with continuous cosine formulation. The JPEG algorithm significantly quantizes discrete cosine transform (DCT) spectra to achieve a high compression rate, inevitably resulting in quality degradation while encoding an image. We have designed a continuous cosine spectrum estimator to address the quality degradation issue that restores the distorted spectrum. By leveraging local DCT formulations, our network has the privilege to exploit dequantization and upsampling simultaneously. Our proposed model enables decoding compressed images directly across different quality factors using a single pre-trained model without relying on a conventional JPEG decoder. As a result, our proposed network achieves state-of-the-art performance in flexible color image JPEG artifact removal tasks. Our source code is available at https://github.com/WooKyoungHan/JDEC.

📄 PDF Abstract BibTeX arXiv:2404.05558

Code (1)

wookyounghan/jdec 공식 구현 pytorch

Tasks

DecoderJPEG Artifact Removal

Methods 이 논문이 사용한 방법론

Discrete Cosine Transform Discrete Cosine Transform (DCT) is an orthogonal transformation method that decomposes an image to its spatial frequency spectrum. It expresses a finite sequence of data…

Similar Papers 제목 키워드 기반

Learning Single-Image Super-Resolution in the JPEG Compressed Domain

2025-12-03 · Sruthi Srinivasan, Elham Shakibapour, Rajy Rawther, Mehdi Saeedi arxiv

Deep learning models have grown increasingly complex, with input data sizes scaling accordingly. Despite substantial advances in specialized deep learning hardware, data loading continues to be a major bottleneck that li…

Image Super-Resolution

Uncover Treasures in DCT: Advancing JPEG Quality Enhancement by Exploiting Latent Correlations

2025-06-26 · Jing Yang, Qunliang Xing, Mai Xu, Minglang Qiao

Joint Photographic Experts Group (JPEG) achieves data compression by quantizing Discrete Cosine Transform (DCT) coefficients, which inevitably introduces compression artifacts. Most existing JPEG quality enhancement meth…

Data Compression

Discrete Cosine Transform in JPEG Compression

2021-02-13 · Jacob John

Image Compression has become an absolute necessity in today's day and age. With the advent of the Internet era, compressing files to share among other users is quintessential. Several efforts have been made to reduce fil…

Image Compression

Enhancing sparse representation of color images by cross channel transformation

2021-05-14 · Laura Rebollo-Neira, Aurelien Inacio

Transformations for enhancing sparsity in the approximation of color images by 2D atomic decomposition are discussed. The sparsity is firstly considered with respect to the most significant coefficients in the wavelet de…

A multi-branch convolutional neural network for detecting double JPEG compression

2017-10-16 · Bin Li, Hu Luo, Haoxin Zhang, Shunquan Tan 외

Detection of double JPEG compression is important to forensics analysis. A few methods were proposed based on convolutional neural networks (CNNs). These methods only accept inputs from pre-processed data, such as histog…