Video Compression with Hierarchical Temporal Neural Representation
Jun Zhu, Xinfeng Zhang, Lv Tang, Junhao Jiang, Gai Zhang, Jia Wang
TL;DR
TeNeRV tackles the limited temporal modeling of prior INR-based video compression by introducing a hierarchical temporal representation that fuses information across adjacent frames and adapts to GoP structure. The Inter-Frame Feature Fusion (IFF) captures local temporal coherence, while the GoP-Adaptive Modulation (GAM) learns group-specific priors and modulates network behavior across GoPs. A two-stage training scheme, adaptive GoP partitioning, and GoP-specific depthwise kernels balance expressiveness with parameter efficiency. Experiments on UVG and HEVC ClassB demonstrate superior rate-distortion performance and temporal stability compared to prior INR methods and traditional codecs, with ablations validating each component. This approach suggests a practical path to efficient neural video compression by explicitly modeling temporal hierarchies within implicit representations.
Abstract
Video compression has recently benefited from implicit neural representations (INRs), which model videos as continuous functions. INRs offer compact storage and flexible reconstruction, providing a promising alternative to traditional codecs. However, most existing INR-based methods treat the temporal dimension as an independent input, limiting their ability to capture complex temporal dependencies. To address this, we propose a Hierarchical Temporal Neural Representation for Videos, TeNeRV. TeNeRV integrates short- and long-term dependencies through two key components. First, an Inter-Frame Feature Fusion (IFF) module aggregates features from adjacent frames, enforcing local temporal coherence and capturing fine-grained motion. Second, a GoP-Adaptive Modulation (GAM) mechanism partitions videos into Groups-of-Pictures and learns group-specific priors. The mechanism modulates network parameters, enabling adaptive representations across different GoPs. Extensive experiments demonstrate that TeNeRV consistently outperforms existing INR-based methods in rate-distortion performance, validating the effectiveness of our proposed approach.
