🤖 AI Summary
This work addresses the high complexity and resource demands of existing video world models, which lack lightweight and reproducible baselines. The authors propose MiniWorld, an end-to-end trainable streaming video world model based on a block-causal video diffusion Transformer. It operates in the latent space of a pretrained Video VAE, trained via flow matching with a novel block-wise non-decreasing noise schedule and a two-stage continual training strategy to enhance temporal modeling. MiniWorld provides the first fully reproducible, lightweight from-scratch training protocol, enabling completion within days on a single 8-GPU server. Efficient streaming inference is achieved through rolling KV caching and an asynchronous denoising pipeline. The release of code and models significantly lowers the barrier to entry for future research in this domain.
📝 Abstract
Video world models predict future observations conditioned on historical observations and control signals, enabling long-horizon generation through autoregressive state transitions. Unlike conventional video generation models that primarily capture visual appearance and motion, video world models learn the underlying dynamics governing environment evolution under agent actions, providing a foundation for embodied AI and interactive simulation. Recent progress has largely relied on adapting pretrained video generation models through post-training or distillation. Although effective, these approaches often require complex training pipelines, substantial computational resources, and suffer from the mismatch between bidirectional pretraining and causal streaming inference. Recent studies have shown that training autoregressive video world models from scratch is feasible and scalable. However, the community still lacks a lightweight, transparent, and fully reproducible baseline trainable end-to-end with modest computational resources. We present MiniWorld, a reproducible framework for training streaming video world models from scratch. MiniWorld employs a block-causal Video Diffusion Transformer trained with Flow Matching in the latent space of a pretrained Video VAE. Building on Diffusion Forcing, it adopts a chunk-wise non-decreasing noise schedule and two-stage continued training to improve temporal modeling and stability. During inference, MiniWorld combines a rolling KV cache with pipelined asynchronous denoising for efficient streaming generation under bounded computation. The entire model can be trained within several days on a single 8-GPU server. By releasing the training and inference codebase and pretrained checkpoints, we hope MiniWorld will facilitate future research on video world modeling.