← Latest papers
💻 computer science

CAST: Mitigating Object Hallucination in Large Vision-Language Models via Caption-Guided Visual Attention Steering

The paper proposes CAST, a training-free and plug-and-play method that mitigates object hallucination in Large Vision-Language Models by leveraging caption-guided attention patterns to steer visual perception without significantly increasing inference costs.

Original authors: Qiming Li, Zekai Ye, Xiaocheng Feng, Weihong Zhong, Libo Qin, Ruihan Chen, Lei Huang, Baohang Li, Kui Jiang, Yaowei Wang, Ting Liu, Bing Qin

Published 2026-05-07
📖 5 min read🧠 Deep dive

Original authors: Qiming Li, Zekai Ye, Xiaocheng Feng, Weihong Zhong, Libo Qin, Ruihan Chen, Lei Huang, Baohang Li, Kui Jiang, Yaowei Wang, Ting Liu, Bing Qin

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 Problem: The "Over-Confident Artist"

Imagine a large Vision-Language Model (LVLM) as a very talented artist who has seen millions of pictures and read millions of books. This artist is great at describing what they see. However, they have a bad habit: they sometimes "hallucinate."

If you show them a picture of a motorcycle, they might confidently say, "I see a motorcycle and a helmet," even though there is no helmet in the picture. They are so used to seeing helmets with motorcycles in their training data that they just assume the helmet is there. They are prioritizing their memory over what is actually in front of their eyes.

The Discovery: The "Caption Switch"

The researchers noticed something fascinating about how this artist thinks. They found that the artist behaves differently depending on how you ask them a question:

  1. The "Caption" Mode: If you ask, "Please describe this image in detail," the artist becomes hyper-focused on the actual pixels of the image. They look closely at every part of the picture.
  2. The "Question" Mode: If you ask a specific question like, "Is there a helmet in the image?" the artist gets distracted. They rely more on their memory and assumptions, leading to those fake "hallucinations."

The Analogy: Think of the artist as a detective.

  • When you ask them to "write a full report" (Caption Query), they meticulously examine every clue on the crime scene photo.
  • When you ask them a "Yes/No question" (Non-Caption Query), they get impatient, skip the photo, and guess the answer based on what they think usually happens.

The Solution: CAST (The "Attention Steering Wheel")

The researchers created a method called CAST (Caption-guided Visual Attention Steering). They didn't want to retrain the artist (which would take years and cost a fortune). Instead, they wanted to give the artist a "steering wheel" to fix their focus while they are answering questions.

Here is how CAST works in three simple steps:

1. Finding the "Focus Heads" (Probing)

Inside the AI model, there are thousands of tiny "attention heads" (think of them as different little workers in a factory). The researchers used a test to find out which specific workers light up when the artist is in "Caption Mode" (looking closely at the image) versus "Question Mode" (guessing).

  • The Metaphor: They identified the specific workers who are the "Detail-Oriented Inspectors." These are the ones who actually look at the photo rather than guessing.

2. Calculating the "Correction Vector" (Estimation)

The researchers measured exactly how much these "Detail-Oriented Inspectors" change their behavior when switching from a guess to a detailed description. They calculated a "shift vector"—a mathematical direction that represents "looking more closely at the image."

  • The Metaphor: It's like measuring the difference between a lazy guess and a careful inspection. They created a "map" showing exactly how to nudge the artist's brain toward careful inspection.

3. Steering the Attention (Inference-Time Intervention)

Now, when the artist is asked a tricky question (like "Is there a helmet?"), CAST gently pushes the "Detail-Oriented Inspectors" to act like they are in "Caption Mode." It forces them to look at the image pixels again before answering.

  • The Metaphor: Imagine the artist is about to guess "Yes, there's a helmet." Just before they speak, CAST gives them a gentle tap on the shoulder and says, "Wait! Look at the photo again, just like you would if you were writing a full description." The artist looks, sees there is no helmet, and corrects their answer to "No."

Why This is Special

  • No Retraining Needed: Usually, to fix a bad habit, you have to send the artist back to school for months (retraining). CAST is like giving them a quick reminder note. It works immediately without changing the model's brain.
  • Fast and Cheap: Other methods try to force the model to think twice by running the question through the system multiple times, which is slow. CAST just tweaks the internal focus, so it adds almost no delay.
  • Works Everywhere: The researchers tested this on five different types of AI models and five different tests. In every case, the models made fewer mistakes about objects that weren't there.

The Results

By using this "steering" technique, the models reduced their object hallucinations (making things up) by an average of 6%. More importantly, they didn't lose their ability to answer other questions correctly; they just became more honest about what they actually saw in the picture.

In short: CAST teaches the AI to stop guessing and start looking, by borrowing the "careful looking" habits it already has when asked to describe an image, and applying them to every question it 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 →