On the Optimization and Generalization of Two-layer Transformers with Sign Gradient Descent
Bingrui Li, Wei Huang, Andi Han, Zhanpeng Zhou, Taiji Suzuki, Jun Zhu, Jianfei Chen
TL;DR
This work analyzes Sign Gradient Descent as a proxy for Adam to understand optimization in a two-layer transformer with a softmax attention layer and trainable query-key parameterization on a binary, linearly separable dataset containing signal $\boldsymbol{\mu}$ and sparse noise. It identifies four distinct training stages, proves fast convergence of training loss while maintaining a constant test loss due to noise memorization in the attention mechanism, and shows Adam reproduces similar patterns. The study combines a feature-learning framework with a sparse data model to derive precise dynamics and convergence results, supported by experiments on synthetic data and real-world MNIST-like tasks. The results suggest that both SignGD and Adam can require higher data quality than simple gradient descent to generalize well, highlighting limits of these optimizers in noisy transformer settings and providing theoretical insight into Adam’s practical behavior.
Abstract
The Adam optimizer is widely used for transformer optimization in practice, which makes understanding the underlying optimization mechanisms an important problem. However, due to the Adam's complexity, theoretical analysis of how it optimizes transformers remains a challenging task. Fortunately, Sign Gradient Descent (SignGD) serves as an effective surrogate for Adam. Despite its simplicity, theoretical understanding of how SignGD optimizes transformers still lags behind. In this work, we study how SignGD optimizes a two-layer transformer -- consisting of a softmax attention layer with trainable query-key parameterization followed by a linear layer -- on a linearly separable noisy dataset. We identify four stages in the training dynamics, each exhibiting intriguing behaviors. Based on the training dynamics, we prove the fast convergence but poor generalization of the learned transformer on the noisy dataset. We also show that Adam behaves similarly to SignGD in terms of both optimization and generalization in this setting. Additionally, we find that the poor generalization of SignGD is not solely due to data noise, suggesting that both SignGD and Adam requires high-quality data for real-world tasks. Finally, experiments on synthetic and real-world datasets empirically support our theoretical results.
