Video Compression

102 papers with code • 0 benchmarks • 3 datasets

Video Compression is a process of reducing the size of an image or video file by exploiting spatial and temporal redundancies within an image or video frame and across multiple video frames. The ultimate goal of a successful Video Compression system is to reduce data volume while retaining the perceptual quality of the decompressed data.

Source: Adversarial Video Compression Guided by Soft Edge Detection

Libraries

Use these libraries to find Video Compression models and implementations

Most implemented papers

DVC: An End-to-end Deep Video Compression Framework

GuoLusjtu/DVC CVPR 2019

Conventional video compression approaches use the predictive coding architecture and encode the corresponding motion information and residual information.

OpenDVC: An Open Source Implementation of the DVC Video Compression Method

RenYang-home/OpenDVC 29 Jun 2020

At the time of writing this report, several learned video compression methods are superior to DVC, but currently none of them provides open source codes.

Semantic Perceptual Image Compression using Deep Convolution Networks

iamaaditya/image-compression-cnn 27 Dec 2016

Here, we present a powerful cnn tailored to the specific task of semantic image understanding to achieve higher visual quality in lossy compression.

Disentangled Sequential Autoencoder

yatindandi/Disentangled-Sequential-Autoencoder ICML 2018

This architecture gives us partial control over generating content and dynamics by conditioning on either one of these sets of features.

Learning for Video Compression with Hierarchical Quality and Recurrent Enhancement

RenYang-home/HLVC CVPR 2020

In our HLVC approach, the hierarchical quality benefits the coding efficiency, since the high quality information facilitates the compression and enhancement of low quality frames at encoder and decoder sides, respectively.

Hierarchical Autoregressive Modeling for Neural Video Compression

buggyyang/youtube-nt ICLR 2021

Recent work by Marino et al. (2020) showed improved performance in sequential density estimation by combining masked autoregressive flows with hierarchical latent variable models.

CompressAI: a PyTorch library and evaluation platform for end-to-end compression research

InterDigitalInc/CompressAI 5 Nov 2020

This paper presents CompressAI, a platform that provides custom operations, layers, models and tools to research, develop and evaluate end-to-end image and video compression codecs.

Perceptual Learned Video Compression with Recurrent Conditional GAN

renyang-home/plvc 7 Sep 2021

This paper proposes a Perceptual Learned Video Compression (PLVC) approach with recurrent conditional GAN.

Transformer-based Transform Coding

Nikolai10/SwinT-ChARM ICLR 2022

Neural data compression based on nonlinear transform coding has made great progress over the last few years, mainly due to improvements in prior models, quantization methods and nonlinear transforms.

NeRV: Neural Representations for Videos

haochen-rye/nerv NeurIPS 2021

In contrast, with NeRV, we can use any neural network compression method as a proxy for video compression, and achieve comparable performance to traditional frame-based video compression approaches (H. 264, HEVC \etc).