← Latest papers
💻 computer science

VGS-Decoding: Visual Grounding Score Guided Decoding for Hallucination Mitigation in Medical VLMs

This paper proposes VGS-Decoding, a training-free inference method that mitigates hallucinations in medical Vision-Language Models by adaptively reweighting token probabilities based on a Visual Grounding Score derived from comparing original and distorted image distributions, achieving significant performance gains with minimal computational overhead.

Original authors: Govinda Kolli, Adinath Madhavrao Dukre, Behzad Bozorgtabar, Dwarikanath Mahapatra, Imran Razzak

Published 2026-03-24
📖 4 min read☕ Coffee break read

Original authors: Govinda Kolli, Adinath Madhavrao Dukre, Behzad Bozorgtabar, Dwarikanath Mahapatra, Imran Razzak

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 hiring a very smart, well-read doctor to look at an X-ray and tell you what's wrong. This doctor has read millions of medical textbooks and knows the "standard stories" of what diseases usually look like.

The problem is, this doctor sometimes gets too confident in their memory and ignores what they are actually seeing on the screen. They might say, "This looks like a broken rib," even if the X-ray shows a healthy bone, simply because broken ribs are a common story in their training data. In the medical world, this is called hallucination, and it's dangerous because it could lead to the wrong treatment.

The paper you shared proposes a clever, free trick to fix this without needing to retrain the doctor. They call it VGS-Decoding. Here is how it works, using some simple analogies:

1. The Core Problem: The "Daydreaming" Doctor

When a standard AI looks at an X-ray, it often relies on language priors.

  • The Analogy: Imagine the doctor is taking a test. Instead of looking at the picture, they close their eyes and guess the answer based on what usually happens. If the question is "What organ is here?", they might just guess "Heart" because it's the most common answer, even if the picture is actually of a lung.

2. The Solution: The "Blurry Vision" Test

The authors realized that real observations depend on the image, while fake (hallucinated) observations depend on the doctor's memory.

To test this, they use a simple trick:

  1. The Clear Image: They show the doctor the original, sharp X-ray.
  2. The Blurry Image: They show the doctor a slightly "noisy" or distorted version of the same X-ray (like looking at it through a foggy window or adding static to a TV screen).

Here is the magic insight:

  • If the doctor is looking at the real image: When you blur the image, the doctor gets confused. Their confidence in the correct answer (e.g., "Lung") drops because the visual evidence is gone.
  • If the doctor is daydreaming (hallucinating): When you blur the image, their confidence in the wrong answer (e.g., "Broken Rib") stays the same or even goes up. Why? Because they aren't looking at the picture anyway; they are just reciting a memorized fact.

3. The "Visual Grounding Score" (The Truth Detector)

The researchers created a score called the Visual Grounding Score (VGS). Think of this as a "Truth Meter" for every single word the AI is about to say.

  • High Score (Green Light): The word's probability dropped when the image got blurry. This means the word is visually grounded. The AI is actually looking at the picture. Action: Let this word through!
  • Low/Negative Score (Red Light): The word's probability stayed high or increased when the image got blurry. This means the word is hallucinated. The AI is ignoring the picture. Action: Block this word!

4. The Fix: Reweighting the Answers

Instead of just letting the AI pick the most likely word (which might be a hallucination), VGS-Decoding acts like a smart editor.

  • It takes the AI's list of possible next words.
  • It boosts the words that passed the "Truth Meter" (the ones that changed when the image got blurry).
  • It suppresses the words that failed the test (the ones that didn't care about the image).

Why is this special?

  • No Retraining: You don't need to teach the AI a new way to think. You just change how it picks its answers during the conversation.
  • Adaptive: It doesn't use a "one-size-fits-all" rule. It checks every single word individually. Some words (like "the" or "is") don't need to be checked because they aren't medical facts, but the important words get a strict audit.
  • Fast: It only takes about twice as long as a normal answer, which is very fast for a computer.

The Result

When they tested this on real medical datasets (like chest X-rays), the AI became much more accurate. It stopped making up facts and started sticking to what it actually saw. In some cases, it improved the accuracy by nearly 9%, which is a huge deal in medicine.

In short: They taught the AI to double-check its work by asking, "Does this answer still make sense if I can't see the picture clearly?" If the answer is "Yes," it's probably a hallucination. If the answer is "No," it's a real observation.

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 →