Proximity QA: Unleashing the Power of Multi-Modal Large Language Models for Spatial Proximity Analysis
Jianing Li, Xi Nan, Ming Lu, Li Du, Shanghang Zhang
TL;DR
Proximity QA addresses the gap in geometric understanding of multi-modal large language models by teaching them to infer object depth and proximity from images. It introduces a two-stage framework: first perceiving relative depths in $[0,1]$, then reasoning about proximity using depth-informed relations, leveraging a CLIP-based vision encoder and LLaVA-based LLM with LoRA fine-tuning. A new dataset, Proximity-110K, augments VQA conversations with depth and proximity instructions, enabling robust depth perception and proximity analysis demonstrated to outperform state-of-the-art MLLMs on converted GQA and Make3D benchmarks. The work provides a practical pathway to integrate semantic and geometric scene understanding in MLLMs, with code and dataset released for research reuse.
Abstract
Multi-modal large language models (MLLMs) have demonstrated remarkable vision-language capabilities, primarily due to the exceptional in-context understanding and multi-task learning strengths of large language models (LLMs). The advent of visual instruction tuning has further enhanced MLLMs' performance in vision-language understanding. However, while existing MLLMs adeptly recognize \textit{what} objects are in an image, they still face challenges in effectively discerning \textit{where} these objects are, particularly along the distance (scene depth) axis. To overcome this limitation in MLLMs, we introduce Proximity Question Answering (Proximity QA), a novel framework designed to enable MLLMs to infer the proximity relationship between objects in images. The framework operates in two phases: the first phase focuses on guiding the models to understand the relative depth of objects, and the second phase further encourages the models to infer the proximity relationships between objects based on their depth perceptions. We also propose a VQA dataset called Proximity-110K, containing additional instructions that incorporate depth information and the proximity relationships of objects. We have conducted extensive experiments to validate Proximity QA's superior ability in depth perception and proximity analysis, outperforming other state-of-the-art MLLMs. Code and dataset will be released at \textcolor{magenta}{https://github.com/NorthSummer/ProximityQA.git}.
