Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Towards Practical Real-Time Neural Video Compression

About

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.

Zhaoyang Jia, Bin Li, Jiahao Li, Wenxuan Xie, Linfeng Qi, Houqiang Li, Yan Lu• 2025

Related benchmarks

TaskDatasetResultRank
Video CompressionHEVC Class D
BD-Rate-32.4
74
Video CompressionMCL-JCV--
60
Video CompressionHEVC Class B
BD-Rate (%)-22.9
58
Video CompressionHEVC Class C
BD-Rate (%)-27.5
56
Video CompressionHEVC Class E
BD-Rate (%)-24.4
53
Video CompressionUVG--
49
Video Compression1920 x 1080 videos
Decoding Speed (fps)112.8
24
Video CompressionStandard Video Compression Suite UVG, MCL-JCV, HEVC B/C/D/E/RGB
UVG Score-31.1
21
Video Coding1280 x 720 videos (test)
Encoding Speed (fps)225.1
16
Video CompressionCityscapes
PSNR27.24
15
Showing 10 of 32 rows

Other info

Code

Follow for update