← Latest papers
💬 NLP

Towards Mitigating Hallucinations in Large Vision-Language Models by Refining Textual Embeddings

This paper proposes a method to mitigate hallucinations in Large Vision-Language Models by refining textual embeddings to reduce over-reliance on language priors and promote a more balanced integration of visual cues, achieving significant performance improvements across multiple hallucination benchmarks.

Original authors: Aakriti Agrawal, Gouthaman KV, Rohith Aralikatti, Gauri Jagatap, Jiaxin Yuan, Sarvesh Baskar, Vijay Kamarshi, Andrea Fanelli, Furong Huang

Published 2026-06-09
📖 5 min read🧠 Deep dive

Original authors: Aakriti Agrawal, Gouthaman KV, Rohith Aralikatti, Gauri Jagatap, Jiaxin Yuan, Sarvesh Baskar, Vijay Kamarshi, Andrea Fanelli, Furong Huang

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 Storyteller"

Imagine you have a brilliant storyteller (the Large Language Model, or LLM) who has read every book in the library but has never seen a real photo. You show this storyteller a picture of an empty kitchen counter and ask, "What do you see?"

Because the storyteller is so used to reading stories about kitchens, they immediately start guessing. They might say, "I see a steaming cup of coffee and a bowl of fruit," even though the counter is completely empty. They are relying on their memory of words rather than looking at the picture.

In the world of AI, this is called hallucination. The model is fluent and sounds smart, but it is making things up because it trusts its text training more than the visual evidence.

The Current Setup: The "Two-Track Train"

Most current AI models that look at pictures (called LVLMs) work like a train with two separate tracks that merge at the very end:

  1. Track A (Text): The storyteller's words.
  2. Track B (Vision): The picture's data.

The problem is that the train engine (the AI) was built to run on Track A (text). When the two tracks merge, the engine naturally prefers the smooth, familiar Track A. It ignores the bumps and details on Track B (the picture). It treats the picture as a secondary suggestion rather than the main fact.

The Solution: "VisAlign" – The "Painted Map"

The researchers propose a new method called VisAlign. Instead of just merging the tracks at the end, they decide to paint the picture directly onto the words before the story even begins.

Here is how they do it:

  1. The Global Snapshot: First, the AI takes a quick, average look at the whole picture (like squinting at a painting to get the general vibe).
  2. The Injection: They take this "vibe" and mix it directly into the DNA of every single word the AI is about to say.
  3. The Result: Now, when the AI thinks about the word "cup," that word isn't just a text definition anymore; it carries the "texture" of the actual image it's looking at.

The Analogy:
Imagine you are giving directions to a friend.

  • Old Way: You say, "Turn left at the bakery," but you are looking at a map of a city that doesn't have a bakery there. You are just reciting a script.
  • VisAlign Way: You are holding the map in your hand, and every time you say "bakery," you are physically pointing to the spot on the map. The word and the image are fused together. You can't say "bakery" without seeing the map.

What Happens When They Fix It?

The researchers tested this on a model called Video-LLaVA (which watches videos and answers questions). They looked at how the AI's "attention" (where it focuses its brainpower) changed.

  • Before VisAlign: The AI focused heavily on the start and end of the sentence (the text) and barely glanced at the middle part where the picture data lived. It was like a student reading a test question but ignoring the diagram.
  • After VisAlign: The AI started paying attention to the picture data throughout the whole sentence. The "attention" became balanced. It stopped guessing based on what usually happens and started looking at what is actually happening.

The Results: Fewer Made-Up Facts

The team tested the new method on several "Hallucination Benchmarks" (tests designed to trick AI into lying). The results were clear:

  • Better Accuracy: The model got significantly better at spotting things that weren't there (like a non-existent dog) and describing things that were there.
  • Specific Gains:
    • On a test called MMVP-MLLM, accuracy jumped by 9.33%.
    • On POPE (a test for object hallucinations), accuracy went up by nearly 3%.
    • On Merlin (a test for checking if objects exist), it improved by up to 3.4%.
  • Generalization: They tried this trick on other AI models (like LLaVA 1.5 and Open-Qwen2VL), and it worked there too. It's a universal fix for the "text-over-vision" problem.

The Trade-Off: A Tiny Price to Pay

The paper notes one small limitation. Because the AI is now forced to rely more on the picture and less on its memory of the world, it might get slightly worse at questions that only require general knowledge (like "Who is a famous actor?"). However, for tasks that require looking at an image, the improvement is massive.

Summary

The paper argues that AI models hallucinate because they are "text-heavy" and "vision-light." By mixing the visual information directly into the text words before the AI starts thinking, they force the model to look at the picture. This simple tweak acts like a grounding wire, stopping the AI from floating off into imaginary stories and keeping it anchored in visual reality.

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 →