🤖 AI Summary
Current multimodal large language models exhibit limited performance on fine-grained object understanding tasks and lack a systematic evaluation benchmark. To address this gap, this work proposes SOUBench, the first comprehensive benchmark dedicated to small object understanding, comprising an automatically constructed SOU-VQA evaluation set and an SOU-Train training set that span six subtasks across three real-world scenarios. Leveraging this benchmark, we conduct a systematic evaluation of 15 state-of-the-art models and demonstrate, for the first time, that supervised fine-tuning significantly enhances their small object understanding capabilities. Experimental results reveal a widespread deficiency in small object perception among existing models, while fine-tuning with SOU-Train effectively boosts the performance of the latest multimodal large language models on such tasks.
📝 Abstract
Multimodal Large Language Models (MLLMs) have shown promising potential in diverse understanding tasks, e.g., image and video analysis, math and physics olympiads. However, they remain blank and unexplored for Small Object Understanding (SOU) tasks. To fill this gap, we introduce SOUBench, the first and comprehensive benchmark for exploring the small objects understanding capability of existing MLLMs. Specifically, we first design an effective and automatic visual question-answer generation strategy, constructing a new SOU-VQA evaluation dataset, with 18,204 VQA pairs, six relevant sub-tasks, and three dominant scenarios (i.e., Driving, Aerial, and Underwater). Then, we conduct a comprehensive evaluation on 15 state-of-the-art MLLMs and reveal their weak capabilities in small object understanding. Furthermore, we develop SOU-Train, a multimodal training dataset with 11,226 VQA pairs, to improve the SOU capabilities of MLLMs. Through supervising fine-tuning of the latest MLLM, we demonstrate that SOU-Train can effectively enhance the latest MLLM's ability to understand small objects. Comprehensive experimental results demonstrate that, the proposed SOUBench, along with the SOU-VQA and SOU-Train datasets, provides a crucial empirical foundation to the community for further developing models with enhanced small object understanding capabilities. Datasets and Code: https://github.com/Hanfj-X/SOU.