ADAPT: Attention Dynamics Alignment with Preference Tuning for Faithful MLLMs
The paper introduces ADAPT, an attention-based framework that mitigates hallucinations in Multimodal Large Language Models by aligning text-to-image cross-attention dynamics through visual anchors, online correction mechanisms, and preference tuning, achieving significant hallucination reduction while preserving general capabilities.
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 a Multimodal Large Language Model (MLLM) as a very smart, well-read tour guide who has just been handed a photograph. Their job is to describe the photo accurately. However, this guide has a bad habit: as they talk, they start to drift. They begin to rely more on what they think should be in the picture (based on their general knowledge) rather than what is actually there. This is called hallucination—making up details like "a red bicycle" when the photo only shows a blue car.
The paper ADAPT investigates why this happens and offers a three-part solution to keep the guide focused on the photo.
The Problem: The "Drifting Gaze"
The researchers discovered that the model's "eyes" (its internal cross-attention) start strong but get tired and confused as the description gets longer.
- Early on: The model looks exactly at the right spot (e.g., the airplane in the photo).
- Later on: The gaze becomes "fuzzy." It might stare at the wrong corner of the image, or it might stop looking at the image entirely and just guess based on the words it just said.
- The Result: The model starts inventing things because it's no longer checking the visual evidence.
Think of it like a student taking a test. At first, they look at the textbook (the image) to answer. But halfway through, they get tired, stop looking at the book, and start guessing based on what they remember from class (language priors). That's when they start getting things wrong.
The Solution: ADAPT
The authors built a system called ADAPT (Attention Dynamics Alignment with Preference Tuning) to fix this. They use three creative tools to keep the model's "gaze" steady.
1. The "Golden Anchor" (Visual Enhance)
Before the model starts writing its long description, the system takes a quick, early look at the photo to find the most important, undeniable facts.
- The Analogy: Imagine the tour guide is given a highlighter before they start speaking. They quickly scan the photo and highlight the main subject (e.g., "This is a white airplane").
- The Fix: This highlighted area becomes a "Golden Anchor." It's a stable reference point that says, "No matter what, remember this is an airplane." The system cleans up this anchor to remove any bias (like the model always looking at the left side of the image regardless of content).
2. The "Spotlight Supervisor" (Attention-Supervised Inference)
As the model speaks, this supervisor watches its "gaze" in real-time.
- The Analogy: Imagine a strict teacher standing next to the guide. Every time the guide's eyes wander off the "Golden Anchor" or start staring at empty space, the teacher gently taps them on the shoulder.
- The Fix: If the model's attention starts to drift or get "unfocused," the system instantly nudges the model's attention back to the relevant parts of the image. It doesn't force the model to say the exact same words, but it forces the model to look at the right evidence before speaking.
3. The "Blindfold Training" (Visual Attention Guidance DPO)
This is a training step where the model learns to prefer looking at the photo over guessing.
- The Analogy: The model is trained in two scenarios:
- Scenario A (The Good Way): The model sees the photo with the "Golden Anchor" highlighted and gives a correct answer.
- Scenario B (The Bad Way): The model sees a blank, noisy screen (a "blindfold") and tries to guess the answer.
- The Fix: The system teaches the model: "If you are looking at a blank screen, you shouldn't be confident. If you are looking at the real photo, you should be confident." This trains the model to rely on visual evidence rather than just making things up.
The Results
When the researchers tested this system on different AI models:
- Less Hallucination: The models made up 40–60% fewer fake details.
- Still Smart: The models didn't lose their general ability to talk or understand; they just became much better at sticking to the facts of the image.
- Efficient: The system works quickly, adding very little extra time to the process.
Summary
In short, ADAPT realizes that AI models get "distracted" and start guessing as they talk. To fix this, it gives them a stable reference point (the Anchor), a real-time supervisor to catch wandering eyes, and special training to value what they see over what they imagine. The result is an AI that tells the truth about the picture it's looking at.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.