2026
DNT: a Deeply Normalized Transformer that can be trained by Momentum SGD
ICLR 2026poster
Transformers have become the de facto backbone of modern deep learning, yet their training typically demands an advanced optimizer with adaptive learning rate like AdamW, rather than a momentum SGDW (mSGDW). Previous works show that it is mainly due to a heavy-tailed distribution of the gradients. I…