← Latest papers
💻 computer science

Faithful Grounded Visual Reasoning via Learned Proxy-Tokens

The paper introduces Composer, a Multimodal Large Language Model that replaces traditional textual coordinates with learned proxy-tokens to bridge the semantic-spatial gap in visual grounding, thereby achieving significantly improved grounding accuracy while maintaining competitive answer performance.

Original authors: Tom Hodemon, Mohamed Chaouch, Aboubacar Tuo, Angelique Loesch

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

Original authors: Tom Hodemon, Mohamed Chaouch, Aboubacar Tuo, Angelique Loesch

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

Imagine you are asking a very smart, but slightly mysterious, robot to look at a photo and answer a question about it. For example: "Is the blue backpack on the right?"

Current "smart" robots (called Multimodal Large Language Models) are great at giving the right answer, but they work like a black box. You ask a question, and they spit out an answer. You have no idea how they found that answer. Did they actually look at the backpack? Or did they just guess based on the word "backpack" appearing often in their training data?

The Problem: The "Fake Map"

To make these robots more honest, researchers tried teaching them to point to where they are looking. Usually, they do this by asking the robot to write down coordinates, like a text string saying "x=100, y=200."

The paper argues this is like asking a human to navigate a city by reading a list of random numbers instead of looking at a map. The robot treats these numbers as just another word in a sentence. Because there is no real connection between the number "100" and the actual pixels of the image, the robot often hallucinates. It might say, "I see the backpack at coordinates 100, 200," even if there is no backpack there. It's lying about where it is looking, even if the final answer happens to be right.

The Solution: "Composer" and the Magic Index Cards

The authors introduce a new model called Composer. Instead of using random numbers as coordinates, Composer uses Learned Proxy-Tokens.

Think of the image as a giant library of tiny picture fragments (pixels).

  • Old Way: The robot tries to describe a location by shouting a random number. It's like trying to find a book in a library by guessing a random page number.
  • Composer's Way: The robot is given a set of Magic Index Cards. Each card has a unique name (a "token") that is permanently glued to a specific part of the image.

When the robot needs to talk about the backpack, it doesn't guess numbers. It simply picks up the specific "Index Card" that covers the backpack. It's like the robot has a direct, physical handle on the image. It can say, "I am looking at Card #42," and because Card #42 is physically linked to the backpack in the robot's memory, it cannot lie about what it sees.

How It Works: Building a Chain of Evidence

The robot doesn't just jump to the answer. It builds a step-by-step story, like a detective solving a case:

  1. Find the object: "I'm looking at the backpack (Card #42)."
  2. Check the location: "Is Card #42 on the right side of the room? Yes."
  3. Check the color: "Is Card #42 blue? Yes."
  4. Conclusion: "Yes, the blue backpack is on the right."

Because the robot uses these "Index Cards" (tokens) instead of random numbers, the steps in its story are tightly connected to the actual image. If the backpack isn't blue, the robot can't just guess "blue" and hope for the best; the "Card" it is holding tells the truth.

The New Test: "ComposerGCoT"

The researchers realized that just checking if the final answer was right wasn't enough. A robot could get the right answer for the wrong reasons (like a student guessing the right answer on a math test without showing work).

So, they built a special test dataset called ComposerGCoT. This test doesn't just ask, "Did you get the answer right?" It checks:

  1. Did you follow the right steps? (Reasoning Consistency)
  2. Did you actually look at the right part of the picture? (Grounding Accuracy)

The Results

When they tested Composer against the old "coordinate" models:

  • Accuracy: Composer got the final answers right just as often as the old models.
  • Honesty: Composer was 9% better at actually pointing to the correct spot in the image.

The Big Takeaway

The paper concludes that by giving the robot "addressable" handles (proxy-tokens) to grab onto parts of the image, we can stop it from making up fake locations. This makes the robot's reasoning faithful—meaning its explanation matches what it actually sees. This is a big step toward building AI that we can trust to tell us not just what it thinks, but why it thinks it, based on real evidence.

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 →