CVOct 16, 2020

Vid-ODE: Continuous-Time Video Generation with Neural Ordinary Differential Equation

arXiv:2010.08188v263 citations
Originality Incremental advance
AI Analysis

This addresses the need for more adaptable video generation models in applications like video editing or simulation, though it is incremental as it builds on existing neural ODE and video processing techniques.

The paper tackled the problem of video generation with flexible frame rates by proposing Vid-ODE, a model that uses neural ODEs to learn continuous-time dynamics, and it outperformed state-of-the-art methods in interpolation and extrapolation tasks on four real-world datasets.

Video generation models often operate under the assumption of fixed frame rates, which leads to suboptimal performance when it comes to handling flexible frame rates (e.g., increasing the frame rate of the more dynamic portion of the video as well as handling missing video frames). To resolve the restricted nature of existing video generation models' ability to handle arbitrary timesteps, we propose continuous-time video generation by combining neural ODE (Vid-ODE) with pixel-level video processing techniques. Using ODE-ConvGRU as an encoder, a convolutional version of the recently proposed neural ODE, which enables us to learn continuous-time dynamics, Vid-ODE can learn the spatio-temporal dynamics of input videos of flexible frame rates. The decoder integrates the learned dynamics function to synthesize video frames at any given timesteps, where the pixel-level composition technique is used to maintain the sharpness of individual frames. With extensive experiments on four real-world video datasets, we verify that the proposed Vid-ODE outperforms state-of-the-art approaches under various video generation settings, both within the trained time range (interpolation) and beyond the range (extrapolation). To the best of our knowledge, Vid-ODE is the first work successfully performing continuous-time video generation using real-world videos.

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