lidingm commited on
Commit
95d9ea3
·
verified ·
1 Parent(s): 0a9a39b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +107 -74
README.md CHANGED
@@ -18,23 +18,13 @@ configs:
18
  ---
19
  # **ViewSpatial-Bench: Evaluating Multi-perspective Spatial Localization in Vision-Language Models**
20
 
21
- <!-- Provide a quick summary of the dataset. -->
22
- <a href="https://arxiv.org/abs/2505.21500" target="_blank">
23
- <img alt="arXiv" src="https://img.shields.io/badge/arXiv-ViewSpatial_Bench-red?logo=arxiv" height="20" />
24
- </a>
25
- <a href="https://github.com/ZJU-REAL/ViewSpatial-Bench" target="_blank">
26
- <img alt="github" src="https://img.shields.io/badge/github-ViewSpatial_Bench-white?logo=github" height="20" />
27
- </a>
28
- <a href="https://zju-real.github.io/ViewSpatial-Page/" target="_blank">
29
- <img alt="Webpage" src="https://img.shields.io/badge/%F0%9F%8C%8E_Website-ViewSpatial_Bench-green.svg" height="20" />
30
- </a>
31
 
32
  ## Dataset Description
33
 
34
  <!-- Provide a longer summary of what this dataset is. -->
35
  We introduce **ViewSpatial-Bench**, a comprehensive benchmark with over 5,700 question-answer pairs across 1,000+ 3D scenes from ScanNet and MS-COCO validation sets. This benchmark evaluates VLMs' spatial localization capabilities from multiple perspectives, specifically testing both egocentric (camera) and allocentric (human subject) viewpoints across five distinct task types.
36
 
37
- ViewSpatial-Bench addresses a critical gap: while VLMs excel at spatial reasoning from their own perspective, they struggle with perspective-taking—adopting another entity's spatial frame of reference—which is essential for embodied interaction and multi-agent collaboration.The figure below shows the construction pipeline and example demonstrations of our benchmark.
38
 
39
  <img alt="ViewSpatial-Bench construction pipeline and example questions" src="https://cdn.jsdelivr.net/gh/lidingm/blog_img/img/202505222134833.png" style="width: 100%; max-width: 1000px;" />
40
 
@@ -51,29 +41,16 @@ The dataset contains the following fields:
51
 
52
  ## Uses
53
 
54
- **I. With HuggingFace datasets library.**
55
  ```py
56
  from datasets import load_dataset
57
  ds = load_dataset("lidingm/ViewSpatial-Bench")
58
  ```
59
- **II. Evaluation using Open-Source Code.**
60
 
61
- Evaluate using our open-source evaluation code available on Github.(Coming Soon)
62
- ```py
63
- # Clone the repository
64
- git clone https://github.com/lidingm/ViewSpatial-Bench.git
65
- cd ViewSpatial-Bench
66
-
67
- # Install dependencies
68
- pip install -r requirements.txt
69
 
70
- # Run evaluation
71
- python evaluate.py --model_path your_model_path
72
- ```
73
- You can configure the appropriate model parameters and evaluation settings according to the framework's requirements to obtain performance evaluation results on the ViewSpatial-Bench dataset.
74
 
75
- ## Benchamrk
76
- We provide benchmark results for various open-source models as well as **GPT-4o** and **Gemini 2.0 Flash** on our benchmark. *More model evaluations will be added.*
77
  <table>
78
  <thead>
79
  <tr>
@@ -93,93 +70,149 @@ We provide benchmark results for various open-source models as well as **GPT-4o*
93
  </tr>
94
  </thead>
95
  <tbody>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  <tr>
97
  <td>InternVL2.5 (2B)</td>
98
  <td>38.52</td><td>22.59</td><td>32.79</td>
99
- <td>47.09</td><td>40.02</td><td>25.70</td><td>37.04</td>
100
- <td>34.98</td>
101
  </tr>
102
  <tr>
103
- <td>Qwen2.5-VL (3B)</td>
104
- <td>43.43</td><td>33.33</td><td>39.80</td>
105
- <td>39.16</td><td>28.62</td><td>28.51</td><td>32.14</td>
106
- <td>35.85</td>
107
  </tr>
108
  <tr>
109
  <td>Qwen2.5-VL (7B)</td>
110
  <td>46.64</td><td>29.72</td><td>40.56</td>
111
- <td>37.05</td><td>35.04</td><td>28.78</td><td>33.37</td>
112
- <td>36.85</td>
113
  </tr>
114
  <tr>
115
  <td>LLaVA-NeXT-Video (7B)</td>
116
  <td>26.34</td><td>19.28</td><td>23.80</td>
