IndustryBench-MIPU
收藏资源简介:
IndustryBench-MIPU是一个多图像工业产品理解基准,用于评估多模态大语言模型从真实世界工业产品图像中提取结构化属性的能力。该数据集包含4,559个产品,涵盖18个工业类别,拥有超过182,000个图像级标注和103,703个产品级标注,支持单图像和多图像(跨图像推理)两种评估粒度。它通过文本识别、视觉推理、领域知识和跨图像证据集成四个挑战来测试模型性能。
IndustryBench-MIPU is a multi-image industrial product understanding benchmark designed to evaluate the capability of multimodal large language models to extract structured attributes from real-world industrial product images. This dataset contains 4,559 products covering 18 industrial categories, with over 182,000 image-level annotations and 103,703 product-level annotations. It supports two evaluation granularities: single-image and multi-image (cross-image reasoning). It tests model performance via four challenging dimensions: text recognition, visual reasoning, domain knowledge, and cross-image evidence integration.
数据集概述
IndustryBench-MIPU(Multi-Image Industrial Product Understanding Benchmark)是一个用于评估多模态大语言模型(MLLMs)在多图像工业产品属性提取任务中表现的基准数据集。
核心任务
模型需要根据给定的工业产品图像(规格表、铭牌、技术图纸等多张异构图像)和产品特定的属性模式,提取结构化的属性-值对。
数据集规模
- 产品数量:4,559 个,覆盖 18 个工业类别
- 有效图像:27,652 张
- 属性名称:3,564 个
- 图像级标注:182,527 条
- 产品级标注:103,703 条
评估设置
数据集提供两种评估粒度:
- 单图像评估(image-level):从单张图像中提取可见属性
- 多图像评估(product-level):从产品完整的图像集合中提取所有属性
主要挑战
基准测试涵盖四个核心挑战:文本识别、视觉推理、领域知识 和 跨图像证据整合。
评测结果
顶级模型在召回率上表现较低,仅能恢复约一半的产品级属性。总体呈现高精度(86-94%)但低召回率的模式,失败集中在密集规格表、多值属性和领域特定术语上。
数据格式
- 多图像级别:每条记录包含商品ID、标题、类别、属性模式、多张图像路径及标准属性-值标注结果
- 单图像级别:每条记录包含图像路径、属性模式及该图像对应的属性-值标注结果
评测流程
- 提取:向 MLLM 发送产品图像与元数据,获取
{属性名称, 属性值}对 - 评估:级联匹配——先进行基于规则的归一化(单位转换、同义词映射),对模糊案例使用 LLM 语义判断
- 聚合:计算精确率、召回率和 F1 分数
数据构建流程
- 跨 18 个工业类别的分层抽样
- 使用 5 个前沿 MLLM 进行多模型独立标注(实体识别 → 图像过滤 → 逐图像提取)
- 跨模型的联合与去重(语义合并)
- 三层质量审核:前沿模型审计(过滤 23.9%)、金标准交叉检查、人工验证(通过率 96.7%)
支持模型接口
- OpenAI 兼容接口:支持
qwen-plus、gemini-2.5-pro、gpt-4o等 - Anthropic 接口:支持
claude-sonnet-4-20250514,并支持扩展推理模式
许可证
该项目采用 MIT 许可证。
引用
bibtex @article{industrybench-mipu, title={IndustryBench-MIPU: Benchmarking Multi-Image Attribute Value Extraction for Industrial Products}, author={Multimodal and Industrial AI Team, Alibaba}, journal={arXiv preprint arXiv:2606.14383}, year={2026}, url={https://arxiv.org/abs/2606.14383} }





