NVC-1B: A Large Neural Video Coding Model
Xihua Sheng, Chuanbo Tang, Li Li, Dong Liu, Feng Wu
TL;DR
This work investigates scaling neural video coding models by expanding a small baseline into a billion-parameter architecture (NVC-1B). By systematically scaling individual modules (motion encoding/decoding, entropy models, contextual coding, and temporal context mining) and exploring CNN, mixed CNN-Transformer, and Transformer designs, the authors identify where gains come from and how stability constrains growth. The resulting NVC-1B achieves significant rate–distortion improvements over the small baseline and surpasses state-of-the-art neural codecs on RGB and YUV420 data, demonstrating the viability and impact of large neural video codecs. The findings suggest that large, well-structured CNN-based models can push video compression efficiency toward or beyond traditional standards, highlighting a path for future scalable video coding research.
Abstract
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 explore how to build a large neural video coding model. Based on a small baseline model, we gradually scale up the model sizes of its different coding parts, including the motion encoder-decoder, motion entropy model, contextual encoder-decoder, contextual entropy model, and temporal context mining module, and analyze the influence of model sizes on video compression performance. Then, we explore to use different architectures, including CNN, mixed CNN-Transformer, and Transformer architectures, to implement the neural video coding model and analyze the influence of model architectures on video compression performance. Based on our exploration results, we design the first neural video coding model with more than 1 billion parameters -- NVC-1B. Experimental results show that our proposed large model achieves a significant video compression performance improvement over the small baseline model, and represents the state-of-the-art compression efficiency. We anticipate large models may bring up the video coding technologies to the next level.
