paper-with-me

홈 › Papers

Post-LayerNorm Is Back: Stable, ExpressivE, and Deep

2026-01-27 · Chen Chen, Lai Wei arxiv

Large language model (LLM) scaling is hitting a wall. Widening models yields diminishing returns, and extending context length does not improve fundamental expressivity. In contrast, depth scaling offers theoretically superior expressivity, yet current Transformer architectures struggle to train reliably at extreme depths. We revisit the Post-LayerNorm (Post-LN) formulation, whose instability at scale caused its replacement by Pre-LN in modern LLMs. We show that the central failure mode of Post-LN arises from the ResNet-style residual pathway, which introduces gradient vanishing in deep networks. We present Keel, a Post-LN Transformer that replaces this residual path with a Highway-style connection. This modification preserves the gradient flow through the residual branch, preventing signal vanishing from the top layers to the bottom. Unlike prior methods, Keel enables stable training at extreme depths without requiring specialized initialization or complex optimization tricks. Keel trains robustly at depths exceeding 1000 layers and consistently improves perplexity and depth-scaling characteristics over Pre-LN. These findings indicate that Post-LN, when paired with a Highway-style connection, provides a simple and effective foundation for building deeply scalable LLMs, opening the possibility for future infinite-depth architectures.

📄 PDF Abstract BibTeX arXiv:2601.19895

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PostDeg: Placement Beats Parameterization in LayerNorm GNNs

2026-06-12 · Yash Tomar, Aryav Das arxiv

LayerNorm-based GNNs routinely erase the topology signals (degree, centrality, $k$-core) that node-selection policies should depend on, but the literature has not located where in the residual block the erasure happens. …

Impact of Layer Norm on Memorization and Generalization in Transformers

2025-11-13 · Rishi Singhal, Jung-Eun Kim arxiv

Layer Normalization (LayerNorm) is one of the fundamental components in transformers that stabilizes training and improves optimization. In recent times, Pre-LayerNorm transformers have become the preferred choice over P…

Exploring the Impact of Layer Normalization for Zero-shot Neural Machine Translation

2023-05-16 · Zhuoyuan Mao, Raj Dabre, Qianying Liu, Haiyue Song 외

This paper studies the impact of layer normalization (LayerNorm) on zero-shot translation (ZST). Recent efforts for ZST often utilize the Transformer architecture as the backbone, with LayerNorm at the input of layers (P…

Machine Translation

Foundation Transformers

2022-10-12 · Hongyu Wang, Shuming Ma, Shaohan Huang, Li Dong 외

A big convergence of model architectures across language, vision, speech, and multimodal is emerging. However, under the same name "Transformers", the above areas use different implementations for better performance, e.g…

Language ModelingLanguage ModellingMachine TranslationSpeech Recognition

Tuning LayerNorm in Attention: Towards Efficient Multi-Modal LLM Finetuning

2023-12-18 · Bingchen Zhao, Haoqin Tu, Chen Wei, Jieru Mei 외

This paper introduces an efficient strategy to transform Large Language Models (LLMs) into Multi-Modal Large Language Models (MLLMs). By conceptualizing this transformation as a domain adaptation process, i.e., transitio…

Domain AdaptationGPU