multimodalart's picture
multimodalart HF Staff
Upload folder using huggingface_hub
e35b35d verified
|
Raw
History Blame Contribute Delete
1.48 kB

A newer version of the Gradio SDK is available: 6.26.0

Upgrade
metadata
title: Next Forcing World Model
emoji: 🎬
colorFrom: purple
colorTo: red
sdk: gradio
sdk_version: 6.25.0
app_file: app.py
short_description: Causal world model for robot video generation
python_version: '3.12'
startup_duration_timeout: 1h

Next Forcing: Causal World Modeling with Multi-Chunk Prediction

This Space demonstrates Next Forcing, a causal autoregressive world model that generates robot manipulation video from initial camera observations and a text instruction.

How it works

  1. Provide top-down and wrist camera images (the initial scene).
  2. Describe the manipulation task in natural language.
  3. The model autoregressively generates future video chunks (4 frames per chunk).

The model is a 5.1B parameter causal video-action transformer (based on the Wan2.1 architecture) that jointly denoises video latents and action latents in a causal, chunk-by-chunk fashion.

Model

Reference

@article{xu2026next,
  title={Next Forcing: Causal World Modeling with Multi-Chunk Prediction},
  author={Xu, Gangwei and Zhang, Qihang and Zhou, Jiaming and Zhu, Xing and Shen, Yujun and Yang, Xin and Xu, Yinghao},
  journal={arXiv preprint arXiv:2606.11187},
  year={2026}
}