Mitigating Cross-Image Information Leakage in Multi-Image Understanding with Large Vision-Language Models
The paper introduces FOCUS, a training-free and architecture-agnostic method that mitigates cross-image information leakage in Large Vision-Language Models by aggregating logits from partially masked inputs and refining them with noise-only references, thereby significantly improving performance on multi-image and video understanding tasks.
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 are a very smart art critic (the AI) who is great at describing a single painting. But when you are asked to look at two paintings hanging side-by-side and describe just the first one, you get confused. You accidentally start describing the second painting too, mixing the two together into a messy, incorrect description.
This paper identifies that specific problem and offers a clever, no-training fix called FOCUS.
Here is the breakdown of what they found and how they fixed it, using simple analogies:
The Problem: The "Visual Soup" Effect
When Large Vision-Language Models (LVLMs) look at multiple images at once, their internal "brain" gets muddy. Instead of keeping the images separate, it blends them together like a blender making a smoothie.
- The Scenario: Imagine you show the AI a picture of a white vase with yellow tulips (Image A) and a picture of a red vase with red roses (Image B).
- The Question: "What is in the first image?"
- The Mistake: Instead of saying "Yellow tulips," the confused AI says, "Yellow tulips and red roses." It has leaked information from the second image into the answer for the first.
- The Cause: The paper calls this Cross-Image Information Leakage. Because the AI processes all images together, the "visual tokens" (the digital building blocks of the images) get tangled up, making the AI think everything is one big combined scene.
The Solution: The "Blindfold" Trick (FOCUS)
The authors realized that these AI models are actually very good at looking at one image at a time. The problem only happens when they try to look at many at once.
So, they created a method called FOCUS (which stands for a specific technical process, but you can think of it as "Focusing On One Clean Source"). It doesn't require retraining the AI or changing its brain; it just changes how the AI looks at the pictures during the conversation.
Here is how FOCUS works, step-by-step:
The Blindfold (Visual Masking):
Imagine you want the AI to describe Image A. Instead of showing it Image A and Image B clearly, the AI puts a "digital blindfold" (random noise) over Image B. Now, Image B is just static fuzz, like a TV with no signal. The AI can only clearly see Image A.- Analogy: It's like putting a piece of paper over the second painting so the critic can only see the first one.
The Switch (Image-wise Inference):
The AI does this for every image in the set.- First, it looks at Image A clearly (Image B is blurred).
- Then, it looks at Image B clearly (Image A is blurred).
- It does this one by one, ensuring it never gets confused by seeing two clear images at the same time.
The Noise Filter (Contrastive Aggregation):
Even with the blindfold, a tiny bit of "static" from the blurred image might leak through. To fix this, the AI also looks at a completely blank, noisy screen (just static, no pictures) to see what "pure confusion" sounds like.- The AI then subtracts this "confusion noise" from its answers.
- Analogy: If the AI says "I see a little bit of red roses in the tulip picture," the system checks: "Did we see red roses when we looked at only static noise?" If yes, it realizes that "red roses" was just a glitch and removes it from the final answer.
The Results
When they tested this "Blindfold + Noise Filter" trick on many different AI models and benchmarks:
- Accuracy went up: The AI stopped mixing up the images.
- It worked everywhere: It worked on small models, huge models, and even on video understanding (where frames are like a sequence of images).
- No extra training: They didn't have to teach the AI anything new. They just changed the rules of the game for a moment while the AI was answering.
Summary
The paper says that current AI models are like a person trying to listen to two radio stations at once and ending up with a garbled mix. FOCUS is a simple trick that forces the AI to listen to one station at a time, while filtering out the static from the other, resulting in a clear, 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.