🤖 AI Summary
This work addresses the lack of theoretical foundations for attention mechanisms—particularly Transformers—by investigating token sparsity and the learnability of internal linear representations. We introduce the “single-position regression” task, where only one token in the input sequence determines the output, and its position is implicitly encoded via a linear projection of the input. We establish, for the first time, that under a suitably simplified self-attention architecture, nonlinear attention layers can asymptotically achieve Bayes-optimal performance. Moreover, we demonstrate that such architectures reliably recover the sparse positional structure even under nonconvex training dynamics. Through asymptotic statistical analysis and nonconvex optimization modeling, we theoretically prove that attention mechanisms can consistently extract token-level sparse signals and underlying linear structures, thereby attaining optimal generalization on this task.
📝 Abstract
Attention-based models, such as Transformer, excel across various tasks but lack a comprehensive theoretical understanding, especially regarding token-wise sparsity and internal linear representations. To address this gap, we introduce the single-location regression task, where only one token in a sequence determines the output, and its position is a latent random variable, retrievable via a linear projection of the input. To solve this task, we propose a dedicated predictor, which turns out to be a simplified version of a non-linear self-attention layer. We study its theoretical properties, by showing its asymptotic Bayes optimality and analyzing its training dynamics. In particular, despite the non-convex nature of the problem, the predictor effectively learns the underlying structure. This work highlights the capacity of attention mechanisms to handle sparse token information and internal linear structures.