pith:V4AFOVJK
Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift
Batch Normalization normalizes each layer's inputs using mini-batch statistics, allowing higher learning rates and faster convergence in deep networks.
arxiv:1502.03167 v3 · 2015-02-11 · cs.LG
Add to your LaTeX paper
\usepackage{pith}
\pithnumber{V4AFOVJKLCVFYXBPU3X53RSMDZ}
Prints a linked badge after your title and injects PDF metadata. Compiles on arXiv. Learn more · Embed verified badge
Record completeness
Claims
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.
That the changing distribution of each layer's inputs (internal covariate shift) is the main cause of slow training and that normalizing per mini-batch will reliably reduce this shift without introducing new instabilities or requiring extensive additional tuning.
Batch Normalization normalizes layer inputs per mini-batch to reduce internal covariate shift, allowing higher learning rates, less careful initialization, and faster convergence in deep networks.
References
Formal links
Cited by
Receipt and verification
| First computed | 2026-07-04T19:21:06.750810Z |
|---|---|
| Builder | pith-number-builder-2026-05-17-v1 |
| Signature | Pith Ed25519
(pith-v1-2026-05) · public key |
| Schema | pith-number/v1.0 |
Canonical hash
af0057552a58aa5c5c2fa6efddc64c1e5f8fb19d65deeae32e474604e21b1978
Aliases
· · · · ·Agent API
Verify this Pith Number yourself
curl -sH 'Accept: application/ld+json' https://pith.science/pith/V4AFOVJKLCVFYXBPU3X53RSMDZ \
| jq -c '.canonical_record' \
| python3 -c "import sys,json,hashlib; b=json.dumps(json.loads(sys.stdin.read()), sort_keys=True, separators=(',',':'), ensure_ascii=False).encode(); print(hashlib.sha256(b).hexdigest())"
# expect: af0057552a58aa5c5c2fa6efddc64c1e5f8fb19d65deeae32e474604e21b1978
Canonical record JSON
{
"metadata": {
"abstract_canon_sha256": "60a191248d53ddb724f599878ce1e47e7e12af75a8bf68a73d00fdf684b1c2d6",
"cross_cats_sorted": [],
"license": "http://arxiv.org/licenses/nonexclusive-distrib/1.0/",
"primary_cat": "cs.LG",
"submitted_at": "2015-02-11T01:44:18Z",
"title_canon_sha256": "0f2bb60db4605b8b1026d18548cc20a23662a3a1772aaa7318839ddcd1ae4354"
},
"schema_version": "1.0",
"source": {
"id": "1502.03167",
"kind": "arxiv",
"version": 3
}
}