Learning Convolutional Networks for Content-weighted Image Compression
Mu Li, Wangmeng Zuo, Shuhang Gu, Debin Zhao, David Zhang

TL;DR
This paper introduces a CNN-based image compression method that adaptively allocates bits based on local content, using a content-weighted importance map to improve compression quality and outperform traditional standards like JPEG.
Contribution
The paper proposes a novel content-aware bit rate allocation scheme using importance maps, enabling end-to-end training of a CNN for image compression without discrete entropy estimation.
Findings
Outperforms JPEG and JPEG 2000 in SSIM index at low bit rates.
Produces sharper edges, richer textures, and fewer artifacts.
Enables end-to-end optimization of the compression network.
Abstract
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…
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
TopicsAdvanced Data Compression Techniques · Advanced Image Processing Techniques · Image and Signal Denoising Methods
