Dropout and Random Gradient Masking Are Asymptotically Equivalent in Large ResNets
arXiv:2607.16761
2026
Regularization
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper identifies an asymptotic invariance in residual networks: multiplicative activation dropout and unbiased random masking of residual gradients converge to the same limiting training dynamics as depth and width grow in the complete feature-learning regime. This suggests replacing forward-pass dropout with backward-only masking, preserving the unperturbed representation seen by later layers while still injecting stochasticity into parameter updates. The most practical transfer is to compare activation dropout, stochastic depth, and residual-branch gradient masking at matched mask rates, measuring whether backward-only noise provides comparable regularization with lower activation-memory or forward-compute costs.
Ideas from this paper
Unverified
2026
Replace forward activation dropout in a deep residual network with an unbiased multiplicative mask applied only to gradients entering each residual unit or branch. The forward representation remains deterministic for a given minibatch, while the update receives zero-mean stochastic perturbations that are predicted to reproduce dropout-like limiting dynamics in large-width, large-depth ResNets.
Useful6/10
Difficulty4/10
Novelty7/10