🤖 AI Summary
This work addresses the limitations of multimodal large language models (MLLMs) in understanding visual spatial relations and precisely localizing unique targets within groups of visually similar objects. To tackle this, we propose the first spatial referring expression modeling paradigm, which decouples spatial structure from semantic features and introduces an explicit object-mapping training framework to mitigate semantic bias. Leveraging our newly constructed 90k-image annotation dataset, SUN-Spot v2.0, we employ Set-of-Marks prompting to align image landmarks with textual mentions, and integrate synthetic dialogue data distillation with spatially aware vision-language alignment training. Our method achieves a 3.15% absolute improvement over state-of-the-art on zero-shot visual spatial reasoning benchmarks, significantly enhancing spatial referring accuracy. The approach provides robust support for real-world applications such as autonomous navigation and interactive robotics.
📝 Abstract
Multimodal large language models (MLLMs) have demonstrated remarkable abilities in comprehending visual input alongside text input. Typically, these models are trained on extensive data sourced from the internet, which are sufficient for general tasks such as scene understanding and question answering. However, they often underperform on specialized tasks where online data is scarce, such as determining spatial relationships between objects or localizing unique target objects within a group of objects sharing similar features. In response to this challenge, we introduce the SUN-Spot v2.0 dataset1, now comprising a total of 90k image-caption pairs and additional annotations on the landmark objects. Each image-caption pair utilizes Set-of-Marks prompting as an additional indicator, mapping each landmark object in the image to the corresponding object mentioned in the caption. Furthermore, we present Spatial-LLaVA, an MLLM trained on conversational data generated by a state-of-the-art language model using the SUNSpot v2.0 dataset. Our approach ensures a robust alignment between the objects in the images and their corresponding object mentions in the captions, enabling our model to learn spatial referring expressions without bias from the semantic information of the objects. Spatial-LLaVA outperforms previous methods by 3.15% on the zero-shot Visual Spatial Reasoning benchmark dataset. Spatial-LLaVA is specifically designed to precisely understand spatial referring expressions, making it highly applicable for tasks in real-world scenarios such as autonomous navigation and interactive robotics, where precise object recognition is critical.