# Efficient and Effective Context-Based Convolutional Entropy Modeling for   Image Compression

**Authors:** Mu Li, Kede Ma, Jane You, David Zhang, Wangmeng Zuo

arXiv: 1906.10057 · 2020-06-24

## TL;DR

This paper introduces context-based convolutional networks (CCNs) for improved entropy modeling in image compression, achieving comparable performance to state-of-the-art methods with increased speed by capturing dependencies in image representations.

## Contribution

The paper proposes a novel CCN architecture with 3D scanning and code dividing techniques for efficient, context-aware entropy modeling in both lossless and lossy image compression.

## Key findings

- CCNs achieve comparable compression performance to state-of-the-art methods.
- CCNs significantly increase the speed of entropy decoding.
- The approach effectively models dependencies in image representations.

## Abstract

Precise estimation of the probabilistic structure of natural images plays an essential role in image compression. Despite the recent remarkable success of end-to-end optimized image compression, the latent codes are usually assumed to be fully statistically factorized in order to simplify entropy modeling. However, this assumption generally does not hold true and may hinder compression performance. Here we present context-based convolutional networks (CCNs) for efficient and effective entropy modeling. In particular, a 3D zigzag scanning order and a 3D code dividing technique are introduced to define proper coding contexts for parallel entropy decoding, both of which boil down to place translation-invariant binary masks on convolution filters of CCNs. We demonstrate the promise of CCNs for entropy modeling in both lossless and lossy image compression. For the former, we directly apply a CCN to the binarized representation of an image to compute the Bernoulli distribution of each code for entropy estimation. For the latter, the categorical distribution of each code is represented by a discretized mixture of Gaussian distributions, whose parameters are estimated by three CCNs. We then jointly optimize the CCN-based entropy model along with analysis and synthesis transforms for rate-distortion performance. Experiments on the Kodak and Tecnick datasets show that our methods powered by the proposed CCNs generally achieve comparable compression performance to the state-of-the-art while being much faster.

## Full text

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

## Figures

41 figures with captions in the complete paper: https://tomesphere.com/paper/1906.10057/full.md

## References

46 references — full list in the complete paper: https://tomesphere.com/paper/1906.10057/full.md

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