Datasets:

scottzhao commited on
Commit
f4e4cca
·
verified ·
1 Parent(s): 6d31dea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +232 -69
README.md CHANGED
@@ -1,69 +1,232 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: main_0deg
7
- path: data/main_0deg-*
8
- - split: main_90deg
9
- path: data/main_90deg-*
10
- - split: main_180deg
11
- path: data/main_180deg-*
12
- - split: main_270deg
13
- path: data/main_270deg-*
14
- - split: case_study_zoom_in
15
- path: data/case_study_zoom_in-*
16
- - split: case_study_integrity
17
- path: data/case_study_integrity-*
18
- - split: case_study_height
19
- path: data/case_study_height-*
20
- - split: case_study_depth
21
- path: data/case_study_depth-*
22
- dataset_info:
23
- features:
24
- - name: index
25
- dtype: int64
26
- - name: image
27
- dtype: image
28
- - name: question
29
- dtype: string
30
- - name: A
31
- dtype: string
32
- - name: B
33
- dtype: string
34
- - name: C
35
- dtype: string
36
- - name: D
37
- dtype: string
38
- - name: answer
39
- dtype: string
40
- - name: category
41
- dtype: string
42
- splits:
43
- - name: main_0deg
44
- num_bytes: 81665845.0
45
- num_examples: 1800
46
- - name: main_90deg
47
- num_bytes: 81873677.0
48
- num_examples: 1800
49
- - name: main_180deg
50
- num_bytes: 81664996.0
51
- num_examples: 1800
52
- - name: main_270deg
53
- num_bytes: 81872635.0
54
- num_examples: 1800
55
- - name: case_study_zoom_in
56
- num_bytes: 29567696.0
57
- num_examples: 930
58
- - name: case_study_height
59
- num_bytes: 49904448.5
60
- num_examples: 1500
61
- - name: case_study_integrity
62
- num_bytes: 48365566.0
63
- num_examples: 1344
64
- - name: case_study_depth
65
- num_bytes: 14894886.0
66
- num_examples: 400
67
- download_size: 629990525
68
- dataset_size: 469809749.5
69
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: main_0deg
7
+ path: data/main_0deg-*
8
+ - split: main_90deg
9
+ path: data/main_90deg-*
10
+ - split: main_180deg
11
+ path: data/main_180deg-*
12
+ - split: main_270deg
13
+ path: data/main_270deg-*
14
+ - split: case_study_zoom_in
15
+ path: data/case_study_zoom_in-*
16
+ - split: case_study_integrity
17
+ path: data/case_study_integrity-*
18
+ - split: case_study_height
19
+ path: data/case_study_height-*
20
+ - split: case_study_depth
21
+ path: data/case_study_depth-*
22
+ dataset_info:
23
+ features:
24
+ - name: index
25
+ dtype: int64
26
+ - name: image
27
+ dtype: image
28
+ - name: question
29
+ dtype: string
30
+ - name: A
31
+ dtype: string
32
+ - name: B
33
+ dtype: string
34
+ - name: C
35
+ dtype: string
36
+ - name: D
37
+ dtype: string
38
+ - name: answer
39
+ dtype: string
40
+ - name: category
41
+ dtype: string
42
+ splits:
43
+ - name: main_0deg
44
+ num_bytes: 81665845.0
45
+ num_examples: 1800
46
+ - name: main_90deg
47
+ num_bytes: 81873677.0
48
+ num_examples: 1800
49
+ - name: main_180deg
50
+ num_bytes: 81664996.0
51
+ num_examples: 1800
52
+ - name: main_270deg
53
+ num_bytes: 81872635.0
54
+ num_examples: 1800
55
+ - name: case_study_zoom_in
56
+ num_bytes: 29567696.0
57
+ num_examples: 930
58
+ - name: case_study_height
59
+ num_bytes: 49904448.5
60
+ num_examples: 1500
61
+ - name: case_study_integrity
62
+ num_bytes: 48365566.0
63
+ num_examples: 1344
64
+ - name: case_study_depth
65
+ num_bytes: 14894886.0
66
+ num_examples: 400
67
+ download_size: 629990525
68
+ dataset_size: 469809749.5
69
+ ---
70
+ # TDBench: Benchmarking Vision-Language Models in Understanding Top-Down / Bird's Eye View Images
71
+
72
+ [Kaiyuan Hou](https://hou-kaiyuan.github.io/)+, [Minghui Zhao](https://scottz.net/)+, [Lilin Xu](https://initxu.github.io/), [Yuang Fan](https://www.linkedin.com/in/yuang-fan/), [Xiaofan Jiang](http://fredjiang.com/) (+: Equally contributing first authors)
73
+
74
+ #### **Intelligent and Connected Systems Lab (ICSL), Columbia University**
75
+
76
+ [![paper](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/pdf/2504.03748)
77
+ [![HuggingFace](https://img.shields.io/badge/HuggingFace-Dataset-orange)](https://huggingface.co/datasets/Columbia-ICSL/TDBench)
78
+
79
+
80
+ <p align="center">
81
+ <img src="images/TDBench.jpg" width="500"></a>
82
+ </p>
83
+ <p align="justify"> <b> Figure</b>: 8 Representative VLMs on 10 dimensions in TDBench
84
+
85
+ **<p align="justify"> Abstract:** The rapid emergence of Vision-Language Models (VLMs) has significantly advanced multimodal understanding, enabling applications in scene comprehension and visual reasoning. While these models have been primarily evaluated and developed for front-view image understanding, their capabilities in interpreting top-down images have received limited attention, partly due to the scarcity of diverse top-down datasets and the challenges in collecting such data. In contrast, top-down vision provides explicit spatial overviews and improved contextual understanding of scenes, making it particularly valuable for tasks like autonomous navigation, aerial imaging, and spatial planning. In this work, we address this gap by introducing TDBench, a comprehensive benchmark for VLMs in top-down image understanding. TDBench is constructed from public top-down view datasets and high-quality simulated images, including diverse real-world and synthetic scenarios. TDBench consists of visual question-answer pairs across ten evaluation dimensions of image understanding. Moreover, we conduct four case studies that commonly happen in real-world scenarios but are less explored. By revealing the strengths and limitations of existing VLM through evaluation results, we hope TDBench to provide insights for motivating future research. </p>
86
+
87
+
88
+ ## 📢 Latest Updates
89
+ - **Apr-23-25**: Submitted [pull request](https://github.com/open-compass/VLMEvalKit/pull/947) to VLMEvalKit repository.
90
+ - **Apr-10-25**: Arxiv Preprint is released [arxiv link](https://arxiv.org/abs/2504.03748). 🔥🔥
91
+ - **Apr-01-25**: We release the benchmark [dataset](https://huggingface.co/datasets/Columbia-ICSL/TDBench).
92
+ ---
93
+
94
+ ## 💡 Overview
95
+ <p align="center">
96
+ <img src="images/dimension_examples.jpg" width="1200"></a>
97
+ </p>
98
+
99
+ ## 🏆 Contributions
100
+
101
+ - **TDBench Benchmark.** We introduce TDBench, a benchmark designed specifically for evaluating VLMs on Top-down images originate from real scenarios is aerial operation or drone applications. We carefully curated a dataset manually comprising a total of 2000 questions.
102
+ - **Rotational Evaluation.** We introduce an evaluation strategy *RotationalEval* specifically designed for top-down images. Due to the nature of top-down images, rotations do not affect the semantic meaning, whereas this is not true and does not physically make sense naturally for front-view images.
103
+ - **Four Case Studies.** We performed 4 case studies that frequently occur in the real world.These studies evaluate specific capabilities of VLMs under controlled conditions, providing actionable insights for practical deployment while identifying critical challenges that must be addressed for reliable aerial image understanding.
104
+ <hr />
105
+
106
+ ## 📊 Benchmarks Comparison
107
+
108
+ <p align="center">
109
+ <img src="images/overall_performance.jpg" width="1200" alt="Dataset Comparison table"></a>
110
+ </p>
111
+
112
+
113
+ > <p align="justify"> <b> <span style="color: blue;">Table</span></b>: Overview performance of 8 open source VLMs and 6 propriety VLMs on 10 dimensions with RotationalEval method. </p>
114
+
115
+ <hr />
116
+
117
+
118
+ ## 🗂️ Case Studies
119
+
120
+ Top-down images are usually captured from a relatively high altitude, which may introduce several challenges such as small object, different perspective. Furthermore, top-down images do not contain depth information in most cases, yet depth is very important for many real-world applications such as building height estimation and autonomous drone navigation and obstacle avoidance. Based on these considerations, we also conduct the following four case studies in paper.
121
+ 1. **Digital Magnification for Small Object Detection**
122
+ - Provide insights on post-processing the images to enable VLMs to see small objects
123
+
124
+ 2. **Altitude Effects on Object Detection**
125
+ - Guidelines on drones' hovering height for different object detection tasks
126
+
127
+ 3. **Object Visibility and Partial Occlusion**
128
+ - Study when objects are partially hidden or occluded by other objects
129
+
130
+ 4. **Z-Axis Perception and Depth Understanding**
131
+ - Assessing the depth reasoning from top-down images
132
+
133
+ ## 🤖 How to run TDBench
134
+
135
+ TDBench is fully compatible with [VLMEvalKit](https://github.com/open-compass/VLMEvalKit).
136
+
137
+ ### Installation
138
+ 1. First, install the VLMEvalKit environment by following the instructions in the [official repository](https://github.com/open-compass/VLMEvalKit)
139
+ 2. Set up your model configuration and APIs according to VLMEvalKit requirements
140
+
141
+ ### Datasets (for VLMEvalKit run.py)
142
+ * **Standard Evaluation** - Tests 9 dimensions with 4 rotation angles
143
+ * `tdbench_rot0` (0° rotation)
144
+ * `tdbench_rot90` (90° rotation)
145
+ * `tdbench_rot180` (180° rotation)
146
+ * `tdbench_rot270` (270° rotation)
147
+
148
+ * **Visual Grounding** - Tests visual grounding with 4 rotation angles
149
+ * `tdbench_grounding_rot0` (0° rotation)
150
+ * `tdbench_grounding_rot90` (90° rotation)
151
+ * `tdbench_grounding_rot180` (180° rotation)
152
+ * `tdbench_grounding_rot270` (270° rotation)
153
+
154
+ * **Case Studies** - 4 studies
155
+ * `tdbench_cs_zoom`
156
+ * `tdbench_cs_height`
157
+ * `tdbench_cs_integrity`
158
+ * `tdbench_cs_depth`
159
+
160
+ ### Usage Examples
161
+
162
+ #### Standard Evaluation
163
+ To only evaluate a single rotation
164
+ ```python
165
+ python run.py --data tdbench_rot0 \
166
+ --model <model_name> \
167
+ --verbose \
168
+ --work-dir <results_directory>
169
+ ```
170
+ To apply RotationalEval, simply run all rotations
171
+ ```python
172
+ python run.py --data tdbench_rot0 tdbench_rot90 tdbench_rot270 tdbench_rot270 \
173
+ --model <model_name> \
174
+ --verbose \
175
+ --work-dir <results_directory>
176
+ ```
177
+
178
+
179
+ #### Visual Grounding Evaluation
180
+ To only evaluate a single rotation
181
+ ```python
182
+ python run.py --data tdbench_grounding_rot0 \
183
+ --model <model_name> \
184
+ --verbose \
185
+ --judge centroid \
186
+ --work-dir <results_directory>
187
+ ```
188
+ To apply RotationalEval, simply run all rotations
189
+ ```python
190
+ python run.py --data tdbench_grounding_rot0 tdbench_grounding_rot90 tdbench_grounding_rot180 tdbench_grounding_rot270 \
191
+ --model <model_name> \
192
+ --verbose \
193
+ --judge centroid \
194
+ --work-dir <results_directory>
195
+ ```
196
+
197
+ #### Case Studies
198
+
199
+ Run all case studies with:
200
+
201
+ ```python
202
+ python run.py --data tdbench_cs_zoom tdbench_cs_height tdbench_cs_integrity tdbench_cs_depth \
203
+ --model <model_name> \
204
+ --verbose \
205
+ --work-dir <results_directory>
206
+ ```
207
+
208
+ ### Output
209
+ VLMEvalKit prints and saves each dataset's output in `<results_directory>/<model_name>`. Check `xxx_acc.csv` for accuracy score, and `xxx_result.xlsx` for detailed VLM outputs.
210
+ RotationalEval is triggered automatically after running all rotations. Results will be printed and saved as `xxx_REresult.csv`.
211
+ <hr />
212
+
213
+ ## 📜 Citation
214
+ If you find our work and this repository useful, please consider giving our repo a star and citing our paper as follows:
215
+ ```bibtex
216
+ @article{hou2025tdbench,
217
+ title={TDBench: Benchmarking Vision-Language Models in Understanding Top-Down Images},
218
+ author={Hou, Kaiyuan and Zhao, Minghui and Xu, Lilin and Fan, Yuang and Jiang, Xiaofan},
219
+ journal={arXiv preprint arXiv:2504.03748},
220
+ year={2025}
221
+ }
222
+ ```
223
+
224
+
225
+
226
+
227
+ ## 📨 Contact
228
+ If you have any questions, please create an issue on this repository or contact at kh3119@columbia.edu or
229
+ mz2866@columbia.edu.
230
+
231
+ ---
232
+ [<img src="images/ICSL_Logo.png" height="80">](http://icsl.ee.columbia.edu/)