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

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

19 May 2022arXiv:2205.09853archive 2025-07-28

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 ≤ 4 GPUs. Project page: https://mask-cond-video-diffusion.github.io ; Code : https://github.com/voletiv/mcvd-pytorch

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2205.09853")

Code

Syntology Ran 7 of 16 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 6 ran; community (archive-listed): 5 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

voletiv/mcvd-pytorch officialmentioned in papermentioned on GitHubpytorch report
showlab/FAR mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 7 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran · fixture could not drive it
5ran
9unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Nin voletiv/mcvd-pytorch/models/unet.py official repository ran · metamorphic tier: invariant MIT (permissive) · fe8eda2d3c77b1ce · report
Normalize voletiv/mcvd-pytorch/models/unet.py official repository ran · our draft was wrong MIT (permissive) · 7a5794dd00d68985 · report
Swish voletiv/mcvd-pytorch/models/unet.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · d0fc586d0b8f1592 · report
Upsample voletiv/mcvd-pytorch/models/unet.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · be28d1c32d65462b · report
get_timestep_embedding voletiv/mcvd-pytorch/models/unet.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · e3f5c3d286e3e169 · report
partialclass voletiv/mcvd-pytorch/models/unet.py official repository ran MIT (permissive) · 61098cd5c9624563 · report
AttnBlock voletiv/mcvd-pytorch/models/unet.py official repository unverified MIT (permissive) · 608ce50c0a254bf3 · report
ResnetBlock voletiv/mcvd-pytorch/models/unet.py official repository unverified MIT (permissive) · b50ef756a12bcec1 · report
UNet voletiv/mcvd-pytorch/models/unet.py official repository unverified MIT (permissive) · 25b5bc70ae8eb1fe · report
default_init voletiv/mcvd-pytorch/models/unet.py official repository unverified MIT (permissive) · 90b0411e98af1284 · report
init_weights voletiv/mcvd-pytorch/models/unet.py official repository unverified MIT (permissive) · 356ce7450c78eec0 · report
AdaLayerNormZeroSingle showlab/FAR/far/models/far_model.py community (archive-listed) ran MIT (permissive) · c9e28313aeb3f410 · report
AdaLayerNormContinuous showlab/FAR/far/models/far_model.py community (archive-listed) unverified MIT (permissive) · 87c3ba7dfa415456 · report
FAR showlab/FAR/far/models/far_model.py community (archive-listed) unverified MIT (permissive) · c7f7d4ff2a1ca090 · report
FAR_AttnProcessor2_0 showlab/FAR/far/models/far_model.py community (archive-listed) unverified MIT (permissive) · f9bd59c7c4009713 · report
FAR_TransformerBlock showlab/FAR/far/models/far_model.py community (archive-listed) unverified MIT (permissive) · dd2836a2627dc893 · report

Tasks

DenoisingPredictionVideo GenerationVideo Prediction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Generation BAIR Robot Pushing MCVD : c2t5p14 Cond 2 #4 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c2t5p14 FVD score 87.9 #4 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c2t5p14 PSNR 19.1 #4 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c2t5p14 Pred 14 #4 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c2t5p14 SSIM 0.838 #4 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c2t5p14 Train 5 #4 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c1t5p15 Cond 1 #5 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c1t5p15 FVD score 89.5 #5 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c1t5p15 PSNR 16.9 #5 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c1t5p15 Pred 15 #5 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c1t5p15 SSIM 0.78 #5 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c1t5p15 Train 5 #5 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c2t5p28 Cond 2 #13 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c2t5p28 FVD score 118.4 #13 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c2t5p28 PSNR 16.2 #13 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c2t5p28 Pred 28 #13 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c2t5p28 SSIM 0.745 #13 of 31 Archive leaderboard report
Video Generation BAIR Robot Pushing MCVD : c2t5p28 Train 5 #13 of 31 Archive leaderboard report
Video Generation UCF-101 MCVD (64x64) FVD16 1143 #44 of 48 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections