百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

Reasoning-Visual-World

> 编程语言
开源

"视觉生成通过多模态世界模型解锁类似人类的推理"的官方仓库, https://arxiv.org/abs/2601.19834

100 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

"视觉生成通过多模态世界模型解锁类似人类的推理"的官方仓库, https://arxiv.org/abs/2601.19834

Visual Generation Unlocks Human-Like Reasoning through Multimodal World Models

This is the official code base for the paper Visual Generation Unlocks Human-Like Reasoning through Multimodal World Models.

Give it a star if you find our work useful!

Introduction

TL;DR: From a world-model perspective, we study when and how visual generation enabled by unified multimodal models (UMMs) benefits reasoning.

Humans construct mental models of the world, representing information and knowledge through two complementary channels—verbal and visual—to support reasoning, planning, and decision-making. In contrast, recent advances in large language models (LLMs) and vision–language models (VLMs) largely rely on verbal chain-of-thought reasoning, leveraging primarily symbolic and linguistic world knowledge. Unified multimodal models (UMMs) open a new paradigm by using visual generation for visual world modeling, advancing more human-like reasoning on tasks grounded in the physical world.

In this work:

  • We formalize the atomic capabilities of world models and world model-based chain-of-thought reasoning.
  • We highlight the richer informativeness and complementary prior knowledge afforded by visual world modeling, leading to our visual superiority hypothesis for tasks grounded in the physical world.
  • We identify and design tasks that necessitate interleaved visual-verbal CoT reasoning, constructing a new evaluation suite, VisWorld-Eval.
  • Through controlled experiments on BAGEL, we show that interleaved CoT significantly outperforms purely verbal CoT on tasks that favor visual world modeling, strongly supporting our insights.

For more details, check our project page or paper.

VisWorld-Eval: Task Suite for Reasoning with Visual World Modeling

The VisWorld-Eval suite is for assessing multimodal reasoning with visual world modeling. It comprises seven tasks spanning both synthetic and real-world domains, each designed to isolate and demand specific atomic world-model capabilities.

Task Capability Domain Test Samples Source / Reference
Paper folding Simulation Synthetic 480 SpatialViz
Multi-hop manipulation Simulation Synthetic 480 ZebraCoT, CLEVR
Ball tracking Simulation Synthetic 1,024 RBench-V
Maze Simulation Synthetic 480 maze-dataset
Sokoban Simulation Synthetic 480 Game-RL
Cube 3-view projection Reconstruction Synthetic 480 SpatialViz
Real-world spatial reasoning Reconstruction Real-world 522 MMSI-Bench

Load Data

Load from HuggingFace:

from datasets import load_dataset
ds = load_dataset("thuml/VisWorld-Eval")

Evaluation

We evaluate different models through API servers. Set your API key and server address in evaluate.py (for the evaluated model) and task_verifiers.py (for the model judge), then run the evaluation script.

python eval/evaluate.py --task ballgame --model gemini3pro

Leaderboard

Zero-shot evaluation of advanced VLMs on VisWorld-Eval: We report the average accuracy over five tasks (excluding Maze and Sokoban) and over all seven tasks.

Models Paper Folding Multi-Hop Manip. Ball Tracking Cube 3-View MMSI (Pos. Rel.) Maze Sokoban Overall (5 tasks) Overall (7 tasks)
Gemini 3 Flash 25.6 75.4 55.3 52.7 41.3 73.9 99.3 50.0 60.5
Gemini 3 Pro 27.0 74.5 44.7 53.3 49.6 33.5 90.2 49.8 53.2
Seed 1.8 10.6 75.2 24.4 42.5 38.8 83.9 68.3 38.3 49.1
GPT 5.1 6.4 73.9 34.8 44.5 44.8 0.6 62.8 40.8 38.2
o3 13.5 68.1 24.7 37.7 44.4 0.0 36.0 37.6 32.0
Qwen3-VL-8B-Thinking 11.0 49.3 17.8 21.2 27.7 0.0 5.8 25.4 18.9
BAGEL-7B-MoT 11.2 31.6 19.4 26.8 27.2 0.0 0.2 23.2 16.6

Release Progress

  • VisWorld-Eval data
  • VisWorld-Eval evaluation scripts

Citation

If you find this project useful, please cite our paper as:

@article{wu2026visual,
    title={Visual Generation Unlocks Human-Like Reasoning through Multimodal World Models}, 
    author={Jialong Wu and Xiaoying Zhang and Hongyi Yuan and Xiangcheng Zhang and Tianhao
Huang and Changjing He and Chaoyi Deng and Renrui Zhang and Youbin Wu and Mingsheng
Long},
    journal={arXiv preprint arXiv:2601.19834},
    year={2026},
}

Contact

If you have any questions, please contact [email protected].

Acknowledgement

We sincerely appreciate the following projects for their valuable codebase and task design: SpatialViz, RBench-V, maze-dataset, Game-RL, clevr-dataset-gen, MMSI-Bench.

Issues· 1 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Pythonbagelmultimodal-reasoningmultimodal-reasoning-benchmarksunified-multimodal-models

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言