paper-with-me

홈 › Papers

Scaling up deep neural networks: a capacity allocation perspective

2019-03-11 · Jonathan Donier

Following the recent work on capacity allocation, we formulate the conjecture that the shattering problem in deep neural networks can only be avoided if the capacity propagation through layers has a non-degenerate continuous limit when the number of layers tends to infinity. This allows us to study a number of commonly used architectures and determine which scaling relations should be enforced in practice as the number of layers grows large. In particular, we recover the conditions of Xavier initialization in the multi-channel case, and we find that weights and biases should be scaled down as the inverse square root of the number of layers for deep residual networks and as the inverse square root of the desired memory length for recurrent networks.

📄 PDF Abstract BibTeX arXiv:1903.04455

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Xavier Initialization Xavier Initialization, or Glorot Initialization, is an initialization scheme for neural networks. Biases are initialized be 0 and the weights $W\_{ij}$ at each layer are…

Similar Papers 제목 키워드 기반

Explaining Data Mixing Scaling Laws

2026-06-06 · Rui Dai, Shuran Zheng arxiv

Recent research has established empirical scaling laws to predict model performance on multi-domain data mixtures. However, a theoretical understanding of these model loss behaviors remains absent. In this work, we propo…

Modern Hopfield Networks with Continuous-Time Memories

2025-02-14 · Saul Santos, António Farinhas, Daniel C. McNamee, André F. T. Martins

Recent research has established a connection between modern Hopfield networks (HNs) and transformer attention heads, with guarantees of exponential storage capacity. However, these models still face challenges scaling st…

LLaDA MoE v2: Scaling Mixture-of-Experts Diffusion Language Models

2026-08-04 · Fengqi Zhu, Shaoxuan Xu, Jingyang Ou, Zebin You 외 arxiv

Diffusion language models (dLLMs) offer an alternative to autoregressive (AR) language modeling, yet the scaling behavior of Mixture-of-Experts (MoE) dLLMs remains poorly understood. We systematically characterize how op…

Extending Test-Time Scaling: A 3D Perspective with Context, Batch, and Turn

2025-11-18 · Chao Yu, Qixin Tan, Jiaxuan Gao, Shi Yu 외 arxiv

Reasoning reinforcement learning (RL) has recently revealed a new scaling effect: test-time scaling. Thinking models such as R1 and o1 improve their reasoning accuracy at test time as the length of the reasoning context …

Reinforcement Learning

Optimal Expert-Attention Allocation in Mixture-of-Experts: A Scalable Law for Dynamic Model Design

2026-03-11 · Junzhuo Li, Peijie Jiang, Changxin Tian, Jia Liu 외 arxiv

This paper presents a novel extension of neural scaling laws to Mixture-of-Experts (MoE) models, focusing on the optimal allocation of compute between expert and attention sub-layers. As MoE architectures have emerged as…