paper-with-me

Papers

Learning Content-Weighted Deep Image Compression

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

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 approximation to constrain compression rate. Nonetheless, the information content is spatially variant, where the regions with complex and salient structures generally are more essential to image compression. Taking the spatial variation of image content into account, this paper presents a content-weighted encoder-decoder model, which involves an importance map subnet to produce the importance mask for locally adaptive bit rate allocation. Consequently, the summation of importance mask can thus be utilized as an alternative of entropy estimation for compression rate control. Furthermore, the quantized representations of the learned code and importance map are still spatially dependent, which can be losslessly compressed using arithmetic coding. To compress the codes effectively and efficiently, we propose a trimmed convolutional network to predict the conditional probability of quantized codes. Experiments show that the proposed method can produce visually much better results, and performs favorably in comparison with deep and traditional lossy image compression approaches.

📄 PDF Abstract BibTeX arXiv:1904.00664

Code (1)

limuhit/CWIC 공식 구현 caffe2

Tasks

DecoderImage Compression

Similar Papers 제목 키워드 기반

Learning Convolutional Networks for Content-weighted Image Compression

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

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 r…

BinarizationDecoderImage CompressionSSIM

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

Content-oriented learned image compression

2022-07-28 · Meng Li, Shangyin Gao, Yihui Feng, Yibo Shi 외

In recent years, with the development of deep neural networks, end-to-end optimized image compression has made significant progress and exceeded the classic methods in terms of rate-distortion performance. However, most …

Image Compression

Dec-Adapter: Exploring Efficient Decoder-Side Adapter for Bridging Screen Content and Natural Image Compression

2023-01-01 · ICCV 2023 1 · Sheng Shen, Huanjing Yue, Jingyu Yang

Natural image compression has been greatly improved in the deep learning era. However, the compression performance will be heavily degraded if the pretrained encoder is directly applied on screen content image compre…

DecoderImage CompressionTransfer Learning

Prompt-ICM: A Unified Framework towards Image Coding for Machines with Task-driven Prompts

2023-05-04 · Ruoyu Feng, Jinming Liu, Xin Jin, Xiaohan Pan 외

Image coding for machines (ICM) aims to compress images to support downstream AI analysis instead of human perception. For ICM, developing a unified codec to reduce information redundancy while empowering the compressed …