paper-with-me

홈 › Papers

Capacity allocation through neural network layers

2019-02-22 · Jonathan Donier

Capacity analysis has been recently introduced as a way to analyze how linear models distribute their modelling capacity across the input space. In this paper, we extend the notion of capacity allocation to the case of neural networks with non-linear layers. We show that under some hypotheses the problem is equivalent to linear capacity allocation, within some extended input space that factors in the non-linearities. We introduce the notion of layer decoupling, which quantifies the degree to which a non-linear activation decouples its outputs, and show that it plays a central role in capacity allocation through layers. In the highly non-linear limit where decoupling is total, we show that the propagation of capacity throughout the layers follows a simple markovian rule, which turns into a diffusion PDE in the limit of deep networks with residual layers. This allows us to recover some known results about deep neural networks, such as the size of the effective receptive field, or why ResNets avoid the shattering problem.

📄 PDF Abstract BibTeX arXiv:1902.08572

Code (0)

등록된 구현이 없습니다.

Similar 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 contin…

Meet Me at the Arm: The Cooperative Multi-Armed Bandits Problem with Shareable Arms

2025-06-11 · Xinyi Hu, Aldo Pacchiano

We study the decentralized multi-player multi-armed bandits (MMAB) problem under a no-sensing setting, where each player receives only their own reward and obtains no information about collisions. Each arm has an unknown…

Capacity EstimationMulti-Armed Bandits

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…

Curvature-Weighted Capacity Allocation: A Minimum Description Length Framework for Layer-Adaptive Large Language Model Optimization

2026-03-01 · Theophilus Amaefuna, Hitesh Vaidya, Anshuman Chhabra, Ankur Mali arxiv

Layer-wise capacity in large language models is highly non-uniform: some layers contribute disproportionately to loss reduction, whereas others are nearly redundant. Existing layer-scoring methods provide sensitivity est…

Tapered Language Models

2026-06-22 · Reza Bayat, Ali Behrouz, Aaron Courville arxiv

Modern language models, including transformer, recurrent, and memory-based variants, share a common chassis: a stack of identical layers in which parameters are allocated uniformly across depth. This is a default inherit…