Papers › Dropout and Random Gradient Masking Are Asymptotically Equivalent in Large ResNets

Dropout and Random Gradient Masking Are Asymptotically Equivalent in Large ResNets

18 Jul 2026arXiv:2607.16761added by Syntology

Javier Maass, Lénaïc Chizat

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Dropout and Random Gradient Masking (RaM) are two training techniques used to improve performance in deep learning. Both techniques inject randomness into the training dynamics, but in significantly different ways: dropout applies random masks to the activations in the forward pass, whereas RaM leaves the forward pass unchanged and instead masks the gradients. In particular, the noise induced by RaM in the parameter updates is unbiased, so standard explanations for the effectiveness of dropout, such as the penalization effect or the prevention of co-adaptation between neurons, do not apply to RaM. In this work, we show that the difference between the two methods disappears for ResNets in the large depth and width asymptotics: in the complete feature learning regime, they both converge to the same large-scale limiting dynamics. This asymptotic equivalence holds for several variants of dropout and RaM, including layerwise dropout as used in stochastic-depth ResNets, albeit at slower quantitative rates. In fact, we also show that several of these variants collapse to the same limit asymptotically.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.16761")

Code

Syntology Ran 11 of 13 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xavimaass/dropout_and_ram_2026 found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 11 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11ran
2unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from xavimaass/dropout_and_ram_2026. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cross_entropy_from_logits xavimaass/dropout_and_ram_2026/src/jax_resnet/losses.py found in paper text by Syntology ran no licence file found · pointer only · fc7c880afd73a5d0 · report
init_params xavimaass/dropout_and_ram_2026/src/jax_resnet/model.py found in paper text by Syntology ran no licence file found · pointer only · a99dc95f2d0d489b · report
lr_scales_standard xavimaass/dropout_and_ram_2026/src/jax_resnet/training.py found in paper text by Syntology ran no licence file found · pointer only · 830b55776d61e942 · report
make_metrics_fn xavimaass/dropout_and_ram_2026/src/jax_resnet/training.py found in paper text by Syntology ran no licence file found · pointer only · c12a1585279f96f6 · report
quadratic_mean_error xavimaass/dropout_and_ram_2026/src/jax_resnet/losses.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 81ffb998d09ea849 · report
quadratic_mean_error_derivative xavimaass/dropout_and_ram_2026/src/jax_resnet/losses.py found in paper text by Syntology ran no licence file found · pointer only · db36ceba25a2140a · report
relu xavimaass/dropout_and_ram_2026/src/jax_resnet/activations.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · bb3e244596afa241 · report
relu_derivative xavimaass/dropout_and_ram_2026/src/jax_resnet/activations.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · a40f5d87095f7973 · report
sample_internal_dropout_mask xavimaass/dropout_and_ram_2026/src/jax_resnet/dropout_masks.py found in paper text by Syntology ran no licence file found · pointer only · ae65958e8b3a4289 · report
sample_zero_mask xavimaass/dropout_and_ram_2026/src/jax_resnet/dropout_masks.py found in paper text by Syntology ran no licence file found · pointer only · f8d1df13d5fcd3b6 · report
tanh xavimaass/dropout_and_ram_2026/src/jax_resnet/activations.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d3fcb3822b7cde96 · report
make_dataset_mnist xavimaass/dropout_and_ram_2026/src/utils.py found in paper text by Syntology unverified no licence file found · pointer only · b3273e4c36bfb863 · report
sample_dropout_mask xavimaass/dropout_and_ram_2026/src/jax_resnet/dropout_masks.py found in paper text by Syntology unverified no licence file found · pointer only · dfb15926269d7334 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.16761, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections