Unbow

Research

Video Diffusion Models: Motion Enters Diffusion

A note on why video generation first had to become a problem of time, not image quality.

Question

My main takeaway from Video Diffusion Models is that video generation must preserve a world through time. Increasing image clarity alone cannot solve that problem.

The paper extends image diffusion to video and explores joint training on images and videos. This mattered because public video data was scarce, uneven in quality, and weakly captioned, while image datasets were already large. Joint training lets a model learn visual richness from images and state changes from video. Video generation borrows semantics and texture from image generation, then adds time.

Technical Reading

Two ideas in the paper remain useful when examining later video models.

First, models need both spatial and temporal extension. Spatial extension increases frame size, resolution, and visual completeness. Temporal extension sustains actions, objects, and consistent states across a shot. Many early samples fail because hands change, props disappear, or a background becomes another room, even when individual frames look convincing.

Second, conditional sampling makes it possible to continue from an existing visual state. Later image-to-video, first/last-frame, and reference-to-video approaches develop around this question: how can a model continue from what is already present instead of recreating the world from a blank prompt?

Capability Boundary

The paper does not solve directing. Demonstrating video diffusion does not guarantee character intent, action causality, camera language, or continuity across shots. It opens the possibility of diffusion along a timeline while exposing the additional problems that video brings.

I see it as a milestone in defining the problem, rather than the arrival of a production tool.

Lab Judgment

Translated into a working method, its most useful reminder is:

A prompt needs more than a subject and a style.
It must describe how states change and which states must remain unchanged.

Characters, props, space, light, and action consequences are all states within a shot. Video generation puts those states in temporal order. This concern continues through Sora's world-simulator framing, Veo's cinematography prompts, Seedance's multi-shot generation, and Kling's storyboard control.