← Latest papers
💻 computer science

MLLMs Hallucinate when Information Distribution Drifts in Synergy Heads

The paper proposes HEAL, a novel framework that identifies and mitigates hallucinations in Multimodal Large Language Models by analyzing information distribution drifts in synergy heads and applying dynamic calibration to steer outputs toward factual evidence.

Original authors: Meng'en Qin, Junye Chen, Jucheng Liu, Youlu Xing, Song Wang, Ruize Han

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

Original authors: Meng'en Qin, Junye Chen, Jucheng Liu, Youlu Xing, Song Wang, Ruize Han

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

Multimodal large language models are a powerful new class of artificial intelligence designed to see and speak at the same time. Unlike traditional systems that process text or images in isolation, these models can look at a photograph and describe it, answer questions about it, or tell a story based on what they see. They work by weaving together two distinct streams of information: the visual data from the image and the linguistic patterns learned from vast amounts of text. For these systems to be truly useful in high-stakes fields like medical imaging or autonomous driving, they must be reliable. However, they frequently suffer from a problem known as hallucination. This occurs when the model generates a response that sounds confident and plausible but is factually wrong about the visual world, such as claiming a picture of a cat contains a dog, or inventing details that simply are not there in the image.

For a long time, researchers believed that these errors happened because the model was paying too much attention to its internal knowledge of language and not enough to the actual picture. The prevailing idea was that as the model wrote its answer, it would drift away from the image and rely too heavily on what it expected to see based on words alone. To fix this, previous attempts focused on forcing the model to look harder at the image or by retraining the entire system from scratch. These methods often treated the model as a black box, adjusting its behavior from the outside without understanding the internal mechanics of why the error occurred in the first place.

A team of researchers at Shenzhen University of Advanced Technology has now looked inside the engine of these models to find a different explanation. They propose that hallucinations are not caused by a simple lack of attention to the image, nor by the model ignoring the picture entirely. Instead, they found that the error arises when the internal balance between visual and language information becomes unstable within specific parts of the model's processing network. The researchers developed a method called HEAL, which stands for Head-lEvel information disentAnglement and caLibration, to identify and correct this imbalance in real time.

The core of their discovery lies in how the model processes information. Inside these large models, there are many small processing units called attention heads. Think of these heads as a team of specialists working together to understand a sentence. Some specialists focus purely on the words, others focus purely on the image, and a third group works to blend the two together. The researchers found that the group responsible for blending the two streams—what they call synergy heads—is where the trouble starts. When the model is working correctly, these synergy heads maintain a healthy equilibrium, holding visual and language information in a stable balance. However, when the model begins to hallucinate, this balance shifts. The information distribution within these blending heads drifts away from that healthy equilibrium, causing the model to lose its grounding in the visual evidence.

Crucially, the researchers ruled out the idea that hallucinations happen because there are simply too few specialists looking at the image or because the image specialists are too weak. Their analysis showed that the number of visual-focused heads remains constant whether the model is telling the truth or lying. The problem is not a shortage of visual attention, but a drift in how the blending specialists handle the mix of information. When the model generates a correct description, the synergy heads keep the visual and language inputs in a steady ratio. When it hallucinates, that ratio skews, often leaning too heavily on language patterns while the visual connection weakens, even though the image is still present.

To solve this, the team created a dynamic calibration strategy that acts like a real-time regulator. Instead of retraining the model or changing its architecture, HEAL intervenes during the generation process. It monitors the information flowing through the synergy heads and detects when the balance begins to drift. When a drift is detected, the system injects a calibration factor that gently nudges the visual and language information back toward the correct equilibrium. This process is continuous and adaptive; it does not force the model to ignore language or over-focus on the image, but rather steers the internal representation back toward a state where the visual evidence is properly weighted against the linguistic context.

The researchers tested this approach on several state-of-the-art models, including versions of LLaVA and Qwen. The results were consistent across different systems and tasks. By applying this dynamic calibration, the models produced significantly fewer hallucinations while maintaining their ability to speak fluently and creatively. In tests designed to measure how often models invent objects that are not in the picture, the new method reduced errors more effectively than previous techniques that tried to simply boost visual attention. The study suggests that the key to trustworthiness in these systems is not just making them look harder at the image, but ensuring that the internal blend of sight and speech remains stable.

This work offers a new perspective on how artificial intelligence understands the world. It shows that reliability is not just about having enough data or powerful hardware, but about maintaining a delicate internal balance between different types of information. By identifying the specific point where this balance breaks and providing a simple way to restore it, the researchers have opened a path toward more trustworthy multimodal systems. The method is lightweight and does not require the massive computational resources needed for retraining, making it a practical tool for improving the accuracy of AI that sees and speaks. The findings suggest that future improvements in AI reliability may come from fine-tuning these internal relationships rather than building larger, more complex models from the ground up.

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 →