Papers › Weight Normalization: A Simple Reparameterization to Accelerate Training of Deep...

Weight Normalization: A Simple Reparameterization to Accelerate Training of Deep Neural Networks

25 Feb 2016NeurIPS 2016 12arXiv:1602.07868archive 2025-07-28

Tim Salimans, Diederik P. Kingma

We present weight normalization: a reparameterization of the weight vectors in a neural network that decouples the length of those weight vectors from their direction. By reparameterizing the weights in this way we improve the conditioning of the optimization problem and we speed up convergence of stochastic gradient descent. Our reparameterization is inspired by batch normalization but does not introduce any dependencies between the examples in a minibatch. This means that our method can also be applied successfully to recurrent models such as LSTMs and to noise-sensitive applications such as deep reinforcement learning or generative models, for which batch normalization is less well suited. Although our method is much simpler, it still provides much of the speed-up of full batch normalization. In addition, the computational overhead of our method is lower, permitting more optimization steps to be taken in the same amount of time. We demonstrate the usefulness of our method on applications in supervised image recognition, generative modelling, and deep reinforcement learning.

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="1602.07868")

Code

Syntology Ran 1 of 16 code samples harvested from 4 repositories linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: community (archive-listed): 16 samples from 4 repositories, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

TimSalimans/weight_norm officialmentioned in papermentioned on GitHub report
0h-n0/weight_normalization mentioned on GitHubpytorch report
UrosOgrizovic/SimpleGoogleQuickdraw mentioned on GitHubtfMIT report
astanway/gated-conv-nets mentioned on GitHubtfMIT report
krasserm/wdsr mentioned on GitHubtfApache-2.0 report
openai/weightnorm mentioned on GitHubtf report
seanpmorgan/tf-weightnorm mentioned on GitHubtf report
xiangyu-liu/Computer-Network mentioned on GitHubtf report
zoli333/Weight-Normalization mentioned on GitHubtf 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

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

1ran · our draft was wrong
15unverified

Licence: 1 of the 16 samples is 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 4 repositories linked to this paper, official or community; each sample names its own and says which. “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.

int_shape openai/weightnorm/tensorflow/nn.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 3ba6aec873833b39 · report
data_dependent_weight_norm_g_init zoli333/Weight-Normalization/model.py community (archive-listed) unverified no licence file found · pointer only · 5be6863211220d86 · report
evaluate krasserm/wdsr/model/common.py community (archive-listed) unverified Apache-2.0 (permissive) · e0f9b50298061760 · report
get_image_from_images UrosOgrizovic/SimpleGoogleQuickdraw/image_operations.py community (archive-listed) unverified MIT (permissive) · c84c1ed8059aa2ed · report
get_model UrosOgrizovic/SimpleGoogleQuickdraw/models/SVM/SVM.py community (archive-listed) unverified MIT (permissive) · 0651dc674036b1ce · report
get_model UrosOgrizovic/SimpleGoogleQuickdraw/models/transfer_learning/transfer_learning.py community (archive-listed) unverified MIT (permissive) · 6f81146fd4122ca8 · report
get_model UrosOgrizovic/SimpleGoogleQuickdraw/models/vanilla_cnn/vanilla_cnn.py community (archive-listed) unverified MIT (permissive) · a771fe43d3f305e2 · report
load_image krasserm/wdsr/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 0ab4dee93051e84f · report
load_images UrosOgrizovic/SimpleGoogleQuickdraw/image_operations.py community (archive-listed) unverified MIT (permissive) · 2d732893414e2966 · report
pad_image UrosOgrizovic/SimpleGoogleQuickdraw/image_operations.py community (archive-listed) unverified MIT (permissive) · ffc86641164a4445 · report
random_crop krasserm/wdsr/data.py community (archive-listed) unverified Apache-2.0 (permissive) · 40c578a7c8a918e6 · report
random_flip krasserm/wdsr/data.py community (archive-listed) unverified Apache-2.0 (permissive) · 256bed53fab6520f · report
random_rotate krasserm/wdsr/data.py community (archive-listed) unverified Apache-2.0 (permissive) · 4cb58354ae7610d2 · report
res_block krasserm/wdsr/model/edsr.py community (archive-listed) unverified Apache-2.0 (permissive) · 71ba60506facd18f · report
resolve krasserm/wdsr/model/common.py community (archive-listed) unverified Apache-2.0 (permissive) · fcb21bb87592664b · report
resolve_single krasserm/wdsr/model/common.py community (archive-listed) unverified Apache-2.0 (permissive) · ae235fb465d0b309 · report

Tasks

Deep Reinforcement LearningImage ClassificationReinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Introduced by this paper: Weight Normalization

Batch NormalizationSPEEDWeight 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