Logit Lens Supervision for Patch-Level Explanations in Vision-Language Models
This paper introduces Logit Lens Loss (LLL), a lightweight auxiliary objective that enhances patch-level explainability in Vision-Language Models by aligning visual token embeddings with their corresponding textual concepts, thereby improving grounding and reducing hallucinations without requiring architectural changes or extensive retraining.
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 super-smart robot friend who can look at a picture and tell you a story about it. This robot is built from two very different parts: a pair of "eyes" that sees the image as a grid of tiny colored squares (patches), and a "brain" that is an expert at writing stories using words. When you ask the robot, "Where is the cat?", its eyes send a signal for every single square in the photo to its brain. The brain then mixes these picture signals with its own word signals to figure out the answer.
The problem is that as these picture signals travel through the brain, they get a little lost in the crowd. The brain is so good at talking that it sometimes starts ignoring the specific details of the picture squares, or worse, it starts mixing the picture signals so thoroughly with the word signals that the robot forgets which square actually belongs to the cat. It might guess "cat" correctly, but it's just guessing based on the words, not actually seeing the cat in the photo. This is a big deal because if we want to trust these robots, or if we want to know why they think a cat is in a picture, we need to be able to see exactly which part of the image they are looking at. If the robot can't point to the cat, it might be hallucinating—making things up that aren't there.
This paper tackles that exact problem. The authors, Parsa Esmaeilkhani and Longin Jan Latecki, noticed that in modern "Vision-Language Models" (VLMs), the connection between a specific image patch and the word describing it gets weak and fuzzy as the data moves through the system. To fix this, they invented a new training trick called Logit Lens Loss (LLL).
Think of the robot's brain as a giant library where every book represents a word. Usually, the robot is only taught to pick the right book to say next (like answering a question). The authors realized that if the robot is looking at a patch of a cat, that specific patch should be whispering "cat" to the library, even before the robot decides to speak. They created a new rule for training: whenever the robot sees a patch that contains a cat, they force that patch to strongly predict the word "cat" in the library's vocabulary. They call this "Logit Lens Loss" because it uses a tool called a "Logit Lens" to peek inside the robot's brain and see what words the image patches are secretly thinking about.
The best part? They didn't have to rebuild the robot or add any new parts. They just tweaked the training rules. When they tested this new rule on two popular robots (LLaVA-v1.5 and Qwen2.5-VL), the results were like turning on a spotlight. Before, the robot's "confidence map" (a heat map showing where it thinks the object is) was blurry and scattered, like a foggy window. After using their new rule, the map became sharp and precise, lighting up exactly where the cat was.
The paper shows that this simple fix does a lot of heavy lifting. It makes the robots much better at finding objects in pictures (grounding), reduces the times they make up objects that aren't there (hallucinations), and even helps them point to objects in new pictures they've never seen before. Surprisingly, it didn't make the robots worse at answering questions or telling stories; in fact, it kept their language skills just as strong. The authors suggest that by keeping the picture signals tied to their original meaning, the robots become both smarter and more honest about what they are seeing. It's a bit like teaching a student to not just memorize the answer, but to actually understand the map they are 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.