paper-with-me

홈 › Papers

Video Interpolation with Diffusion Models

2024-04-01 · CVPR 2024 1 · Siddhant Jain, Daniel Watson, Eric Tabellion, Aleksander Hołyński, Ben Poole, Janne Kontkanen

We present VIDIM, a generative model for video interpolation, which creates short videos given a start and end frame. In order to achieve high fidelity and generate motions unseen in the input data, VIDIM uses cascaded diffusion models to first generate the target video at low resolution, and then generate the high-resolution video conditioned on the low-resolution generated video. We compare VIDIM to previous state-of-the-art methods on video interpolation, and demonstrate how such works fail in most settings where the underlying motion is complex, nonlinear, or ambiguous while VIDIM can easily handle such cases. We additionally demonstrate how classifier-free guidance on the start and end frame and conditioning the super-resolution model on the original high-resolution frames without additional parameters unlocks high-fidelity results. VIDIM is fast to sample from as it jointly denoises all the frames to be generated, requires less than a billion parameters per diffusion model to produce compelling results, and still enjoys scalability and improved quality at larger parameter counts.

📄 PDF Abstract BibTeX arXiv:2404.01203

Code (0)

등록된 구현이 없습니다.

Tasks

Super-Resolution

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 제목 키워드 기반

ZeroSmooth: Training-free Diffuser Adaptation for High Frame Rate Video Generation

2024-06-03 · Shaoshu Yang, Yong Zhang, Xiaodong Cun, Ying Shan 외

Video generation has made remarkable progress in recent years, especially since the advent of the video diffusion models. Many video generation models can produce plausible synthetic videos, e.g., Stable Video Diffusion …

GPUVideo Generation

Video Motion Graphs

2025-03-26 · Haiyang Liu, Zhan Xu, Fa-Ting Hong, Hsin-Ping Huang 외

We present Video Motion Graphs, a system designed to generate realistic human motion videos. Using a reference video and conditional signals such as music or motion tags, the system synthesizes new videos by first retrie…

Motion InterpolationVideo Frame InterpolationVideo Generation

Adapting Image-to-Video Diffusion Models for Large-Motion Frame Interpolation

2024-12-22 · Luoxu Jin, Hiroshi Watanabe

With the development of video generation models has advanced significantly in recent years, we adopt large-scale image-to-video diffusion models for video frame interpolation. We present a conditional encoder designed to…

Video Frame InterpolationVideo Generation

TLB-VFI: Temporal-Aware Latent Brownian Bridge Diffusion for Video Frame Interpolation

2025-07-07 · Zonglin Lyu, Chen Chen

Video Frame Interpolation (VFI) aims to predict the intermediate frame $I_n$ (we use n to denote time in videos to avoid notation overload with the timestep $t$ in diffusion models) based on two consecutive neighboring f…

Optical Flow EstimationVideo Frame Interpolation

Generative Inbetweening: Adapting Image-to-Video Models for Keyframe Interpolation

2024-08-27 · Xiaojuan Wang, Boyang Zhou, Brian Curless, Ira Kemelmacher-Shlizerman 외

We present a method for generating video sequences with coherent motion between a pair of input key frames. We adapt a pretrained large-scale image-to-video diffusion model (originally trained to generate videos moving f…