Downscaling Intelligence: Exploring Perception and Reasoning Bottlenecks in Small Multimodal Models
Mark Endo, Serena Yeung-Levy
TL;DR
The study systematically analyzes how downscaling LLMs impacts multimodal performance, revealing a pronounced drop in visually driven tasks and identifying perception as a critical bottleneck alongside reasoning. It introduces a decoupled perception–reasoning framework and the Extract+Think pipeline, combining Visual Extraction Tuning with step-by-step reasoning over extracted visuals to achieve high efficiency. The approach delivers strong performance with substantially smaller perception and reasoning modules and far fewer visual training samples, outperforming several baselines and setting a new standard for small-scale multimodal intelligence. This work provides both mechanistic insight into downscaling effects and practical methods to build compact, capable vision-language systems suitable for on-device or resource-constrained deployment.
Abstract
Scaling up multimodal models has enabled remarkable advances in visual understanding and reasoning, but practical demands call for smaller, efficient systems. In this work, we conduct a principled analysis of downscaling intelligence in multimodal models, examining how reduced large language model (LLM) capacity affects multimodal capabilities. Our initial findings reveal an interesting trend: LLM downscaling disproportionately affects visual capabilities, rather than abilities inherited from the LLM. We then examine whether this drop mainly reflects the expected decline in visual reasoning or a more fundamental loss of perceptual abilities. Isolating the effect of LLM downscaling on perception, we find performance still drops sharply, often matching or exceeding the impact on reasoning. To address this bottleneck, we introduce visual extraction tuning, which explicitly trains the model to extract instruction-relevant visual details consistently across tasks. With these extracted visual details, we then apply step-by-step reasoning to generate answers. Together, these components form our Extract+Think approach, setting a new standard for efficiency and performance in this space.
