fassabilf commited on
Commit
2e7592d
·
verified ·
1 Parent(s): 1dc2176

add ACL/031_Can_Multimodal_Large_Language_Models_Understand_Spatial_Rela.txt

Browse files
ACL/031_Can_Multimodal_Large_Language_Models_Understand_Spatial_Rela.txt ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 620–632 July 27 - August 1, 2025 ©2025 Association for Computational Linguistics Can Multimodal Large Language Models Understand Spatial Relations? Jingping Liu♢*, Ziyan Liu♢, Zhedong Cen♢, Yan Zhou♢, Yinan Zou♢, Weiyan Zhang♢*, Haiyun Jiang♠, Tong Ruan♢ ♢School of Information Science and Engineering, East China University of Science and Technology, Shanghai, China ♠School of Computer Science, Fudan University, Shanghai, China {jingpingliu,weiyanzhang}@ecust.edu.cn, y30241069@mail.ecust.edu.cn Abstract Spatial relation reasoning is a crucial task for multimodal large language models (MLLMs) to understand the objective world. However, current benchmarks have issues like relying on bounding boxes, ignoring perspective substi- tutions, or allowing questions to be answered using only the model’s prior knowledge with- out image understanding. To address these issues, we introduce SpatialMQA, a human- annotated spatial relation reasoning benchmark based on COCO2017, which enables MLLMs to focus more on understanding images in the objective world. To ensure data quality, we design a well-tailored annotation procedure, resulting in SpatialMQA consisting of 5,392 samples. Based on this benchmark, a series of closed- and open-source MLLMs are im- plemented and the results indicate that the current state-of-the-art MLLM achieves only 48.14% accuracy, far below the human-level accuracy of 98.40%. Extensive experimental analyses are also conducted, suggesting the fu- ture research directions. The benchmark and codes are available at https://huggingface. co/datasets/liuziyan/SpatialMQA. 1
2
+ Introduction Multimodal large language models have become increasingly significant in AI due to their ability to process and integrate data from multiple sources such as text and images. Although MLLMs excel in tasks like image recognition (Guo et al., 2023) and classification (Wang et al., 2023), they still face challenges with more complex tasks, such as multi- modal understanding and reasoning (Zheng et al., 2023), highlighting the need for further exploration and enhancement of their capabilities. A critical aspect of evaluating MLLMs is their ability to understand spatial relations, which in- volves inferring the spatial relations between en- *Corresponding authors. (d) ( sky, behind, forest )
3
+ SpatialSense
4
+ (e)
5
+ The apple is above the
6
+ banana
7
+ The book is above the bus
8
+ (f)
9
+ VSR
10
+ (a) Q: ( laptop, the student in pink) A: in front of Q: ( person, sun ) O: …… A: in front of (b) O: …… SpatialMQA
11
+ (c)
12
+ Q: If you are the woman..., (book,
13
+ laptop) A: left of O: … Figure 1: Samples from spatial relation reasoning bench- marks. “Q”, “O”, and “A” in our SpatialMQA denote the question, options, and answer. In SpatialSense (Yang et al., 2019) and VSR (Liu et al., 2023a), questions are binary classification, with image and text inputs, and true/false outputs. tities in a given scene (Liu et al., 2023a). For in- stance, in Figure 1(a), given the subject “laptop” and the object “the student in pink”, the model needs to infer that the spatial relation between them is “in front of”. This task is important because un- derstanding spatial relations in the objective world is a fundamental human ability essential for daily life (Proulx et al., 2016; Hawes and Ansari, 2020). For instance, to fully the scene of four students discussing at the podium in Figure 1(a), it is nec- essary to identify the entities (laptop, podium, the student in pink) and their spatial relations (laptop on podium, laptop in front of the student in pink). Several benchmarks exist for spatial relation rea- soning, yet they remain insufficient for fully eval- uating MLLMs’ ability to understand spatial rela- tions. These benchmarks can be categorized based on whether they use bounding boxes (bboxes) to en- close subjects and objects. First, benchmarks with bbox annotations, such as SpatialVOC2K (Belz et al., 2018), Rel3D (Goyal et al., 2020), and Spa- tialSense+ (Wen et al., 2024), face two main chal- lenges. On one hand, the subject or object in the question may not be explicitly visible in images, 620
14
+
15
+ Table 1: Overview of spatial relation reasoning benchmarks. “Q. Type”, “Rel.”, “Type”, “Obj. W”, “Per. sub.”, “Kn.”, and “MQA” stand for “question type”, “relations”, “types of subject or object”, “objective world”, “perspective substitution” “knowledge”, and “multiple-choice QA”, respectively. “Objective world” indicates whether the benchmark’s annotations use the objective world as the reference system. “Perspective substitution” means whether questions involve perspective (first- or third-person). “Knowledge” indicates whether questions in the benchmark can be answered solely with models’ prior knowledge, without images. Benchmark Q. Type # Rel. # Type w/o bbox Obj. W Per. sub. w/o Kn. Size SpatialVOC2K (Belz et al., 2018) Cloze 17 20 ×
16
+ × ×
17
+ × 2,026 SpatialSense (Yang et al., 2019) T or F 9
18
+ - ×
19
+ × First ×
20
+ 17,498 Rel3D (Goyal et al., 2020) T or F 30 67 ×
21
+ × ×
22
+ - 27,336 SpatialSense+ (Wen et al., 2024) T or F 9
23
+ - ×
24
+ × ×
25
+ ✓ 7,254 SpatialRGPT (Cheng et al., 2024) OpenQA 12 88 ×
26
+ ✓ ×
27
+ ✓ 1,406 EmbSpatial (Du et al., 2024) MQA 6
28
+ 294 ✓
29
+ × ×
30
+ × 3640 VSR (Liu et al., 2023a) T or F 66 32 ✓
31
+ Partly First ×
32
+ 10,972 SpatialVLM (Chen et al., 2024) OpenQA -
33
+ - ✓
34
+ Partly ×
35
+ × 546 SpatialMQA (ours) MQA 6
36
+ 128 ✓
37
+ ✓ First/Third ✓
38
+ 5,392 making it impossible to use bboxes (Liu et al., 2023a). As illustrated in Figure 1(b), the sub- ject “sun” cannot be framed with a bbox in the question “Where is the sun located relative to the man?”. On the other hand, some spatial relations in these benchmarks are not grounded in the ob- jective world, leading to a gap between machine and human cognition. For instance, in Figure 1(d), the sky is objectively above the forest, but Spa- tialSense marks it as behind the forest. Secondly, benchmarks without labeled bboxes, like EmbSpa- tial (Du et al., 2024), VSR (Liu et al., 2023a), and SpatialVLM (Chen et al., 2024), also face two main issues. One major issue is that they often ignore perspective substitution (first- and third-person). Even when included, it is only a small part. For instance, in VSR, only 6% of the benchmark uses a first-person perspective. This limits the model’s ability to understand spatial relations from differ- ent perspectives, which is important for complex, dynamic scenarios like autonomous driving (Gao et al., 2024). Another issue is that some questions in these benchmarks can be answered correctly without images, relying only on the model’s prior knowledge. As shown in Figure 1(f), the question “the book is above the bus” can often be answered “No” based on commonsense, without needing to analyze the image. This prevents a proper evalua- tion of MLLMs’ image understanding abilities. Hence, in this paper, we introduce SpatialMQA, a new benchmark in a multiple-choice question & answer format, designed to fully evaluate the ability of MLLMs in multimodal spatial relation reasoning. The benchmark includes 5,392 sam- ples based on COCO2017 (Lin et al., 2014), cover- ing 128 subject and object types, without the use of bboxes. To address the limitations of existing benchmarks, we establish clear annotation guide- lines for SpatialMQA, incorporating questions that involve perspective substitution based on the objec- tive world as a reference system, while avoiding questions that can be answered solely through the models’ prior knowledge without images. In ad- dition, we design a three-round annotation proce- dure for quality control. To assess the spatial rela- tion reasoning capabilities of MLLMs, we conduct comprehensive experiments using closed-source models such as GPT-4o (Achiam et al., 2023) and Gemini-1.5-flash (Team et al., 2023), as well as open-source models like LLaVA (Liu et al., 2024) and SpaceLLaVA (Chen et al., 2024). In summary, our contributions include: • We introduce a new manually annotated high- quality benchmark for multimodal spatial re- lation reasoning without bboxes. • The main characteristic of SpatialMQA is that the questions involve perspective substitutions using the objective world as a reference. Also, the questions cannot be answered using only the model’s prior knowledge without images. • We evaluate both open- and closed-source MLLMs on SpatialMQA, indicating that state- of-the-art (SoTA) methods like GPT-4o and instruction-tuned SpaceLLaVA achieve accu- racies of 40.20% and 48.14%, respectively, far below the human accuracy of 98.40%. We further provide detailed analyses and suggest future research directions. 621
39
+
40
+ Table 2: The definition of the spatial coordinate system (SCS) and its six spatial relations. The coordinates for the subject are specified as (xs, ys, zs) and for the object as (xo, yo, zo). Terms Definition SCS The spatial coordinate system is established based on the objective world, with gravity pointing downward and the observer as the origin. The X-axis spans the observer’s left (negative) to right (positive), the Y-axis from back (negative) to front (positive), and the Z-axis from down (negative) to up (positive). left of The subject is to the left of the object when xs < xo. right of The subject is to the right of the object when xs > xo. in front of The subject is in front of the object when 1) ys · yo > 0, |ys| −|yo| < 0, or 2) ys · yo < 0, ys > 0 > yo. behind The subject is behind the object when 1) ys · yo > 0, |ys| −|yo| > 0, or 2) ys · yo < 0, ys < 0 < yo. on/above The subject is on/above the object when zs > zo. below The subject is below the object when zs < zo. 2
41
+ Problem Formulation In this paper, we consider the spatial relation reasoning task as a multiple-choice question- answering problem. Given a text question Q and an image I, where Q asks about the spatial relation between two target entities, the task requires the model to select the correct answer from k (k = 2, ..., 6) options. Each option corresponds to a spa- tial relation from the pre-defined set R = {left of, right of, in front of, behind, on/above, below}, with their definitions provided in Table 2. For instance, in Figure 1(a), given the question “Where is the laptop located relative to the student in pink?”, an image, and six options, an ideal model would select “in front of” as the correct answer. 3
42
+ SpatialMQA Construction In this section, we detail the construction of the SpatialMQA benchmark, including image source, annotation guidelines, and annotation procedures. 3.1 Image Source In this study, we choose COCO2017 (Lin et al., 2014) as our image source due to its notable ad- vantages: 1) Extensive collection. COCO2017 con- tains over 160,000 images, providing a broad selec- tion for identifying high-quality images to analyze spatial relations. 2) Diverse types: The dataset en- compasses 80 entity types, covering a wide range of entities in the objective world, such as people, animals, cars, and food. 3) Multi-entity scenarios: The images in COCO2017 often involve multiple entities, making it easier to select two appropriate entities to determine their spatial relation. From this dataset, we select 30,000 high-quality images to annotate two entities and their spatial relation. 3.2 Annotation Guidelines Based on the collected images, we label each one with a question, options, and the correct answer. To assist annotators in creating high-quality sam- ples, we provide annotation guidelines, including question types and important precautions. Question types. Based on the observer’s per- spective, we divide the question types into two types: out-of-image and in-image perspectives. In the first type, the observer exists outside the image and we manually pre-define several question tem- plates like “Where is the subject located relative to the object?”. See Appendix A for more templates. In the second type, the observer’s perspective is within the image and can be further divided into two types. The first type uses the object’s perspec- tive as the observer’s perspective (also denoted as the first-person perspective). Question templates for this type address the spatial relation between the subject and the observer (the object), such as “If you are [object] in the image, where is the subject located relative to you?”. The second type consid- ers a living being (third-person perspective) within the image as the observer, distinct from both the subject and the object. It includes question tem- plates like, “If you are the [living being] in the image, from your perspective, where is the subject located relative to the object?”. Precautions. This part guides annotators in ex- cluding low-quality samples. There are two main precautions to consider: Firstly, the question cannot be correctly answered based solely on the model’s prior knowledge without an image. For instance, the question “the book is above the bus” in Figure 1(f) can be answered as “No” without visual input. Secondly, the image must be clear, with the subject or object of the question being easily identifiable. 622
43
+
44
+ Table 3: Statistics of our SpatialMQA. The samples in “first-p”(first-person perspective) and “third-p”(third- person perspective) are both from “In-I”(In-image). The latter has fewer samples due to the limited number of images that depict three distinct living entities. “Out-I” means “out-of-image”. Train Dev Test Total Ratio Min.L Max.L Avg.L SpatialMQA 3,780 536 1,076 5,392 100.00 7
45
+ 34 18.84 Spatial relations left of 1,040 148 296 1,484 27.52 7
46
+ 34 18.39 right of 980 139 279 1,398 25.93 8
47
+ 32 18.50 in front of 565 80 161 806 14.95 9
48
+ 33 20.04 behind 529 75 151 755 14.00 7
49
+ 34 18.61 on/above 353 50 100 503 9.33 8
50
+ 33 18.30 below 313 44 89 446 8.27 8
51
+ 32 20.29 Question types Out-I 1,513 217 452 2,182 40.00 7
52
+ 33 15.81 In-I 2,267 319 624 3,210 60.00 12 34 20.91 # first-p 2,136 299 590 3,025 94.24 12 34 20.60 # third-p 131 20 34 185 5.76 18 34 25.91 3.3 Annotation Procedure To create a high-quality benchmark, we organize a professional team of three annotators, two checkers, and one reviewer. All team members are trained to understand the definition of the spatial coordi- nate system, six spatial relations, and annotation guidelines. The procedure includes first-round an- notation, second-round checking, and third-round review. First-round annotation. We invite three college students, assigning 10,000 images to each for an- notation. According to the guidelines, they write a reasonable question for each image, select options from a predefined set, and mark the correct answer from the options. Second-round checking. We invite two other college students to simultaneously check the ratio- nality of all samples. Furthermore, each student is assigned an additional task. One student is respon- sible for checking whether the correct answer to the question can be determined through prior knowl- edge without images (corresponding to precaution 1). The other student verifies whether the subject or object in the image is clear (corresponding to precaution 2). Samples identified as unqualified by the checkers are returned to annotators with ex- planations for correction. This process is repeated until a batch achieves 90% accuracy, as determined by the checkers. Third-round review. A verified batch is given to a main author for double review. The author randomly inspects 20% of the batch samples. Any unqualified annotations are returned to the check team with explanations, allowing them to refine 0
53
+ 20 40 60 80 100 901 584 320 111 569 125 >
54
+ Subject Types 0
55
+ 20 40 60 80 100 >
56
+ 2517 580 313 Object Types Figure 2: Distributions of subject and object types. their criteria, which in turn helps standardize the construction team’s work. The cycle continues until the batch achieves 95% accuracy. Finally, we obtain 5,392 high-quality samples to form Spa- tialMQA. 4
57
+ SpatialMQA Analysis Benchmark statistics. As reported in Table 3, Spa- tialMQA contains 5,392 samples, divided into train- ing, validation, and test sets according to a 7:1:2 ratio. In this benchmark, the questions have a mini- mum length of 7 words, a maximum length of 34, and an average length of 18.84. Notably, the mini- mum length of questions in the in-image perspec- tive is 2-3 times longer than the minimum length of questions in the entire benchmark, as these ques- tions typically involve three entities, while other questions generally involve only two. Diversity of subject and object types in ques- tions. To verify the diversity of questions in our benchmark, we use GPT-4o with in-context learn- ing (ICL) to extract the subjects and objects in ques- tions and classify them into predefined categories. This process is detailed in Appendix B. According to our statistics, there are 113 subject categories and an additional category that includes all subject categories with a sample size of five or fewer, and 84 object categories, along with an additional cat- egory that encompasses all object categories with a sample size of five or fewer. Due to the overlap between subject and object types, we have a total of 128 distinct subject and object types. To provide a more intuitive understanding of these types, we present the subject and object types with Top-30 frequency, as shown in Figure 2. Option combinations. In SpatialMQA, the number of question options varies to ensure they are appropriate for questions. For instance, op- tions like “on/above” and “below” are not suitable 623
58
+
59
+ Table 4: Model comparison (%) on our SpatialMQA benchmark. All results are the average of three runs. Model Settings P
60
+ R F1 Acc Settings P
61
+ R F1 Acc Open-source MLLMs BLIP-vqa-base -
62
+ 32.92 20.86 25.54 26.49 FULL 48.12 31.48 38.06 33.64 BLIP2-opt-2.7B -
63
+ 31.31 34.97 33.04 26.86 LoRA 55.20 37.47 44.64 29.93 InstructBLIP-3B -
64
+ 37.42 27.47 31.69 28.53 LoRA 44.22 44.80 44.51 42.38 mPLUG-Owl-7B -
65
+ 34.30 32.90 33.58 26.49 LoRA 36.05 38.59 37.28 31.88 IDEFICS-9B -
66
+ 17.72 25.80 21.00 22.12 LoRA 35.13 36.41 35.76 29.28 LLaVA1.5-7B -
67
+ 30.72 31.18 30.95 29.28 LoRA 46.10 44.56 45.32 46.85 SpaceLLaVA -
68
+ 35.13 32.58 33.81 31.32 LoRA 47.96 46.18 47.05 48.14 Closed-source MLLMs Gemini-1.5-flash 0-shot 38.55 35.47 36.95 35.40 2-shot 49.30 35.11 41.01 36.80 1-shot 51.47 33.46 40.55 36.20 3-shot 51.52 35.82 42.26 38.00 GPT-4o 0-shot 48.62 40.19 44.01 40.20 2-shot 48.70 38.36 42.92 38.40 1-shot 48.04 39.17 43.15 39.00 3-shot 46.76 36.99 41.30 37.80 Other Methods Random Choose -
69
+ 30.22 27.97 29.05 27.20 -
70
+ - -
71
+ - -
72
+ Human -
73
+ 98.56 98.40 98.48 98.40 Text-only 23.94 24.58 24.26 24.40(3) for “where is the motorcycle located relative to the car?”. Hence, we only include the other four op- tions. Based on the coordinate dimensions, we set the number of options to 2 (two spatial relations in one dimension), 4 (four spatial relations in two dimensions), or 6. According to our statistics, 75% of samples (4036) have 4 options, while 12% (637) and 13% (719) have 2 and 6 options, respectively. 5
74
+ Experiments In this section, we implement state-of-the-art mod- els on our newly constructed SpatialMQA bench- mark, aiming at assessing their performance and identifying the underlying challenges. 5.1 Baselines We mainly select three types of methods: open- source MLLMs, closed-source MLLMs, and oth- ers. Open-source MLLMs. We use BLIP (Li et al., 2022), BLIP2 (Li et al., 2023), InstructBLIP (Dai et al., 2024), mPLUG-Owl (Ye et al., 2023), IDEFICS (Laurençon et al., 2023), LLaVA (Liu et al., 2024), and SpaceLLaVA (Chen et al., 2024) for comparison. Two settings are designed: direct inference and instruction tuning. In the first setting, models directly produce the answer given an im- age, a question, and multiple options. Note that all models except BLIP receive a task prompt, as described in Appendix C. In the second setting, we use different tuning strategies: full parameter updates for BLIP and parameter-efficient tuning (LoRA (Hu et al., 2021)) for the other MLLMs. Instruction data is generated by transforming the input and output from the training data, and the task prompt remains consistent with the previous setting. Closed-source MLLMs. We randomly select 500 samples in SpatialMQA and adopt Gemini- 1.5-flash and GPT-4o, two of the most powerful models, for our experiments. For both models, we employ two settings: zero-shot reasoning and few-shot reasoning. In the first setting, we input im- ages, questions, and options, and use a task prompt to guide the MLLM to output answers. Detailed prompts are provided in Appendix D. In the sec- ond setting, we use 1-shot, 2-shot, and 3-shot ICL with the same instructions. The ICL examples are randomly selected from the training set and fixed for all samples in the test set. Other methods. We further design two meth- ods: random selection and manual answering. In the first method, we use a random function to se- lect an answer from the options for each question. In the second method, we randomly select 500 samples from SpatialMQA and invite three college students (different from the annotation team in Sec- tion 3.3) to answer the questions. The final answer is determined by majority voting, and if the three students provide different answers, the question is considered incorrect. 624
75
+
76
+ Table 5: Results (Acc %) grouped by question types and answer types. Q1, Q2, and Q3 represent the question from the “Out-of-image” perspective, “first-person” , and “third-person” perspectives in images. Ax, Ay, and Az represent answers involving “left of” and “right of” on the X-axis, “in front of” and “behind” on the Y-axis, and “on/above” and “below” on the Z-axis. † and ‡ denote the best few-shot settings in the Main Results, specifically 3-shot and 1-shot, respectively. Model Settings Q1 Q2 Q3 Ax Ay Az Open-source MLLMs BLIP-vqa-base Full 40.93 36.10 52.94 39.65 25.64 28.57 BLIP2-opt-2.7B LoRA 32.30 28.47 23.53 11.65 49.04 53.97 InstructBLIP-3B LoRA 44.47 40.68 44.12 36.17 48.72 50.79 mPLUG-Owl-7B LoRA 37.83 28.14 17.65 17.74 46.47 50.79 IDEFICS-9B LoRA 33.41 26.95 14.71 15.13 45.51 45.50 LLaVA1.5-7B LoRA 53.14 40.99 64.71 55.71 29.64 48.13 SpaceLLaVA LoRA 54.87 42.37 58.82 56.00 51.85 31.41 Closed-source MLLMs Gemini-1.5-flash 0-shot 42.73 26.83 50.00 39.17 26.25 41.00 Few-shot† 48.18 26.83 52.94 49.58 21.88 36.00 GPT-4o 0-shot 44.09 33.74 61.76 37.08 47.50 36.00 Few-shot‡ 45.00 32.52 47.06 38.75 38.75 40.00 Other Methods Random Choose -
77
+ 30.00 24.80 26.47 25.42 27.50 31.00 Human Text-only 25.91 23.17 23.53 23.75 25.00 25.00 -
78
+ 98.51 98.24 100.00 98.61 97.79 98.68 5.2 Settings and Metrics The hyperparameter settings for the open-source MLLMs are detailed in Appendix E. These models are executed on a workstation with two NVIDIA A100-PCIE-40GB GPUs. In the experiments, we report four metrics: precision (P), recall (R), F1, and accuracy (Acc). 5.3 Main Results We perform all baseline methods on our Spa- tialMQA benchmark. The experimental results are presented in Table 4. From the table, we no- tice that: 1) All MLLMs perform poorly on Spa- tialMQA, with significant room for improvement compared to the human accuracy of 98.40%. The best-performing model, SpaceLLaVA with LoRA, achieves only 48.14% accuracy, despite being fine- tuned on LLaVA with a large amount of spatial VQA samples. Notably, LLaVA’s visual instruction tuning also involves incorporating coordinate data with bboxes and corresponding captions. This indi- cates that our SpatialMQA benchmark presents a significant challenge for MLLMs. 2) Among open- source MLLMs, instruction-tuned models excel in spatial relation reasoning compared to those with- out instruction tuning. For instance, the instruction- tuned SpaceLLaVA shows a 16.82% accuracy im- provement over its non-instruction-tuned version. Among closed-source LLMs, GPT-4o performs best with zero-shot learning, but its accuracy de- creases as the number of ICL samples increases. In contrast, Gemini’s accuracy improves with more ICL samples. The reasons for these opposing re- sults are explained in “Impact of different ICL ex- amples” of Section 5.4. 3) In other methods, when humans answer questions without images, the accu- racy is 24.40% (based on a random selection of 500 samples from the test set), which is comparable to random selection and significantly lower than the accuracy achieved with images. This indicates that our benchmark heavily relies on images to answer questions. In other words, our benchmark rarely includes questions that can be answered solely with prior knowledge. Furthermore, manual annotation reveals that only 3 out of 500 samples could be answered using prior knowledge alone. 5.4 Detailed Analysis Group analysis of question types and answer types. As mentioned in Section 3.2, question types include “Out-of-image” (denoted as Q1) and “In- image” (further divided into “first-person perspec- tive” (Q2) and “third-person perspective” (Q3)). In addition, we classify the answer types as Ax, Ay, and Az, representing answers involving left of and right of on the X-axis, in front of and be- 625
79
+
80
+ Table 6: Results (Acc %) for different ICL. Model Settings Alig. Misalig. Gemini-1.5-flash 1-shot 36.42 35.16 2-shot 37.14 35.94 3-shot 38.28 37.09 GPT-4o 1-shot 39.09 37.75 2-shot 39.43 36.96 3-shot 39.88 35.87 Table 7: Impact (Acc %) of images and option counts. All Part Random -
81
+ 17.20 27.20 Gemini-1.5-flash Q+O 23.20 27.60 I+Q+O 29.60 35.40 GPT-4o Q+O 26.40 27.80 I+Q+O 33.80 40.20 hind on the Y-axis, and on/above and below on the Z-axis, respectively. The results are listed in Table 5. From the table, we observe that human reasoning abilities in spatial relations are gener- ally consistent across different groups, but all mod- els display significant performance discrepancies within these groups. For instance, human scores for Ax, Ay, and Az are consistently around 98%, while SpaceLLaVA with LoRA exhibits a maximum per- formance gap of 24.59% in these groups. This suggests that it is essential to improve the model’s reasoning abilities in various spatial relations in a balanced manner. Impact of different ICL examples. We intro- duce ICL samples for closed-source MLLMs in experiments. To explore the impact of different ICL examples, we divide them into two categories: aligned with the input question type and misaligned. For evaluation, we randomly selected 100 samples for question types Q1, Q2, and Q3 respectively (if a certain category has fewer than 100 samples, we use all available samples). The results are listed in Table 6. From the results, we notice that models with aligned ICL examples outperform those with misaligned ICL examples. For instance, GPT-4o with aligned 3-shot ICL examples improves ac- curacy by 4.01% over misaligned ones. Notably, the decrease in GPT-4o’s spatial relation reasoning ability, mentioned in Section 5.3, may be due to the misalignment of examples with the input ques- tion type. In contrast, Gemini’s performance im- proves with more ICL examples in the misaligned setting. This could indicate that Gemini effectively utilizes a wider range of examples to enhance gen- eralization and extract relevant features despite the misalignment. Impact of images and option counts. We con- duct analysis experiments by either removing im- ages (I) in the input or using a fixed count of six options (O). The results are listed in Table 7. From the results, we draw the conclusions: 1) MLLMs with Q+O, when tested with varying options, per- 17% 41% 16% 15% 11% 23% 47% 8% 14% 8% 0% 10% 20% 30% 40% 50% IRSO FRS LCR IILN Other SpaceLLaVA GPT-4o Figure 3: Distribution of error types. form similarly to random selection and significantly underperform MLLMs with I+Q+O. This indicates that our benchmark heavily relies on image inputs and cannot depend solely on the model’s prior knowledge. 2) MLLMs with Q+O still perform significantly better than random selection (17.20%) when given a fixed set of six options. This is be- cause some of the options in this set contradict com- mon sense, allowing the model to exclude them, even without image inputs. This observation is why we remove options that contradict commonsense from our benchmark. 5.5 Error Types To guide future research in spatial relation rea- soning for MLLMs, we analyze 200 error sam- ples produced by SpaceLLaVA and GPT-4o on SpatialMQA. After manual classification, error types are divided into four categories and other errors: (a) incorrect recognition of subjects and ob- jects (IRSO), (b) failure in perspective substitution (FRS), (c) lack of commonsense reasoning ability (LCR), and (d) incorrect identification of spatial relations for letters and numbers (IILN). The er- ror distribution is shown in Figure 3. We observe that FRS errors are the most frequent, with IRSO, LCR, and IILN errors being comparable. To illus- trate these error types more intuitively, we provide examples, as shown in Figure 4. 626
82
+
83
+ SpaceLLaVA Q: If you were the cat in the image,
84
+ where would the keyboard relative to
85
+ you?
86
+ A: in front of
87
+ P: right of
88
+ Q: Where is the spoon located relative
89
+ to the slice of bread?
90
+ A: behind
91
+ P: left of
92
+ Q: If you were the man wearing the hat in the
93
+ image, where would the sun be located
94
+ relative to you?
95
+ A: in front of
96
+ P: behind Q: For the black letters on the white sign in
97
+ the middle of the image, where is the letter E
98
+ located relative to the letter Y? A: on/above P: below
99
+ (a) (b) (c) (d) O: in front of, behind, left of, right of
100
+ O: in front of, behind, left of, right of
101
+ O: on/above, below, left of, right of
102
+ O: in front of, behind, left of, right of
103
+ GPT-4o Q: If you were the cat in the image,
104
+ where would the goblet be located in
105
+ your body?
106
+ A: in front of
107
+ P: left of
108
+ Q: Where is the fork located relative to the
109
+ knife?
110
+ A: left of
111
+ P: right of
112
+ Q: For the black letters on the white fence in
113
+ the image, where is the letter F located
114
+ relative to the letter B? A: on/above P: left of Q: If you were the baby in the image,
115
+ where would the sun be at you at this
116
+ time?
117
+ A: in front of
118
+ P: behind
119
+ (a) (d) (c) (b) O: in front of, behind, left of, right of
120
+ O: on/above, below, in front of, behind,
121
+ left of, right of
122
+ O: in front of, behind, left of, right of
123
+ O: on/above, below, left of, right of
124
+ Figure 4: Error examples. (a), (b), (c), and (d) describe examples of the IRSO, FRS, LCR, and IILN types, respectively. “A” and “P” represent the ground truth answer and predicted answer. 6
125
+ Related Work Spatial relation reasoning. Identifying spatial relations between subjects and objects in images is crucial for understanding the world. Bench- marks for this task fall into two main types: those with bboxes and those without. The for- mer are sourced from either synthetic or real- world scenes. CLEVR (Johnson et al., 2017) and Rel3D (Goyal et al., 2020) are typical examples of synthesized benchmarks, but they do not accu- rately reflect real-world scenes. Hence, several real-scene benchmarks have been proposed, in- cluding SpatialVOC2K (Belz et al., 2018), Spa- tialSense (Yang et al., 2019), SpatialSense+ (Wen et al., 2024), SpatialRGPT-Bench (Cheng et al., 2024), NLVR2 (Suhr et al., 2017), COCO (Lin et al., 2014), and GQA (Hudson and Manning, 2019). However, they still use bboxes, which cause two problems: first, some complex spatial rela- tions can’t be fully captured with bboxes (Liu et al., 2023a); second, bboxes make it easier for mod- els to solve tasks without fully understanding the image (Wen et al., 2024). Typical benchmarks for the latter include EmbSpatial-Bench (Du et al., 2024), MME (Fu et al., 2023), SpatialVLM (Chen et al., 2024), EgoThink (Cheng et al., 2023), and VSR (Liu et al., 2023a). The first three focus only on out-of-image perspectives and do not always an- notate samples based on the objective world. Note that SpatialVLM’s test set is small and not yet open- sourced. EgoThink is limited to the first-person perspective, with fewer than 100 samples in its spa- tial reasoning benchmark. While VSR considers different perspectives, only 6% of its data covers them, and some questions can be answered using prior knowledge without images. Multimodal large language models. With the development of MLLMs, many researchers have applied these models to multimodal downstream tasks. MLLMs can be divided into two categories: closed- and open-source models. Typical closed- source MLLMs include GPT-4o and Gemini. Com- mon methods to adapt these models for multi- modal tasks mainly include ICL (Shukor et al., 2023; Liu et al., 2023b) and Chain-of-Thought (CoT) (Zhang et al., 2024; Wang et al., 2024). Typical open-source MLLMs include BLIP2 (Li et al., 2023), LLaVA (Liu et al., 2024), and SpaceLLaVA (Chen et al., 2024). Due to their relatively limited instruction-following capabili- ties, open-source MLLMs often require instruc- tion tuning for downstream tasks. This tuning can involve full parameter updates or minimal param- eter updates, such as LoRA (Hu et al., 2021) and P-tuning v2 (Liu et al., 2021). Despite the promis- 627
126
+
127
+ ing progress of current MLLMs, they still perform poorly on our constructed SpatialMQA benchmark. 7
128
+ Conclusion We introduce SpatialMQA, a manually annotated multimodal spatial relation reasoning benchmark based on COCO2017. To address the weak- nesses of existing benchmarks, SpatialMQA is constructed without bboxes, involving perspective substitutions based on the objective world and ex- cluding questions that can be answered solely by model’s prior knowledge without images. We implement a series of closed- and open-source MLLMs and conducted extensive experimental analyses. The results indicate that SpatialMQA is a challenging benchmark worth further exploration. Limitations While SpatialMQA offers a valuable benchmark for evaluating current MLLMs, it has two main limita- tions: 1) SpatialMQA is created to assess the perfor- mance of MLLMs in spatial relation reasoning. To ensure high data quality, we design a manual anno- tation process, which guarantees a well-constructed and reliable test set. However, this method limits the scale of the training set, making it insufficient for fully fine-tuning MLLMs. Although several automatic annotation tools for spatial relation rea- soning are mentioned in (Chen et al., 2024; Cheng et al., 2024; Cai et al., 2024), they are unsuitable for SpatialMQA due to its complex real-world sam- ples from multiple perspectives. 2) SpatialMQA currently covers six basic spatial relations (left of, right of, in front of, behind, on/above, and below), and does not include more complex relations. We focus on these six because experimental results show they already pose significant challenges to current MLLMs. Mastering these fundamental re- lations is essential before tackling more complex spatial reasoning tasks. Ethical Statement Our SpatialMQA benchmark is built upon COCO2017 (Lin et al., 2014), which is licensed un- der the Creative Commons Attribution 4.0 License. This license allows us to distribute and re-annotate the dataset, as long as the original work is properly cited. Hence, we release SpatialMQA under the CC-BY 4.0 license. Additionally, we have care- fully reviewed the benchmark to ensure it contains no harmful content, such as gender bias, racial dis- crimination, or inappropriate material. Acknowledgments This paper was supported by the National Natu- ral Science Foundation of China (No. 62306112), Shanghai Sailing Program (No. 23YF1409400), and Shanghai Pilot Program for Basic Research (No. 22TQ1400100-20). References Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. 2023. Gpt-4 technical report. arXiv preprint arXiv:2303.08774. Anja Belz, Adrian Muscat, Pierre Anguill, Mouhamadou Sow, Gaétan Vincent, and Yas- sine Zinessabah. 2018. Spatialvoc2k: A multilingual dataset of images with annotations and features for spatial relations between objects. In Proceedings of the 11th International Conference on Natural Language Generation, pages 140–145. Wenxiao Cai, Yaroslav Ponomarenko, Jianhao Yuan, Xi- aoqi Li, Wankou Yang, Hao Dong, and Bo Zhao. 2024. Spatialbot: Precise spatial understand- ing with vision language models. arXiv preprint arXiv:2406.13642. Boyuan Chen, Zhuo Xu, Sean Kirmani, Brain Ichter, Dorsa Sadigh, Leonidas Guibas, and Fei Xia. 2024. Spatialvlm: Endowing vision-language models with spatial reasoning capabilities. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pat- tern Recognition, pages 14455–14465. An-Chieh Cheng, Hongxu Yin, Yang Fu, Qiushan Guo, Ruihan Yang, Jan Kautz, Xiaolong Wang, and Sifei Liu. 2024. Spatialrgpt: Grounded spatial rea- soning in vision language model. arXiv preprint arXiv:2406.01584. Sijie Cheng, Zhicheng Guo, Jingwen Wu, Kechen Fang, Peng Li, Huaping Liu, and Yang Liu. 2023. Can vision-language models think from a first-person per- spective? arXiv preprint arXiv:2311.15596. Wenliang Dai, Junnan Li, Dongxu Li, Anthony Meng Huat Tiong, Junqi Zhao, Weisheng Wang, Boyang Li, Pascale N Fung, and Steven Hoi. 2024. Instructblip: Towards general-purpose vision- language models with instruction tuning. Advances in Neural Information Processing Systems, 36. Mengfei Du, Binhao Wu, Zejun Li, Xuanjing Huang, and Zhongyu Wei. 2024. Embspatial-bench: Bench- marking spatial understanding for embodied tasks with large vision-language models. arXiv preprint arXiv:2406.05756. 628
129
+
130
+ Chaoyou Fu, Peixian Chen, Yunhang Shen, Yulei Qin, Mengdan Zhang, Xu Lin, Zhenyu Qiu, Wei Lin, Jin- rui Yang, Xiawu Zheng, Ke Li, Xing Sun, and Ron- grong Ji. 2023. Mme: A comprehensive evaluation benchmark for multimodal large language models. ArXiv, abs/2306.13394. Haoxiang Gao, Yaqian Li, Kaiwen Long, Ming Yang, and Yiqing Shen. 2024. A survey for founda- tion models in autonomous driving. arXiv preprint arXiv:2402.01105. Ankit Goyal, Kaiyu Yang, Dawei Yang, and Jia Deng. 2020. Rel3d: A minimally contrastive benchmark for grounding spatial relations in 3d. Advances in Neural Information Processing Systems, 33:10514–10525. Zixian Guo, Bowen Dong, Zhilong Ji, Jinfeng Bai, Yi- wen Guo, and Wangmeng Zuo. 2023. Texts as im- ages in prompt tuning for multi-label image recogni- tion. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 2808–2817. Zachary Hawes and Daniel Ansari. 2020. What explains the relationship between spatial and mathematical skills? a review of evidence from brain and behavior. Psychonomic bulletin & review, 27:465–482. Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. 2021. Lora: Low-rank adap- tation of large language models. arXiv preprint arXiv:2106.09685. Drew A Hudson and Christopher D Manning. 2019. Gqa: A new dataset for real-world visual reasoning and compositional question answering. In Proceed- ings of the IEEE/CVF conference on computer vision and pattern recognition, pages 6700–6709. Justin Johnson, Bharath Hariharan, Laurens Van Der Maaten, Li Fei-Fei, C Lawrence Zitnick, and Ross Girshick. 2017. Clevr: A diagnostic dataset for compositional language and elementary visual reasoning. In Proceedings of the IEEE CVPR, pages 2901–2910. Hugo Laurençon, Daniel van Strien, Stas Bekman, Leo Tronchon, Lucile Saulnier, Thomas Wang, Siddharth Karamcheti, Amanpreet Singh, Giada Pistilli, Yacine Jernite, et al. 2023. Introducing idefics: An open re- production of state-of-the-art visual language model, 2023. URL https://huggingface. co/blog/idefics. Ac- cessed, pages 09–18. Junnan Li, Dongxu Li, Silvio Savarese, and Steven Hoi. 2023. Blip-2: Bootstrapping language-image pre- training with frozen image encoders and large lan- guage models. In International conference on ma- chine learning, pages 19730–19742. PMLR. Junnan Li, Dongxu Li, Caiming Xiong, and Steven Hoi. 2022. Blip: Bootstrapping language-image pre- training for unified vision-language understanding and generation. In International conference on ma- chine learning, pages 12888–12900. PMLR. Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Dollár, and C Lawrence Zitnick. 2014. Microsoft coco: Common objects in context. In Computer Vision– ECCV 2014: 13th European Conference, Zurich, Switzerland, September 6-12, 2014, Proceedings, Part V 13, pages 740–755. Springer. Fangyu Liu, Guy Emerson, and Nigel Collier. 2023a. Visual spatial reasoning. Transactions of the Associ- ation for Computational Linguistics, 11:635–651. Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. 2024. Visual instruction tuning. Advances in neural information processing systems, 36. Weihao Liu, Fangyu Lei, Tongxu Luo, Jiahe Lei, Shizhu He, Jun Zhao, and Kang Liu. 2023b. Mmhqa- icl: Multimodal in-context learning for hybrid ques- tion answering over text, tables and images. arXiv preprint arXiv:2309.04790. Xiao Liu, Kaixuan Ji, Yicheng Fu, Weng Lam Tam, Zhengxiao Du, Zhilin Yang, and Jie Tang. 2021. P- tuning v2: Prompt tuning can be comparable to fine- tuning universally across scales and tasks. arXiv preprint arXiv:2110.07602. Michael J Proulx, Orlin S Todorov, Amanda Tay- lor Aiken, and Alexandra A de Sousa. 2016. Where am i? who am i? the relation between spatial cog- nition, social cognition and individual differences in the built environment. Frontiers in psychology, 7:158846. Mustafa Shukor, Alexandre Rame, Corentin Dancette, and Matthieu Cord. 2023. Beyond task performance: evaluating and reducing the flaws of large multimodal models with in-context-learning. In The Twelfth In- ternational Conference on Learning Representations. Alane Suhr, Mike Lewis, James Yeh, and Yoav Artzi. 2017. A corpus of natural language for visual reason- ing. In Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers), pages 217–223. Gemini Team, Rohan Anil, Sebastian Borgeaud, Yonghui Wu, Jean-Baptiste Alayrac, Jiahui Yu, Radu Soricut, Johan Schalkwyk, Andrew M Dai, Anja Hauth, et al. 2023. Gemini: a family of highly capable multimodal models. arXiv preprint arXiv:2312.11805. Junjie Wang, Wei Li, Yinjian Wang, Ran Tao, and Qian Du. 2023. Representation-enhanced status replay network for multisource remote-sensing image clas- sification. IEEE Transactions on Neural Networks and Learning Systems. Lei Wang, Yi Hu, Jiabang He, Xing Xu, Ning Liu, Hui Liu, and Heng Tao Shen. 2024. T-sciq: Teaching multimodal chain-of-thought reasoning via large lan- guage model signals for science question answering. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, pages 19162–19170. 629
131
+
132
+ Chuan Wen, Dinesh Jayaraman, and Yang Gao. 2024. Can transformers capture spatial relations between objects? arXiv preprint arXiv:2403.00729. Kaiyu Yang, Olga Russakovsky, and Jia Deng. 2019. Spatialsense: An adversarially crowdsourced bench- mark for spatial relation recognition. In Proceedings of the IEEE/CVF International Conference on Com- puter Vision, pages 2051–2060. Qinghao Ye, Haiyang Xu, Guohai Xu, Jiabo Ye, Ming Yan, Yiyang Zhou, Junyang Wang, An- wen Hu, Pengcheng Shi, Yaya Shi, et al. 2023. mplug-owl: Modularization empowers large lan- guage models with multimodality. arXiv preprint arXiv:2304.14178. Daoan Zhang, Junming Yang, Hanjia Lyu, Zijian Jin, Yuan Yao, Mingkai Chen, and Jiebo Luo. 2024. Cocot: Contrastive chain-of-thought prompting for large multimodal models with multiple image inputs. arXiv preprint arXiv:2401.02582. Ge Zheng, Bin Yang, Jiajin Tang, Hong-Yu Zhou, and Sibei Yang. 2023. Ddcot: Duty-distinct chain-of- thought prompting for multimodal reasoning in lan- guage models. Advances in Neural Information Pro- cessing Systems, 36:5168–5191. 630
133
+
134
+ A Question Templates In Section 3.2, we design three types of questions. For each type, we manually define several question templates, as listed in Table 8. Q1, Q2, and Q3 indicate that the sample’s question type is “Out-of- image”, the first-, and third-person perspective of “In-image”, respectively. Table 8: Question Template. Question Template Q1 Is ×× located to the left or right of ××? Which side of ×× is ×× located on? Where is ×× located relative to ××? Q2 If you are ×× in the image, is ×× located to your left or right? If you are ×× in the image, which side of ×× is ×× located on? If you are ×× in the image, where is ×× located relative to you? Q3 If you are ×× in the image, from your perspective, is ×× located to the left or right of ××? If you are ×× in the image, from your perspective, which side of ×× is ×× located on? If you are ×× in the image, from your perspective, where is ×× located relative to ××? B
135
+ Statistics of Subject and Object Types In Section 4, we use GPT-4o with ICL to extract the subjects and objects in questions and classify them into predefined categories. The process is as follows. First, we adopt GPT-4o with ICL to ex- tract the subject and object of each question in Spa- tialMQA. Second, we randomly select 500 samples from the entire benchmark and manually define common types, in addition to the original 80 types from COCO2017, resulting in a total of 90 types. Third, we employ GPT-4o with ICL to classify ev- ery subject and object into these 90 types. Finally, samples that are not classified into predefined types are manually categorized into new types. C
136
+ Details of Open-source MLLMs In Section 5.1, we consider open-source MLLMs as baseline models. The task prompts and instruction data format of these models are presented in Tables 9 and 10. D
137
+ Details of Closed-source MLLMs In Section 5.1, we consider closed-source MLLMs as baseline models. The task prompts of these models are listed in Table 11. Table 9: Task prompts for open-source MLLMs. Models Task prompt BLIP Input: Image: <image>, Question: {ques- tion}, Options: {options}. \n Output: BLIP2, In- structBLIP, IDEFICS, mPLUG- Owl, LLaVA, SpaceLLaVA You are currently a senior expert in spa- tial relation reasoning. \n Given an Im- age, a Question, and Options, your task is to answer the correct spatial relation. Note that you only need to choose one option from all options without explain- ing any reason. \n Input: Image: <im- age>, Question: {question}, Options: {options}. \n Output: Table 10: Instruction data format for open-source MLLMs. Models Instruction BLIP Input: Image: <image>, Question: {ques- tion} Options: {options}. \n Output: {an- swer} BLIP2, In- structBLIP, IDEFICS, LLaVA, SpaceLLaVA You are currently a senior expert in spa- tial relation reasoning. \n Given an Im- age, a Question, and Options, your task is to answer the correct spatial relation. Note that you only need to choose one option from all options without explain- ing any reason. \n Input: Image: <im- age>, Question: {question}, Options: {options}. \n Output: {answer} mPLUG- Owl The following is a conversation between a curious human and an AI assistant. \n Human: <image> \n Human: You are cur- rently a senior expert in spatial relation reasoning. \n Given an Image, a Ques- tion, and Options, your task is to answer the correct spatial relation. Note that you only need to choose one option from all options without explaining any reason. \n Input: Image: <image>, Question: {ques- tion}, Options: {options}. \n Output: \n A: {answer} E
138
+ Hyperparameter Settings Details of the hyperparameter settings for open- source MLLMs are presented in Table 12. F
139
+ Annotation Tool To enhance annotation efficiency, we develop a tool used for annotating (Figure 5) and checking (Figure 6) samples in SpatialMQA, as well as answering (Figure 7) questions in the test set for evaluators. Each volunteer was compensated at a rate of $17 per hour. 631
140
+
141
+ Table 11: Task prompts for closed-source MLLMs. Task prompt Zero-shot You are currently a senior expert in spatial relation reasoning. \n Given an Image, a Question, and Options, your task is to an- swer the correct spatial relation. Note that you only need to choose one option from all options without explaining any reason. \n Input: Image: <image>, Question: {ques- tion}, Options: {options}. \n Output: Few-shot You are currently a senior expert in spa- tial relation reasoning. \n Given an Image, a Question, and Options, your task is to answer the correct spatial relation. Note that you only need to choose one option from all options without explaining any rea- son. \n Given the following 3 examples to learn the spatial relation reasoning task: \n Example1: Input: Image: <image> \n Question: For the clock in the image, does the hour hand point above or below the 9 scales?, Options: on/above; below. \n Out- put: above. \n Example2: ... \n Example3: ... \n Input: Image: <image> \n Question: {question}, Options: {options}. \n Output: Text-only You are currently a senior expert in spatial relation reasoning. \n Given an Image, a Question, and Options, your task is to an- swer the correct spatial relation. Note that you only need to choose one option from all options without explaining any reason. \n Input: Question: {question}, Options: {options}. \n Output: Table 12: Hyperparameter settings for open-source MLLMs. “Ep”, “BS”, “ES”, “LR”, “Opt”, “LR. S”, “PAW8”, “ExpLR” and “LD” stand for “Epochs”, “Batch Size”, “Early Stop”, “Learning Rate”, “Opti- mizer”, “LR Schedule”, “Paged_Adamw_8bit”, “Expo- nentialLR”, and “Linear Decay”, respectively. Model Ep BS ES LR Opt LR. S BLIP 30 8
142
+ 5 6e-7 AdamW ExpLR BLIP2 30 8
143
+ 5 4e-5 AdamW ExpLR InstructBLIP 30 8
144
+ 5 4e-5 AdamW ExpLR mPLUG-Owl 10 8
145
+ - 5e-5 AdamW LD IDEFICS 10 8
146
+ - 2e-4 PAW8 LD LLaVA 10 8
147
+ - 2e-4 AdamW Cosine SpaceLLaVA 10 8
148
+ - 2e-4 AdamW Cosine Figure 5: First-round annotation page in our tool. Figure 6: Second-round checking and third-round re- view pages in our tool. Figure 7: Human evaluation page in our tool. 632