paper-with-me

Papers

A Combinatorial Theory of Dropout: Subnetworks, Graph Geometry, and Generalization

2025-04-20 · Sahil Rajesh Dhayalkar

We propose a combinatorial and graph-theoretic theory of dropout by modeling training as a random walk over a high-dimensional graph of binary subnetworks. Each node represents a masked version of the network, and dropout induces stochastic traversal across this space. We define a subnetwork contribution score that quantifies generalization and show that it varies smoothly over the graph. Using tools from spectral graph theory, PAC-Bayes analysis, and combinatorics, we prove that generalizing subnetworks form large, connected, low-resistance clusters, and that their number grows exponentially with network width. This reveals dropout as a mechanism for sampling from a robust, structured ensemble of well-generalizing subnetworks with built-in redundancy. Extensive experiments validate every theoretical claim across diverse architectures. Together, our results offer a unified foundation for understanding dropout and suggest new directions for mask-guided regularization and subnetwork optimization.

📄 PDF Abstract BibTeX arXiv:2504.14762

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Pruning at Initialisation through the lens of Graphon Limit: Convergence, Expressivity, and Generalisation

2026-02-06 · Hoang Pham, The-Anh Ta, Long Tran-Thanh arxiv

Pruning at Initialisation methods discover sparse, trainable subnetworks before training, but their theoretical mechanisms remain elusive. Existing analyses are often limited to finite-width statistics, lacking a rigorou…

Ex uno plures: Splitting One Model into an Ensemble of Subnetworks

2021-06-09 · Zhilu Zhang, Vianne R. Gao, Mert R. Sabuncu

Monte Carlo (MC) dropout is a simple and efficient ensembling method that can improve the accuracy and confidence calibration of high-capacity deep neural network models. However, MC dropout is not as effective as more c…

Computational EfficiencyDiversity

Uniform Brackets, Containers, and Combinatorial Macbeath Regions

2021-11-19 · Kunal Dutta, Arijit Ghosh, Shay Moran

We study the connections between three seemingly different combinatorial structures - "uniform" brackets in statistics and probability theory, "containers" in online and distributed learning theory, and "combinatorial Ma…

Learning Theory

The Geometry of ReLU Networks through the ReLU Transition Graph

2025-05-16 · Sahil Rajesh Dhayalkar

We develop a novel theoretical framework for analyzing ReLU neural networks through the lens of a combinatorial object we term the ReLU Transition Graph (RTG). In this graph, each node corresponds to a linear region indu…

Evolving Subnetwork Training for Large Language Models

2024-06-11 · Hanqi Li, Lu Chen, Da Ma, Zijian Wu 외

Large language models have ushered in a new era of artificial intelligence research. However, their substantial training costs hinder further development and widespread adoption. In this paper, inspired by the redundancy…

Language ModelingLanguage ModellingLarge Language Model