MetaNeRV: Meta Neural Representations for Videos with Spatial-Temporal Guidance
Jialong Guo, Ke liu, Jiangchao Yao, Zhihua Wang, Jiajun Bu, Haishuai Wang
TL;DR
MetaNeRV introduces a meta-learning framework to learn a high-quality initialization for image-wise implicit neural video representations, enabling rapid adaptation to unseen videos. By adding spatial guidance through multi-resolution supervision and temporal guidance via progressive inner-loop tasks, it improves both convergence speed and reconstruction quality, demonstrated across diverse real-world and medical datasets. The approach also extends to practical tasks like video denoising and compression, achieving competitive or superior results to traditional codecs and prior NeRV-based methods, including favorable rate-distortion performance and robustness to out-of-distribution data. Overall, MetaNeRV offers a scalable path to efficient, high-quality video representation and processing using learned priors over neural video representations.
Abstract
Neural Representations for Videos (NeRV) has emerged as a promising implicit neural representation (INR) approach for video analysis, which represents videos as neural networks with frame indexes as inputs. However, NeRV-based methods are time-consuming when adapting to a large number of diverse videos, as each video requires a separate NeRV model to be trained from scratch. In addition, NeRV-based methods spatially require generating a high-dimension signal (i.e., an entire image) from the input of a low-dimension timestamp, and a video typically consists of tens of frames temporally that have a minor change between adjacent frames. To improve the efficiency of video representation, we propose Meta Neural Representations for Videos, named MetaNeRV, a novel framework for fast NeRV representation for unseen videos. MetaNeRV leverages a meta-learning framework to learn an optimal parameter initialization, which serves as a good starting point for adapting to new videos. To address the unique spatial and temporal characteristics of video modality, we further introduce spatial-temporal guidance to improve the representation capabilities of MetaNeRV. Specifically, the spatial guidance with a multi-resolution loss aims to capture the information from different resolution stages, and the temporal guidance with an effective progressive learning strategy could gradually refine the number of fitted frames during the meta-learning process. Extensive experiments conducted on multiple datasets demonstrate the superiority of MetaNeRV for video representations and video compression.
