paper-with-me

홈 › Papers

Variable Rate Video Compression using a Hybrid Recurrent Convolutional Learning Framework

2020-04-08 · Aishwarya Jadhav

In recent years, neural network-based image compression techniques have been able to outperform traditional codecs and have opened the gates for the development of learning-based video codecs. However, to take advantage of the high temporal correlation in videos, more sophisticated architectures need to be employed. This paper presents PredEncoder, a hybrid video compression framework based on the concept of predictive auto-encoding that models the temporal correlations between consecutive video frames using a prediction network which is then combined with a progressive encoder network to exploit the spatial redundancies. A variable-rate block encoding scheme has been proposed in the paper that leads to remarkably high quality to bit-rate ratios. By joint training and fine-tuning of this hybrid architecture, PredEncoder has been able to gain significant improvement over the MPEG-4 codec and has achieved bit-rate savings over the H.264 codec in the low to medium bit-rate range for HD videos and comparable results over most bit-rates for non-HD videos. This paper serves to demonstrate how neural architectures can be leveraged to perform at par with the highly optimized traditional methodologies in the video compression domain.

📄 PDF Abstract BibTeX arXiv:2004.04244

Code (0)

등록된 구현이 없습니다.

Tasks

Image CompressionVideo Compression

Similar Papers 제목 키워드 기반

Full Resolution Image Compression with Recurrent Neural Networks

2016-08-18 · CVPR 2017 7 · George Toderici, Damien Vincent, Nick Johnston, Sung Jin Hwang 외

This paper presents a set of full-resolution lossy image compression methods based on neural networks. Each of the architectures we describe can provide variable compression rates during deployment without requiring retr…

DecoderImage Compression

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

Attend Locally, Remember Linearly: Linear Attention as Cross-Frame Memory for Autoregressive Video Diffusion

2026-05-15 · Kunyang Li, Mubarak Shah, Yuzhang Shang arxiv

Autoregressive (AR) video diffusion is a powerful paradigm for streaming and interactive video generation. However, its reliance on softmax self-attention leads to quadratic compute complexity in sequence length and memo…

Video Generation

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 thei…

DecoderMS-SSIMSSIMVideo Compression

Learned Video Compression for YUV 4:2:0 Content Using Flow-based Conditional Inter-frame Coding

2022-10-15 · Yung-Han Ho, Chih-Hsuan Lin, Peng-Yu Chen, Mu-Jung Chen 외

This paper proposes a learning-based video compression framework for variable-rate coding on YUV 4:2:0 content. Most existing learning-based video compression models adopt the traditional hybrid-based coding architecture…

Video Compression