diff --git a/index.html b/index.html new file mode 100644 index 0000000..41807e1 --- /dev/null +++ b/index.html @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + JDEC: JPEG Decoding via Enhanced Continuous Cosine Coefficients + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

JDEC: JPEG Decoding via Enhanced Continuous Cosine Coefficient

+
+ + + Woo Kyoung Han1,2, + + Sunghoon Im2, + + Jaedeok Kim3*, + + Kyoong Hwan Jin1* + +
+ +
+ Korea University1, DGIST2, NVIDIA3
CVPR 2024
+
*Indicates Corresponding Authors
+
+ + +
+
+
+
+
+ + + + + + + + + +
+
+
+
+

Abstract

+
+

+ 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.

+
+
+
+
+
+ + + + + + + + + +
+
+
+ +

+ Instead of using a conventional JPEG decoder to refine the high-quality (HQ) image from the low-quality (LQ) image, our JDEC directly decodes the LQ spectrum by learning a continuous spectrum. +

+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

BibTeX

+
@INPROCEEDINGS {jdec2024han,
+		author = {W. Han and S. Im and J. Kim and K. Jin},
+		booktitle = {2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
+		title = {{JDEC}: JPEG Decoding via Enhanced Continuous Cosine Coefficients},
+		year = {2024},
+		}
+
+
+ + + + + + + + + + + + + \ No newline at end of file