MMCVNov 5, 2018

Deep Multiple Description Coding by Learning Scalar Quantization

arXiv:1811.01504v3
Originality Incremental advance
AI Analysis

This work addresses image compression for scenarios requiring robust transmission, but it appears incremental as it builds upon existing auto-encoder and quantization techniques.

The paper tackles the problem of multiple description coding for images by proposing a deep learning framework that learns scalar quantizers adaptively, achieving superior coding efficiency compared to state-of-the-art methods on two datasets.

In this paper, we propose a deep multiple description coding framework, whose quantizers are adaptively learned via the minimization of multiple description compressive loss. Firstly, our framework is built upon auto-encoder networks, which have multiple description multi-scale dilated encoder network and multiple description decoder networks. Secondly, two entropy estimation networks are learned to estimate the informative amounts of the quantized tensors, which can further supervise the learning of multiple description encoder network to represent the input image delicately. Thirdly, a pair of scalar quantizers accompanied by two importance-indicator maps is automatically learned in an end-to-end self-supervised way. Finally, multiple description structural dissimilarity distance loss is imposed on multiple description decoded images in pixel domain for diversified multiple description generations rather than on feature tensors in feature domain, in addition to multiple description reconstruction loss. Through testing on two commonly used datasets, it is verified that our method is beyond several state-of-the-art multiple description coding approaches in terms of coding efficiency.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes