← Latest papers
⚡ electrical engineering

Mitigating Multimodal LLMs Hallucinations via Relevance Propagation at Inference Time

This paper proposes LIME, a training-free inference-time framework that mitigates hallucinations in multimodal large language models by using Layer-wise Relevance Propagation to dynamically adjust key-value representations and enforce greater reliance on perceptual inputs over textual priors.

Original authors: Itai Allouche, Joseph Keshet

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

Original authors: Itai Allouche, Joseph Keshet

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 you have a very smart, multi-talented robot assistant. This robot can see pictures, hear sounds, and read text all at once. It's supposed to be a detective that looks at a photo or listens to a recording and tells you exactly what's happening.

However, this robot has a bad habit: it lies to itself.

Sometimes, you show it a picture of an empty park, and it confidently says, "I see a dog playing fetch!" Or you play a recording of silence, and it insists, "I hear a cat meowing!" This is called a hallucination. The robot is so used to reading stories and talking about things that it starts guessing based on what usually happens, rather than looking at what is actually there.

The Problem: The Robot is "Text-Heavy"

The authors of this paper discovered why the robot does this. They found that when the robot makes a decision, it listens way too much to its "text brain" (its knowledge of words and stories) and barely listens to its "eyes" or "ears" (the actual image or sound).

Think of it like a student taking a test. The student has studied hard and knows the textbook by heart. But when the teacher shows a picture and asks, "What is in this picture?", the student ignores the picture and just writes down the first thing that comes to mind from the textbook. The student is "hallucinating" because they aren't looking at the evidence.

The Solution: LIME (Learning Inference-time Modality Enhancement)

The researchers created a fix called LIME. The cool part? They didn't have to re-teach the robot or change its brain (its code). Instead, they gave it a "nudge" right at the moment it's answering a question.

Here is how LIME works, using a simple analogy:

The "Spotlight" Analogy
Imagine the robot is in a dark room with a flashlight.

  1. Without LIME: The robot shines its flashlight mostly on a pile of books (the text). It ignores the actual objects in the room (the image or sound). It guesses what's in the room based on the books.
  2. With LIME: The researchers install a smart sensor that detects where the robot is looking. If the robot starts ignoring the picture, LIME gently pushes the flashlight beam back toward the picture. It forces the robot to say, "Wait, let me look at the image again before I speak."

How it does this technically (simplified):
The robot answers one word at a time. Every time it is about to pick the next word, LIME steps in and asks:

  • "How much did the picture help you decide this word?"
  • "How much did the text help?"

If the picture didn't help enough, LIME makes a tiny, temporary adjustment to the robot's internal memory (specifically the "Key" and "Value" parts of its brain) to make the picture count more. It does this in a split second, then resets for the next word. It's like a coach whispering, "Look at the ball!" right before the player swings.

What Happened When They Tried It?

The researchers tested this on many different tasks:

  • Vision: They showed the robot pictures and asked, "Is there a sports ball?" or "Describe this image."
  • Audio: They played sounds and asked, "Can you hear a cat?"

The Results:

  • Fewer Lies: The robot stopped making up objects that weren't there. If there was no ball, it said "No" instead of guessing "Yes."
  • Better Focus: When the robot did talk about something, it was actually looking at the right part of the picture or the right moment in the sound.
  • No Re-training: They didn't have to spend months re-teaching the robot. They just changed how it thought while it was answering.

The Trade-off

There is one catch. Because LIME has to pause and do this extra "spotlight adjustment" for every single word the robot says, it takes a little longer to get an answer. It's like having a very smart assistant who is slightly slower because they double-check their work before every sentence. But for situations where accuracy is more important than speed, this is a huge win.

Summary

The paper shows that AI models often lie because they rely too much on their memory of words and not enough on what they are actually seeing or hearing. The new method, LIME, acts like a real-time coach that forces the AI to pay attention to the evidence (the image or sound) right before it speaks, resulting in much more honest and accurate answers without needing to retrain the AI from scratch.

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 →