117
- <td>44.68</td><td>38.60</td><td>29.05</td><td>37.07</td>
118
- <td>30.64</td>
119
  </tr>
120
  <tr>
121
  <td>LLaVA-OneVision (7B)</td>
122
  <td>29.84</td><td>26.10</td><td>28.49</td>
123
- <td>22.39</td><td>31.00</td><td>26.88</td><td>26.54</td>
124
- <td>27.49</td>
125
  </tr>
126
  <tr>
127
  <td>InternVL2.5 (8B)</td>
128
  <td>49.41</td><td><b>41.27</b></td><td>46.48</td>
129
- <td>46.79</td><td>42.04</td><td><b>32.85</b></td><td>40.20</td>
130
- <td><b>43.24</b></td>
 
 
 
 
131
  </tr>
132
  <tr>
133
  <td>Llama-3.2-Vision (11B)</td>
134
  <td>25.27</td><td>20.98</td><td>23.73</td>
135
- <td>51.20</td><td>32.19</td><td>18.82</td><td>33.61</td>
136
- <td>28.82</td>
137
  </tr>
138
  <tr>
139
  <td>InternVL3 (14B)</td>
140
- <td><b>54.65</b></td><td>33.63</td><td><b>47.09</b></td>
141
- <td>33.43</td><td>37.05</td><td>31.86</td><td>33.88</td>
142
- <td>40.28</td>
143
  </tr>
144
  <tr>
145
  <td>Kimi-VL-Instruct (16B)</td>
146
  <td>26.85</td><td>22.09</td><td>25.14</td>
147
- <td><b>63.05</b></td><td><b>43.94</b></td><td>20.27</td><td><b>41.52</b></td>
148
- <td>33.58</td>
149
  </tr>
150
  <tr>
151
- <td>GPT-4o</td>
152
- <td>41.46</td><td>19.58</td><td>33.57</td>
153
- <td>42.97</td><td>40.86</td><td>26.79</td><td>36.29</td>
154
- <td>34.98</td>
155
  </tr>
156
  <tr>
157
- <td>Gemini 2.0 Flash</td>
158
- <td>45.29</td><td>12.95</td><td>33.66</td>
159
- <td>41.16</td><td>32.78</td><td>21.90</td><td>31.53</td>
160
- <td>32.56</td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  </tr>
162
  <tr>
163
  <td>Random Baseline</td>
164
  <td>25.16</td><td>26.10</td><td>25.50</td>
165
- <td>24.60</td><td>31.12</td><td>26.33</td><td>27.12</td>
166
- <td>26.33</td>
167
  </tr>
168
  </tbody>
169
  </table>
170
-
171
-
172
-
173
- ## Citation
174
-
175
- ```
176
- @misc{li2025viewspatialbenchevaluatingmultiperspectivespatial,
177
- title={ViewSpatial-Bench: Evaluating Multi-perspective Spatial Localization in Vision-Language Models},
178
- author={Dingming Li and Hongxing Li and Zixuan Wang and Yuchen Yan and Hang Zhang and Siqi Chen and Guiyang Hou and Shengpei Jiang and Wenqi Zhang and Yongliang Shen and Weiming Lu and Yueting Zhuang},
179
- year={2025},
180
- eprint={2505.21500},
181
- archivePrefix={arXiv},
182
- primaryClass={cs.CV},
183
- url={https://arxiv.org/abs/2505.21500},
184
- }
185
- ```
 
18
  ---
19
  # **ViewSpatial-Bench: Evaluating Multi-perspective Spatial Localization in Vision-Language Models**
20
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  ## Dataset Description
23
 
24
  <!-- Provide a longer summary of what this dataset is. -->
25
  We introduce **ViewSpatial-Bench**, a comprehensive benchmark with over 5,700 question-answer pairs across 1,000+ 3D scenes from ScanNet and MS-COCO validation sets. This benchmark evaluates VLMs' spatial localization capabilities from multiple perspectives, specifically testing both egocentric (camera) and allocentric (human subject) viewpoints across five distinct task types.
26
 
27
+ ViewSpatial-Bench addresses a critical gap: while VLMs excel at spatial reasoning from their own perspective, they struggle with perspective-taking—adopting another entity's spatial frame of reference—which is essential for embodied interaction and multi-agent collaboration. The figure below shows the construction pipeline and example demonstrations of our benchmark.
28
 
29
  <img alt="ViewSpatial-Bench construction pipeline and example questions" src="https://cdn.jsdelivr.net/gh/lidingm/blog_img/img/202505222134833.png" style="width: 100%; max-width: 1000px;" />
30
 
 
41
 
42
  ## Uses
