Stabilizing Transformer Training Through Consensus
Shyam Venkatasubramanian, Sean Moushegian, Michael Lin, Mir Park, Ankit Singhal, Connor Lee
TL;DR
The paper tackles transformer training instability under learning-rate overspecification, attributing fragility to attention-related dynamics. It introduces the consensus mechanism as a graph-based replacement for attention, recasting updates as Laplacian smoothing that acts as a low-pass filter on embeddings, and analyzes this both theoretically and empirically. Theoretical results connect information propagation to algebraic connectivity, while empirical studies across text, DNA, and proteins show that consensus broadens the stable learning-rate range; a hybrid MIX architecture preserves attention-level performance while enhancing stability. A Hessian-based analysis links these gains to effective step sizes, suggesting practical robustness gains for large-scale generative modeling and reduced hyperparameter tuning, with future work on adaptive graph construction to fully exploit this approach.
Abstract
Standard attention-based transformers are known to exhibit instability under learning rate overspecification during training, particularly at high learning rates. While various methods have been proposed to improve resilience to such overspecification by modifying the optimization procedure, fundamental architectural innovations to this end remain underexplored. In this work, we illustrate that the consensus mechanism, a drop-in replacement for attention, stabilizes transformer training across a wider effective range of learning rates. We formulate consensus as a graphical model and provide extensive empirical analysis demonstrating improved stability across learning rate sweeps on text, DNA, and protein modalities. We further propose a hybrid consensus-attention framework that preserves performance while improving stability. We provide theoretical analysis characterizing the properties of consensus.
