Instruction Anchors: Dissecting the Causal Dynamics of Modality Arbitration
Yu Zhang, Mufan Xu, Xuefeng Bai, Kehai chen, Pengfei Zhang, Yang Xiang, Min Zhang
TL;DR
The paper tackles how multimodal instruction-following models arbitrate between conflicting visual and textual inputs. By framing modality arbitration as a causal information-flow problem, it identifies instruction tokens as structural anchors where heterogeneous signals converge, with shallow attention buffering inputs and deep attention executing instruction-driven arbitration, while MLPs can oppose this process. It introduces the Causal Attention Knockout and the Normalized Signed Structural Divergence to quantify information flow, and shows that a small set of deep, modality-specific heads govern arbitration; blocking 5% of these heads can reduce modality following by about 60%, while amplifying them can restore similar gains in failure cases. Across multiple state-of-the-art MLLMs, the mechanism generalizes, supporting a principled framework for transparency and controlled orchestration of multimodal information in MIF systems. These findings offer actionable insights for designing efficient, robust multimodal controllers and advancing interpretability in high-stakes AI systems.
Abstract
Modality following serves as the capacity of multimodal large language models (MLLMs) to selectively utilize multimodal contexts based on user instructions. It is fundamental to ensuring safety and reliability in real-world deployments. However, the underlying mechanisms governing this decision-making process remain poorly understood. In this paper, we investigate its working mechanism through an information flow lens. Our findings reveal that instruction tokens function as structural anchors for modality arbitration: Shallow attention layers perform non-selective information transfer, routing multimodal cues to these anchors as a latent buffer; Modality competition is resolved within deep attention layers guided by the instruction intent, while MLP layers exhibit semantic inertia, acting as an adversarial force. Furthermore, we identify a sparse set of specialized attention heads that drive this arbitration. Causal interventions demonstrate that manipulating a mere $5\%$ of these critical heads can decrease the modality-following ratio by $60\%$ through blocking, or increase it by $60\%$ through targeted amplification of failed samples. Our work provides a substantial step toward model transparency and offers a principled framework for the orchestration of multimodal information in MLLMs.
