File size: 4,113 Bytes
be0d369
 
70a3324
cf6e851
70a3324
d5ddf73
cf6e851
70a3324
220d804
 
 
cf6e851
70a3324
 
 
 
 
a9a1c6d
 
 
 
 
be0d369
db8c51b
cf6e851
 
eed1899
ddb4a7e
db8c51b
 
 
d9321bc
e4e34ec
8e2faee
db8c51b
 
 
 
 
10ac3e4
db8c51b
 
 
 
 
10ac3e4
 
 
 
db8c51b
 
10ac3e4
 
 
 
 
 
 
db8c51b
 
 
 
 
 
 
 
2802082
bd1d521
db8c51b
 
 
 
c458ab3
db8c51b
 
 
2802082
db8c51b
 
 
 
 
 
 
 
 
 
 
ddb4a7e
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
---
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: metadata.jsonl
---


<div align="center">
  
# 🎯 EPIC-Bench: A Perception-Centric Benchmark for Fine-Grained Embodied Visual Grounding in Vision-Language Models

[![arXiv](https://img.shields.io/badge/arXiv-coming_soon-b31b1b.svg)](https://epic-bench.github.io/EPIC-Bench/)
[![Project Page](https://img.shields.io/badge/Project-Page-blue)](https://epic-bench.github.io/EPIC-Bench/)
[![Dataset](https://img.shields.io/badge/πŸ€—-Dataset-yellow)](https://huggingface.co/datasets/rxc205/EPIC-Bench)
[![Evaluation Toolkit](https://img.shields.io/badge/βš™οΈ-Evaluation_Toolkit-6366f1.svg)](https://github.com/rxc205/EPIC-Bench-Eval#-epic-bench-evaluation-toolkit)
[![License](https://img.shields.io/badge/License-Apache_2.0-green.svg)](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>

The goal is to measure whether models can reliably perceive the critical **Visual** information required throughout the **Embodied Process**.

<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>Example visualization of EPIC-Bench. For more, visit our <a href="https://epic-bench.github.io/EPIC-Bench/">Project Page</a> or <a href="https://huggingface.co/datasets/rxc205/EPIC-Bench">download the dataset</a> to explore the full benchmark locally.</em>
</p>

## ✨ Highlights

-  **Embodied-Scenario** evaluation of VLM **Visual Perception** capability.
-  Focus on **Visual Grounding / Perception** without language shortcut exploitation.
-  **Diverse** and **Fine-Grained** task design.

## πŸ“° News

- [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:

- Leaderboard
- Full dataset downloads
- EPIC-Bench data examples

## πŸ“š Citation

```BibTeX
@article{EPIC-Bench,
  title={EPIC-Bench: A Perception-Centric Benchmark for Fine-Grained Embodied Visual Grounding in Vision-Language Models},
  author={XXX, XXX, XXX},
  journal={},
  year={2026}
}
```

## πŸ“œ 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)