Papers › Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift

Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift

11 Feb 2015arXiv:1502.03167archive 2025-07-28

Sergey Ioffe, Christian Szegedy

Training Deep Neural Networks is complicated by the fact that the distribution of each layer's inputs changes during training, as the parameters of the previous layers change. This slows down the training by requiring lower learning rates and careful parameter initialization, and makes it notoriously hard to train models with saturating nonlinearities. We refer to this phenomenon as internal covariate shift, and address the problem by normalizing layer inputs. Our method draws its strength from making normalization a part of the model architecture and performing the normalization for each training mini-batch. Batch Normalization allows us to use much higher learning rates and be less careful about initialization. It also acts as a regularizer, in some cases eliminating the need for Dropout. Applied to a state-of-the-art image classification model, Batch Normalization achieves the same accuracy with 14 times fewer training steps, and beats the original model by a significant margin. Using an ensemble of batch-normalized networks, we improve upon the best published result on ImageNet classification: reaching 4.9% top-5 validation error (and 4.8% test error), exceeding the accuracy of human raters.

PaperPDFCodeCode 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="1502.03167")

Code

Syntology Ran 14 of 21 code samples harvested from 15 repositories linked to this paper; 7 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

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

70 repositories listed; official and paper-mentioned ones first.

Bersaelor/AAPLMetalImageRecognition mentioned on GitHubtfNOASSERTION report
CPJKU/cca_layer mentioned on GitHubtf report
ChuuyaZZZ/6787-Final-project mentioned on GitHubtf report
GeekLiB/caffe-model mentioned on GitHubcaffe2 report
George091/CNN mentioned on GitHub report
LMaxence/Cifar10_Classification mentioned on GitHubpytorchnot reachable when probed 2026-09-18 — repositories for recent papers often appear after camera-ready report
Liuyubao/transfer-learning mentioned on GitHubtf report
LouisFoucard/StereoConvNet mentioned on GitHub report
Sakib1263/1DResNet-Builder-KERAS mentioned on GitHubtfMIT report
Sakib1263/1DResNet-KERAS mentioned on GitHubtfMIT report
Sakib1263/ResNet-Model-Builder-KERAS mentioned on GitHubtfMIT report
ThanasisMattas/smartflow mentioned on GitHubtf report
UrosOgrizovic/SimpleGoogleQuickdraw mentioned on GitHubtfMIT report
Xinyi6/CIFAR10-CNN-by-Keras mentioned on GitHubpytorch report
altaga/Pytorch-Driving-Guardian mentioned on GitHubpytorchMIT report
amazon-science/long-short-term-transformer mentioned on GitHubpytorchApache-2.0 report
ansrlm/ML_DCGAN mentioned on GitHubtf report
apllolulu/StereoConvNet mentioned on GitHub report
che9992/Batch_Normalization mentioned on GitHubtfMIT report
cyh1112/GraphNormalization mentioned on GitHubpytorch report
dichotomies/proxy-nca mentioned on GitHubpytorch report
dodoproptit99/deep-speaker mentioned on GitHub report
ducanhnguyen/batchnormalization mentioned on GitHubtf report
gmouzella/Efective_TensorFlow mentioned on GitHubtf report
harshit0511/Deep-Learning mentioned on GitHubtf report
hoanghuy89/CNN-from-first-principle mentioned on GitHubpytorch report
huybik/CNN-from-first-principle mentioned on GitHubpytorch report
ibabbar/Traffic-Sign-Classifier mentioned on GitHubtfMIT report
karurb92/ldam_str_bn mentioned on GitHubtf report
koolhussain/Self-Driving-Car mentioned on GitHubtf report
lim0606/caffe-googlenet-bn mentioned on GitHub report
minoring/batch-norm-visualize mentioned on GitHubtf report
osmr/imgclsmob mentioned on GitHubmxnetMIT report
sameervk/BatchNorm_Mechanics mentioned on GitHubtfGPL-3.0 report
shinpoi/pixiv_collector_old mentioned on GitHubGPL-3.0 report
simo-bat/Crack_detection mentioned on GitHubtf report
simo23/tinyYOLOv2 mentioned on GitHubtf report
tanjeffreyz/batch-normalization mentioned on GitHubpytorch report
tanjeffreyz/deep-residual-learning mentioned on GitHubpytorch report
tensorflow/models mentioned on GitHubtf report
tensorflow/models mentioned on GitHubtf report
tensorflow/models mentioned on GitHubtf report
tensorflow/models mentioned on GitHubtf report
tensorflow/models mentioned on GitHubtf report
yzheng51/rl-dino-run mentioned on GitHubpytorch report
zjZSTU/GoogLeNet mentioned on GitHubpytorch 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

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

