paper-with-me

Papers

Learning for Video Compression with Recurrent Auto-Encoder and Recurrent Probability Model

2020-06-24 · Ren Yang, Fabian Mentzer, Luc van Gool, Radu Timofte

The past few years have witnessed increasing interests in applying deep learning to video compression. However, the existing approaches compress a video frame with only a few number of reference frames, which limits their ability to fully exploit the temporal correlation among video frames. To overcome this shortcoming, this paper proposes a Recurrent Learned Video Compression (RLVC) approach with the Recurrent Auto-Encoder (RAE) and Recurrent Probability Model (RPM). Specifically, the RAE employs recurrent cells in both the encoder and decoder. As such, the temporal information in a large range of frames can be used for generating latent representations and reconstructing compressed outputs. Furthermore, the proposed RPM network recurrently estimates the Probability Mass Function (PMF) of the latent representation, conditioned on the distribution of previous latent representations. Due to the correlation among consecutive frames, the conditional cross entropy can be lower than the independent cross entropy, thus reducing the bit-rate. The experiments show that our approach achieves the state-of-the-art learned video compression performance in terms of both PSNR and MS-SSIM. Moreover, our approach outperforms the default Low-Delay P (LDP) setting of x265 on PSNR, and also has better performance on MS-SSIM than the SSIM-tuned x265 and the slowest setting of x265. The codes are available at https://github.com/RenYang-home/RLVC.git.

📄 PDF Abstract BibTeX arXiv:2006.13560

Code (2)

RenYang-home/RLVC 공식 구현 tf
RenYang-home/OpenDVC tf

Tasks

DecoderMS-SSIMSSIMVideo Compression

Methods 이 논문이 사용한 방법론

RAE This method introduces several regularization schemes that can be applied to an Autoencoder. To make the model generative *ex-post* density estimation is proposed and consists in…

Similar Papers 제목 키워드 기반

Perceptual Learned Video Compression with Recurrent Conditional GAN

2021-09-07 · Ren Yang, Radu Timofte, Luc van Gool

This paper proposes a Perceptual Learned Video Compression (PLVC) approach with recurrent conditional GAN. We employ the recurrent auto-encoder-based compression network as the generator, and most importantly, we propose…

Video Compression

Feedback Recurrent AutoEncoder

2019-11-11 · Yang Yang, Guillaume Sautière, J. Jon Ryu, Taco S. Cohen

In this work, we propose a new recurrent autoencoder architecture, termed Feedback Recurrent AutoEncoder (FRAE), for online compression of sequential data with temporal dependency. The recurrent structure of FRAE is desi…

Feedback Recurrent Autoencoder for Video Compression

2020-04-09 · Adam Golinski, Reza Pourreza, Yang Yang, Guillaume Sautiere 외

Recent advances in deep generative modeling have enabled efficient modeling of high dimensional data distributions and opened up a new horizon for solving data compression problems. Specifically, autoencoder based learne…

Data CompressionMS-SSIMSSIMVideo Compression

Learning for Video Compression with Hierarchical Quality and Recurrent Enhancement

2020-03-04 · CVPR 2020 6 · Ren Yang, Fabian Mentzer, Luc van Gool, Radu Timofte

In this paper, we propose a Hierarchical Learned Video Compression (HLVC) method with three hierarchical quality layers and a recurrent enhancement network. The frames in the first layer are compressed by an image compre…

DecoderImage CompressionMS-SSIMSSIM+1

Recurrent Video Masked Autoencoders

2025-12-15 · Daniel Zoran, Nikhil Parthasarathy, Yi Yang, Drew A Hudson 외 arxiv

We present Recurrent Video Masked-Autoencoders (RVM): a novel approach to video representation learning that leverages recurrent computation to model the temporal structure of video data. RVM couples an asymmetric maskin…

Representation LearningKnowledge DistillationAction ClassificationObject Tracking