paper-with-me

Papers

iVideoGPT: Interactive VideoGPTs are Scalable World Models

2024-05-24 · Jialong Wu, Shaofeng Yin, Ningya Feng, Xu He, Dong Li, Jianye Hao, Mingsheng Long

World models empower model-based agents to interactively explore, reason, and plan within imagined environments for real-world decision-making. However, the high demand for interactivity poses challenges in harnessing recent advancements in video generative models for developing world models at scale. This work introduces Interactive VideoGPT (iVideoGPT), a scalable autoregressive transformer framework that integrates multimodal signals--visual observations, actions, and rewards--into a sequence of tokens, facilitating an interactive experience of agents via next-token prediction. iVideoGPT features a novel compressive tokenization technique that efficiently discretizes high-dimensional visual observations. Leveraging its scalable architecture, we are able to pre-train iVideoGPT on millions of human and robotic manipulation trajectories, establishing a versatile foundation that is adaptable to serve as interactive world models for a wide range of downstream tasks. These include action-conditioned video prediction, visual planning, and model-based reinforcement learning, where iVideoGPT achieves competitive performance compared with state-of-the-art methods. Our work advances the development of interactive general world models, bridging the gap between generative video models and practical model-based reinforcement learning applications. Code and pre-trained models are available at https://thuml.github.io/iVideoGPT.

📄 PDF Abstract BibTeX arXiv:2405.15223

Code (1)

thuml/iVideoGPT 공식 구현 pytorch

Tasks

Decision MakingModel-based Reinforcement Learningreinforcement-learningReinforcement LearningVideo Prediction

Similar Papers 제목 키워드 기반

Interactive World Simulator for Robot Policy Training and Evaluation

2026-03-09 · Yixuan Wang, Rhythm Syed, Fangyu Wu, Mengchao Zhang 외 arxiv

Action-conditioned video prediction models (often referred to as world models) have shown strong potential for robotics applications, but existing approaches are often slow and struggle to capture physically consistent i…

Video Prediction

Matrix-game 2.0: An open-source real-time and streaming interactive world model

2025-08-18 · Xianglong He, Chunli Peng, Zexiang Liu, Boyang Wang 외 arxiv

Recent advances in interactive video generations have demonstrated diffusion model's potential as world models by capturing complex physical dynamics and interactive behaviors. However, existing interactive world models …

Video Generation

Vid2World: Crafting Video Diffusion Models to Interactive World Models

2025-05-20 · Siqiao Huang, Jialong Wu, Qixing Zhou, Shangchen Miao 외

World models, which predict transitions based on history observation and action sequences, have shown great promise in improving data efficiency for sequential decision making. However, existing world models often requir…

Robot ManipulationSequential Decision Making

Population-Scalable Multi-Agent World Modeling

2026-08-09 · Renjie Zhao, Yuxiang Wu, Mingyu Zhang, Jiaxin Li 외 arxiv

World models have recently achieved impressive progress in visual prediction and interactive generation, but extending them to multi-agent environments introduces a fundamental scalability challenge. Existing methods gen…

HyperNP: Interactive Visual Exploration of Multidimensional Projection Hyperparameters

2021-06-25 · Gabriel Appleby, Mateus Espadoto, Rui Chen, Samuel Goree 외

Projection algorithms such as t-SNE or UMAP are useful for the visualization of high dimensional data, but depend on hyperparameters which must be tuned carefully. Unfortunately, iteratively recomputing projections to fi…