CVDec 12, 2023

Neural Video Fields Editing

arXiv:2312.08882v28 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses memory and consistency issues in video editing for real-world applications, representing an incremental improvement over existing diffusion-based methods.

The paper tackles the challenges of high GPU memory demand and inter-frame inconsistency in text-driven video editing for long videos, proposing NVEdit which enables editing hundreds of frames with improved consistency.

Diffusion models have revolutionized text-driven video editing. However, applying these methods to real-world editing encounters two significant challenges: (1) the rapid increase in GPU memory demand as the number of frames grows, and (2) the inter-frame inconsistency in edited videos. To this end, we propose NVEdit, a novel text-driven video editing framework designed to mitigate memory overhead and improve consistent editing for real-world long videos. Specifically, we construct a neural video field, powered by tri-plane and sparse grid, to enable encoding long videos with hundreds of frames in a memory-efficient manner. Next, we update the video field through off-the-shelf Text-to-Image (T2I) models to impart text-driven editing effects. A progressive optimization strategy is developed to preserve original temporal priors. Importantly, both the neural video field and T2I model are adaptable and replaceable, thus inspiring future research. Experiments demonstrate the ability of our approach to edit hundreds of frames with impressive inter-frame consistency. Our project is available at: https://nvedit.github.io/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes