paper-with-me

Papers

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

2020-10-16 · Sunghyun Park, Kangyeol Kim, Junsoo Lee, Jaegul Choo, Joonseok Lee, Sookyung Kim, Edward Choi

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.

📄 PDF Abstract BibTeX arXiv:2010.08188

Code (1)

psh01087/Vid-ODE 공식 구현 pytorch

Tasks

DecoderVideo Generation

Similar Papers 제목 키워드 기반

Controllable Video Generation by Learning the Underlying Dynamical System with Neural ODE

2023-03-09 · Yucheng Xu, Li Nanbo, Arushi Goel, Zijian Guo 외

Videos depict the change of complex dynamical systems over time in the form of discrete image sequences. Generating controllable videos by learning the dynamical system is an important yet underexplored topic in the comp…

Video Generation

Differential Equations for Continuous-Time Deep Learning

2024-01-08 · Lars Ruthotto

This short, self-contained article seeks to introduce and survey continuous-time deep learning approaches that are based on neural ordinary differential equations (neural ODEs). It primarily targets readers familiar with…

Deep LearningSurvey

Image Generation using Continuous Filter Atoms

2021-12-01 · NeurIPS 2021 12 · Ze Wang, Seunghyun Hwang, Zichen Miao, Qiang Qiu

In this paper, we model the subspace of convolutional filters with a neural ordinary differential equation (ODE) to enable gradual changes in generated images. Decomposing convolutional filters over a set of filter atoms…

Image GenerationImage-to-Image TranslationNavigateTranslation

Operator-learning-inspired Modeling of Neural Ordinary Differential Equations

2023-12-16 · Woojin Cho, Seunghyeon Cho, Hyundong Jin, Jinsung Jeon 외

Neural ordinary differential equations (NODEs), one of the most influential works of the differential equation-based deep learning, are to continuously generalize residual networks and opened a new field. They are curren…

image-classificationImage ClassificationImage GenerationOperator learning+2

Towards Scene Graph Anticipation

2024-03-07 · Rohith Peddi, Saksham Singh, Saurabh, Parag Singla 외

Spatio-temporal scene graphs represent interactions in a video by decomposing scenes into individual objects and their pair-wise temporal relationships. Long-term anticipation of the fine-grained pair-wise relationships …

Graph GenerationLong Term AnticipationScene Graph GenerationSpatio-temporal Scene Graphs