Training Memory in Deep Neural Networks: Mechanisms, Evidence, and Measurement Gaps
Vasileios Sevetlidis, George Pavlidis
TL;DR
This survey tackles the nontrivial memory embedded in modern neural network training, arguing that updates depend not only on current state but on optimizer moments, data-order policies, and the trajectory through parameter space. It introduces a three-axis taxonomy (Source, Lifetime, Visibility), portable perturbation primitives, and a concrete reporting checklist to enable causal, uncertainty-aware attribution of how much training history matters. By unifying optimizer, sampler, and path effects—and by proposing seed-paired interventions and function-space readouts—the paper lays out a principled protocol for measuring training memory across models, data, and regimes without prescribing a single diagnostic. The work also outlines practical desiderata, benchmarks, and cross-domain insights from continual learning, curriculum design, data selection, RL replay, and federated optimization to advance memory-aware diagnostics with reproducible uncertainty estimates. Overall, it seeks to turn training memory from folklore into a cumulative science with transparent perturbations, auditable artifacts, and robust evaluation across modalities.
Abstract
Modern deep-learning training is not memoryless. Updates depend on optimizer moments and averaging, data-order policies (random reshuffling vs with-replacement, staged augmentations and replay), the nonconvex path, and auxiliary state (teacher EMA/SWA, contrastive queues, BatchNorm statistics). This survey organizes mechanisms by source, lifetime, and visibility. It introduces seed-paired, function-space causal estimands; portable perturbation primitives (carry/reset of momentum/Adam/EMA/BN, order-window swaps, queue/teacher tweaks); and a reporting checklist with audit artifacts (order hashes, buffer/BN checksums, RNG contracts). The conclusion is a protocol for portable, causal, uncertainty-aware measurement that attributes how much training history matters across models, data, and regimes.
