paper-with-me

Papers

Deep Contextual Video Compression

2021-09-30 · NeurIPS 2021 12 · Jiahao Li, Bin Li, Yan Lu

Most of the existing neural video compression methods adopt the predictive coding framework, which first generates the predicted frame and then encodes its residue with the current frame. However, as for compression ratio, predictive coding is only a sub-optimal solution as it uses simple subtraction operation to remove the redundancy across frames. In this paper, we propose a deep contextual video compression framework to enable a paradigm shift from predictive coding to conditional coding. In particular, we try to answer the following questions: how to define, use, and learn condition under a deep video compression framework. To tap the potential of conditional coding, we propose using feature domain context as condition. This enables us to leverage the high dimension context to carry rich information to both the encoder and the decoder, which helps reconstruct the high-frequency contents for higher video quality. Our framework is also extensible, in which the condition can be flexibly designed. Experiments show that our method can significantly outperform the previous state-of-the-art (SOTA) deep video compression methods. When compared with x265 using veryslow preset, we can achieve 26.0% bitrate saving for 1080P standard test videos.

📄 PDF Abstract BibTeX arXiv:2109.15047

Code (2)

DeepMC-DCVC/DCVC 공식 구현 pytorch
microsoft/dcvc pytorch

Tasks

DecoderVideo Compression

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

UCVC: A Unified Contextual Video Compression Framework with Joint P-frame and B-frame Coding

2024-02-02 · Jiayu Yang, Wei Jiang, Yongqi Zhai, Chunhui Yang 외

This paper presents a learned video compression method in response to video compression track of the 6th Challenge on Learned Image Compression (CLIC), at DCC 2024.Specifically, we propose a unified contextual video comp…

Image CompressionVideo Compression

Bi-Directional Deep Contextual Video Compression

2024-08-16 · Xihua Sheng, Li Li, Dong Liu, Shiqi Wang

Deep video compression has made remarkable process in recent years, with the majority of advancements concentrated on P-frame coding. Although efforts to enhance B-frame coding are ongoing, their compression performance …

Video Compression

DCVC-MV: Deep Contextual Multiview Video Compression with Efficient Inter-View Prediction

2025-09-04 · Xihua Sheng, Yingwen Zhang, Long Xu, Shiqi Wang arxiv

Multiview video is a key format for 3D applications such as free-viewpoint broadcasting and virtual reality, yet its large data volume poses significant challenges for efficient storage and transmission. As deep contextu…

NVC-1B: A Large Neural Video Coding Model

2024-07-28 · Xihua Sheng, Chuanbo Tang, Li Li, Dong Liu 외

The emerging large models have achieved notable progress in the fields of natural language processing and computer vision. However, large models for neural video coding are still unexplored. In this paper, we try to expl…

DecodermodelVideo Compression

Neural Video Compression with In-Loop Contextual Filtering and Out-of-Loop Reconstruction Enhancement

2025-09-04 · Yaojun Wu, Chaoyi Lin, Yiming Wang, Semih Esenlik 외 arxiv

This paper explores the application of enhancement filtering techniques in neural video compression. Specifically, we categorize these techniques into in-loop contextual filtering and out-of-loop reconstruction enhanceme…