TEON: Tensorized Orthonormalization Beyond Layer-Wise Muon for Large Language Model Pre-Training
Ruijie Zhang, Yequan Zhao, Ziyue Liu, Zhengyang Wang, Dongyang Li, Yupeng Su, Sijia Liu, Zheng Zhang
TL;DR
TEON tackles cross-layer gradient correlations in large language model pre-training by generalizing Muon from layer-wise to tensor-wise orthogonalization. It models gradients as a structured tensor and applies mode-i orthogonalization within a Non-Euclidean Trust Region framework, yielding convergence benefits up to $\sqrt{K}$ over Muon under favorable alignment of singular vectors. Empirically, TEON improves training and validation perplexity across GPT- and LLaMA-style models and remains robust to approximate SVD methods, with ablations guiding practical choices (e.g., $K=2$, mode-1, QKV stacking). Overall, TEON offers a principled, scalable optimizer enhancement that leverages cross-layer gradient structure to improve pre-training efficiency for large language models.
Abstract
The Muon optimizer has demonstrated strong empirical performance in pre-training large language models by performing matrix-level gradient (or momentum) orthogonalization in each layer independently. In this work, we propose TEON, a principled generalization of Muon that extends orthogonalization beyond individual layers by modeling the gradients of a neural network as a structured higher-order tensor. We present TEON's improved convergence guarantee over layer-wise Muon, and further develop a practical instantiation of TEON based on the theoretical analysis with corresponding ablation. We evaluate our approach on two widely adopted architectures: GPT-style models, ranging from 130M to 774M parameters, and LLaMA-style models, ranging from 60M to 1B parameters. Experimental results show that TEON consistently improves training and validation perplexity across model scales and exhibits strong robustness under various approximate SVD schemes.
