Nexusformer: Nonlinear Attention Expansion for Stable and Inheritable Transformer Scaling
Weijie Zhao, Mingquan Liu, Bolun Wang, Simo Wu, Nuobei Xie, Rui-Jie Zhu, Peng Zhou

TL;DR
Nexusformer introduces a nonlinear attention expansion method that enables stable, inheritable scaling of Transformer models with less training compute, by overcoming linear projection limitations.
Contribution
It replaces linear Q/K/V projections with a Nexus-Rank layer, allowing lossless structured growth and stable incremental capacity addition.
Findings
Matches Tokenformer's perplexity with 41.5% less compute
Enables lossless growth via zero-initialized blocks
Derives a geometric scaling law for performance prediction
Abstract
Scaling Transformers typically necessitates training larger models from scratch, as standard architectures struggle to expand without discarding learned representations. We identify the primary bottleneck in the attention mechanism's linear projections, which strictly confine feature extraction to fixed-dimensional subspaces, limiting both expressivity and incremental capacity. To address this, we introduce Nexusformer, which replaces linear projections with a Nexus-Rank layer, a three-stage nonlinear mapping driven by dual activations in progressively higher dimensional spaces. This design overcomes the linearity constraint and enables lossless structured growth: new capacity can be injected along two axes via zero-initialized blocks that preserve pretrained knowledge. Experiments on language modeling and reasoning benchmarks demonstrate that Nexusformer matches Tokenformer's…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
