paper-with-me

Papers

Channel-Level Variable Quantization Network for Deep Image Compression

2020-07-15 · Zhisheng Zhong, Hiroaki Akutsu, Kiyoharu Aizawa

Deep image compression systems mainly contain four components: encoder, quantizer, entropy model, and decoder. To optimize these four components, a joint rate-distortion framework was proposed, and many deep neural network-based methods achieved great success in image compression. However, almost all convolutional neural network-based methods treat channel-wise feature maps equally, reducing the flexibility in handling different types of information. In this paper, we propose a channel-level variable quantization network to dynamically allocate more bitrates for significant channels and withdraw bitrates for negligible channels. Specifically, we propose a variable quantization controller. It consists of two key components: the channel importance module, which can dynamically learn the importance of channels during training, and the splitting-merging module, which can allocate different bitrates for different channels. We also formulate the quantizer into a Gaussian mixture model manner. Quantitative and qualitative experiments verify the effectiveness of the proposed model and demonstrate that our method achieves superior performance and can produce much better visual reconstructions.

📄 PDF Abstract BibTeX arXiv:2007.12619

Code (1)

zzs1994/CVQN 공식 구현 pytorch

Tasks

DecoderImage CompressionQuantization

Similar Papers 제목 키워드 기반

Variable-Rate Learned Image Compression with Multi-Objective Optimization and Quantization-Reconstruction Offsets

2024-02-29 · Fatih Kamisli, Fabien Racape, Hyomin Choi

Achieving successful variable bitrate compression with computationally simple algorithms from a single end-to-end learned image or video compression model remains a challenge. Many approaches have been proposed, includin…

Image CompressionQuantizationVideo Compression

Progressive Neural Image Compression with Nested Quantization and Latent Ordering

2021-02-04 · Yadong Lu, Yinhao Zhu, Yang Yang, Amir Said 외

We present PLONQ, a progressive neural image compression scheme which pushes the boundary of variable bitrate compression by allowing quality scalable coding with a single bitstream. In contrast to existing learned varia…

Image CompressionQuantization

Modeling Image Quantization Tradeoffs for Optimal Compression

2021-12-14 · Johnathan Chiu

All Lossy compression algorithms employ similar compression schemes -- frequency domain transform followed by quantization and lossless encoding schemes. They target tradeoffs by quantizating high frequency data to incre…

Quantization

QVRF: A Quantization-error-aware Variable Rate Framework for Learned Image Compression

2023-03-10 · Kedeng Tong, Yaojun Wu, Yue Li, Kai Zhang 외

Learned image compression has exhibited promising compression performance, but variable bitrates over a wide range remain a challenge. State-of-the-art variable rate methods compromise the loss of model performance and r…

Image CompressionQuantization

LVPNet: A Latent-variable-based Prediction-driven End-to-end Framework for Lossless Compression of Medical Images

2025-06-22 · Chenyue Song, Chen Hui, Qing Lin, Wei zhang 외

Autoregressive Initial Bits is a framework that integrates sub-image autoregression and latent variable modeling, demonstrating its advantages in lossless medical image compression. However, in existing methods, the imag…

Image CompressionImage SegmentationQuantizationSemantic Segmentation