← Latest papers
🤖 machine learning

Instruction Lens Score: Your Instruction Contributes a Powerful Object Hallucination Detector for Multimodal Large Language Models

This paper introduces Instruction Lens Score (InsLen), a plug-and-play object hallucination detector for multimodal large language models that leverages instruction token embeddings to outperform existing methods without requiring auxiliary models or additional training.

Original authors: Runhe Lai, Xinhua Lu, Yanqi Wu, Jinlun Ye, Weijiang Yu, Ruixuan Wang

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

Original authors: Runhe Lai, Xinhua Lu, Yanqi Wu, Jinlun Ye, Weijiang Yu, Ruixuan Wang

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 robot assistant (a Multimodal Large Language Model) that can look at pictures and describe them in detail. You ask it, "What do you see?" and it starts talking. But sometimes, this robot gets a bit too imaginative. It might look at a picture of a snowy mountain with skiers and confidently say, "I see a red bag on the skier," even though there is no bag in the picture. This is called Object Hallucination.

The paper introduces a new tool called Instruction Lens Score (InsLen) to catch these lies. Here is how it works, using simple analogies:

The Problem: The "Noisy Camera" vs. The "Smart Guide"

Think of the robot's vision system as a camera that sometimes gets confused by bad lighting or reflections. It might see a shadow that looks like a bag and tell the robot's brain, "Hey, there's a bag!"

Usually, other methods try to check the robot's answer by looking at the camera's raw data (the "visual embeddings"). But if the camera is confused, this check fails.

The authors discovered something surprising: The robot's instructions (the text you type, like "Please describe the image") act like a Smart Guide. Even though the camera is noisy, the Smart Guide has a way of filtering out the noise. When the robot reads your instruction, it implicitly "knows" what is actually in the picture and can ignore the fake "bag" signal coming from the confused camera.

The Solution: The "Instruction Lens"

The researchers built a detector called InsLen that acts like a magnifying glass focused specifically on the Smart Guide's thoughts, rather than the camera's.

They break this down into two main checks:

1. The "Reality Check" (Calibrated Local Score)

  • The Analogy: Imagine a detective (the camera) finds a clue that looks like a bag. But a wise judge (the instruction) looks at the same clue and says, "I don't think that's a bag; it's just a shadow."
  • How it works: The method takes the "confidence" the robot has in seeing a bag. If the camera is excited about the bag, but the "Smart Guide" (instruction) is very skeptical and assigns a low probability to it, the system knows to calibrate (lower) the confidence. It effectively says, "The camera is lying; the guide knows better."

2. The "Context Check" (Context Consistency Score)

  • The Analogy: Imagine you are trying to identify a person in a crowd.
    • Local Check: You look at a blurry patch of pixels that looks like a face.
    • Context Check: You ask the "Smart Guide," "Does this person fit the story of the whole scene?" If the scene is a ski slope, the guide knows there should be skiers and snow, but maybe not a "bag" floating in the air.
  • How it works: The method looks at the "Smart Guide's" understanding of the whole scene. It checks if the object the robot claims to see (e.g., "bag") fits with the global story the guide is telling. If the guide's story doesn't support the existence of a bag, the system flags it as a hallucination.

Why is this better?

Most previous methods tried to fix the robot by adding more heavy machinery (like asking a second, super-expensive AI to check the work) or by training the robot to be perfect (which takes forever).

InsLen is different because:

  • It's "Plug-and-Play": You don't need to retrain the robot or add new expensive tools. You just use the robot's own internal "Smart Guide" thoughts to check its work.
  • It's Fast: It adds almost no extra time to the robot's thinking process.
  • It's Accurate: In their tests, this method caught more lies than any other method they tried, even when the robot was looking at tricky pictures where real objects and fake objects looked very similar (like a spoon and a knife).

Summary

The paper claims that by listening to the robot's instructions (the "Smart Guide") rather than just its eyes (the camera), we can effectively filter out fake objects. The Instruction Lens Score combines a "Reality Check" (calibrating the camera's confidence) with a "Context Check" (ensuring the object fits the story) to create a highly reliable lie detector for AI image descriptions.

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 →