🤖 AI Summary
To address the slow convergence and low parameter efficiency of standard Transformers, this paper proposes nGPT—the first fully unit-norm-normalized Transformer architecture. It constrains all modules—including token embeddings, attention weights, MLP parameters, and hidden states—to the unit hypersphere, thereby recasting forward propagation as a geometric displacement process on the hypersphere. To realize this, we design spherical attention, manifold-aware MLPs, and a unit-norm optimization strategy, establishing an end-to-end hyperspherical representation learning paradigm. Experiments demonstrate that nGPT achieves comparable accuracy with 4–20× fewer training steps, significantly improving both convergence speed and parameter efficiency. This work introduces a novel geometric modeling framework for Transformers, shifting emphasis from Euclidean to hyperspherical geometry in deep sequence modeling.
📝 Abstract
We propose a novel neural network architecture, the normalized Transformer (nGPT) with representation learning on the hypersphere. In nGPT, all vectors forming the embeddings, MLP, attention matrices and hidden states are unit norm normalized. The input stream of tokens travels on the surface of a hypersphere, with each layer contributing a displacement towards the target output predictions. These displacements are defined by the MLP and attention blocks, whose vector components also reside on the same hypersphere. Experiments show that nGPT learns much faster, reducing the number of training steps required to achieve the same accuracy by a factor of 4 to 20, depending on the sequence length.