MLLMs Get It Right, Then Get It Wrong: Tracing and Correcting Late-Layer Textual Bias
This paper identifies a "late-layer textual override" phenomenon in multimodal large language models where correct visual predictions are suppressed by text bias in final layers, and proposes CALRD, a training-free method that detects and restores these overridden visual insights to significantly improve performance on conflict benchmarks.
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 Big Problem: The "Echo Chamber" Effect
Imagine you are a detective looking at a crime scene photo. The photo clearly shows a red car. However, a witness (the text) walks in and says, "I saw a blue car."
When you ask a standard Multimodal Large Language Model (MLLM) this question, it often ignores the photo and confidently answers, "Blue." Even though the visual evidence is right there, the model trusts the text more. This is dangerous because in real life (like medical imaging or self-driving cars), trusting the wrong story over the visual facts can lead to serious mistakes.
The Surprise Discovery: The Model Actually Saw It
The researchers dug deep into how these models "think" by looking at their internal layers (like peering into the different stages of a factory assembly line).
They found something surprising: The model actually gets it right at first.
- The Assembly Line Analogy: Think of the model as a factory with 30 assembly stations (layers).
- Stations 1–20: The workers look at the photo and correctly identify the car as red. They are confident.
- Stations 21–30: Suddenly, the workers start listening to the text description. They get confused, change their minds, and decide to package the car as blue just because the text said so.
The visual information wasn't lost; it was just overwritten by the text in the final stages of processing. The authors call this "Late-Layer Textual Override."
The Clue: Which Way Did the Model Turn?
The researchers noticed a pattern in how the model changes its mind:
- When it fails: It starts with a visual answer (Red) and flips to a text answer (Blue).
- When it succeeds: It might start with a vague idea and flip toward the visual answer (e.g., from "maybe blue" to "definitely red").
They realized that the direction of the change tells you if the model is making a mistake. If the model shifts away from the image and toward the text in the final layers, it's likely going to get it wrong.
The Solution: CALRD (The "Memory Keeper")
To fix this without retraining the model (which is expensive and slow), the authors created a method called CALRD.
Think of CALRD as a quality control inspector standing at the end of the assembly line.
- The Check: The inspector looks at what the workers decided at the "middle" of the line (the transition point). Was the worker confident about the red car?
- The Comparison: The inspector checks what the final worker decided. Did they change it to blue?
- The Intervention: If the middle worker was confident about the red car, but the final worker changed it to blue just because of the text, the inspector steps in. They say, "Hold on! The middle team was right. Let's keep the 'Red' answer."
This method is training-free. It doesn't teach the model new things; it just helps the model remember what it already knew before it got confused by the text.
The Results
The team tested this on five different AI models.
- The Fix: On tests where text and images disagreed, the models got significantly better (up to 9.4% more accurate).
- No Side Effects: Crucially, this didn't break the models when there wasn't a conflict. If the text and image agreed, the inspector just let the model work normally.
- Speed: It adds almost no extra time to the process, making it practical for real-world use.
Summary
The paper argues that these AI models aren't "blind" to images. They see the truth, but they get talked out of it by the text in the final seconds of thinking. The new method, CALRD, acts like a memory aid, catching the model when it tries to ignore the visual evidence and gently nudging it back to the correct answer.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.