paper-with-me

Papers

Learned Video Compression via Joint Spatial-Temporal Correlation Exploration

2019-12-13 · Haojie Liu, Han Shen, Lichao Huang, Ming Lu, Tong Chen, Zhan Ma

Traditional video compression technologies have been developed over decades in pursuit of higher coding efficiency. Efficient temporal information representation plays a key role in video coding. Thus, in this paper, we propose to exploit the temporal correlation using both first-order optical flow and second-order flow prediction. We suggest an one-stage learning approach to encapsulate flow as quantized features from consecutive frames which is then entropy coded with adaptive contexts conditioned on joint spatial-temporal priors to exploit second-order correlations. Joint priors are embedded in autoregressive spatial neighbors, co-located hyper elements and temporal neighbors using ConvLSTM recurrently. We evaluate our approach for the low-delay scenario with High-Efficiency Video Coding (H.265/HEVC), H.264/AVC and another learned video compression method, following the common test settings. Our work offers the state-of-the-art performance, with consistent gains across all popular test sequences.

📄 PDF Abstract BibTeX arXiv:1912.06348

Code (0)

등록된 구현이 없습니다.

Tasks

Optical Flow EstimationVideo Compression

Methods 이 논문이 사용한 방법론

Test 설명 없음
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…

Similar Papers 제목 키워드 기반

Spatial-Temporal Transformer based Video Compression Framework

2023-09-21 · Yanbo Gao, Wenjia Huang, Shuai Li, Hui Yuan 외

Learned video compression (LVC) has witnessed remarkable advancements in recent years. Similar as the traditional video coding, LVC inherits motion estimation/compensation, residual coding and other modules, all of which…

Motion EstimationPredictionVideo Compression

Video Compression With Entropy-Constrained Neural Representations

2023-01-01 · CVPR 2023 1 · Carlos Gomes, Roberto Azevedo, Christopher Schroers

Encoding videos as neural networks is a recently proposed approach that allows new forms of video processing. However, traditional techniques still outperform such neural video representation (NVR) methods for the ta…

QuantizationVideo 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

Keep-or-Drop? Adaptive Tokenizer for Compact Video Representation

2026-08-25 · Yeonkyeong Lee, Hyunsung Go, Jongmin Kim, Sewoong Lim 외 arxiv

Latent diffusion models have emerged as a dominant framework for high-fidelity image and video synthesis, operating in compact latent spaces with variational autoencoders (VAEs) to enhance computational efficiency withou…

Computational Efficiency

Spatial Decomposition and Temporal Fusion based Inter Prediction for Learned Video Compression

2024-01-29 · Xihua Sheng, Li Li, Dong Liu, Houqiang Li

Video compression performance is closely related to the accuracy of inter prediction. It tends to be difficult to obtain accurate inter prediction for the local video regions with inconsistent motion and occlusion. Tradi…

Motion EstimationMS-SSIMPredictionSSIM+1