CVJul 17, 2022

E-NeRV: Expedite Neural Video Representation with Disentangled Spatial-Temporal Context

arXiv:2207.08132v1125 citationsh-index: 24Has Code
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in video representation for researchers and practitioners, though it is incremental as it builds on existing NeRV methods.

The paper tackles the problem of redundant parameters in Neural Video Representation (NeRV) by proposing E-NeRV, which disentangles spatial and temporal contexts, resulting in over 8x faster convergence speed while improving performance with fewer parameters.

Recently, the image-wise implicit neural representation of videos, NeRV, has gained popularity for its promising results and swift speed compared to regular pixel-wise implicit representations. However, the redundant parameters within the network structure can cause a large model size when scaling up for desirable performance. The key reason of this phenomenon is the coupled formulation of NeRV, which outputs the spatial and temporal information of video frames directly from the frame index input. In this paper, we propose E-NeRV, which dramatically expedites NeRV by decomposing the image-wise implicit neural representation into separate spatial and temporal context. Under the guidance of this new formulation, our model greatly reduces the redundant model parameters, while retaining the representation ability. We experimentally find that our method can improve the performance to a large extent with fewer parameters, resulting in a more than $8\times$ faster speed on convergence. Code is available at https://github.com/kyleleey/E-NeRV.

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