Separate First, Fuse Later: Mitigating Cross-Modal Interference in Audio-Visual LLMs Reasoning with Modality-Specific Chain-of-Thought
The paper proposes "Separate First, Fuse Later" (SFFL), a novel audio-visual reasoning framework that mitigates cross-modal interference and hallucinations in Audio-Visual Large Language Models by enforcing modality-specific chain-of-thought reasoning followed by evidence fusion, resulting in significant accuracy and robustness improvements on AVQA 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
Imagine you are trying to solve a mystery by watching a video and listening to the audio at the same time. Usually, your brain does this effortlessly. But for Artificial Intelligence (AI), this can be a trap.
This paper introduces a new way to teach AI to solve these "Audio-Visual" mysteries without getting confused. The authors call their method SFFL (Separate First, Fuse Later).
Here is the breakdown of the problem and their solution, using simple analogies:
The Problem: The "Noisy Room" Effect
Current AI models are like a detective sitting in a very noisy room, trying to listen to two people talking at once.
- The Visual Detective: Sees a sheep in the video.
- The Audio Detective: Hears a dog barking.
- The Mistake: Because the AI tries to process both at the exact same time, the visual clue (the sheep) gets in the way of the audio clue (the bark). The AI might get confused and say, "I hear a sheep!" even though the video clearly shows a dog barking and the sheep is silent. This is called cross-modal interference or hallucination. The AI is "hallucinating" a sound just because it saw an animal that usually makes that sound.
The Solution: The "Two-Step Interview"
The authors realized that instead of letting the AI mix everything together immediately, it should act like a smart detective who interviews witnesses separately before combining the stories.
1. Separate First (The Solo Interviews)
Instead of looking at the video and listening to the audio simultaneously, the AI is forced to do two separate "interviews":
- Interview A: The AI looks only at the video and writes down what it sees (e.g., "I see a dog and a sheep"). It is not allowed to listen to the audio yet.
- Interview B: The AI listens only to the audio and writes down what it hears (e.g., "I hear barking"). It is not allowed to look at the video yet.
To make sure the AI doesn't accidentally "peek" at the other witness during these interviews, the authors built a special digital wall called the Modality Asymmetric Attention Mask. Think of this as putting headphones on the visual detective so they can't hear the audio, and blindfolding the audio detective so they can't see the video.
2. Fuse Later (The Team Huddle)
Only after both detectives have written their separate reports does the AI bring them together.
- It reads the "Video Report" and the "Audio Report."
- It compares them: "The video says there's a sheep, but the audio report says there's no sheep sound, only barking."
- The Decision: It concludes that the sound must belong to the dog, and the sheep is just there silently.
The "Preferred Evidence" Coach
The paper also mentions a clever training trick. The AI is taught to recognize which witness is the "star" for a specific question.
- If the question is "What animal is making noise?", the AI learns that the Audio witness is the most important one.
- If the question is "What color is the car?", the Visual witness is the star.
The AI is rewarded for correctly identifying which witness to trust most for each specific puzzle. This prevents it from blindly trusting the video just because it's usually the loudest voice in the room.
The Results
When the researchers tested this "Separate First, Fuse Later" method:
- Fewer Mistakes: The AI stopped making up sounds for silent animals.
- Better Accuracy: It got the right answers more often on standard tests.
- Robustness: It became much harder to trick the AI with confusing videos or sounds.
In short: The paper teaches AI to stop trying to multitask too early. By forcing the AI to think about what it sees and what it hears separately first, and then combining those thoughts carefully at the end, it stops making silly mistakes and becomes a much better detective.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.