43
 
44
+ **With HuggingFace datasets library.**
45
  ```py
46
  from datasets import load_dataset
47
  ds = load_dataset("lidingm/ViewSpatial-Bench")
48
  ```
 
49
 
50
+ ## Benchmark
 
 
 
 
 
 
 
51
 
52
+ We provide benchmark results for various models on our benchmark. *More model evaluations will be added.*
 
 
 
53
 
 
 
54
  <table>
55
  <thead>
56
  <tr>
 
70
  </tr>
71
  </thead>
72
  <tbody>
73
+ <tr>
74
+ <td colspan="9"><em>Proprietary Models</em></td>
75
+ </tr>
76
+ <tr>
77
+ <td>GPT-4o</td>
78
+ <td>41.46</td><td>19.58</td><td>33.57</td>
79
+ <td>42.97</td><td>40.86</td><td>26.79</td><td>36.29</td><td>34.98</td>
80
+ </tr>
81
+ <tr>
82
+ <td>Gemini-2.0-Flash</td>
83
+ <td>45.29</td><td>12.95</td><td>33.66</td>
84
+ <td>41.16</td><td>32.78</td><td>21.90</td><td>31.53</td><td>32.56</td>
85
+ </tr>
86
+ <tr>
87
+ <td>GPT-5-mini</td>
88
+ <td>56.97</td><td>27.41</td><td>46.34</td>
89
+ <td>43.98</td><td>49.29</td><td>26.06</td><td>38.77</td><td>42.44</td>
90
+ </tr>
91
+ <tr>
92
+ <td>Gemini-2.5-Flash</td>
93
+ <td>52.62</td><td>23.09</td><td>42.00</td>
94
+ <td>42.97</td><td>42.16</td><td>20.27</td><td>34.22</td><td>37.99</td>
95
+ </tr>
96
+ <tr>
97
+ <td>Gemini-2.5-Pro</td>
98
+ <td>58.71</td><td>32.73</td><td>49.37</td>
99
+ <td><u>48.59</u></td><td>45.84</td><td>25.79</td><td>39.24</td><td>44.15</td>
100
+ </tr>
101
+ <tr>
102
+ <td>Gemini-3.0-Flash</td>
103
+ <td><u>62.94</u></td><td>35.54</td><td>53.08</td>
104
+ <td>44.88</td><td>60.69</td><td>26.24</td><td>42.40</td><td>47.58</td>
105
+ </tr>
106
+ <tr>
107
+ <td>GLM-4.6v</td>
108
+ <td>56.35</td><td>36.35</td><td>49.16</td>
109
+ <td><b>48.90</b></td><td>47.39</td><td>23.44</td><td>38.91</td><td>43.87</td>
110
+ </tr>
111
+ <tr>
112
+ <td>Doubao-Seed-1.8</td>
113
+ <td>62.10</td><td><b>45.28</b></td><td><u>56.05</u></td>
114
+ <td>44.98</td><td><u>62.47</u></td><td><b>33.67</b></td><td>45.74</td><td><u>50.74</u></td>
115
+ </tr>
116
+ <tr>
117
+ <td>Doubao-Seed-2.0</td>
118
+ <td><b>65.60</b></td><td><u>44.78</u></td><td><b>58.11</b></td>
119
+ <td>47.19</td><td><b>72.09</b></td><td><u>33.57</u></td><td><b>49.20</b></td><td><b>53.52</b></td>
120
+ </tr>
121
+ <tr>
122
+ <td colspan="9"><em>Open-Source General Models</em></td>
123
+ </tr>
124
  <tr>
125
  <td>InternVL2.5 (2B)</td>
126
  <td>38.52</td><td>22.59</td><td>32.79</td>
127
+ <td>47.09</td><td>40.02</td><td>25.70</td><td>37.04</td><td>34.98</td>
 
128
  </tr>
129
  <tr>
130
+ <td>Qwen3-VL (4B)</td>
131
+ <td>46.98</td><td>28.01</td><td>40.16</td>
132
+ <td>45.68</td><td>29.22</td><td>17.74</td><td>30.48</td><td>35.17</td>
 
133
  </tr>
134
  <tr>
135
  <td>Qwen2.5-VL (7B)</td>
136
  <td>46.64</td><td>29.72</td><td>40.56</td>
137
+ <td>37.05</td><td>35.04</td><td>28.78</td><td>33.37</td><td>36.85</td>
 
138
  </tr>
139
  <tr>
140
  <td>LLaVA-NeXT-Video (7B)</td>
141
  <td>26.34</td><td>19.28</td><td>23.80</td>
