ICC-1M
收藏资源简介:
ICC-1M是由阿里巴巴Qwen团队与上海交通大学等机构联合构建的大规模STEM领域多模态数据集,包含100万条图像-描述-代码三元组。该数据集通过可执行Python代码作为感知媒介,采用图像再现、多样性生成和立体几何合成三种创新管道构建,精确捕捉STEM视觉元素的空间关系和数值特征。数据集特别针对数学、物理等学科中的复杂几何图形和公式推导场景,旨在解决多模态大模型在STEM领域视觉感知模糊和描述失真问题,为代码驱动的视觉理解提供基准训练资源。
ICC-1M is a large-scale multimodal STEM dataset jointly constructed by the Alibaba Qwen Team and institutions including Shanghai Jiao Tong University. It consists of 1 million image-caption-code triplets. Using executable Python code as the perceptual medium, the dataset is built via three innovative pipelines: image reconstruction, diversity generation, and solid geometry synthesis, which accurately capture the spatial relationships and numerical characteristics of STEM visual elements. Specifically targeting complex geometric figures and formula derivation scenarios in disciplines such as mathematics and physics, this dataset aims to resolve the problems of vague visual perception and distorted descriptions of multimodal large language models in the STEM domain, providing benchmark training resources for code-driven visual understanding.
CodePercept 数据集概述
数据集基本信息
- 数据集名称: CodePercept (ICC-1M)
- 官方存储库: https://github.com/TongkunGuan/Qwen-CodePercept
- 关联论文: "CodePercept: Code-Grounded Visual STEM Perception for MLLMs" (CVPR 2026)
- 论文链接: http://arxiv.org/abs/2603.10757
数据集核心内容
- 规模: 包含超过100万个高质量的STEM(科学、技术、工程、数学)图像-描述-代码三元组。
- 数据合成方法: 通过三种流程合成:
- 图像重现
- 图像多样性增强
- 立体几何合成
数据集目的与创新
- 核心目的: 解决多模态大语言模型在STEM视觉推理中的感知瓶颈问题。
- 核心创新: 引入“代码作为感知媒介”的新范式,利用可执行代码为STEM视觉提供精确的语义对齐,克服自然语言描述中的幻觉和“描述性失语”问题。
关联的评估基准
- 基准名称: STEM2Code-Eval
- 规模: 包含1000张人工标注的图像。
- 评估方式: 通过确定性的、可执行的Python代码生成来评估视觉感知能力,超越了传统的解题准确率代理指标。
模型训练方法
- 基础架构: 基于Qwen3-VL架构。
- 训练范式: 两阶段训练
- 监督微调: 使用ICC-1M三元组联合优化图像描述生成和图像到代码翻译任务。
- 强化学习: 采用组相对策略优化,专门针对代码生成。奖励机制包括:
- 格式奖励:确保有效的Python语法。
- 内容奖励:结合执行成功率、代码级语义等价性(通过GPT-4o评估)和图像级视觉相似度。
性能表现
- 在STEM推理基准测试中: CodePercept-8B-S1模型性能优于Qwen2.5-VL-72B等超大规模模型,并在搭配强大的LLM求解器时接近前沿模型性能。
- 在STEM2Code-Eval基准测试中: CodePercept-8B-R1模型平均得分为63.56,显著超过Qwen3-VL-8B-Instruct(提升16.19分)甚至Qwen3-VL-Plus等超大规模模型。
引用信息
bibtex @inproceedings{codepercept2026, title={CodePercept: Code-Grounded Visual STEM Perception for MLLMs}, author={Tongkun Guan, Zhibo Yang, Jianqiang Wan, Mingkun Yang, Zhengtao Guo, Zijian Hu, Ruilin Luo, Ruize Chen, Songtao Jiang, Peng Wang, Wei Shen, Junyang Lin, Xiaokang Yang}, booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, year={2026} }
- 1CodePercept: Code-Grounded Visual STEM Perception for MLLMs上海交通大学; 阿里巴巴集团·Qwen团队; 北京理工大学; 清华大学; 浙江大学 · 2026年



