Table of Contents
Fetching ...

Frequency-aware Neural Representation for Videos

Jun Zhu, Xinfeng Zhang, Lv Tang, Junhao Jiang, Gai Zhang, Jia Wang

TL;DR

FaNeRV addresses spectral bias in implicit neural representations for video compression by decoupling low- and high-frequency content through multi-resolution supervision, dynamic high-frequency injection, and a frequency-decomposed network. The method updates targets via $V_{target}=V_S+\beta\cdot R_{HF}$ with $R_{HF}=\mathcal{H}(V_S-\hat{V}_S)$. It demonstrates strong rate-distortion gains over INR baselines and competitive performance with traditional codecs on standard benchmarks, and supports scalable coding within a single model. This frequency-aware design provides a practical route to high-quality neural video codecs and suggests broader utility for spectral-aware representations.

Abstract

Implicit Neural Representations (INRs) have emerged as a promising paradigm for video compression. However, existing INR-based frameworks typically suffer from inherent spectral bias, which favors low-frequency components and leads to over-smoothed reconstructions and suboptimal rate-distortion performance. In this paper, we propose FaNeRV, a Frequency-aware Neural Representation for videos, which explicitly decouples low- and high-frequency components to enable efficient and faithful video reconstruction. FaNeRV introduces a multi-resolution supervision strategy that guides the network to progressively capture global structures and fine-grained textures through staged supervision . To further enhance high-frequency reconstruction, we propose a dynamic high-frequency injection mechanism that adaptively emphasizes challenging regions. In addition, we design a frequency-decomposed network module to improve feature modeling across different spectral bands. Extensive experiments on standard benchmarks demonstrate that FaNeRV significantly outperforms state-of-the-art INR methods and achieves competitive rate-distortion performance against traditional codecs.

Frequency-aware Neural Representation for Videos

TL;DR

FaNeRV addresses spectral bias in implicit neural representations for video compression by decoupling low- and high-frequency content through multi-resolution supervision, dynamic high-frequency injection, and a frequency-decomposed network. The method updates targets via with . It demonstrates strong rate-distortion gains over INR baselines and competitive performance with traditional codecs on standard benchmarks, and supports scalable coding within a single model. This frequency-aware design provides a practical route to high-quality neural video codecs and suggests broader utility for spectral-aware representations.

Abstract

Implicit Neural Representations (INRs) have emerged as a promising paradigm for video compression. However, existing INR-based frameworks typically suffer from inherent spectral bias, which favors low-frequency components and leads to over-smoothed reconstructions and suboptimal rate-distortion performance. In this paper, we propose FaNeRV, a Frequency-aware Neural Representation for videos, which explicitly decouples low- and high-frequency components to enable efficient and faithful video reconstruction. FaNeRV introduces a multi-resolution supervision strategy that guides the network to progressively capture global structures and fine-grained textures through staged supervision . To further enhance high-frequency reconstruction, we propose a dynamic high-frequency injection mechanism that adaptively emphasizes challenging regions. In addition, we design a frequency-decomposed network module to improve feature modeling across different spectral bands. Extensive experiments on standard benchmarks demonstrate that FaNeRV significantly outperforms state-of-the-art INR methods and achieves competitive rate-distortion performance against traditional codecs.
Paper Structure (17 sections, 5 equations, 3 figures, 5 tables)

This paper contains 17 sections, 5 equations, 3 figures, 5 tables.

Figures (3)

  • Figure 1: Reconstruction results on video detail regions and motion areas. The motion area (red box) is visualized by computing the difference between the current and subsequent frame. Reconstruction details are shown in the region marked by the blue box.
  • Figure 2: Overview of the proposed FaNeRV architecture. A coordinate input retrieves a grid embedding. This embedding passes through blocks with reduced parameters, upsampling in resolution. Outputs at different depths are supervised by the original image and its downsampled versions. Details of these blocks are shown in the bottom.
  • Figure 3: Video compression results on HEVC ClassB sullivan2012overview and UVG mercat2020uvg.