Implicit neural representations store videos as neural networks and have performed well for various vision tasks such as video compression and denoising. With frame index or positional index as input, implicit representations (NeRV, E-NeRV, \etc) reconstruct video from fixed and content-agnostic embeddings. Such embedding largely limits the regression capacity and internal generalization for video interpolation. In this paper, we propose a Hybrid Neural Representation for Videos (HNeRV), where a learnable encoder generates content-adaptive embeddings, which act as the decoder input. Besides the input embedding, we introduce HNeRV blocks, which ensure model parameters are evenly distributed across the entire network, such that higher layers (layers near the output) can have more capacity to store high-resolution content and video details. With content-adaptive embeddings and re-designed architecture, HNeRV outperforms implicit methods in video regression tasks for both reconstruction quality ($+4.7$ PSNR) and convergence speed ($16\times$ faster), and shows better internal generalization. As a simple and efficient video representation, HNeRV also shows decoding advantages for speed, flexibility, and deployment, compared to traditional codecs~(H.264, H.265) and learning-based compression methods. Finally, we explore the effectiveness of HNeRV on downstream tasks such as video compression and video inpainting. We provide project page at https://haochen-rye.github.io/HNeRV, and Code at https://github.com/haochen-rye/HNeRV
翻译:隐式神经表示以神经网络存储视频,在诸多视觉任务中表现良好,如视频压缩和降噪。使用帧索引或位置索引作为输入,隐式表示(NeRV,E-NeRV等)从固定和内容无关的嵌入中重构视频。这种嵌入在很大程度上限制了视频插值的回归能力和内部泛化。本文提出了一种基于混合神经表示的视频表征(HNeRV),其中可学习的编码器生成内容自适应嵌入,充当解码器输入。除了输入嵌入外,我们引入了HNeRV块,确保模型参数均匀分布在整个网络中,从而使更高层(接近输出层的层)可以具有存储高分辨率内容和视频细节的更大容量。通过内容自适应嵌入和重新设计的架构,HNeRV在视频回归任务中的重构质量(+4.7 PSNR)和收敛速度(16倍)方面均优于隐式方法,并显示出更好的内部泛化。作为一种简单而高效的视频表示,与传统编解码器(H.264,H.265)和基于学习的压缩方法相比,HNeRV还显示出速度、灵活性和部署方面的解码优势。最后,我们探讨了HNeRV在视频压缩和视频修补等下游任务中的有效性。我们在https://haochen-rye.github.io/HNeRV提供项目页面,在https://github.com/haochen-rye/HNeRV提供代码。