Exploring Perceptual Limitation of Multimodal Large Language Models
Jiarui Zhang, Jinyi Hu, Mahyar Khayatkhoei, Filip Ilievski, Maosong Sun
TL;DR
This work investigates why state-of-the-art multimodal large language models struggle to perceive small objects in visual inputs. It conducts a large-scale, controlled study across seven MLLMs on GQA and TextVQA, isolating four factors—object quality, size, distractors, and position—that affect perception of small objects. The results reveal universal size-related degradation and model-specific sensitivities to quality, distractors, and location, along with notable positional biases due to training data and patch-based processing. The authors propose a new evaluation protocol for perceptual robustness and release code and data to facilitate future improvements in reliable multimodal perception.
Abstract
Multimodal Large Language Models (MLLMs) have recently shown remarkable perceptual capability in answering visual questions, however, little is known about the limits of their perception. In particular, while prior works have provided anecdotal evidence of MLLMs' sensitivity to object size, this phenomenon and its underlying causes have not been explored comprehensively. In this work, we quantitatively study the perception of small visual objects in several state-of-the-art MLLMs and reveal a pervasive limitation in answering questions about small objects in images. Next, we identify four independent factors that can contribute to this limitation -- object quality, size, distractors, and location -- and conduct controlled intervention studies to measure the effect of each factor on MLLMs' perception. In particular, we find that lower object quality and smaller object size can both independently reduce MLLMs' ability to answer visual questions. More surprisingly, we find that the location of the object in the image and the presence of visual distractors can also significantly reduce MLLMs' question answering accuracy. Our study provides a better understanding of the perceptual limitation of MLLMs and contributes new evaluation protocols for analyzing the perception of future MLLMs. To facilitate further investigations, we release our code and data.
