Some Modalities are More Equal Than Others: Decoding and Architecting Multimodal Integration in MLLMs
Tianle Chen, Chaitanya Chakka, Arjun Reddy Akula, Xavier Thomas, Deepti Ghadiyaram
TL;DR
MLLMs often falter when modalities clash, over-relying on text and failing robust cross-modal reasoning. The authors introduce MMA-Bench to systematically probe modality-specific misalignment and use black-box and white-box analyses to reveal text dominance and brittle integration. They propose a modality-aware fine-tuning strategy using LoRA that teaches models to prioritize the correct modality, yielding substantial gains in cross-modal grounding and improved zero-shot performance on AVHBench. The work combines a rigorous dataset pipeline, interpretability methods, and a practical tuning approach to move toward more reliable cross-modal reasoning in MLLMs.
Abstract
Despite remarkable advancements in Multimodal Large Language Models (MLLMs), a fundamental question remains: are MLLMs robust to contradicting modalities? To rigorously study this, we introduce MMA-Bench comprising videos and tasks that probe a model's reliance on specific modalities. Using black-box and white-box interpretability techniques, we provide a critical analysis of the brittleness of both open- and closed-sourced MLLMs. We show that current MLLMs struggle under misaligned audio-visual pairs and simple misleading text, thereby lacking robust multi-modal reasoning. Building on these findings, we propose a modality alignment tuning strategy to teach the model when to prioritize, leverage, or ignore specific modality cues. Through extensive experiments and analysis, we show that our alignment tuning yields demonstrably stronger multimodal grounding. This work provides both interpretability tools and a clear path toward developing MLLMs with intrinsically reliable cross-modal reasoning. Code and dataset will be publicly available.
