Search papers, labs, and topics across Lattice.
This paper introduces MilliVid, a novel approach to video generation that addresses the challenge of long-range consistency by employing a coarse-to-fine rollout strategy within a multi-scale token space. By pre-training an autoencoder to compress video frames into a hierarchical token structure, the method effectively captures essential scene information at varying levels of detail. The results demonstrate that MilliVid significantly outperforms existing baselines in generating consistent video sequences, as validated on a custom dataset of long Minecraft videos.
Achieving long-range consistency in video generation without excessive computational overhead is now feasible with MilliVid's hierarchical token approach.
Video generative models have become increasingly powerful, but long-range consistency remains challenging to achieve because even a few dozen frames require impractically long transformer sequence lengths. We show that this issue can be mitigated by generating video using coarse-to-fine rollout within a multi-scale token space. Our approach is simple: first, we pre-train an autoencoder that compresses each frame into a hierarchy of tokens, with levels ranging from the typical latent resolution to only a handful of tokens per frame. The coarsest levels capture the most consequential information, such as scene layout and semantics, while finer levels add high-frequency appearance and texture. Then, we train a video diffusion model to generate these tokens using coarse-to-fine rollout. By carefully controlling the level of detail at which frames are generated and used as context during each rollout step, we are able to preserve long-range consistency in geometry and object permanence while spending less compute on the long-range consistency of less perceptually relevant details. We validate this approach using a custom dataset of long Minecraft videos, where it produces substantially more consistent rollouts compared to existing baselines.