File size: 6,321 Bytes
be0d369 70a3324 cf6e851 70a3324 d5ddf73 cf6e851 70a3324 220d804 cf6e851 70a3324 1d6b354 a89819a d150ee3 a89819a bae7e01 d150ee3 bae7e01 d150ee3 be0d369 db8c51b cf6e851 ec7d99e cf6e851 eed1899 ddb4a7e db8c51b e9928cb db8c51b d9321bc e4e34ec 8e2faee db8c51b 10ac3e4 db8c51b 10ac3e4 258905d db8c51b 10ac3e4 047ca92 10ac3e4 e93d824 cd4169a 758cf2e e93d824 c72afed e93d824 c72afed e93d824 eb0a0de db8c51b e066d15 2802082 bd1d521 db8c51b c458ab3 db8c51b 2802082 db8c51b c078700 db8c51b 0483f2f db8c51b ccf3d78 10ac3e4 db8c51b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | ---
license: apache-2.0
pretty_name: EPIC-Bench
task_categories:
- visual-question-answering
- object-detection
language:
- en
Modalities:
- Image
- Text
tags:
- embodied-perception
- mask-grounding
- vision-language-models
size_categories:
- 1K<n<10K
configs:
- config_name: default
data_files:
- split: train
path: data/train-*.parquet
dataset_info:
features:
- name: image
dtype: image
- name: reference_object_image
dtype: image
- name: ground_truth_mask
dtype: image
- name: category
dtype: string
- name: task_type
dtype: string
- name: text_label
dtype: string
- name: description_en
dtype: string
- name: description_cn
dtype: string
splits:
- name: train
num_examples: 6661
---
<div align="center">
# π― EPIC-Bench: A Perception-Centric Benchmark for Fine-Grained Embodied Visual Grounding in Vision-Language Models
[](https://arxiv.org/abs/2605.17070)
[](https://epic-bench.github.io/EPIC-Bench/)
[](https://huggingface.co/datasets/rxc205/EPIC-Bench)
[](https://github.com/rxc205/EPIC-Bench-Eval#-epic-bench-evaluation-toolkit)
[](https://github.com/rxc205/EPIC-Bench-Eval/blob/main/LICENSE)
</div>
## π Overview
π **EPIC-Bench** is a **Mask-Grounding-based** benchmark designed to evaluate a VLMβs **Visual Perception** capability in **Embodied Scenarios**. EPIC-Bench covers **3 High-Level Categories** and **23 Task Types**, following the realistic **Embodied Workflow**:
- π― **TargetLocalization**: **Pinpoint** the right object in the scene from a natural-language instruction.
- π§ **Navigation**: **Approach** the target step by step by reading key visual cues along the way.
- π€² **Manipulation**: **Operate** on the target through fine-grained, action-oriented **Grounded Perception**.
<p align="center">
<img src="https://epic-bench.github.io/EPIC-Bench/img/20260302-192636.png" alt="EPIC-Bench teaser" width="100%"/>
</p>
## Example visualization
<p align="center">
<img src="https://raw.githubusercontent.com/rxc205/EPIC-Bench-Eval/refs/heads/main/images/bmk_cases.png" alt="EPIC-Bench bmk_cases" width="100%"/>
</p>
<p align="center">
<em>For more, <a href="https://huggingface.co/datasets/rxc205/EPIC-Bench">download the dataset</a> to explore the full benchmark locally.</em>
</p>
## Download
> **Note:** The files in the `data/` directory are included solely to enable previewing examples in the Hugging Face Dataset Viewer. They are not part of the recommended usage pipeline, and users may safely ignore them when using EPIC-Bench.
EPIC-Bench contains ~35k small files across three task categories. To work around HuggingFace's per-file rate limit and to keep download speed reasonable, the annotations are distributed as **three task-level tarballs** instead of raw folders.
Download the tarballs from [HuggingFace](https://huggingface.co/datasets/rxc205/EPIC-Bench) (or [ModelScope](https://www.modelscope.cn/datasets/macarich/EPIC-Bench)):
| Archive | Size | # Files | Contents |
|---------|------|---------|----------|
| `Manipulation.tar.gz` | 1.70 GB | 7,061 | AffordanceRegion / ContactRelationship / PlacementRegion |
| `Navigation.tar.gz` | 2.71 GB | 10,868 | FeasiblePath / GroundDetection / VisualMatching |
| `TargetLocalization.tar.gz` | 3.34 GB | 17,665 | BasicAttributes / EmbodiedCompositionalAttributes / SpatialRelatedAttributes |
```bash
mkdir -p dataset/annotation/EPIC_Bench
cd dataset/annotation/EPIC_Bench
# Option 1: huggingface-cli
hf download rxc205/EPIC-Bench \
--repo-type dataset --local-dir .
# Option 2: modelscope
modelscope download \
--dataset macarich/EPIC-Bench \
--local_dir .
# Extract all three (preserves the original folder layout)
for f in Manipulation.tar.gz Navigation.tar.gz TargetLocalization.tar.gz; do
tar -xzf "$f" && rm "$f"
done
```
## π§° EPIC-Bench Evaluation Toolkit
We provide [evaluation code](https://github.com/rxc205/EPIC-Bench-Eval#-epic-bench-evaluation-toolkit) for both open-source VLMs via **ms-swift** and API-based VLMs via **lmms-eval**.
For details, please refer to our GitHub repository.
## π° News
- [2026.5.19] π Our [arXiv paper](https://arxiv.org/abs/2605.17070) is now available!
- [2026.5.15] π [HuggingFace](https://huggingface.co/datasets/rxc205/EPIC-Bench) and [ModelScope](https://www.modelscope.cn/datasets/macarich/EPIC-Bench) Dataset are available!
- [2026.5.15] π [Project Page](https://epic-bench.github.io/EPIC-Bench/) and [Evaluation Code](https://github.com/rxc205/EPIC-Bench-Eval) are released, the arXiv paper will come soon.
## π Todo
- [x] Evaluation code for EPIC-Bench
- [x] The EPIC-Bench datasets
- [ ] Make the evaluation pipeline compatible with mask outputs
## π Leaderboard and Benchmark
Please refer to the [EPIC-Bench Homepage](https://epic-bench.github.io/EPIC-Bench/) for the full leaderboard, dataset downloads, and data examples.
## π Citation
```BibTeX
@misc{shan2026epicbenchperceptioncentricbenchmarkfinegrained,
title={EPIC-Bench: A Perception-Centric Benchmark for Fine-Grained Embodied Visual Grounding in Vision-Language Models},
author={Haozhe Shan and Xiancong Ren and Han Dong and Haoyuan Shi and Yingji Zhang and Jiayu Hu and Yi Zhang and Yong Dai and Bin Shen and Lizhen Qu and Zenglin Xu and Xiaozhu Ju},
year={2026},
eprint={2605.17070},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2605.17070},
}
```
## π License
This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/rxc205/EPIC-Bench-Eval/blob/main/LICENSE) file for details.
## π Acknowledgements
- **ms-swift** for open-source VLM inference: [ms-swift](https://swift.readthedocs.io/zh-cn/latest/)
- **lmms-eval** for API/closed-source evaluation: [lmms-eval](https://github.com/EvolvingLMMs-Lab/lmms-eval) |