IVLGMLAug 14, 2019

Video Compression With Rate-Distortion Autoencoders

arXiv:1908.05717v20.00234 citations
AI Analysis45

This work addresses video compression for applications like autonomous cars and non-standard imaging, offering potential improvements over classical codecs, though it appears incremental as it builds on existing autoencoder and prior techniques.

The paper tackles video compression by introducing a deep generative model with a 3D autoencoder and autoregressive prior, trained to minimize rate-distortion loss, which outperforms state-of-the-art learned methods based on motion compensation or interpolation.

In this paper we present a a deep generative model for lossy video compression. We employ a model that consists of a 3D autoencoder with a discrete latent space and an autoregressive prior used for entropy coding. Both autoencoder and prior are trained jointly to minimize a rate-distortion loss, which is closely related to the ELBO used in variational autoencoders. Despite its simplicity, we find that our method outperforms the state-of-the-art learned video compression networks based on motion compensation or interpolation. We systematically evaluate various design choices, such as the use of frame-based or spatio-temporal autoencoders, and the type of autoregressive prior. In addition, we present three extensions of the basic method that demonstrate the benefits over classical approaches to compression. First, we introduce semantic compression, where the model is trained to allocate more bits to objects of interest. Second, we study adaptive compression, where the model is adapted to a domain with limited variability, e.g., videos taken from an autonomous car, to achieve superior compression on that domain. Finally, we introduce multimodal compression, where we demonstrate the effectiveness of our model in joint compression of multiple modalities captured by non-standard imaging sensors, such as quad cameras. We believe that this opens up novel video compression applications, which have not been feasible with classical codecs.

Foundations

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

Your Notes