Papers › How to Initialize your Network? Robust Initialization for WeightNorm & ResNets

How to Initialize your Network? Robust Initialization for WeightNorm & ResNets

5 Jun 2019NeurIPS 2019 12arXiv:1906.02341archive 2025-07-28

Devansh Arpit, Victor Campos, Yoshua Bengio

Residual networks (ResNet) and weight normalization play an important role in various deep learning applications. However, parameter initialization strategies have not been studied previously for weight normalized networks and, in practice, initialization methods designed for un-normalized networks are used as a proxy. Similarly, initialization for ResNets have also been studied for un-normalized networks and often under simplified settings ignoring the shortcut connection. To address these issues, we propose a novel parameter initialization strategy that avoids explosion/vanishment of information across layers for weight normalized networks with and without residual connections. The proposed strategy is based on a theoretical analysis using mean field approximation. We run over 2,500 experiments and evaluate our proposal on image datasets showing that the proposed initialization outperforms existing initialization methods in terms of generalization performance, robustness to hyper-parameter values and variance between seeds, especially when networks get deeper in which case existing methods fail to even start training. Finally, we show that using our initialization in conjunction with learning rate warmup is able to reduce the gap between the performance of weight normalized and batch normalized networks.

PaperPDFConference PDFCodeCode 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="1906.02341")

Code

Syntology Ran 0 of 10 code samples harvested from 1 repository linked to this paper; 10 have no recorded run.

By repository: official repository: 10 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

victorcampos7/weightnorm-init officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

10 samples harvested; 0 ran; 0 honoured the contract we drafted; 10 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.

10unverified

Licence: 10 of the 10 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 victorcampos7/weightnorm-init. “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.

choose_left victorcampos7/weightnorm-init/src/util/schedules.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 557aa71e0848bed0 · report
create_optimizer victorcampos7/weightnorm-init/src/util/graph_def.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 17e87ddd51cd5ba2 · report
data_dependent_weight_norm_g_init victorcampos7/weightnorm-init/src/models/init.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · fc6b085641ffab5e · report
get_config_path victorcampos7/weightnorm-init/src/util/misc.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 1cec52b5952e109a · report
get_input_size victorcampos7/weightnorm-init/src/util/graph_def.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · a23f08f7da4b2c36 · report
get_log_path victorcampos7/weightnorm-init/src/util/misc.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 0f17d5f12485b857 · report
get_model_dir victorcampos7/weightnorm-init/src/util/misc.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · ac5e4caf2614e958 · report
hessian_spectral_norm_approx victorcampos7/weightnorm-init/src/util/hessian.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · bdbb021a27680d79 · report
init_and_maybe_normalize_layer victorcampos7/weightnorm-init/src/models/init.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 6b4b313f3974194b · report
linear_interpolation victorcampos7/weightnorm-init/src/util/schedules.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 5908b0de70ae8316 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Weight Normalization

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