Dynamical Properties of Tokens in Self-Attention and Effects of Positional Encoding
Duy-Tung Pham, An The Nguyen, Viet-Hoang Tran, Nhan-Phu Chung, Xin T. Tong, Tan M. Nguyen, Thieu N. Vo
TL;DR
The paper analyzes how tokens move in Transformers by modeling the self-attention mechanism as a continuous-time dynamical system. It derives broad conditions, in terms of the symmetric parts of key matrices, that determine whether token distances contract (convergence) or expand (divergence), and shows how absolute and rotary positional encodings influence these regimes. Empirical results on language and vision tasks confirm that convergence can harm performance while divergence or clustering can be beneficial, leading to simple architectural refinements that promote divergence. The work provides a theoretical framework and practical guidance for designing Transformers with more robust dynamics and better empirical performance. Overall, it bridges dynamical systems theory with Transformer design, offering transferable insights for pre-trained models.
Abstract
This paper investigates the dynamical properties of tokens in pre-trained Transformer models and explores their application to improving Transformers. To this end, we analyze the dynamical system governing the continuous-time limit of the pre-trained model and characterize the asymptotic behavior of its solutions. Specifically, we characterize when tokens move closer to or farther from one another over time, depending on the model parameters. We provide sufficient conditions, based on these parameters, to identify scenarios where tokens either converge to zero or diverge to infinity. Unlike prior works, our conditions are broader in scope and more applicable to real-world models. Furthermore, we investigate how different forms of positional encoding -- specifically absolute and rotary -- affect these dynamical regimes. Empirical evidence reveals that the convergence scenario adversely impacts model performance. Motivated by these insights, we propose simple refinements to Transformer architectures that mitigate convergence behavior in models with absolute or rotary positional encoding. These findings support theoretical foundations and design principles for improving Transformer models.
