paper-with-me

Papers

Neural Video Compression with Diverse Contexts

2023-02-28 · CVPR 2023 1 · Jiahao Li, Bin Li, Yan Lu

For any video codecs, the coding efficiency highly relies on whether the current signal to be encoded can find the relevant contexts from the previous reconstructed signals. Traditional codec has verified more contexts bring substantial coding gain, but in a time-consuming manner. However, for the emerging neural video codec (NVC), its contexts are still limited, leading to low compression ratio. To boost NVC, this paper proposes increasing the context diversity in both temporal and spatial dimensions. First, we guide the model to learn hierarchical quality patterns across frames, which enriches long-term and yet high-quality temporal contexts. Furthermore, to tap the potential of optical flow-based coding framework, we introduce a group-based offset diversity where the cross-group interaction is proposed for better context mining. In addition, this paper also adopts a quadtree-based partition to increase spatial context diversity when encoding the latent representation in parallel. Experiments show that our codec obtains 23.5% bitrate saving over previous SOTA NVC. Better yet, our codec has surpassed the under-developing next generation traditional codec/ECM in both RGB and YUV420 colorspaces, in terms of PSNR. The codes are at https://github.com/microsoft/DCVC.

📄 PDF Abstract BibTeX arXiv:2302.14402

Code (2)

microsoft/dcvc 공식 구현 pytorch
microsoft/activemlp pytorch

Tasks

DiversityOptical Flow EstimationVideo Compression

Similar Papers 제목 키워드 기반

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

BiECVC: Gated Diversification of Bidirectional Contexts for Learned Video Compression

2025-05-14 · Wei Jiang, Junru Li, Kai Zhang, Li Zhang

Recent forward prediction-based learned video compression (LVC) methods have achieved impressive results, even surpassing VVC reference software VTM under the Low Delay B (LDB) configuration. In contrast, learned bidirec…

Video Compression

Neural B-frame Video Compression with Bi-directional Reference Harmonization

2025-11-12 · Yuxi Liu, Dengchao Jin, Shuai Huo, Jiawen Gu 외 arxiv

Neural video compression (NVC) has made significant progress in recent years, while neural B-frame video compression (NBVC) remains underexplored compared to P-frame compression. NBVC can adopt bi-directional reference f…

Clapper: Compact Learning and Video Representation in VLMs

2025-05-21 · Lingyu Kong, Hongzhi Zhang, Jingyuan Zhang, Jianzhao Huang 외

Current vision-language models (VLMs) have demonstrated remarkable capabilities across diverse video understanding applications. Designing VLMs for video inputs requires effectively modeling the temporal dimension (i.e. …

Video Understanding

OpenDCVCs: A PyTorch Open Source Implementation and Performance Evaluation of the DCVC series Video Codecs

2025-08-06 · Yichi Zhang, Fengqing Zhu arxiv

We present OpenDCVCs, an open-source PyTorch implementation designed to advance reproducible research in learned video compression. OpenDCVCs provides unified and training-ready implementations of four representative Dee…