paper-with-me

홈 › Papers

The Depth Delusion: Why Transformers Should Be Wider, Not Deeper

2026-01-28 · Md Muhtasim Munif Fahim, Md Rezaul Karim arxiv

Neural scaling laws describe how language model loss decreases with parameters and data, but treat architecture as interchangeable--a billion parameters could arise from a shallow-wide model (10 layers & 8,192 hidden dimension) or a deep-narrow one (80 layers & 2,048 hidden dimension). We propose architecture-conditioned scaling laws decomposing this dependence, finding that optimal depth scales as D* ~ C^0.12 while optimal width scales as W* ~ C^0.34, meaning width should grow 2.8x faster than depth. We discover a critical depth phenomenon: beyond D_crit ~ W^0.44 (sublinear in W), adding layers increases loss despite adding parameters--the Depth Delusion. Empirically, we validate these findings across 30 transformer architectures spanning 17M to 7B parameters, each trained on representative high-compute samples, achieving R^2 = 0.922. Our central finding: at 7B scale, a 64-layer model (6.38B params) underperforms a 32-layer model (6.86B params) by 0.12 nats, despite being significantly deeper. This demonstrates that optimal depth-width tradeoffs persist at the production scale.

📄 PDF Abstract BibTeX arXiv:2601.20994

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Wide Attention Is The Way Forward For Transformers?

2022-10-02 · Jason Ross Brown, Yiren Zhao, Ilia Shumailov, Robert D Mullins

The Transformer is an extremely powerful and prominent deep learning architecture. In this work, we challenge the commonly held belief in deep learning that going deeper is better, and show an alternative design approach…

CPUtext-classificationText Classification

Emergence and dynamics of delusions and hallucinations across stages in early psychosis

2024-02-20 · Catalina Mourgues-Codern, David Benrimoh, Jay Gandhi, Emily A. Farina 외

Hallucinations and delusions are often grouped together within the positive symptoms of psychosis. However, recent evidence suggests they may be driven by distinct computational and neural mechanisms. Examining the time …

Hallucination

Knee-Deep in C-RASP: A Transformer Depth Hierarchy

2025-06-19 · Andy Yang, Michaël Cadilhac, David Chiang

It has been observed that transformers with greater depth (that is, more layers) have more capabilities, but can we establish formally which capabilities are gained with greater depth? We answer this question with a theo…

Time Matters: Scaling Laws for Any Budget

2024-06-27 · Itay Inbar, Luke Sernau

A primary cost driver for training large models is wall-clock training time. We show that popular time estimates based on FLOPs are poor estimates, and construct a more accurate proxy based on memory copies. This allows …

The Volctrans Machine Translation System for WMT20

2020-10-28 · WMT (EMNLP) 2020 11 · Liwei Wu, Xiao Pan, Zehui Lin, Yaoming Zhu 외

This paper describes our VolcTrans system on WMT20 shared news translation task. We participated in 8 translation directions. Our basic systems are based on Transformer, with several variants (wider or deeper Transformer…

Machine TranslationSynthetic Data GenerationTranslation