LGSTAT-MECHPRMLDec 15, 2025

Dropout Neural Network Training Viewed from a Percolation Perspective

arXiv:2512.13853v1h-index: 2
Originality Incremental advance
AI Analysis

This work addresses the theoretical understanding of dropout regularization for neural network researchers, but it is incremental as it builds on existing percolation models.

The paper investigates dropout in neural networks through a percolation theory lens, showing that dropout can cause a breakdown in training when connections are removed, particularly in networks without biases, and argues this extends to networks with biases.

In this work, we investigate the existence and effect of percolation in training deep Neural Networks (NNs) with dropout. Dropout methods are regularisation techniques for training NNs, first introduced by G. Hinton et al. (2012). These methods temporarily remove connections in the NN, randomly at each stage of training, and update the remaining subnetwork with Stochastic Gradient Descent (SGD). The process of removing connections from a network at random is similar to percolation, a paradigm model of statistical physics. If dropout were to remove enough connections such that there is no path between the input and output of the NN, then the NN could not make predictions informed by the data. We study new percolation models that mimic dropout in NNs and characterise the relationship between network topology and this path problem. The theory shows the existence of a percolative effect in dropout. We also show that this percolative effect can cause a breakdown when training NNs without biases with dropout; and we argue heuristically that this breakdown extends to NNs with biases.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes