paper-with-me

Papers

Learning Convolutional Networks for Content-weighted Image Compression

2017-03-30 · CVPR 2018 6 · Mu Li, WangMeng Zuo, Shuhang Gu, Debin Zhao, David Zhang

Lossy image compression is generally formulated as a joint rate-distortion optimization to learn encoder, quantizer, and decoder. However, the quantizer is non-differentiable, and discrete entropy estimation usually is required for rate control. These make it very challenging to develop a convolutional network (CNN)-based image compression system. In this paper, motivated by that the local information content is spatially variant in an image, we suggest that the bit rate of the different parts of the image should be adapted to local content. And the content aware bit rate is allocated under the guidance of a content-weighted importance map. Thus, the sum of the importance map can serve as a continuous alternative of discrete entropy estimation to control compression rate. And binarizer is adopted to quantize the output of encoder due to the binarization scheme is also directly defined by the importance map. Furthermore, a proxy function is introduced for binary operation in backward propagation to make it differentiable. Therefore, the encoder, decoder, binarizer and importance map can be jointly optimized in an end-to-end manner by using a subset of the ImageNet database. In low bit rate image compression, experiments show that our system significantly outperforms JPEG and JPEG 2000 by structural similarity (SSIM) index, and can produce the much better visual result with sharp edges, rich textures, and fewer artifacts.

📄 PDF Abstract BibTeX arXiv:1703.10553

Code (1)

adityassrana/Content-Weighted-Image-Compression pytorch

Tasks

BinarizationDecoderImage CompressionSSIM

Similar Papers 제목 키워드 기반

Learning Content-Weighted Deep Image Compression

2019-04-01 · Mu Li, WangMeng Zuo, Shuhang Gu, Jane You 외

Learning-based lossy image compression usually involves the joint optimization of rate-distortion performance. Most existing methods adopt spatially invariant bit length allocation and incorporate discrete entropy approx…

DecoderImage Compression

A GAN-based Tunable Image Compression System

2020-01-18 · Lirong Wu, Kejie Huang, Haibin Shen

The method of importance map has been widely adopted in DNN-based lossy image compression to achieve bit allocation according to the importance of image contents. However, insufficient allocation of bits in non-important…

Generative Adversarial NetworkImage CompressionMS-SSIMSSIM

CMamba: Learned Image Compression with State Space Models

2025-02-07 · Zhuojie Wu, Heming Du, Shuyun Wang, Ming Lu 외

Learned Image Compression (LIC) has explored various architectures, such as Convolutional Neural Networks (CNNs) and transformers, in modeling image content distributions in order to achieve compression effectiveness. Ho…

Image CompressionState Space Models

Smart Content Recognition from Images Using a Mixture of Convolutional Neural Networks

2016-12-30 · Tee Connie, Mundher Al-Shabi, Michael Goh

With rapid development of the Internet, web contents become huge. Most of the websites are publicly available, and anyone can access the contents from anywhere such as workplace, home and even schools. Nevertheless, not …

Frequency-Aware Re-Parameterization for Over-Fitting Based Image Compression

2023-10-12 · Yun Ye, Yanjie Pan, Qually Jiang, Ming Lu 외

Over-fitting-based image compression requires weights compactness for compression and fast convergence for practical use, posing challenges for deep convolutional neural networks (CNNs) based methods. This paper presents…

Image CompressionImage Restoration