142
+ <td>44.68</td><td>38.60</td><td>29.05</td><td>37.07</td><td>30.64</td>
 
143
  </tr>
144
  <tr>
145
  <td>LLaVA-OneVision (7B)</td>
146
  <td>29.84</td><td>26.10</td><td>28.49</td>
147
+ <td>22.39</td><td>31.00</td><td>26.88</td><td>26.54</td><td>27.49</td>
 
148
  </tr>
149
  <tr>
150
  <td>InternVL2.5 (8B)</td>
151
  <td>49.41</td><td><b>41.27</b></td><td>46.48</td>
152
+ <td>46.79</td><td>42.04</td><td><u>32.85</u></td><td>40.20</td><td>43.24</td>
153
+ </tr>
154
+ <tr>
155
+ <td>Qwen3-VL (8B)</td>
156
+ <td>54.60</td><td>30.32</td><td>45.87</td>
157
+ <td>45.28</td><td>35.75</td><td>26.79</td><td>35.61</td><td>40.58</td>
158
  </tr>
159
  <tr>
160
  <td>Llama-3.2-Vision (11B)</td>
161
  <td>25.27</td><td>20.98</td><td>23.73</td>
162
+ <td><u>51.20</u></td><td>32.19</td><td>18.82</td><td>33.61</td><td>28.82</td>
 
163
  </tr>
164
  <tr>
165
  <td>InternVL3 (14B)</td>
166
+ <td>54.65</td><td>33.63</td><td>47.09</td>
167
+ <td>33.43</td><td>37.05</td><td>31.86</td><td>33.88</td><td>40.28</td>
 
168
  </tr>
169
  <tr>
170
  <td>Kimi-VL-Instruct (16B)</td>
171
  <td>26.85</td><td>22.09</td><td>25.14</td>
172
+ <td><b>63.05</b></td><td>43.94</td><td>20.27</td><td>41.52</td><td>33.58</td>
 
173
  </tr>
174
  <tr>
175
+ <td>Qwen2.5-VL (32B)</td>
176
+ <td>39.03</td><td>29.92</td><td>35.75</td>
177
+ <td>36.45</td><td>34.68</td><td>21.09</td><td>30.18</td><td>32.88</td>
 
178
  </tr>
179
  <tr>
180
+ <td>Qwen2.5-VL (72B)</td>
181
+ <td>50.65</td><td>26.71</td><td>42.04</td>
182
+ <td>42.17</td><td>42.76</td><td>24.80</td><td>35.82</td><td>38.83</td>
183
+ </tr>
184
+ <tr>
185
+ <td>Qwen3-VL-Thinking (235B)</td>
186
+ <td><u>59.73</u></td><td>36.95</td><td><u>51.54</u></td>
187
+ <td>43.67</td><td><u>48.93</u></td><td>31.67</td><td><u>40.67</u></td><td><u>45.94</u></td>
188
+ </tr>
189
+ <tr>
190
+ <td>Qwen3.5-Plus (397B)</td>
191
+ <td><b>62.21</b></td><td><u>38.65</u></td><td><b>53.74</b></td>
192
+ <td>50.20</td><td><b>68.17</b></td><td><b>38.37</b></td><td><b>50.90</b></td><td><b>52.28</b></td>
193
+ </tr>
194
+ <tr>
195
+ <td colspan="9"><em>Multi-View Spatial Fine-Tuning</em></td>
196
+ </tr>
197
+ <tr>
198
+ <td>Qwen2.5-VL (3B)</td>
199
+ <td>43.43</td><td>33.33</td><td>39.80</td>
200
+ <td>39.16</td><td>28.62</td><td>28.51</td><td>32.14</td><td>35.85</td>
201
+ </tr>
202
+ <tr>
203
+ <td>+SFT</td>
204
+ <td><b>83.59</b></td><td><b>87.65</b></td><td><b>85.05</b></td>
205
+ <td><b>90.16</b></td><td><b>71.14</b></td><td><b>75.75</b></td><td><b>79.31</b></td><td><b>82.09</b></td>
206
+ </tr>
207
+ <tr>
208
+ <td><em>Improvement over backbone</em></td>
209
+ <td>+40.16</td><td>+54.32</td><td>+45.25</td>
210
+ <td>+51.00</td><td>+42.52</td><td>+47.24</td><td>+47.17</td><td>+46.24</td>
211
  </tr>
212
  <tr>
213
  <td>Random Baseline</td>
214
  <td>25.16</td><td>26.10</td><td>25.50</td>
215
+ <td>24.60</td><td>31.12</td><td>26.33</td><td>27.12</td><td>26.33</td>
 
216
  </tr>
217
  </tbody>
218
  </table>