End-to-End Learned Image Compression with Quantized Weights and Activations
Heming Sun, Lu Yu, Jiro Katto

TL;DR
This paper presents a method to significantly reduce the complexity of learned image compression networks by quantizing weights and activations, achieving comparable or better performance than traditional codecs like BPG while enabling hardware implementation.
Contribution
It introduces a comprehensive quantization scheme for LIC, including weight and activation quantization with fine-tuning, and demonstrates substantial memory reduction with minimal performance loss.
Findings
Memory cost reduced by 75% with negligible performance loss
Quantized LIC outperforms BPG in MS-SSIM
First complete analysis of coding gain and memory cost for quantized LIC
Abstract
End-to-end Learned image compression (LIC) has reached the traditional hand-crafted methods such as BPG (HEVC intra) in terms of the coding gain. However, the large network size prohibits the usage of LIC on resource-limited embedded systems. This paper reduces the network complexity by quantizing both weights and activations. 1) For the weight quantization, we study different kinds of grouping and quantization scheme at first. A channel-wise non-linear quantization scheme is determined based on the coding gain analysis. After that, we propose a fine tuning scheme to clip the weights within a certain range so that the quantization error can be reduced. 2) For the activation quantization, we first propose multiple non-linear quantization codebooks with different maximum dynamic ranges. By selecting an optimal one through a multiplexer, the quantization range can be saturated to the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Coding and Compression Technologies · Advanced Data Compression Techniques · Advanced Vision and Imaging
