← Latest papers
💻 computer science

iVGR: Internalizing Visually Grounded Reasoning for MLLMs with Reinforcement Learning

This paper introduces iVGR, a reinforcement learning framework that internalizes visual localization capabilities into textual reasoning via a dual-stream training strategy, enabling multimodal large language models to achieve superior fine-grained perception without the performance degradation caused by mandatory explicit visual grounding during inference.

Original authors: Chang-Bin Zhang, Yujie Zhong, Qiang Zhang, Kai Han

Published 2026-06-01
📖 4 min read☕ Coffee break read

Original authors: Chang-Bin Zhang, Yujie Zhong, Qiang Zhang, Kai Han

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: The "Over-Explainer" Trap

Imagine you have a brilliant detective (the AI) who is very good at solving mysteries (answering questions about images). However, to prove they are looking at the right clue, they feel forced to constantly point at the picture with a laser pointer and say, "I am looking at the red car at coordinates [100, 200]!" before they can give you the answer.

The researchers found something surprising: This constant pointing actually slows the detective down and makes them make more mistakes.

When the AI is forced to draw boxes or point to specific spots in its thinking process (called "Visually Grounded CoT"), it gets distracted. It spends so much mental energy trying to get the coordinates perfect that it forgets to actually solve the puzzle. If the AI points to the wrong spot, the whole answer goes wrong.

The Solution: "Internalizing" the Skill

The paper proposes a new method called iVGR. Instead of forcing the AI to point out loud, they teach the AI to look silently while it thinks.

Think of it like teaching a student to read a map:

  • Old Way: The student must draw a line on the map with a marker every time they think about a location. If the line is crooked, the teacher marks it wrong, even if the student knew the right answer.
  • iVGR Way: The student is allowed to look at the map in their mind. They don't have to draw the line. But, they are still tested on whether they actually looked at the right spot.

How It Works: The "Dual-Stream" Training Gym

To teach the AI this silent skill, the researchers built a special training gym with two parallel tracks (streams) running side-by-side:

  1. The "Pointing" Track (Grounded Stream): Here, the AI is forced to draw boxes and point at objects, just like the old way. It gets a reward if the boxes are accurate and the answer is right.
  2. The "Silent" Track (Textual Stream): Here, the AI is not allowed to draw boxes. It just has to think and answer in words.

The Magic Trick (The Consistency Reward):
This is the core innovation. The system acts like a strict coach.

  • It takes the best, most accurate "Pointing" answer from the first track.
  • It compares it to the "Silent" answer from the second track.
  • If the Silent AI is thinking about the same visual details as the Pointing AI (even without drawing the box), it gets a huge reward.
  • If the Silent AI is hallucinating or looking at the wrong thing, it gets a penalty.

Over time, the "Silent" AI learns to internalize the ability to focus on the right parts of the image. It learns to "see" the object clearly in its mind without needing to scream out the coordinates.

The Result: A Smarter, Faster Detective

The paper tested this on various difficult visual puzzles (like finding tiny details in high-resolution photos or counting objects).

  • Better Accuracy: The AI trained with iVGR got significantly better scores than AI models that were forced to draw boxes or AI models that just guessed without any visual focus.
  • Flexibility: Even though the AI learned to think silently, it didn't lose the ability to point if you really needed it to. The researchers showed that if you give the AI a "tool" to crop the image at test time, it can use its internal knowledge to pick the perfect spot to crop, boosting its performance even further.

Summary Analogy

Imagine a chef who needs to chop vegetables.

  • The Old Way: The chef must hold a laser pointer and say, "I am chopping the carrot at position X" before every single cut. If the laser wobbles, the kitchen gets confused, and the dish is ruined.
  • The iVGR Way: The chef practices chopping while holding the laser (to learn the skill), but then puts the laser away. They learn to feel exactly where the carrot is with their hands (internalized vision). They chop faster, more accurately, and the food tastes better, all without the distraction of the laser pointer.

In short: iVGR teaches AI to "see" deeply without needing to "point" constantly, resulting in smarter and more reliable answers.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →