ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
116
Citations
21
Influential Citations
Neural Information Processing Systems
Venue
2025
Year
Recent studies have demonstrated the efficacy of using Reinforcement Learning (RL) in building reasoning models that articulate chains of thoughts prior to producing final answers. However, despite ongoing advances that aim at enabling reasoning for vision-language tasks, existing open-source visual reasoning models typically generate reasoning content with pure natural language, lacking explicit integration of visual information. This limits their ability to produce clearly articulated and visually grounded reasoning chains. To this end, we propose Grounded Reasoning with Images and Texts (GRIT), a novel method for training MLLMs to think with images. GRIT introduces a grounded reasoning paradigm, in which models generate reasoning chains that interleave natural language and explicit bounding box coordinates. These coordinates point to regions of the input image that the model consults during its reasoning process. Additionally, GRIT is equipped with a reinforcement learning approach, GRPO-GR, built upon the GRPO algorithm. GRPO-GR employs robust rewards focused on the final answer accuracy and format of the grounded reasoning output, which eliminates the need for data with reasoning chain annotations or explicit bounding box labels. As a result, GRIT achieves exceptional data efficiency, requiring as few as 20 image-question-answer triplets from existing datasets. Comprehensive evaluations demonstrate that GRIT effectively trains MLLMs to produce coherent and visually grounded reasoning chains, showing a successful unification of reasoning and grounding abilities.
This paper addresses a critical gap in multimodal large language models (MLLMs): the lack of explicit visual grounding in their reasoning chains. While recent advances in reinforcement learning (RL) have enabled models to generate chain-of-thought reasoning, existing open-source visual reasoning models typically reason in pure text, ignoring the visual context that is essential for tasks like visual question answering. GRIT introduces a grounded reasoning paradigm where models interleave natural language with bounding box coordinates, making the reasoning process transparent and visually anchored. This is a significant step toward more interpretable and reliable multimodal AI.
The data efficiency claim is particularly striking. Requiring as few as 20 image-question-answer triplets to train effective grounded reasoning is a paradigm shift from the typical large-scale supervised fine-tuning approaches. This opens up possibilities for rapid adaptation to new domains with minimal annotated data, which is crucial for real-world applications where data is scarce or expensive to obtain.
The paper reports that GRIT effectively trains MLLMs to produce coherent and visually grounded reasoning chains. While specific quantitative metrics are not provided in the abstract, the claim of successful unification of reasoning and grounding is supported by comprehensive evaluations. The data efficiency result—requiring only 20 triplets—is a standout achievement, suggesting that the method can achieve strong performance with minimal data. However, the lack of concrete numbers (e.g., accuracy comparisons with baselines) makes it difficult to assess the magnitude of improvement over existing methods.
GRIT has the potential to influence how MLLMs are trained for vision-language tasks, shifting from annotation-heavy supervised learning to RL-based approaches that leverage robust rewards. The ability to generate grounded reasoning chains could improve interpretability and trust in AI systems, especially in applications like medical imaging, autonomous driving, and assistive technologies. Moreover, the data efficiency could democratize access to advanced multimodal reasoning, enabling smaller teams and organizations to build specialized models without massive datasets. Future work may extend GRIT to other modalities (e.g., audio, video) and explore more complex grounding formats beyond bounding boxes.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba