🤖 AI Summary
This study addresses the confounding of numerical and visual factors in existing counting benchmarks for Vision-Language Models (VLMs) by constructing a cognitively inspired diagnostic benchmark that enables decoupled evaluation through orthogonal manipulation of visual variables. Employing synthetic data generation, zero-shot testing, and hierarchical probing, the research reveals that model architecture accounts for 32.5% of performance variance, with disparities primarily attributable to the language model component. Furthermore, it demonstrates that early vision encoders already exhibit linearly separable representations of numerosity signals. By elucidating the intrinsic mechanisms and bottlenecks underlying VLM number perception, this work provides a theoretical foundation for enhancing numerical reasoning capabilities in multimodal systems.
📝 Abstract
Vision-language models (VLMs) achieve strong performance on high-level multimodal tasks, yet numerosity perception, a cognitive ability that emerges in human infants before language acquisition, remains poorly understood in current models, as existing counting benchmarks entangle numerosity with correlated visual factors. We introduce a cognitively inspired diagnostic benchmark, NumerosityVLM, comprising 10,800 synthetic images across six controlled conditions. The benchmark orthogonally manipulates object size, spatial arrangement, and numerosity, while progressively ablating texture, shape, and color. Evaluating seven VLMs in a zero-shot setting, multi-factor analysis reveals that model architecture explains the largest proportion of performance variance (partial $ω^{2}=0.325$), far exceeding visual conditions. Layer-wise probing further shows that linearly separable numerosity signals consistently emerge at early stages of the vision encoder, while performance differences across evaluated models are primarily associated with the language model component. Code and data are publicly available at https://github.com/fuy3/NumerosityVLM-Benchmark, and https://huggingface.co/datasets/fuy3/NumerosityVLM.