paper-with-me

Papers

Spatiotemporal Entropy Model is All You Need for Learned Video Compression

2021-04-13 · Zhenhong Sun, Zhiyu Tan, Xiuyu Sun, Fangyi Zhang, Dongyang Li, Yichen Qian, Hao Li

The framework of dominant learned video compression methods is usually composed of motion prediction modules as well as motion vector and residual image compression modules, suffering from its complex structure and error propagation problem. Approaches have been proposed to reduce the complexity by replacing motion prediction modules with implicit flow networks. Error propagation aware training strategy is also proposed to alleviate incremental reconstruction errors from previously decoded frames. Although these methods have brought some improvement, little attention has been paid to the framework itself. Inspired by the success of learned image compression through simplifying the framework with a single deep neural network, it is natural to expect a better performance in video compression via a simple yet appropriate framework. Therefore, we propose a framework to directly compress raw-pixel frames (rather than residual images), where no extra motion prediction module is required. Instead, an entropy model is used to estimate the spatiotemporal redundancy in a latent space rather than pixel level, which significantly reduces the complexity of the framework. Specifically, the whole framework is a compression module, consisting of a unified auto-encoder which produces identically distributed latents for all frames, and a spatiotemporal entropy estimation model to minimize the entropy of these latents. Experiments showed that the proposed method outperforms state-of-the-art (SOTA) performance under the metric of multiscale structural similarity (MS-SSIM) and achieves competitive results under the metric of PSNR.

📄 PDF Abstract BibTeX arXiv:2104.06083

Code (1)

tinyvision/IPCodec 공식 구현 tf

Tasks

AllImage Compressionmotion predictionMS-SSIMSSIMVideo Compression

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

End-to-End Rate-Distortion Optimization for Bi-Directional Learned Video Compression

2020-08-11 · M. Akin Yilmaz, A. Murat Tekalp

Conventional video compression methods employ a linear transform and block motion model, and the steps of motion estimation, mode and quantization parameter selection, and entropy coding are optimized individually due to…

Motion EstimationQuantizationVideo Compression

Video Coding Using Learned Latent GAN Compression

2022-07-09 · Mustafa Shukor, Bharath Bhushan Damodaran, Xu Yao, Pierre Hellier

We propose in this paper a new paradigm for facial video compression. We leverage the generative capacity of GANs such as StyleGAN to represent and compress a video, including intra and inter compression. Each frame is i…

Video Compression

Learning Perceptual Compression of Facial Video

2021-09-29 · Mustafa Shukor, Xu Yao, Bharath Bhushan Damodaran, Pierre Hellier

We propose in this paper a new paradigm for facial video compression. We leverage the generative capacity of GANs such as StyleGAN to represent and compress each video frame (intra compression), as well as the successive…

Video Compression

MMVC: Learned Multi-Mode Video Compression with Block-based Prediction Mode Selection and Density-Adaptive Entropy Coding

2023-04-05 · CVPR 2023 1 · Bowen Liu, Yu Chen, Rakesh Chowdary Machineni, Shiyu Liu 외

Learning-based video compression has been extensively studied over the past years, but it still has limitations in adapting to various motion patterns and entropy models. In this paper, we propose multi-mode video compre…

BenchmarkingMS-SSIMOptical Flow EstimationPrediction+3

Geometric Transformation-Embedded Mamba for Learned Video Compression

2026-03-09 · Hao Wei, Yanhui Zhou, Chenyang Ge arxiv

Although learned video compression methods have exhibited outstanding performance, most of them typically follow a hybrid coding paradigm that requires explicit motion estimation and compensation, resulting in a complex …