StructCoT
收藏资源简介:
StructCoT是由华中科技大学与小米公司联合构建的大规模交错式多模态推理数据集,旨在支持通用化的、以更新为中心的视觉状态建模。该数据集包含105万条样本,覆盖44个任务领域,通过组织多样化的推理结构和视觉更新模式,为模型提供了广泛的监督信号。其构建过程旨在涵盖复杂的推理流程和视觉状态演变,以解决现有数据集局限于特定场景(如迷宫、谜题)而无法支持通用多模态推理的问题,最终应用于训练如DeltaV等统一大模型,提升其在交错多模态推理任务中的泛化能力和性能。
StructCoT is a large-scale interleaved multi-modal reasoning dataset co-developed by Huazhong University of Science and Technology and Xiaomi Corporation, which aims to support generalizable, update-centric visual state modeling. This dataset includes 1.05 million samples spanning 44 task domains. By structuring diverse reasoning architectures and visual update patterns, it delivers extensive supervision signals for models. The construction of this dataset intends to cover complex reasoning workflows and visual state evolution, so as to address the limitation of existing datasets that are confined to specific scenarios such as mazes and puzzles and fail to support general multi-modal reasoning. Ultimately, it is applied to train unified large models like DeltaV, to improve their generalization capability and performance on interleaved multi-modal reasoning tasks.
DeltaV 数据集详情
基本信息
- 项目名称: DeltaV: Thinking with Visual State Updates in Unified Large Multimodal Models
- 模型规模: DeltaV-2B(2B参数)
- 发布日期: 2026年7月9日
- 论文链接: arXiv
- 模型下载:
- StructCoT数据集: ModelScope
- 项目官网: Website
- 在线Demo: Demo
模型概述
DeltaV是一种统一的大规模多模态模型(ULMM),旨在通过视觉状态更新进行交错式多模态推理。其核心机制包括:
- 视觉更新令牌:基于历史视觉状态,增量预测紧凑的视觉更新令牌,仅捕捉推理步骤中稀疏但关键的视觉变化
- TSIM Router:根据时间视觉变化动态分配令牌预算
- TSIM-Tok:视觉状态编码器/分词器
发布资源
本次发布包含:
- DeltaV-2B ULMM模型权重
- TSIM-Tok分词器模型
- 推理脚本
- 小规模样本数据
尚未发布(待后续更新)
- StructCoT数据集:完整数据集及训练数据(当前仅包含推理用小样本
data/struct_infer_sample.json) - DeltaV训练脚本:两阶段训练代码和配置
- TSIM-Tok训练与测试代码:分词器训练和重建评估代码
- Zebra-CoT / StructCoT评估工具:基于LLM API的评分器
仓库结构
deltav/:DeltaV模型代码(建模、处理、配置、骨干网络)tsim_tok/:TSIM-Tok视觉分词器和TSIM Router
inference/:推理代码scripts/:可直接运行的推理与数据工具脚本configs/:模型与加速配置data/:小样本数据docs/:扩展教程和README媒体资源tools/:数据处理和推理后处理工具
推理输入格式
每个推理样本包含: json { "config": "Visual Logic & Strategic Games - Tetris", "input_prompt": "问题描述文本", "input_image": ["/绝对路径/problem.jpg"], "output_image": ["/绝对路径/reasoning_01.jpg", "..."], "num_tokens": [144, 100, 81, ...] }
num_tokens:每个图像的增量令牌预算(首个图像使用基础预算,后续图像使用路由预算)- 令牌预算可通过预计算(默认)或TSIM Router(使用DINOv2 ViT-B/14)动态分配
性能基准
外部多模态推理与理解评估
| 基准 | DeltaV-2B得分 |
|---|---|
| VStar | 75.9 |
| EMMA | 28.6 |
| M3CoT | 54.5 |
| MathVista | 69.3 |
| VisuLogic | 23.5 |
| MMBench | 82.3 |
| MME-P | 1555 |
| MMVP | 51.3 |
领域内多模态推理评估(Zebra-CoT / StructCoT)
| 基准 | 子项 | DeltaV-2B得分 |
|---|---|---|
| Zebra-CoT | 2D | 78.9 |
| 3D | 20.0 | |
| Science | 41.1 | |
| Strategy | 38.3 | |
| Overall | 44.6 | |
| StructCoT | Strategy Planning | 16.4 |
| Spatial Planning | 53.0 | |
| Logic | 66.0 | |
| Math | 30.1 | |
| Science | 45.6 | |
| Visual Search | 84.3 | |
| Jigsaw Restoration | 62.6 | |
| Overall | 51.1 |
使用限制
- 本模型仅限学术研究和非商业用途
- 如需更小或更强模型,请联系:ylliu@hust.edu.cn

- 1DeltaV: Thinking with Visual State Updates in Unified Large Multimodal Models华中科技大学; 小米公司·MiLM Plus · 2026年



