Multimodal Function Vectors for Spatial Relations
Shuhao Fu, Esther Goldberg, Ying Nian Wu, Hongjing Lu
TL;DR
The paper demonstrates that spatial-relational knowledge in vision-language models can be captured by relation-specific multimodal function vectors derived from a sparse set of attention heads via causal mediation analysis. By injecting these vectors into zero-shot prompts and subsequently fine-tuning them with limited data while keeping the backbone frozen, the authors achieve substantial gains over in-context learning baselines and enable generalization to untrained relations through composite vectors. Key findings include the localization of relational signals to intermediate layers, the optimal use of a small head set (6–12 heads), and the ability to compose vectors to solve novel analogies with improved accuracy. This work advances mechanistic interpretability and provides a modular approach to controlling relational reasoning in large multimodal models, with implications for scalable and transferable relational understanding in AI systems.
Abstract
Large Multimodal Models (LMMs) demonstrate impressive in-context learning abilities from limited multimodal demonstrations, yet the internal mechanisms supporting such task learning remain opaque. Building on prior work of large language models, we show that a small subset of attention heads in the vision-language model OpenFlamingo-4B is responsible for transmitting representations of spatial relations. The activations of these attention heads, termed function vectors, can be extracted and manipulated to alter an LMM's performance on relational tasks. First, using both synthetic and real image datasets, we apply causal mediation analysis to identify attention heads that strongly influence relational predictions, and extract multimodal function vectors that improve zero-shot accuracy at inference time. We further demonstrate that these multimodal function vectors can be fine-tuned with a modest amount of training data, while keeping LMM parameters frozen, to significantly outperform in-context learning baselines. Finally, we show that relation-specific function vectors can be linearly combined to solve analogy problems involving novel and untrained spatial relations, highlighting the strong generalization ability of this approach. Our results show that LMMs encode spatial relational knowledge within localized internal structures, which can be systematically extracted and optimized, thereby advancing our understanding of model modularity and enhancing control over relational reasoning in LMMs.
