Dissecting Multimodal In-Context Learning: Modality Asymmetries and Circuit Dynamics in modern Transformers
Yiran Huang, Karsten Roth, Quentin Bouniot, Wenjia Xu, Zeynep Akata
TL;DR
This work investigates how transformer-based models acquire cross-modal ICL abilities through controlled synthetic experiments. It demonstrates that RoPE raises the data complexity threshold for ICL, quantifying complexity with $K \cdot \sqrt{B}$, and reveals a learning asymmetry where the primary modality installs the core induction circuit, allowing the secondary modality to be mapped with relatively low data. The authors provide a mechanistic account focused on induction and previous-token heads, validated by causal ablations, and show that encoder quality and decoder scaling strongly influence multimodal ICL. Overall, the work delivers a transparent testbed for dissecting cross-modal reasoning in modern transformers and offers design guidance to encourage reasoning over memorization.
Abstract
Transformer-based multimodal large language models often exhibit in-context learning (ICL) abilities. Motivated by this phenomenon, we ask: how do transformers learn to associate information across modalities from in-context examples? We investigate this question through controlled experiments on small transformers trained on synthetic classification tasks, enabling precise manipulation of data statistics and model architecture. We begin by revisiting core principles of unimodal ICL in modern transformers. While several prior findings replicate, we find that Rotary Position Embeddings (RoPE) increases the data complexity threshold for ICL. Extending to the multimodal setting reveals a fundamental learning asymmetry: when pretrained on high-diversity data from a primary modality, surprisingly low data complexity in the secondary modality suffices for multimodal ICL to emerge. Mechanistic analysis shows that both settings rely on an induction-style mechanism that copies labels from matching in-context exemplars; multimodal training refines and extends these circuits across modalities. Our findings provide a mechanistic foundation for understanding multimodal ICL in modern transformers and introduce a controlled testbed for future investigation.
