← Latest papers
🤖 machine learning

Online Self-Calibration Against Hallucination in Vision-Language Models

The paper proposes OSCAR, an online self-calibration framework that leverages a generative-discriminative gap in Large Vision-Language Models to construct preference data via Monte-Carlo Tree Search and Direct Preference Optimization, thereby effectively mitigating hallucinations without relying on external supervision.

Original authors: Minghui Chen, Chenxu Yang, Hengjie Zhu, Dayan Wu, Zheng Lin, Qingyi Si

Published 2026-05-04
📖 4 min read☕ Coffee break read

Original authors: Minghui Chen, Chenxu Yang, Hengjie Zhu, Dayan Wu, Zheng Lin, Qingyi Si

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 "Overly Confident" Artist

Imagine a talented artist (the AI model) who is very good at describing what they see in a photo. However, they have a bad habit: when they cannot quite make out a detail, they do not say, "I am not sure." Instead, they guess based on what usually happens in similar images.

If you show them a picture of a living room, they might confidently say, "There is a blue wall and a mirror above the fireplace," even if the wall is actually white and there is no mirror. They hallucinate – they invent facts that do not exist.

The Old Way: The "Overbearing Teacher" Mistake

Previously, researchers tried to fix this by hiring a "Super-Teacher" (a much smarter AI like GPT) to write perfect descriptions. They then forced the student-artist to copy these perfect descriptions.

The Paper's Discovery: This failed.
Imagine a student trying to learn advanced calculus from a professor who is a math genius. The professor sees tiny, complex details that the student's brain cannot yet process. If the student tries to copy the professor's notes, they cannot actually see the mathematics; they only memorize the words.

  • The Result: The student stops looking at the image and starts guessing based on memorized words. They hallucinate more because they try to describe things their eyes actually cannot see. The paper calls this the Monitoring-Perception Discrepancy.

The Solution: The "Self-Checking" Detective

The authors realized that while the artist is bad at creating a story from scratch (Generation), they are actually quite good at checking whether a specific detail is true (Discrimination).

  • Generation: "Describe this room." -> The artist guesses that a mirror exists.
  • Discrimination: "Is there a mirror in this room?" -> The artist looks closely and says, "No, there isn't."

The paper calls this the Generative-Discriminative Gap. The model is a better detective than a storyteller.

The New Method: OSCAR (The "Tree Climber")

To solve the problem without needing a Super-Teacher, the authors developed a system called OSCAR. It works like a climber scaling a tree to find the best path uphill.

  1. Tree Search (MCTS): Instead of writing a sentence and moving on, the AI imagines writing many different versions of the description. It branches out like a tree, creating various paths of sentences.
  2. The Two-Step Reward System:
    • Step 1 (Node Check): As the AI writes each sentence, it acts like a detective. It asks itself: "Did I just mention an object that is not in the image?" If the answer is "Yes, I made that up," that path receives a low score.
    • Step 2 (The Final Gate): Once a complete description is written, the AI checks the whole thing. If the description contains any made-up object, the entire path receives a score of Zero. It is like a "fail-safe" gate: if you lied once, you get no prize.
  3. Climbing the Tree: The AI uses these scores to climb back up the tree. It recognizes which paths led to "hallucination-free" descriptions and learns to choose those paths next time.

The Result: Learning by Doing

Instead of being forced to copy the answers of a genius teacher, the AI learns through iteration:

  1. It tries to describe an image.
  2. It uses its own "detective skills" to find its own mistakes.
  3. It learns from these mistakes to be better next time.

The Result:

  • Less Guessing: The AI no longer invents objects (like the wrong mirror or the blue wall).
  • Better Accuracy: It becomes much better at answering "Yes/No" questions about the image.
  • Still Creative: It does not become boring; it continues to write fluid, rich descriptions, but these are now grounded in what it actually sees.

Summary

The paper argues that to prevent the AI from lying about what it sees, we should not force it to copy answers it cannot understand. Instead, we should allow it to use its own "detective skills" to check its own work, explore different possibilities, and learn in a cycle from its own mistakes. This makes the AI more honest and reliable without requiring an overly intelligent human (or AI) to monitor every step.

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 →