English

Towards Practical Real-Time Neural Video Compression

Image and Video Processing 2025-03-19 v2 Computer Vision and Pattern Recognition

Abstract

We introduce a practical real-time neural video codec (NVC) designed to deliver high compression ratio, low latency and broad versatility. In practice, the coding speed of NVCs depends on 1) computational costs, and 2) non-computational operational costs, such as memory I/O and the number of function calls. While most efficient NVCs prioritize reducing computational cost, we identify operational cost as the primary bottleneck to achieving higher coding speed. Leveraging this insight, we introduce a set of efficiency-driven design improvements focused on minimizing operational costs. Specifically, we employ implicit temporal modeling to eliminate complex explicit motion modules, and use single low-resolution latent representations rather than progressive downsampling. These innovations significantly accelerate NVC without sacrificing compression quality. Additionally, we implement model integerization for consistent cross-device coding and a module-bank-based rate control scheme to improve practical adaptability. Experiments show our proposed DCVC-RT achieves an impressive average encoding/decoding speed at 125.2/112.8 fps (frames per second) for 1080p video, while saving an average of 21% in bitrate compared to H.266/VTM. The code is available at https://github.com/microsoft/DCVC.

Keywords

Cite

@article{arxiv.2502.20762,
  title  = {Towards Practical Real-Time Neural Video Compression},
  author = {Zhaoyang Jia and Bin Li and Jiahao Li and Wenxuan Xie and Linfeng Qi and Houqiang Li and Yan Lu},
  journal= {arXiv preprint arXiv:2502.20762},
  year   = {2025}
}

Comments

CVPR 2025. Visit the project page at https://dcvccodec.github.io and access the code at https://github.com/microsoft/DCVC

R2 v1 2026-06-28T22:01:16.989Z