4ran · our draft was wrong
1ran · fixture could not drive it
9ran
7unverified

Licence: 5 of the 21 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 15 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.

BNInception dichotomies/proxy-nca/net/bn_inception.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · dcefb760e5798c17 · report
BasicConv2d zjZSTU/GoogLeNet/py/models/googlenet_bn.py community (archive-listed) ran · metamorphic tier: invariant Apache-2.0 (permissive) · 363095e135affba2 · report
BatchNorm labmlai/annotated_deep_learning_paper_implementations/labml_nn/normalization/batch_norm/mnist.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 629771a2e32edf83 · report
BatchNorm tanjeffreyz/batch-normalization/models.py community (archive-listed) ran fingerprinted no licence file found · pointer only · fd8f4df6039d46b0 · report
ConvNet yzheng51/rl-dino-run/model.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · 275928042f41cfff · report
Conv_1D_Block Sakib1263/Inception-Model-Builder-Tensorflow-Keras/Codes/Inception_ResNet_1DCNN.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 977f839ae1b772a6 · report
Conv_1D_Block Sakib1263/ResNet-ResNeXt-1D-2D-Tensorflow-Keras/Codes/ResNet_1DCNN.py community (archive-listed) ran · our draft was wrong MIT (permissive) · fa041da57fc2fe89 · report
Conv_1D_Block Sakib1263/VGG-1D-2D-Tensorflow-Keras/Codes/VGG_1DCNN.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 4f854d75a8d26231 · report
Conv_2D_Block Sakib1263/VGG-Model-Builder-KERAS/Codes/VGG_2DCNN.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 12a688d4588443d2 · report
FreezableBatchNorm tensorflow/models/research/object_detection/core/freezable_batch_norm.py community (archive-listed) ran licence not identified · pointer only · d6503cf479ae48ea · report
Model labmlai/annotated_deep_learning_paper_implementations/labml_nn/normalization/batch_norm/mnist.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 84ac6eb3495fd518 · report
Network Shantanu48114860/Handwritten-Character-Recognition/Handwritten-Character-Recognition/CNN.py community (archive-listed) ran no licence file found · pointer only · 2ba90697099f8cca · report
mnist_model_bn minoring/batch-norm-visualize/model.py community (archive-listed) ran no licence file found · pointer only · 17bcce71dd6805e5 · report
res_net_block karurb92/ldam_str_bn/models/resnet.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · a542810366586242 · report
apply_nms yangyucheng000/ssd_inception_v2/src/eval_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 9a71632baa853b8a · report
conv_block_bn sayakpaul/Adaptive-Gradient-Clipping/models.py community (archive-listed) unverified MIT (permissive) · b68ffa76fbfa3320 · report
get_depth_fn yangyucheng000/ssd_inception_v2/src/feature_map_generators.py community (archive-listed) unverified Apache-2.0 (permissive) · 0946825bd8511f99 · report
get_imageId_from_fileName yangyucheng000/ssd_inception_v2/src/dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 80eae5f06649b1e2 · report
get_lr yangyucheng000/ssd_inception_v2/src/lr_schedule.py community (archive-listed) unverified Apache-2.0 (permissive) · 1bab04258df1af4e · report
intersect yangyucheng000/ssd_inception_v2/src/box_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · f4aebce5f37270c3 · report
random_sample_crop yangyucheng000/ssd_inception_v2/src/dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · f50e9b77fc01e9c8 · report

Tasks

General ClassificationImage Classificationimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Introduced by this paper: Inception v2

1x1 ConvolutionAuxiliary ClassifierBatch NormalizationConvolutionDense ConnectionsDropoutExponential DecayInception ModuleInception v2Max PoolingRandom Horizontal FlipRandom Resized CropReLUSGD with MomentumSoftmaxWeight Decay

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