paper-with-me

Papers

MCVD: Masked Conditional Video Diffusion for Prediction, Generation, and Interpolation

2022-05-19 · Vikram Voleti, Alexia Jolicoeur-Martineau, Christopher Pal

Video prediction is a challenging task. The quality of video frames from current state-of-the-art (SOTA) generative models tends to be poor and generalization beyond the training data is difficult. Furthermore, existing prediction frameworks are typically not capable of simultaneously handling other video-related tasks such as unconditional generation or interpolation. In this work, we devise a general-purpose framework called Masked Conditional Video Diffusion (MCVD) for all of these video synthesis tasks using a probabilistic conditional score-based denoising diffusion model, conditioned on past and/or future frames. We train the model in a manner where we randomly and independently mask all the past frames or all the future frames. This novel but straightforward setup allows us to train a single model that is capable of executing a broad range of video tasks, specifically: future/past prediction -- when only future/past frames are masked; unconditional generation -- when both past and future frames are masked; and interpolation -- when neither past nor future frames are masked. Our experiments show that this approach can generate high-quality frames for diverse types of videos. Our MCVD models are built from simple non-recurrent 2D-convolutional architectures, conditioning on blocks of frames and generating blocks of frames. We generate videos of arbitrary lengths autoregressively in a block-wise manner. Our approach yields SOTA results across standard video prediction and interpolation benchmarks, with computation times for training models measured in 1-12 days using $\le$ 4 GPUs. Project page: https://mask-cond-video-diffusion.github.io ; Code : https://github.com/voletiv/mcvd-pytorch

📄 PDF Abstract BibTeX arXiv:2205.09853

Code (2)

voletiv/mcvd-pytorch 공식 구현 pytorch
showlab/FAR pytorch

Tasks

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

Filters for ISI Suppression in Molecular Communication via Diffusion

2021-04-29 · Ruifeng Zheng, Lin Lin, Hao Yan

Molecular communication via diffusion (MCvD) is considered as one of the most feasible communication paradigms for nanonetworks, especially for bio-nanonetworks which are usually in water-rich biological environments. Tw…

Machine Unlearning for Masked Diffusion Language Models

2026-05-18 · Georu Lee, Seungwon Jeong, Hoki Kim, Jinseong Park 외 arxiv

Recent masked diffusion language models (MDLMs), such as LLaDA and Dream, have achieved performance comparable to autoregressive large language models. Unlike autoregressive models, which generate text sequentially, MDLM…

Low Complexity First: Duration-Centric ISI Mitigation in Molecular Communication via Diffusion

2022-07-19 · Xuan Chen, Fei Ji, Miaowen Wen, Yu Huang 외

In this paper, we propose a novel inter-symbol interference (ISI) mitigation scheme for molecular communication via diffusion (MCvD) systems with the optimal detection interval. Its rationale is to exploit the discarded …

Diffusion Models for Video Prediction and Infilling

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

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 generati…

PredictionVideo GenerationVideo Prediction

Semantically Consistent Video Inpainting with Conditional Diffusion Models

2024-04-30 · Dylan Green, William Harvey, Saeid Naderiparizi, Matthew Niedoba 외

Current state-of-the-art methods for video inpainting typically rely on optical flow or attention-based approaches to inpaint masked regions by propagating visual information across frames. While such approaches have led…

Optical Flow EstimationVideo Inpainting