paper-with-me

Papers

Diffusion Models for Video Prediction and Infilling

2022-06-15 · Tobias Höppe, Arash Mehrjou, Stefan Bauer, Didrik Nielsen, Andrea Dittadi

Predicting and anticipating future outcomes or reasoning about missing information in a sequence are critical skills for agents to be able to make intelligent decisions. This requires strong, temporally coherent generative capabilities. Diffusion models have shown remarkable success in several generative tasks, but have not been extensively explored in the video domain. We present Random-Mask Video Diffusion (RaMViD), which extends image diffusion models to videos using 3D convolutions, and introduces a new conditioning technique during training. By varying the mask we condition on, the model is able to perform video prediction, infilling, and upsampling. Due to our simple conditioning scheme, we can utilize the same architecture as used for unconditional training, which allows us to train the model in a conditional and unconditional fashion at the same time. We evaluate RaMViD on two benchmark datasets for video prediction, on which we achieve state-of-the-art results, and one for video generation. High-resolution videos are provided at https://sites.google.com/view/video-diffusion-prediction.

📄 PDF Abstract BibTeX arXiv:2206.07696

Code (1)

Tobi-r9/RaMViD 공식 구현 pytorch

Tasks

PredictionVideo GenerationVideo Prediction

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

MAVIN: Multi-Action Video Generation with Diffusion Models via Transition Video Infilling

2024-05-28 · BoWen Zhang, Xiaofei Xie, Haotian Lu, Na Ma 외

Diffusion-based video generation has achieved significant progress, yet generating multiple actions that occur sequentially remains a formidable task. Directly generating a video with sequential actions can be extremely …

Video Generation

Revealing Disocclusions in Temporal View Synthesis through Infilling Vector Prediction

2021-10-17 · Vijayalakshmi Kanchana, Nagabhushan Somraj, Suraj Yadwad, Rajiv Soundararajan

We consider the problem of temporal view synthesis, where the goal is to predict a future video frame from the past frames using knowledge of the depth and relative camera motion. In contrast to revealing the disoccluded…

Temporal View Synthesis

DreamOn: Diffusion Language Models For Code Infilling Beyond Fixed-size Canvas

2026-02-01 · Zirui Wu, Lin Zheng, Zhihui Xie, Jiacheng Ye 외 arxiv

Diffusion Language Models (DLMs) present a compelling alternative to autoregressive models, offering flexible, any-order infilling without specialized prompting design. However, their practical utility is blocked by a cr…

Hierarchical Masked 3D Diffusion Model for Video Outpainting

2023-09-05 · Fanda Fan, Chaoxu Guo, Litong Gong, Biao Wang 외

Video outpainting aims to adequately complete missing areas at the edges of video frames. Compared to image outpainting, it presents an additional challenge as the model should maintain the temporal consistency of the fi…

Image Outpaintingmodel

TI2V-Zero: Zero-Shot Image Conditioning for Text-to-Video Diffusion Models

2024-04-25 · CVPR 2024 1 · Haomiao Ni, Bernhard Egger, Suhas Lohit, Anoop Cherian 외

Text-conditioned image-to-video generation (TI2V) aims to synthesize a realistic video starting from a given image (e.g., a woman's photo) and a text description (e.g., "a woman is drinking water."). Existing TI2V framew…

DenoisingImage to Video GenerationVideo Generation