MAD: Modality-Adaptive Decoding for Mitigating Cross-Modal Hallucinations in Multimodal Large Language Models
Sangyun Chung, Se Yeon Kim, Youngchae Chee, Yong Man Ro
TL;DR
Cross-modal hallucinations in multimodal LLMs arise from improper modality interaction, hindering reliable multimodal reasoning. MAD introduces a training-free, modality-aware decoding framework that first prompts the model to self-assess modality relevance and then uses weighted contrastive decoding with per-modality strengths α_m = γ w_m to fuse modality-specific distributions. By combining four modality configurations through an adaptive weighting scheme, MAD suppresses cross-modal interference while preserving relevant information, with strong empirical gains on CMM and AVHBench across multiple AV-LLMs. The approach demonstrates that explicit, task-aware modality awareness at decoding time enhances robustness and can extend to broader multi-sensor setups beyond audio–video.
Abstract
Multimodal Large Language Models (MLLMs) suffer from cross-modal hallucinations, where one modality inappropriately influences generation about another, leading to fabricated output. This exposes a more fundamental deficiency in modality-interaction control. To address this, we propose Modality-Adaptive Decoding (MAD), a training-free method that adaptively weights modality-specific decoding branches based on task requirements. MAD leverages the model's inherent ability to self-assess modality relevance by querying which modalities are needed for each task. The extracted modality probabilities are then used to adaptively weight contrastive decoding branches, enabling the model to focus on relevant information while suppressing cross-modal interference. Extensive experiments on CMM and AVHBench demonstrate that MAD significantly reduces cross-modal hallucinations across multiple audio-visual language models (7.8\% and 2.0\% improvements for VideoLLaMA2-AV, 8.7\% and 4.7\% improvements for Qwen2.5-Omni). Our approach demonstrates that explicit modality awareness through self-assessment is crucial for robust multimodal reasoning, offering a principled extension to existing contrastive decoding methods. Our code is available at \href{https://github.com/top-yun/MAD}{https://github.com/top-yun/MAD}
