IVCVJun 16, 2023

HiNeRV: Video Compression with Hierarchical Encoding-based Neural Representation

arXiv:2306.09818v3108 citationsh-index: 32
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient video compression for applications like streaming and storage, offering incremental improvements over existing INR-based methods.

The paper tackles the problem of improving video compression using Implicit Neural Representations (INRs) by proposing HiNeRV, a method that combines lightweight layers with hierarchical positional encodings, resulting in significant bit rate savings (e.g., 72.3% over HNeRV and 43.4% over DCVC on the UVG dataset).

Learning-based video compression is currently a popular research topic, offering the potential to compete with conventional standard video codecs. In this context, Implicit Neural Representations (INRs) have previously been used to represent and compress image and video content, demonstrating relatively high decoding speed compared to other methods. However, existing INR-based methods have failed to deliver rate quality performance comparable with the state of the art in video compression. This is mainly due to the simplicity of the employed network architectures, which limit their representation capability. In this paper, we propose HiNeRV, an INR that combines light weight layers with novel hierarchical positional encodings. We employs depth-wise convolutional, MLP and interpolation layers to build the deep and wide network architecture with high capacity. HiNeRV is also a unified representation encoding videos in both frames and patches at the same time, which offers higher performance and flexibility than existing methods. We further build a video codec based on HiNeRV and a refined pipeline for training, pruning and quantization that can better preserve HiNeRV's performance during lossy model compression. The proposed method has been evaluated on both UVG and MCL-JCV datasets for video compression, demonstrating significant improvement over all existing INRs baselines and competitive performance when compared to learning-based codecs (72.3% overall bit rate saving over HNeRV and 43.4% over DCVC on the UVG dataset, measured in PSNR).

Code Implementations1 repo
Foundations

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

Your Notes