Convolutional Neural Network (CNN) to reduce construction loss in JPEG compression caused by Discrete Fourier Transform (DFT)
Suman Kunwar

TL;DR
This paper proposes a CNN-based autoencoder approach to improve JPEG image compression by reducing artifacts caused by DFT, achieving better reconstruction quality and efficient feature extraction.
Contribution
It introduces a novel CNN autoencoder method specifically designed to mitigate DFT-induced artifacts in JPEG compression, enhancing image quality.
Findings
Improved image reconstruction quality.
Effective reduction of DFT-related artifacts.
Autoencoders enable better compression and visual quality.
Abstract
In recent decades, digital image processing has gained enormous popularity. Consequently, a number of data compression strategies have been put forth, with the goal of minimizing the amount of information required to represent images. Among them, JPEG compression is one of the most popular methods that has been widely applied in multimedia and digital applications. The periodic nature of DFT makes it impossible to meet the periodic condition of an image's opposing edges without producing severe artifacts, which lowers the image's perceptual visual quality. On the other hand, deep learning has recently achieved outstanding results for applications like speech recognition, image reduction, and natural language processing. Convolutional Neural Networks (CNN) have received more attention than most other types of deep neural networks. The use of convolution in feature extraction results in a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage and Signal Denoising Methods · Advanced Data Compression Techniques
MethodsConvolution
