1: \begin{abstract}
2: Implicit neural representations store videos as neural networks and have performed well for various vision tasks such as video compression and denoising.
3: With frame index or positional index as input, implicit representations (NeRV, E-NeRV, \etc) reconstruct video frames from \textit{fixed} and \textit{content-agnostic} embeddings.
4: Such embedding largely limits the regression capacity and internal generalization for video interpolation.
5: In this paper, we propose a Hybrid Neural Representation for Videos (\textbf{HNeRV}), where a \textit{learnable} encoder generates \textit{content-adaptive} embeddings, which act as the decoder input.
6: 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.
7: 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.
8: 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.
9: Finally, we explore the effectiveness of HNeRV on downstream tasks such as video compression and video inpainting.
10: \end{abstract}
11: