Add paper link, GitHub link, and task metadata

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: cc-by-nc-nd-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-nd-4.0
3
+ task_categories:
4
+ - image-text-to-text
5
+ tags:
6
+ - omnidirectional-images
7
+ - mllm
8
+ - benchmark
9
+ ---
10
+
11
+ # ODI-Bench: Can MLLMs Understand Immersive Omnidirectional Environments?
12
+
13
+ [**Paper**](https://huggingface.co/papers/2510.11549) | [**GitHub**](https://github.com/IntMeGroup/ODI-Bench)
14
+
15
+ ODI-Bench is a comprehensive benchmark specifically designed for omnidirectional image (ODI) understanding. While multi-modal large language models (MLLMs) excel at conventional 2D images, their ability to comprehend the immersive 360° × 180° environments captured by ODIs is less explored.
16
+
17
+ The benchmark contains:
18
+ - **2,000** high-quality omnidirectional images.
19
+ - Over **4,000** manually annotated question-answering (QA) pairs.
20
+ - **10** fine-grained tasks covering both general-level and spatial-level ODI understanding.
21
+
22
+ ## Citation
23
+
24
+ If you find this work useful, please cite:
25
+
26
+ ```bibtex
27
+ @article{yang2025odi,
28
+ title={ODI-Bench: Can MLLMs Understand Immersive Omnidirectional Environments?},
29
+ author={Yang, Liu and Duan, Huiyu and Tao, Ran and Cheng, Juntao and Wu, Sijing and Li, Yunhao and Liu, Jing and Min, Xiongkuo and Zhai, Guangtao},
30
+ journal={arXiv preprint arXiv:2510.11549},
31
+ year={2025}
32
+ }
33
+ ```