# Comprehensive Comparisons of Uniform Quantization in Deep Image   Compression

**Authors:** Koki Tsubota, Kiyoharu Aizawa

arXiv: 2303.00587 · 2023-03-02

## TL;DR

This paper provides a comprehensive comparison of uniform quantization methods in deep image compression, evaluating their effectiveness across different architectures and datasets to identify optimal approaches.

## Contribution

It systematically compares existing quantization approximations and explores their combinations for encoder and entropy model, revealing architecture-dependent optimal methods.

## Key findings

- Best quantization varies with network architecture.
- Universal quantization for entropy and soft quantization for decoder perform well.
- Different approximations are optimal for different network configurations.

## Abstract

In deep image compression, uniform quantization is applied to latent representations obtained by using an auto-encoder architecture for reducing bits and entropy coding. Quantization is a problem encountered in the end-to-end training of deep image compression. Quantization's gradient is zero, and it cannot backpropagate meaningful gradients. Many methods have been proposed to address the approximations of quantization to obtain gradients. However, there have not been equitable comparisons among them. In this study, we comprehensively compare the existing approximations of uniform quantization. Furthermore, we evaluate possible combinations of quantizers for the decoder and the entropy model, as the approximated quantizers can be different for them. We conduct experiments using three network architectures on two test datasets. The experimental results reveal that the best approximated quantization differs by the network architectures, and the best approximations of the three are different from the original ones used for the architectures. We also show that the combination of quantizers that uses universal quantization for the entropy model and differentiable soft quantization for the decoder is a comparatively good choice for different architectures and datasets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2303.00587/full.md

## Figures

50 figures with captions in the complete paper: https://tomesphere.com/paper/2303.00587/full.md

## References

56 references — full list in the complete paper: https://tomesphere.com/paper/2303.00587/full.md

---
Source: https://tomesphere.com/paper/2303.00587