Training Dynamics of Multi-Head Softmax Attention for In-Context Learning: Emergence, Convergence, and Optimality
Siyu Chen, Heejune Sheen, Tianhao Wang, Zhuoran Yang
TL;DR
The paper addresses the theoretical understanding of in-context learning by analyzing the gradient-flow dynamics of a one-layer, multi-head softmax attention model applied to multi-task linear regression. By mapping parameter dynamics to spectral dynamics and introducing decomposable weights, the authors prove global convergence, characterize a three-phase learning process with emergent task specialization across heads, and establish optimality results showing the gradient-flow solution matches the best possible multi-head configuration up to a constant factor. They further show that multi-head attention yields a strict advantage over single-head models and identify an exponential versus saturation regime in the softmax mechanism, with regulatory effects that favor delocalized attention in noise settings. Extensions include connections to linear attention, length generalization, and the limits of transfer to nonlinear tasks. Overall, the work provides the first convergence results for multi-head softmax attention in the ICL context and clarifies how spectral dynamics underpin task allocation and performance bounds.
Abstract
We study the dynamics of gradient flow for training a multi-head softmax attention model for in-context learning of multi-task linear regression. We establish the global convergence of gradient flow under suitable choices of initialization. In addition, we prove that an interesting "task allocation" phenomenon emerges during the gradient flow dynamics, where each attention head focuses on solving a single task of the multi-task model. Specifically, we prove that the gradient flow dynamics can be split into three phases -- a warm-up phase where the loss decreases rather slowly and the attention heads gradually build up their inclination towards individual tasks, an emergence phase where each head selects a single task and the loss rapidly decreases, and a convergence phase where the attention parameters converge to a limit. Furthermore, we prove the optimality of gradient flow in the sense that the limiting model learned by gradient flow is on par with the best possible multi-head softmax attention model up to a constant factor. Our analysis also delineates a strict separation in terms of the prediction accuracy of ICL between single-head and multi-head attention models. The key technique for our convergence analysis is to map the gradient flow dynamics in the parameter space to a set of ordinary differential equations in the spectral domain, where the relative magnitudes of the semi-singular values of the attention weights determines task allocation. To our best knowledge, our work provides the first convergence result for the multi-head softmax attention model.
