Softmax $\geq$ Linear: Transformers may learn to classify in-context by kernel gradient descent
Sara Dragutinović, Andrew M. Saxe, Aaditya K. Singh
TL;DR
This work investigates in-context learning (ICL) in transformers, focusing on the learning algorithms they execute when context is provided. It extends prior theory from linear self-attention to non-linear softmax attention in a discrete classification setting with cross-entropy loss, showing that linear SA implements a one-step gradient-descent update while softmax SA performs a context-adaptive kernel gradient-descent in an RKHS, governed by learned kernel width and learning-rate parameters. Through controlled experiments with a one-layer, single-head transformer on a synthetic spherical-class task, the authors demonstrate that trained models approximate these GD-like updates, with softmax SA leveraging a context-adaptive learning rate and meta-learned kernel shape to outperform linear SA. The findings offer theoretical grounding for ICL in practical settings and highlight the kernel-shape adaptation ability of softmax attention as a key factor in context sensitivity and performance.
Abstract
The remarkable ability of transformers to learn new concepts solely by reading examples within the input prompt, termed in-context learning (ICL), is a crucial aspect of intelligent behavior. Here, we focus on understanding the learning algorithm transformers use to learn from context. Existing theoretical work, often based on simplifying assumptions, has primarily focused on linear self-attention and continuous regression tasks, finding transformers can learn in-context by gradient descent. Given that transformers are typically trained on discrete and complex tasks, we bridge the gap from this existing work to the setting of classification, with non-linear (importantly, softmax) activation. We find that transformers still learn to do gradient descent in-context, though on functionals in the kernel feature space and with a context-adaptive learning rate in the case of softmax transformer. These theoretical findings suggest a greater adaptability to context for softmax attention, which we empirically verify and study through ablations. Overall, we hope this enhances theoretical understanding of in-context learning algorithms in more realistic settings, pushes forward our intuitions and enables further theory bridging to larger models.
