← Latest papers
💻 computer science

Chain-of-Caption: Training-free improvement of multimodal large language model on referring expression comprehension

This paper proposes Chain-of-Caption, a training-free framework that significantly enhances the referring expression comprehension performance of multimodal large language models by strategically combining multiple textual and visual contexts through tool use, achieving accuracy gains of 5% to 30% across various benchmarks without fine-tuning.

Original authors: Yik Lung Pang, Changjae Oh

Published 2026-02-10
📖 4 min read☕ Coffee break read

Original authors: Yik Lung Pang, Changjae Oh

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 playing a game of "Where's Waldo?" with a very smart but slightly scatterbrained robot friend. You show the robot a busy picture and say, "Find the man in the blue shirt with sunglasses."

The robot looks at the picture and points to a spot. Sometimes, it's right. But often, it might point to a man in a white shirt, or it might point to the right man but draw a box around him that's way too big, including half the sky and a nearby tree.

This paper is about teaching that robot how to be a better detective without making it study for years or re-learn everything from scratch. The authors call their new method "Chain-of-Caption."

Here is how it works, broken down into simple steps:

1. The Problem: The Robot Gets Distracted

Current "Multimodal Large Language Models" (MLLMs) are like super-smart librarians who can read and see. They are great at finding things, but when the picture is crowded or the target is hidden in the background, they get confused. They might guess the right general area but fail to pinpoint the exact edges of the object.

2. The Solution: Giving the Robot a "Cheat Sheet"

The authors realized that if they give the robot a little extra help before it tries to find the target, it does much better. They call this extra help "Context."

They tested two types of cheat sheets:

  • The Text List (Grounded Description): Instead of just saying "Find the man," the robot first makes a list of everything it sees in the picture, like a grocery list, but with coordinates.
    • Example: "1. Man in green shirt [location], 2. Elephant [location], 3. Orange truck [location]."
    • By having this list, the robot can cross-reference your request ("Man in blue shirt") against its own list to see which item matches best.
  • The Zoom Lens (Cropping): If the robot guesses a location, the authors let the robot "zoom in" on that spot. It's like taking a photo of just that area and showing it to the robot again. This helps the robot focus only on the relevant part of the image, ignoring the distracting background.

3. The "Chain-of-Caption" Loop: The Detective's Checklist

The real magic happens when they combine these tools into a loop, like a detective checking their work:

  1. Step 1: The robot makes a list of everything in the image (the Grounded Description).
  2. Step 2: Using that list, it tries to find the target and draws a box around it.
  3. Step 3 (The Check): The robot asks itself a simple Yes/No question: "Is the thing inside this box actually the man in the blue shirt?"
    • If Yes: Great! It keeps the answer.
    • If No: The robot doesn't give up. It takes a picture of the wrong box it just drew, writes a caption describing what it actually saw (e.g., "This is a man in a white shirt"), and adds that note to its original list.
  4. Step 4: The robot tries again with this new, more detailed list. It's like saying, "Okay, I know the man in the white shirt is not the target, so I'll look for the blue shirt again."

4. The Results: No New Training Needed

The best part of this paper is that they didn't have to retrain the robot or feed it thousands of new books. They just changed how they asked the questions.

  • The Analogy: Think of it like giving a student a better study guide right before a test, rather than making them go back to elementary school to learn the alphabet again.
  • The Outcome: When they tested this on standard picture puzzles (datasets like RefCOCO), the robot got significantly better at finding the exact edges of the object.
    • In simple terms, if the robot used to get the answer "mostly right" (70% accuracy), this method pushed it to "perfectly right" (over 90% accuracy in some cases).
    • It was especially good at finding objects that were hard to see or when there were many similar objects in the picture.

Summary

The paper introduces a "training-free" trick called Chain-of-Caption. It turns a smart AI into a self-correcting detective by:

  1. Making it list everything it sees first.
  2. Letting it zoom in on its guesses.
  3. Having it check its own work and write down what went wrong if it guessed incorrectly, then trying again.

This simple chain of thinking allows the AI to find objects in pictures much more precisely, without needing any expensive or time-consuming retraining.

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 →