PerceptionBench
收藏资源简介:
PerceptionBench是一个专门设计用于评估多模态大语言模型原子视觉感知能力的基准测试数据集。它通过诊断前沿MLLMs在42个现有基准测试中的早期失败点,构建了一个错误分类法,其感知分支定义了十个原子感知能力。基于此分类法,数据集包含3000个验证问题,每个问题隔离单一能力,难度源于感知而非推理或知识。数据集统计显示,60%的问题来自源基准测试的原子子问题分解,40%为新创作的问题,样本来自内部17000多个验证样本池。
PerceptionBench is a benchmark dataset specifically designed to evaluate the atomic visual perception capabilities of multimodal large language models (MLLMs). It constructs an error taxonomy by diagnosing the early failure points of state-of-the-art MLLMs across 42 existing benchmarks, and its perception branch defines ten atomic perception capabilities. Based on this taxonomy, the dataset contains 3,000 validation questions, each isolating a single capability, where the difficulty stems from perception rather than reasoning or knowledge. Dataset statistics show that 60% of the questions are derived from atomic sub-question decompositions of the source benchmarks, 40% are newly created questions, and samples are sourced from an internal validation sample pool of over 17,000 samples.
数据集概述
PerceptionBench 是一个专门用于评估多模态大语言模型(MLLMs)原子视觉感知能力的基准测试。
核心目标
现有基准测试常无法隔离感知能力,整体评估会混淆感知错误与推理或领域知识的错误。PerceptionBench 采用自下而上的方法,通过分析前沿 MLLMs 在 42 个现有基准测试中回答的早期失败点,构建错误分类体系,其感知分支定义了十种原子感知能力。
数据集构成
- 总题量: 3,000 个经过验证的问题。
- 覆盖能力: 十种原子感知能力。
- 来源构成:
- 1,800 (60%): 从源基准测试的归因失败中分解出的原子子问题。
- 1,200 (40%): 基于补充图片全新撰写的题目。
- 样本池: 从内部超过 17,000 个验证样本中,通过能力级别平衡和难度分层采样得出。
十种原子感知能力
| 能力缩写 | 能力全称 | 中文含义 |
|---|---|---|
| VRel | Visual Relation | 视觉关系 |
| Count | Counting | 计数 |
| Attr | Attribute | 属性 |
| Depth | Depth & 3D Perception | 深度与3D感知 |
| Loc | Localization | 定位 |
| Comp | Comparison | 比较 |
| FGR | Fine-Grained Recognition | 细粒度识别 |
| Ctx | Contextual Integration | 上下文整合 |
| OCR | Optical Character Recognition | 光学字符识别 |
| Hallu | Perception-Related Hallucination | 感知相关幻觉 |
评测结果与排行榜
- 模型数量: 16 个前沿 MLLMs(10个专有模型,6个开源模型)。
- 评测方式: 统一提示词,开放式简短且答案唯一的问题,使用 GPT-oss-120B 作为裁判模型。
- 裁判准确性: 在300样本抽查中,与人类判断的一致性达到 99.7%。
- 关键发现:
- 所有模型整体准确率均未超过 60%。
- 感知相关的幻觉是模型平均最薄弱的能力。
- 相似的整体分数可能隐藏着截然不同的能力轮廓。
排行榜前五名及整体得分:
| 排名 | 模型名称 | 整体准确率 |
|---|---|---|
| 1 | GPT-5.6-Sol | 59.7% |
| 2 | Kimi K3 | 58.5% |
| 3 | Claude-Fable-5 | 57.2% |
| 4 | Gemini-3.1-Pro | 56.2% |
| 5 | GPT-5.5 | 55.8% |
使用与引用
- 数据集下载: Hugging Face - moonshotai/PerceptionBench
- 项目主页: PerceptionBench HomePage
- 论文: PerceptionBench Paper
- 代码: GitHub - MoonshotAI/PerceptionBench
- 快速使用: 通过
git clone仓库,配置 API 密钥并运行eval/eval.py即可评估模型。




