English

Scalable Neural Video Representations with Learnable Positional Features

Computer Vision and Pattern Recognition 2022-10-14 v1 Machine Learning

Abstract

Succinct representation of complex signals using coordinate-based neural representations (CNRs) has seen great progress, and several recent efforts focus on extending them for handling videos. Here, the main challenge is how to (a) alleviate a compute-inefficiency in training CNRs to (b) achieve high-quality video encoding while (c) maintaining the parameter-efficiency. To meet all requirements (a), (b), and (c) simultaneously, we propose neural video representations with learnable positional features (NVP), a novel CNR by introducing "learnable positional features" that effectively amortize a video as latent codes. Specifically, we first present a CNR architecture based on designing 2D latent keyframes to learn the common video contents across each spatio-temporal axis, which dramatically improves all of those three requirements. Then, we propose to utilize existing powerful image and video codecs as a compute-/memory-efficient compression procedure of latent codes. We demonstrate the superiority of NVP on the popular UVG benchmark; compared with prior arts, NVP not only trains 2 times faster (less than 5 minutes) but also exceeds their encoding quality as 34.07\rightarrow34.57 (measured with the PSNR metric), even using >>8 times fewer parameters. We also show intriguing properties of NVP, e.g., video inpainting, video frame interpolation, etc.

Keywords

Cite

@article{arxiv.2210.06823,
  title  = {Scalable Neural Video Representations with Learnable Positional Features},
  author = {Subin Kim and Sihyun Yu and Jaeho Lee and Jinwoo Shin},
  journal= {arXiv preprint arXiv:2210.06823},
  year   = {2022}
}

Comments

NeurIPS 2022. Project page with videos and code: https://subin-kim-cv.github.io/NVP/

R2 v1 2026-06-28T03:31:40.528Z