pith:OPXDY4I7
Training Deep Nets with Sublinear Memory Cost
An algorithm trains an n-layer deep network using O(sqrt(n)) memory at the cost of one extra forward pass.
arxiv:1604.06174 v2 · 2016-04-21 · cs.LG
Add to your LaTeX paper
\usepackage{pith}
\pithnumber{OPXDY4I77QZCOJIAYK7MZBA62N}
Prints a linked badge after your title and injects PDF metadata. Compiles on arXiv. Learn more · Embed verified badge
Record completeness
Claims
we design an algorithm that costs O(sqrt(n)) memory to train a n layer network, with only the computational cost of an extra forward pass per mini-batch.
The computation graph can be cleanly segmented into sqrt(n) intervals where recomputing forward passes inside each interval is both correct and cheaper than storing all intermediate activations.
An algorithm trains n-layer networks with O(sqrt(n)) memory via selective recomputation of activations, at the cost of one extra forward pass.
References
Formal links
Cited by
Receipt and verification
| First computed | 2026-07-04T20:58:46.587642Z |
|---|---|
| Builder | pith-number-builder-2026-05-17-v1 |
| Signature | Pith Ed25519
(pith-v1-2026-05) · public key |
| Schema | pith-number/v1.0 |
Canonical hash
73ee3c711ffc32272500c2becc841ed34b1fd3e6c2e152b19cec9bc8ffd27284
Aliases
· · · · ·Agent API
Verify this Pith Number yourself
curl -sH 'Accept: application/ld+json' https://pith.science/pith/OPXDY4I77QZCOJIAYK7MZBA62N \
| 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: 73ee3c711ffc32272500c2becc841ed34b1fd3e6c2e152b19cec9bc8ffd27284
Canonical record JSON
{
"metadata": {
"abstract_canon_sha256": "c787b38ba02754d98018eff0fb4fc2ae10b4a8b51e8bf91a93b9912c20a48fb4",
"cross_cats_sorted": [],
"license": "http://arxiv.org/licenses/nonexclusive-distrib/1.0/",
"primary_cat": "cs.LG",
"submitted_at": "2016-04-21T04:15:27Z",
"title_canon_sha256": "09e011e37ca446694c16a9daae35de00bbd8cefc18f9a0e6f527cd1274393225"
},
"schema_version": "1.0",
"source": {
"id": "1604.06174",
"kind": "arxiv",
"version": 2
}
}