paper-with-me

홈 › Papers

Generative Video Bi-flow

2025-03-09 · Chen Liu, Tobias Ritschel

We propose a novel generative video model by robustly learning temporal change as a neural Ordinary Differential Equation (ODE) flow with a bilinear objective of combining two aspects: The first is to map from the past into future video frames directly. Previous work has mapped the noise to new frames, a more computationally expensive process. Unfortunately, starting from the previous frame, instead of noise, is more prone to drifting errors. Hence, second, we additionally learn how to remove the accumulated errors as the joint objective by adding noise during training. We demonstrate unconditional video generation in a streaming manner for various video datasets, all at competitive quality compared to a baseline conditional diffusion but with higher speed, i.e., fewer ODE solver steps.

📄 PDF Abstract BibTeX arXiv:2503.06364

Code (1)

cgymmy/DGNet pytorch

Tasks

Unconditional Video GenerationVideo Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

VideoFlow: A Conditional Flow-Based Model for Stochastic Video Generation

2019-03-04 · ICLR 2020 1 · Manoj Kumar, Mohammad Babaeizadeh, Dumitru Erhan, Chelsea Finn 외

Generative models that can model and predict sequences of future events can, in principle, learn to capture complex real-world phenomena, such as physical interactions. However, a central challenge in video prediction is…

Predict Future Video FramesVideo GenerationVideo Prediction

SNM-VFI: Symmetric Nonlinear Motion-Guided Generative Video Frame Interpolation

2026-08-13 · Jisoo Jeong, Hong Cai, Jamie Menjay Lin, Hanno Ackermann 외 arxiv

We propose Symmetric Nonlinear Motion-guided Generative Video Frame Interpolation (SNM-VFI), a training-free framework for motion-controllable generative video frame interpolation with pre-trained optical flow and video …

Video Frame Interpolation

FlashRender: Few-Step Generative Rendering via Camera-Controlled Video MeanFlow

2026-09-03 · Byeongjun Park, Byung-Hoon Kim, Hyungjin Chung hf

We present FlashRender, a few-step generative rendering framework that retakes a source video along a target camera trajectory in seconds. We identify sampling-step-dependent camera control as a prominent manifestation o…

Bi-FlowGS: Bridging Generative View Completion and Gaussian Geometry through Bidirectional Flow Co-Refinement

2026-09-15 · Yuetong Wang, Jinsheng Quan, Yi Yang, Yawei Luo arxiv

Sparse-view 3D scene reconstruction with 3D Gaussian Splatting (3DGS) is inherently underconstrained. Plausible renderings can also coexist with erroneous Gaussian geometry, as errors in positions or depths may be concea…

Video Restoration

The U-Net based GLOW for Optical-Flow-free Video Interframe Generation

2021-03-17 · Saem Park, Donghoon Han, Nojun Kwak

Video frame interpolation is the task of creating an interframe between two adjacent frames along the time axis. So, instead of simply averaging two adjacent frames to create an intermediate image, this operation should …

Occlusion HandlingOptical Flow EstimationVideo Frame Interpolation