End-to-End Learning for Video Frame Compression with Self-Attention

Abstract

One of the core components of conventional (i.e., non-learned) video codecs consists of predicting a frame from a previously-decoded frame, by leveraging temporal correlations. In this paper, we propose an end-to-end learned system for compressing video frames. Instead of relying on pixel-space motion (as with optical flow), our system learns deep embeddings of frames and encodes their difference in latent space. At decoder-side, an attention mechanism is designed to attend to the latent space of frames to decide how different parts of the previous and current frame are combined to form the final predicted current frame. Spatially-varying channel allocation is achieved by using importance masks acting on the feature-channels. The model is trained to reduce the bitrate by minimizing a loss on importance maps and a loss on the probability output by a context model for arithmetic coding. In our experiments, we show that the proposed system achieves high compression rates and high objective visual quality as measured by MS-SSIM and PSNR. Furthermore, we provide ablation studies where we highlight the contribution of different components.

Cite

Text

Zou et al. "End-to-End Learning for Video Frame Compression with Self-Attention." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020. doi:10.1109/CVPRW50498.2020.00079

Markdown

[Zou et al. "End-to-End Learning for Video Frame Compression with Self-Attention." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020.](https://mlanthology.org/cvprw/2020/zou2020cvprw-endtoend/) doi:10.1109/CVPRW50498.2020.00079

BibTeX

@inproceedings{zou2020cvprw-endtoend,
  title     = {{End-to-End Learning for Video Frame Compression with Self-Attention}},
  author    = {Zou, Nannan and Zhang, Honglei and Cricri, Francesco and Tavakoli, Hamed R. and Lainema, Jani and Aksu, Emre and Hannuksela, Miska M. and Rahtu, Esa},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2020},
  pages     = {580-584},
  doi       = {10.1109/CVPRW50498.2020.00079},
  url       = {https://mlanthology.org/cvprw/2020/zou2020cvprw-endtoend/}
}