IVCVJun 26

Enhanced Neural Video Representation Compression across Extreme Complexity and Quality Scales

arXiv:2606.28163
Originality Incremental advance
AI Analysis

This work addresses the scalability and complexity trade-off in neural video compression, enabling efficient deployment across diverse real-world scenarios with varying bitrate and quality requirements.

NVRC++ introduces a neural video codec that achieves consistent complexity across a wide range of bitrates and quality levels, with four complexity levels from 7k to 360k MACs/pixel and real-time decoding, outperforming the prior SOTA NVRC by up to 7.6x in decoding speed while maintaining comparable rate-distortion performance.

Implicit neural representations (INRs) have recently emerged as a promising approach to video compression, delivering competitive rate-distortion performance alongside rapid decoding. However, existing neural video codecs struggle to balance complexity and scalability. Lightweight models often suffer from degraded compression performance when scaled to different bitrate/quality levels, whereas high-performance models exhibit limited scalability, as their model complexity typically increases with quality. This lack of a unified architecture capable of maintaining consistent complexity across a wide range of bitrates severely limits their diverse real-world deployment. To address these challenges, we introduce NVRC++, a novel INR-based video codec that utilizes a lightweight INR with multiple high-resolution feature grids, providing high scalability at any given complexity level. This is paired with an optimization framework that enables efficient overfitting on high-resolution grids for long video sequences, thereby exploiting spatio-temporal redundancies without prohibitive computational or memory overhead. Additionally, an advanced entropy model is designed for efficiently compressing the high-dimensional grid parameters. As a result, NVRC++ provides four complexity levels (from 7kMACs/pixel to 360kMACs/pixel), each spanning wide bitrate and quality ranges while supporting real-time decoding. The experimental results show that NVRC++ offers a much faster decoding speed (up to 7.6x) compared to the SOTA INR-based video codec, NVRC, while delivering comparable performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes