Local Redundancy: An Information-Theoretic Measure of Plasticity from Synthetic Memorization

arXiv cs.LG Papers

Summary

Introduces local redundancy, an information-theoretic measure of neural network plasticity derived from universal compression theory, and shows it predicts downstream performance better than existing heuristics.

arXiv:2607.13432v1 Announce Type: new Abstract: Plasticity -- a neural network's ability to adapt to new tasks -- is critical for continual and transfer learning. Existing measures, such as effective rank, dead neuron fraction, and weight norm, lack theoretical grounding and correlate poorly with performance on new tasks. We introduce local redundancy, an information-theoretic measure derived from universal compression theory. We define local redundancy as the worst-case redundancy of a local model family -- parameters in an infinitesimal neighborhood along gradient directions -- and show this is a principled measure of plasticity. Although local redundancy is intractable to compute exactly, we prove that the expected squared gradient norm on a synthetic memorization task provides an efficiently computable lower bound. Experiments on continual image classification and time series transfer learning demonstrate that local redundancy predicts downstream performance better than existing measures and enables pretraining checkpoint selection where validation loss plateaus.
Original Article
View Cached Full Text

Cached at: 07/16/26, 04:22 AM

# Local Redundancy: An Information-Theoretic Measure of Plasticity from Synthetic Memorization
Source: [https://arxiv.org/html/2607.13432](https://arxiv.org/html/2607.13432)
###### Abstract

Plasticity—a neural network’s ability to adapt to new tasks—is critical for continual and transfer learning\. Existing measures, such as effective rank, dead neuron fraction, and weight norm, lack theoretical grounding and correlate poorly with performance on new tasks\. We introduce*local redundancy*, an information\-theoretic measure derived from universal compression theory\. We define local redundancy as the worst\-case redundancy of a local model family—parameters in an infinitesimal neighborhood along gradient directions—and show this is a principled measure of plasticity\. Although local redundancy is intractable to compute exactly, we prove that the expected squared gradient norm on a synthetic memorization task provides an efficiently computable lower bound\. Experiments on continual image classification and time series transfer learning demonstrate that local redundancy predicts downstream performance better than existing measures and enables pretraining checkpoint selection where validation loss plateaus\.

Machine Learning, Deep Learning, Neural Networks, Optimization

![Refer to caption](https://arxiv.org/html/2607.13432v1/x1.png)Figure 1:Local redundancy: a principled, computable measure of plasticity\.\(a\) Redundancy measures the information radius of a model class: a plastic network can reach many distributions \(large radius\); a rigid network cannot \(small radius\)\. \(b\) The expected squared gradient norm on synthetic memorization data lower\-bounds local redundancy \(Theorem[3\.4](https://arxiv.org/html/2607.13432#S3.Thmtheorem4)\), requiring only a single backward pass to compute\. \(c\) Local redundancy predicts downstream performance better than existing plasticity heuristics in continual learning; see Section[4](https://arxiv.org/html/2607.13432#S4)for transfer learning\.## 1Introduction

Neural networks trained over long horizons or across multiple tasks often lose the ability to learn effectively, a phenomenon termedloss of plasticity\(Lyle et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib22); Dohare et al\.,[2024](https://arxiv.org/html/2607.13432#bib.bib12)\)\. Modern training pipelines increasingly involve multiple adaptation phases such as fine\-tuning, alignment, and continual updates, where plasticity loss in early stages compromises learning in later ones\. Understanding and measuring plasticity is therefore central to training neural networks that learn continuously\.

Prior work has identified several properties of neural networks that change as plasticity degrades: lower effective rank of representations\(Kumar et al\.,[2021](https://arxiv.org/html/2607.13432#bib.bib19)\), higher dormant neuron ratio\(Sokar et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib34)\), larger weight norms\(Lyle et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib22)\), and greater distance from initialization\. These quantities are often used as proxies for plasticity, but each captures only one facet of network degradation without a unifying principle\. In practice, we find they correlate poorly with future task performance\.

We introducelocal redundancy, a measure of plasticity derived from universal compression theory\. The redundancy of a model class measures the excess loss incurred by any predictor that must handle all distributions in the class\(Shtarkov,[1987](https://arxiv.org/html/2607.13432#bib.bib33); Rissanen,[1984](https://arxiv.org/html/2607.13432#bib.bib29)\); we define local redundancy as the worst\-case redundancy of an infinitesimal neighborhood of parameters along gradient directions\. Classically \(and in singular model families appearing in deep learning\), worst\-case redundancy is asymptotically equal in leading term to the information radius of the model class—the diversity of distributions the model can express\(Haussler & Opper,[1997](https://arxiv.org/html/2607.13432#bib.bib15); Watanabe,[2009](https://arxiv.org/html/2607.13432#bib.bib37)\)\. This measures the capacity of the network to fit distributions different from its training data \(Figure[1](https://arxiv.org/html/2607.13432#S0.F1)\)\.

We prove that the expected squared gradient norm on synthetic memorization data provides a lower bound on local redundancy \(Theorem[3\.4](https://arxiv.org/html/2607.13432#S3.Thmtheorem4)\)\. The proof connects memorization gain—the reduction in loss when fitting random labels—to worst\-case redundancy via the Shtarkov sum\. The memorization dataset consists of synthetic images paired with randomly sampled labels, with inputs designed to saturate the network’s memorization capacity\. We show that lower bounding redundancy via memorization yields smooth training curves, and thus the synthetic gradient norm acts as both a lower bound and a proxy to estimate local redundancy\.

We evaluate local redundancy in two settings and find it outperforms existing proxies\. In continual image classification over thousands of sequential tasks, local redundancy correlates higher with future task accuracy than effective rank, dormant neuron ratio, and weight norm, after accounting for task number\. In time series transfer learning, selecting pretrain checkpoints with maximum local redundancy achieves better adaptation performance than selecting the checkpoint with lowest validation loss \(Table[3](https://arxiv.org/html/2607.13432#S4.T3)\), something not achievable with other plasticity metrics\.

Our contributions are as follows:

- •We define local redundancy, an information\-theoretic measure of plasticity based on the worst\-case redundancy of a network’s local parameter neighborhood\.
- •We prove that the expected squared gradient norm on synthetic memorization data lower\-bounds local redundancy, computable in a single backward pass\.
- •We show that local redundancy predicts future task performance better than existing proxies and enables checkpoint selection when validation loss plateaus\.

## 2Related Work

Information theory and universal compression\.Our framework builds on information\-theoretic approaches to learning, specifically the theory of universal compression\(Rissanen,[1984](https://arxiv.org/html/2607.13432#bib.bib29); Barron et al\.,[1998](https://arxiv.org/html/2607.13432#bib.bib6)\)\. The minimax redundancy characterizes the unavoidable cost of coding without knowledge of the source\(Davisson,[1973](https://arxiv.org/html/2607.13432#bib.bib10); Shtarkov,[1987](https://arxiv.org/html/2607.13432#bib.bib33)\), is equivalent to the capacity of the channel induced by the model family\(Haussler & Opper,[1997](https://arxiv.org/html/2607.13432#bib.bib15); Merhav & Feder,[1998](https://arxiv.org/html/2607.13432#bib.bib24)\)\. For classical regular models, redundancy scales asd2​log⁡n\\frac\{d\}\{2\}\\log nwhereddis the parameter dimension\(Rissanen,[1996](https://arxiv.org/html/2607.13432#bib.bib30)\)\. For singular models such as neural networks, singular learning theory generalizes this result and replaces the effective dimension with the real log canonical threshold \(RLCT\)\(Watanabe,[2009](https://arxiv.org/html/2607.13432#bib.bib37)\)\. This has recently been applied to study neural network learning dynamics\(Hoogland et al\.,[2024](https://arxiv.org/html/2607.13432#bib.bib16); Chen et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib8)\)and information\-theoretic generalization bounds based on mutual information\(Xu & Raginsky,[2017](https://arxiv.org/html/2607.13432#bib.bib38); Steinke & Zakynthinou,[2020](https://arxiv.org/html/2607.13432#bib.bib35)\)\. We apply ideas from universal compression theory to neural networks, using redundancy as a measure of plasticity\.

Model complexity\.Classical model complexity measures include VC dimension\(Vapnik & Chervonenkis,[1971](https://arxiv.org/html/2607.13432#bib.bib36)\)and Rademacher complexity\(Bartlett & Mendelson,[2002](https://arxiv.org/html/2607.13432#bib.bib7)\), which characterize global worst\-case learnability but are difficult to compute for deep networks and insensitive to the current parameter configuration\.Dong et al\. \([2025](https://arxiv.org/html/2607.13432#bib.bib13)\)recently obtain tight bounds via Jensen\-Shannon divergence\.Munn & Wei \([2025](https://arxiv.org/html/2607.13432#bib.bib25)\)use MDL\-based model selection to choose pretraining checkpoints among pretrain runs with differing hyperparameters or model families\. In contrast, local redundancy measures capacity at a specific parameter configuration and enables checkpoint selection within a single run\.

Plasticity and continual learning\.Loss of plasticity, where networks progressively lose the ability to learn new tasks, has been observed across reinforcement learning\(Lyle et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib22); Dohare et al\.,[2024](https://arxiv.org/html/2607.13432#bib.bib12); Abbas et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib1); Nikishin et al\.,[2022](https://arxiv.org/html/2607.13432#bib.bib27)\)and supervised settings\(Ash & Adams,[2020](https://arxiv.org/html/2607.13432#bib.bib5); Achille et al\.,[2019](https://arxiv.org/html/2607.13432#bib.bib2)\)\. Proposed causes include rank collapse of representations\(Kumar et al\.,[2021](https://arxiv.org/html/2607.13432#bib.bib19)\), dormant neurons\(Sokar et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib34)\), saturated activations, growing weight norms\(Lyle et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib22)\), and drift from initialization\. The Fisher information matrix and Hessian have also been used to measure plasticity through the curvature of the loss landscape\(Kirkpatrick et al\.,[2017](https://arxiv.org/html/2607.13432#bib.bib18); Martens,[2020](https://arxiv.org/html/2607.13432#bib.bib23); LeCun et al\.,[1989](https://arxiv.org/html/2607.13432#bib.bib21)\)\. These measure local curvature with respect to the current training distribution; in contrast, local redundancy bounds worst\-case performance over all possible target distributions\.

Several solutions to retain plasticity have also been proposed: shrink\-and\-perturb\(Ash & Adams,[2020](https://arxiv.org/html/2607.13432#bib.bib5)\), continual backprop\(Dohare et al\.,[2024](https://arxiv.org/html/2607.13432#bib.bib12)\), regenerative regularization\(Kumar et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib20)\), and periodic resets\(Nikishin et al\.,[2022](https://arxiv.org/html/2607.13432#bib.bib27)\)\. Separately, continual learning methods address catastrophic forgetting via replay\(Rolnick et al\.,[2019](https://arxiv.org/html/2607.13432#bib.bib31)\), regularization such as EWC\(Kirkpatrick et al\.,[2017](https://arxiv.org/html/2607.13432#bib.bib18)\), or architectural isolation\(Rusu et al\.,[2016](https://arxiv.org/html/2607.13432#bib.bib32)\)\. Our contribution is orthogonal: rather than intervening on plasticity, we provide a principled measure grounded in universal compression theory that quantifies plasticity, predicting downstream performance better than existing metrics\.

## 3Local Redundancy as Plasticity

We formalize plasticity as the capacity of a network to learn new tasks from its current state\. Our framework builds on universal compression theory, which provides a principled measure of model class complexity called*redundancy*\.

### 3\.1Redundancy

Let\(X,Y\)∼PX​Y\(X,Y\)\\sim P\_\{XY\}with inputsX∈𝒳X\\in\\mathcal\{X\}and discrete labelsY∈𝒴Y\\in\\mathcal\{Y\}\. Givennnsamples\(xi,yi\)\(x\_\{i\},y\_\{i\}\)drawn i\.i\.d\. fromPX​YP\_\{XY\}, we model the conditional distribution using a parametric class\{PY\|X,θ:θ∈Θ\}\\\{P\_\{Y\|X,\\theta\}:\\theta\\in\\Theta\\\}\. A*predictor*QYn\|XnQ\_\{Y^\{n\}\|X^\{n\}\}is any conditional distribution over label sequences\.

The*worst\-case redundancy*measures the excess log\-loss of the best predictor relative to an oracle that knows the true parameter:

Rn∗∗​\(Θ\)≜minQ⁡maxxn,yn​supθ∈Θlog⁡PYn\|Xn,θ​\(yn\|xn\)Q​\(yn\|xn\)\.R\_\{n\}^\{\*\*\}\(\\Theta\)\\triangleq\\min\_\{Q\}\\max\_\{x^\{n\},y^\{n\}\}\\sup\_\{\\theta\\in\\Theta\}\\log\\frac\{P\_\{Y^\{n\}\|X^\{n\},\\theta\}\(y^\{n\}\|x^\{n\}\)\}\{Q\(y^\{n\}\|x^\{n\}\)\}\.\(1\)This minimax redundancy equalsRn∗∗​\(Θ\)=supxnlog⁡Z​\(xn\)R\_\{n\}^\{\*\*\}\(\\Theta\)=\\sup\_\{x^\{n\}\}\\log Z\(x^\{n\}\), where the*Shtarkov sum*

Z​\(xn\)=∑yn∈𝒴nsupθ∈ΘPθ​\(yn\|xn\)Z\(x^\{n\}\)=\\sum\_\{y^\{n\}\\in\\mathcal\{Y\}^\{n\}\}\\sup\_\{\\theta\\in\\Theta\}P\_\{\\theta\}\(y^\{n\}\|x^\{n\}\)\(2\)sums the best\-fit likelihood over all possible labelings\(Shtarkov,[1987](https://arxiv.org/html/2607.13432#bib.bib33)\)\. Redundancy quantifies model class complexity: richer families incur higher redundancy because the predictor must hedge across more possible models\.

### 3\.2Local Model Families

Global redundancyRn∗∗​\(Θ\)R\_\{n\}^\{\*\*\}\(\\Theta\)characterizes the entire model class and depends only on architecture\. But plasticity is inherently*local*: it measures what a network can learn from its*current parameters*θ0\\theta\_\{0\}—and hence its current input–output map—not what the architecture could learn in principle\. We stress that “local” here refers to this neighborhood in parameter space, not to local minima or local curvature of the loss\. A network with high global capacity but collapsed representations has low plasticity\.

To capture this, we define the*local model family*as the set of distributions reachable within an infinitesimal distance along gradient directions:

###### Definition 3\.1\(Local model family\)\.

Fixθ0∈Θ\\theta\_\{0\}\\in\\Thetaand step size boundϵ\>0\\epsilon\>0\. LetL​\(θ;xn,yn\)=−log⁡PYn\|Xn,θ​\(yn\|xn\)L\(\\theta;x^\{n\},y^\{n\}\)=\-\\log P\_\{Y^\{n\}\|X^\{n\},\\theta\}\(y^\{n\}\|x^\{n\}\)\. The*local parameter set*is

Θ\(θ0,ϵ\)≜\{θ0−η∇θL\(θ0;xn,yn\):\\displaystyle\\Theta\(\\theta\_\{0\},\\epsilon\)\\triangleq\\bigl\\\{\\theta\_\{0\}\-\\eta\\nabla\_\{\\theta\}L\(\\theta\_\{0\};x^\{n\},y^\{n\}\):\\xn∈𝒳n,yn∈𝒴n,\\displaystyle x^\{n\}\\in\\mathcal\{X\}^\{n\},y^\{n\}\\in\\mathcal\{Y\}^\{n\},η∈\[0,ϵ\]\}\.\\displaystyle\\eta\\in\[0,\\epsilon\]\\bigr\\\}\.\(3\)The*local model family*isℳ​\(θ0,ϵ\)=\{PYn\|Xn,θ:θ∈Θ​\(θ0,ϵ\)\}\\mathcal\{M\}\(\\theta\_\{0\},\\epsilon\)=\\\{P\_\{Y^\{n\}\|X^\{n\},\\theta\}:\\theta\\in\\Theta\(\\theta\_\{0\},\\epsilon\)\\\}\.

This captures all parameters reachable by one gradient step on*any*dataset\(xn,yn\)\(x^\{n\},y^\{n\}\)with step size at mostϵ\\epsilon\. The gradient\-based definition is more principled than a Euclidean ball\{θ:‖θ−θ0‖<ϵ\}\\\{\\theta:\\\|\\theta\-\\theta\_\{0\}\\\|<\\epsilon\\\}: perturbations in different directions have vastly different effects on predictions, and the gradient naturally weights directions by their influence on the loss\(Zhang et al\.,[2019](https://arxiv.org/html/2607.13432#bib.bib39); Frankle et al\.,[2020](https://arxiv.org/html/2607.13432#bib.bib14)\)\.

The*local redundancy*is the worst\-case redundancy of this family:

Rn∗∗​\(θ0,ϵ\)≜Rn∗∗​\(Θ​\(θ0,ϵ\)\)\.R\_\{n\}^\{\*\*\}\(\\theta\_\{0\},\\epsilon\)\\triangleq R\_\{n\}^\{\*\*\}\\bigl\(\\Theta\(\\theta\_\{0\},\\epsilon\)\\bigr\)\.\(4\)

### 3\.3Plasticity as Local Redundancy

We argue that local redundancy is a natural measure of plasticity\. While worst\-case redundancy measures performance against the hardest distribution, average\-case redundancyRn∗​\(Θ\)=infQsupπ𝔼θ∼π​\[KL​\(Pθ∥Q\)\]R\_\{n\}^\{\*\}\(\\Theta\)=\\inf\_\{Q\}\\sup\_\{\\pi\}\\mathbb\{E\}\_\{\\theta\\sim\\pi\}\[\\mathrm\{KL\}\(P\_\{\\theta\}\\\|Q\)\]measures performance against a prior\-weighted mixture\. By the capacity\-redundancy theorem\(Haussler & Opper,[1997](https://arxiv.org/html/2607.13432#bib.bib15)\), average\-case redundancy equals channel capacity:

Rn∗​\(Θ\)=supπ∈𝒫​\(Θ\)I​\(θ;Yn\|Xn\)\.R\_\{n\}^\{\*\}\(\\Theta\)=\\sup\_\{\\pi\\in\\mathcal\{P\}\(\\Theta\)\}I\(\\theta;Y^\{n\}\|X^\{n\}\)\.\(5\)This quantity has a geometric interpretation: capacity equals the*information radius*, the radius of the smallest KL\-divergence ball centered at some distributionQ∗Q^\{\*\}that contains all models\{PY\|X,θ:θ∈Θ\}\\\{P\_\{Y\|X,\\theta\}:\\theta\\in\\Theta\\\}\(Polyanskiy & Wu,[2025](https://arxiv.org/html/2607.13432#bib.bib28)\)\. A large information radius means models inΘ​\(θ0,ϵ\)\\Theta\(\\theta\_\{0\},\\epsilon\)are able to represent many diverse conditional distributions—a single gradient step can steer the network toward many targets\. Low information radius means all locally reachable models have low KL divergence from each other\. This matches plasticity in continual learning\(Lyle et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib22); Dohare et al\.,[2024](https://arxiv.org/html/2607.13432#bib.bib12)\): a plastic network adapts readily, while a saturated network has collapsed to a region where gradients cannot induce meaningful change in the output distribution\. Worst\-case and average\-case redundancy are asymptotically equal in leading term in classical and singular model families\(Watanabe,[2009](https://arxiv.org/html/2607.13432#bib.bib37)\), which motivates reading worst\-case local redundancy through this geometric lens\. We emphasize, however, that the information\-radius interpretation in \([5](https://arxiv.org/html/2607.13432#S3.E5)\) serves as geometric*motivation*: our formal results \(Theorems[3\.2](https://arxiv.org/html/2607.13432#S3.Thmtheorem2)and[3\.4](https://arxiv.org/html/2607.13432#S3.Thmtheorem4)\) concern worst\-case local redundancy, and we do not claim a finite\-sample worst\-case/average\-case equivalence for the infinitesimal local family\.

### 3\.4Memorization Bounds for Classification

Next, we show that memorization provides an efficiently computable lower bound on local worst\-case redundancy\. Intuitively, we ask how much information about*random*targets a single infinitesimal update can encode: if many random labelings of fixed inputs can be fit after one small step, the local family contains many distinguishable conditional distributions and is therefore plastic \(Figure[1](https://arxiv.org/html/2607.13432#S0.F1)\)\. Sampling targets from the model’s own predictive distributionPθ0P\_\{\\theta\_\{0\}\}is what turns this intuition into a lower bound, through the entropy cancellation in the proof of Theorem[3\.4](https://arxiv.org/html/2607.13432#S3.Thmtheorem4)\.

Fix inputsxn∈𝒳nx^\{n\}\\in\\mathcal\{X\}^\{n\}and letθ^yn∈arg​maxθ∈Θ⁡Pθ​\(yn\|xn\)\\hat\{\\theta\}\_\{y^\{n\}\}\\in\\operatorname\*\{arg\\,max\}\_\{\\theta\\in\\Theta\}P\_\{\\theta\}\(y^\{n\}\|x^\{n\}\)denote the MLE for labelingyny^\{n\}\. Define the*memorization gain*:

r​\(xn;Θ,θ0\)\\displaystyle r\(x^\{n\};\\Theta,\\theta\_\{0\}\)≜H​\(Pθ0​\(Yn\|xn\)\)\\displaystyle\\triangleq H\(P\_\{\\theta\_\{0\}\}\(Y^\{n\}\|x^\{n\}\)\)\+𝔼yn∼Pθ0​\(Yn\|xn\)​\[log⁡Pθ^yn​\(yn\|xn\)\]\.\\displaystyle\\quad\+\\mathbb\{E\}\_\{y^\{n\}\\sim P\_\{\\theta\_\{0\}\}\(Y^\{n\}\|x^\{n\}\)\}\\bigl\[\\log P\_\{\\hat\{\\theta\}\_\{y^\{n\}\}\}\(y^\{n\}\|x^\{n\}\)\\bigr\]\.\(6\)
###### Theorem 3\.2\(Memorization lower bound\)\.

For any inputsxnx^\{n\}and model classΘ\\Theta,

Rn∗∗​\(Θ\)≥r​\(xn;Θ,θ0\)\.R\_\{n\}^\{\*\*\}\(\\Theta\)\\geq r\(x^\{n\};\\Theta,\\theta\_\{0\}\)\.\(7\)

###### Proof\.

RecallRn∗∗​\(Θ\)=supxnlog⁡Z​\(xn\)R\_\{n\}^\{\*\*\}\(\\Theta\)=\\sup\_\{x^\{n\}\}\\log Z\(x^\{n\}\)whereZ​\(xn\)=∑ynsupθPθ​\(yn\|xn\)Z\(x^\{n\}\)=\\sum\_\{y^\{n\}\}\\sup\_\{\\theta\}P\_\{\\theta\}\(y^\{n\}\|x^\{n\}\)\. For any fixedxnx^\{n\}and any distributionQQover𝒴n\\mathcal\{Y\}^\{n\}:

log⁡Z​\(xn\)\\displaystyle\\log Z\(x^\{n\}\)=log​∑yn∈𝒴nPθ^yn​\(yn\|xn\)\\displaystyle=\\log\\sum\_\{y^\{n\}\\in\\mathcal\{Y\}^\{n\}\}P\_\{\\hat\{\\theta\}\_\{y^\{n\}\}\}\(y^\{n\}\|x^\{n\}\)=log​∑ynQ​\(yn\)​Pθ^yn​\(yn\|xn\)Q​\(yn\)\\displaystyle=\\log\\sum\_\{y^\{n\}\}Q\(y^\{n\}\)\\frac\{P\_\{\\hat\{\\theta\}\_\{y^\{n\}\}\}\(y^\{n\}\|x^\{n\}\)\}\{Q\(y^\{n\}\)\}≥𝔼yn∼Q​\[log⁡Pθ^yn​\(yn\|xn\)Q​\(yn\)\]\\displaystyle\\geq\\mathbb\{E\}\_\{y^\{n\}\\sim Q\}\\left\[\\log\\frac\{P\_\{\\hat\{\\theta\}\_\{y^\{n\}\}\}\(y^\{n\}\|x^\{n\}\)\}\{Q\(y^\{n\}\)\}\\right\]\(8\)=H​\(Q\)\+𝔼yn∼Q​\[log⁡Pθ^yn​\(yn\|xn\)\],\\displaystyle=H\(Q\)\+\\mathbb\{E\}\_\{y^\{n\}\\sim Q\}\[\\log P\_\{\\hat\{\\theta\}\_\{y^\{n\}\}\}\(y^\{n\}\|x^\{n\}\)\],where \([8](https://arxiv.org/html/2607.13432#S3.E8)\) applies Jensen’s inequality to the concave logarithm\. TakingQ=Pθ0\(⋅\|xn\)Q=P\_\{\\theta\_\{0\}\}\(\\cdot\|x^\{n\}\)yieldslog⁡Z​\(xn\)≥r​\(xn;Θ,θ0\)\\log Z\(x^\{n\}\)\\geq r\(x^\{n\};\\Theta,\\theta\_\{0\}\)\. ∎

For local families with smallϵ\\epsilon, the MLE is achieved by moving distanceϵ\\epsilonalong the gradient direction of the given labeling\.

###### Proposition 3\.3\(Local MLE\)\.

Fix inputsxnx^\{n\}and labelsyny^\{n\}\. Letθ^yn​\(ϵ\)∈arg​maxθ∈Θ​\(θ0,ϵ\)⁡Pθ​\(yn\|xn\)\\hat\{\\theta\}\_\{y^\{n\}\}\(\\epsilon\)\\in\\operatorname\*\{arg\\,max\}\_\{\\theta\\in\\Theta\(\\theta\_\{0\},\\epsilon\)\}P\_\{\\theta\}\(y^\{n\}\|x^\{n\}\)\. Then asϵ→0\\epsilon\\to 0:

θ^yn​\(ϵ\)\\displaystyle\\hat\{\\theta\}\_\{y^\{n\}\}\(\\epsilon\)=θ0−ϵ​∇θL​\(θ0;xn,yn\)\+O​\(ϵ2\),\\displaystyle=\\theta\_\{0\}\-\\epsilon\\nabla\_\{\\theta\}L\(\\theta\_\{0\};x^\{n\},y^\{n\}\)\+O\(\\epsilon^\{2\}\),\(9\)L​\(θ^yn;xn,yn\)\\displaystyle L\(\\hat\{\\theta\}\_\{y^\{n\}\};x^\{n\},y^\{n\}\)=L​\(θ0;xn,yn\)−ϵ​‖∇θL​\(θ0;xn,yn\)‖2\\displaystyle=L\(\\theta\_\{0\};x^\{n\},y^\{n\}\)\-\\epsilon\\\|\\nabla\_\{\\theta\}L\(\\theta\_\{0\};x^\{n\},y^\{n\}\)\\\|^\{2\}\+O​\(ϵ2\)\.\\displaystyle\\quad\+O\(\\epsilon^\{2\}\)\.

This follows from Taylor expansion: the gradient step maximally decreases loss to first order\. Combining with Theorem[3\.2](https://arxiv.org/html/2607.13432#S3.Thmtheorem2)yields a characterization of local redundancy in terms of gradient norms\.

###### Theorem 3\.4\(Local redundancy via gradients\)\.

For the local familyΘ​\(θ0,ϵ\)\\Theta\(\\theta\_\{0\},\\epsilon\)with sufficiently smallϵ\\epsilon,

Rn∗∗​\(θ0,ϵ\)\\displaystyle R\_\{n\}^\{\*\*\}\(\\theta\_\{0\},\\epsilon\)≥ϵ⋅𝔼yn∼Pθ0​\[‖∇θL​\(θ0;xn,yn\)‖2\]\\displaystyle\\geq\\epsilon\\cdot\\mathbb\{E\}\_\{y^\{n\}\\sim P\_\{\\theta\_\{0\}\}\}\\bigl\[\\\|\\nabla\_\{\\theta\}L\(\\theta\_\{0\};x^\{n\},y^\{n\}\)\\\|^\{2\}\\bigr\]\+O​\(ϵ2\)\.\\displaystyle\\quad\+O\(\\epsilon^\{2\}\)\.\(10\)

###### Proof\.

By Proposition[3\.3](https://arxiv.org/html/2607.13432#S3.Thmtheorem3), averaging overyn∼Pθ0y^\{n\}\\sim P\_\{\\theta\_\{0\}\}:

𝔼yn​\[log⁡Pθ^yn​\(yn\|xn\)\]\\displaystyle\\mathbb\{E\}\_\{y^\{n\}\}\[\\log P\_\{\\hat\{\\theta\}\_\{y^\{n\}\}\}\(y^\{n\}\|x^\{n\}\)\]=𝔼yn​\[log⁡Pθ0​\(yn\|xn\)\]\+ϵ​𝔼yn​\[‖∇θL‖2\]\+O​\(ϵ2\)\\displaystyle\\quad=\\mathbb\{E\}\_\{y^\{n\}\}\[\\log P\_\{\\theta\_\{0\}\}\(y^\{n\}\|x^\{n\}\)\]\+\\epsilon\\,\\mathbb\{E\}\_\{y^\{n\}\}\\bigl\[\\\|\\nabla\_\{\\theta\}L\\\|^\{2\}\\bigr\]\+O\(\\epsilon^\{2\}\)=−H​\(Pθ0\)\+ϵ​𝔼yn​\[‖∇θL‖2\]\+O​\(ϵ2\)\.\\displaystyle\\quad=\-H\(P\_\{\\theta\_\{0\}\}\)\+\\epsilon\\,\\mathbb\{E\}\_\{y^\{n\}\}\\bigl\[\\\|\\nabla\_\{\\theta\}L\\\|^\{2\}\\bigr\]\+O\(\\epsilon^\{2\}\)\.\(11\)Substituting into \([3\.4](https://arxiv.org/html/2607.13432#S3.Ex2)\), the entropy terms cancel, givingr=ϵ​𝔼yn​\[‖∇θL‖2\]\+O​\(ϵ2\)r=\\epsilon\\,\\mathbb\{E\}\_\{y^\{n\}\}\[\\\|\\nabla\_\{\\theta\}L\\\|^\{2\}\]\+O\(\\epsilon^\{2\}\)\. The result follows from Theorem[3\.2](https://arxiv.org/html/2607.13432#S3.Thmtheorem2)\. ∎

![Refer to caption](https://arxiv.org/html/2607.13432v1/x2.png)Figure 2:Synthetic memorization datasets\.\(a\)Vision classification uses input images consisting of randomly generated overlapping shapes on random backgrounds, paired with labels sampled from the model’s predictive distribution\.\(b\)Time series regression uses i\.i\.d\. Gaussian inputs and targets with no temporal structure, sampled from the model’s predictive distribution\. By Theorem[3\.2](https://arxiv.org/html/2607.13432#S3.Thmtheorem2), any choice of inputsxnx^\{n\}and properly randomized targets yields an estimator that lower bounds the worst\-case redundancy\. We design inputs to make memorization easier for model parameters to express, yielding a smoother and stronger lower bound on local redundancy\.
### 3\.5Memorization Bounds for Regression

The preceding results assume discrete labels𝒴\\mathcal\{Y\}\. We now show that our methods generalize to regression settings, where labels are continuous, using rate\-distortion theory\. This extension justifies measuring local redundancy via gradient norms on random Gaussian targets—precisely the setup used in our time series experiments\.

###### Proposition 3\.5\(Regression memorization bound\)\.

Consider regression with MSE loss\. LetQ=𝒩​\(μ,σy2​I\)Q=\\mathcal\{N\}\(\\mu,\\sigma\_\{y\}^\{2\}I\)be any target distribution overℝm\\mathbb\{R\}^\{m\}with arbitrary meanμ∈ℝm\\mu\\in\\mathbb\{R\}^\{m\}\. If model familyΘ\\Thetaachieves expected MSE=D=Dwhen fittingnni\.i\.d\. samplesyi∼Qy\_\{i\}\\sim Q, then

Rn∗∗​\(Θ\)≥n​m2​log⁡σy2D\.R\_\{n\}^\{\*\*\}\(\\Theta\)\\geq\\frac\{nm\}\{2\}\\log\\frac\{\\sigma\_\{y\}^\{2\}\}\{D\}\.\(12\)

This follows from the Gaussian rate\-distortion theorem: representing𝒩​\(μ,σy2\)\\mathcal\{N\}\(\\mu,\\sigma\_\{y\}^\{2\}\)samples to MSE distortionDDrequires rateR​\(D\)=12​log⁡\(σy2/D\)R\(D\)=\\frac\{1\}\{2\}\\log\(\\sigma\_\{y\}^\{2\}/D\)bits per scalar\(Cover & Thomas,[2006](https://arxiv.org/html/2607.13432#bib.bib9)\)\. Discretizing targets and applying Theorem[3\.2](https://arxiv.org/html/2607.13432#S3.Thmtheorem2)to the induced classification problem yields the bound in the limit of fine quantization\.

###### Corollary 3\.6\(Gradient bound for regression\)\.

Theorem[3\.4](https://arxiv.org/html/2607.13432#S3.Thmtheorem4)extends to MSE loss\. LetPθ0​\(y\|x\)=𝒩​\(fθ0​\(x\),σ2​I\)P\_\{\\theta\_\{0\}\}\(y\|x\)=\\mathcal\{N\}\(f\_\{\\theta\_\{0\}\}\(x\),\\sigma^\{2\}I\)\. Then:

Rn∗∗​\(θ0,ϵ\)\\displaystyle R\_\{n\}^\{\*\*\}\(\\theta\_\{0\},\\epsilon\)≥ϵ⋅𝔼yn∼Pθ0​\[‖∇θL​\(θ0;xn,yn\)‖2\]\\displaystyle\\geq\\epsilon\\cdot\\mathbb\{E\}\_\{y^\{n\}\\sim P\_\{\\theta\_\{0\}\}\}\\bigl\[\\\|\\nabla\_\{\\theta\}L\(\\theta\_\{0\};x^\{n\},y^\{n\}\)\\\|^\{2\}\\bigr\]\+O​\(ϵ2\)\.\\displaystyle\\quad\+O\(\\epsilon^\{2\}\)\.\(13\)

The gradient norm measures the rate \(in bits per unit step size\) at which the model can encode information about random targets\.

### 3\.6Synthetic Memorization Datasets

Theorems[3\.2](https://arxiv.org/html/2607.13432#S3.Thmtheorem2),[3\.4](https://arxiv.org/html/2607.13432#S3.Thmtheorem4), and Corollary[3\.6](https://arxiv.org/html/2607.13432#S3.Thmtheorem6)reduce estimating local redundancy to measuring gradient norms on synthetic data with random labels \(or regression targets\)\. We emphasize that the model is never trained on this synthetic data: the synthetic batch is used only to probe the local family and evaluate the gradient\-norm estimator, leaving the parametersθ0\\theta\_\{0\}unchanged\. The randomized\-target ruley∼Pθ0y\\sim P\_\{\\theta\_\{0\}\}is also essential—it is what makes the gradient norm a lower bound on local redundancy rather than a generic gradient\-sensitivity heuristic\. The quality of this lower bound depends only on how well the synthetic data saturates model capacity; we ablate the choice of synthetic inputs in Appendix[A\.4](https://arxiv.org/html/2607.13432#A1.SS4)\. Since local redundancy is intractable to compute directly, we use this lower bound as a proxy for it throughout our experiments\.

Vision classification\.We generate synthetic images by: \(i\) filling a canvas with a uniform random RGB background; \(ii\) overlaying randomly positioned rectangles with random colors; and \(iii\) overlaying randomly positioned circles with random colors\. For each imagexx, we sample the label from the model’s predictive distributiony∼Pθ0​\(y\|x\)y\\sim P\_\{\\theta\_\{0\}\}\(y\|x\)\. These images are visually diverse but contain no learnable structure, lower bounding local redundancy by Theorem[3\.2](https://arxiv.org/html/2607.13432#S3.Thmtheorem2)\.

Time series regression\.We generate random Gaussian context windowsx∼𝒩​\(0,I\)x\\sim\\mathcal\{N\}\(0,I\)of shape \(context length×\\timesfeatures\)\. Next, prediction targets are sampled from the model’s predictive distributiony∼𝒩​\(fθ0​\(x\),σ2​I\)y\\sim\\mathcal\{N\}\(f\_\{\\theta\_\{0\}\}\(x\),\\sigma^\{2\}I\)\. By Corollary[3\.6](https://arxiv.org/html/2607.13432#S3.Thmtheorem6), the squared gradient norm on this data lower bounds local redundancy\.

## 4Experiments

We validate our theoretical framework in two settings: continual image classification and time series transfer learning\. In continual learning, we show that local redundancy decreases during training and predicts future task performance better than existing metrics\. In time series transfer, we demonstrate that local redundancy identifies optimal pretraining checkpoints when validation loss plateaus\. Throughout, we estimate local redundancy via Theorem[3\.4](https://arxiv.org/html/2607.13432#S3.Thmtheorem4): the mean squared gradient norm on synthetic data with random labels sampled from the model’s predictive distribution\.

Table 1:Correlation \(×100\\times 100\) between each plasticity metric and average future task accuracy \(t\+1,…,t\+10t\+1,\\ldots,t\+10\), after regressing out task number\. Values are correlations with the residual accuracy\. Local redundancy attains the strongest residual correlation for both Pearson and Spearman\.### 4\.1Continual Learning

Setup\.We evaluate on Continual ImageNet\(Dohare et al\.,[2024](https://arxiv.org/html/2607.13432#bib.bib12)\), a continual learning benchmark derived from ImageNet\(Deng et al\.,[2009](https://arxiv.org/html/2607.13432#bib.bib11)\)\. The benchmark constructs a sequence of binary classification tasks by pairing randomly selected ImageNet classes\. With 1000 ImageNet classes, there are approximately 500,000 possible pairs; we uniformly sample 3000 tasks without replacement\. Because each task involves different classes drawn from the same distribution, task difficulty remains constant in expectation, so any systematic decline in performance reflects loss of plasticity\.

Protocol\.We train MobileNetV3\-Large\(Howard et al\.,[2019](https://arxiv.org/html/2607.13432#bib.bib17)\), a convolutional network, on these tasks sequentially without access to previous task data: after training and evaluation on one task, the network proceeds to the next with weights carried over but no replay of earlier examples\. We estimate local redundancy at each task boundary via Theorem[3\.4](https://arxiv.org/html/2607.13432#S3.Thmtheorem4)\. We generaten=5000n=5000synthetic images as described in Section[3\.6](https://arxiv.org/html/2607.13432#S3.SS6), each consisting of 5 rectangles and 5 circles drawn in random order with random sizes, positions, and RGB colors on a random RGB background, with labels sampled from the model’s predictive distribution\. We compute the mean squared gradient norm of the cross\-entropy loss with respect to all parameters, averaged over the synthetic batch\. Full training details are provided in Appendix[A](https://arxiv.org/html/2607.13432#A1)\.

Baselines\.We compare against four existing plasticity metrics: weight norm, distance from initialization, dormant neuron ratio\(Sokar et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib34)\), and training gradient norm\. Weight norm, distance from initialization, and dormant neuron ratio capture existing measures of plasticity\. Training gradient norm computes gradient magnitude on real task data rather than synthetic memorization data; comparing against this baseline isolates the contribution of our synthetic data design\.

Results\.Figure[3](https://arxiv.org/html/2607.13432#S4.F3)shows local redundancy and test accuracy across the task sequence\. Local redundancy declines steadily as training progresses, consistent with progressive plasticity loss as the network commits to learned mappings\. To test whether this decline predicts future performance, we correlate each metric at taskttwith average accuracy over taskst\+1,…,t\+10t\+1,\\ldots,t\+10\. Because accuracy drifts downward due to catastrophic forgetting, task number alone is highly predictive: a metric that simply decreases over time would correlate with future accuracy without capturing useful signal\. To isolate genuine predictive signal above overall downward drift of performance, we first regress out task number and measure correlation with the residuals\. Future task accuracy is inherently noisy: some class pairs are easy to distinguish \(e\.g\., animals vs\. vehicles\) while others are difficult \(e\.g\., two similar dog breeds\), and tasks are sampled randomly\. Still, Table[1](https://arxiv.org/html/2607.13432#S4.T1)shows that local redundancy attains a meaningful residual correlation—the highest across all plasticity metrics for both Pearson and Spearman\.

![Refer to caption](https://arxiv.org/html/2607.13432v1/x3.png)Figure 3:Local redundancy \(red\) and test accuracy \(blue\) over 200 sequential binary classification tasks on Continual ImageNet\. Each task consists of distinguishing a randomly selected pair of ImageNet classes, with training proceeding sequentially without re\-initialization\. Local redundancy decreases as the network commits to learned mappings, tracking the expected loss of plasticity\.Stability–plasticity tradeoff\.We also ask how local redundancy relates to forgetting\. For each task we measure the drop in a previous task’s accuracy after training on the next \(positive values indicate more forgetting\), again regressing out task number\. Table[2](https://arxiv.org/html/2607.13432#S4.T2)reports the correlation of each metric with this forgetting signal\. Local redundancy is positively correlated with forgetting and among the largest such correlations across all metrics\. This is consistent with interpreting it as plasticity: a network that retains more capacity to adapt also overwrites prior tasks more readily, recovering the stability–plasticity tradeoff\.

Table 2:Correlation \(×100\\times 100\) between each plasticity metric and forgetting \(the drop in a previous task’s accuracy after training on the next task; positive indicates more forgetting\), after regressing out task number\. Local redundancy is positively associated with forgetting and among the largest such correlations, consistent with the stability–plasticity tradeoff\.
### 4\.2Time Series Transfer Learning

We apply local redundancy to checkpoint selection for time series forecasting, where transfer learning is common due to limited labeled data in target domains\. With limited data, selecting pretrained checkpoints is difficult—models often overfit to the source domain and fail to generalize to the target\. We show that local redundancy can be used to select pretrain checkpoints with higher downstream performance by identifying checkpoints that have higher plasticity\.

Setup\.We evaluate on the ETT \(Electricity Transformer Temperature\) benchmark\(Zhou et al\.,[2021](https://arxiv.org/html/2607.13432#bib.bib40)\), a standard testbed for time series transfer learning\. The dataset contains measurements from electricity transformers stations, including oil temperature and six power load features recorded over two years\. We pretrain on ETTm1 \(15\-minute readings from station 1\) and finetune on ETTh2 \(hourly readings from station 2\)\. This setup represents realistic domain shift: the datasets share the same features but differ in temporal granularity and station\-specific dynamics\. The task is multivariate forecasting: given a context window, predict future values across all features\.

Table 3:Average fine\-tuning validation MSE on ETTh2 across checkpoint selection strategies \(120 seeds, mean±\\pmstderr\)\. Selecting the checkpoint with maximum local redundancy achieves better downstream performance than lowest validation loss: local redundancy identifies checkpoints that retain capacity to adapt, even when validation loss has plateaued\. Local redundancy is the only plasticity metric with this property, outperforming dormant neuron ratio and weight norm\. Linear probing outperforms local redundancy but requires significantly more compute and access downstream labels, making it inadmissible when the target domain is unknown at selection time\.![Refer to caption](https://arxiv.org/html/2607.13432v1/x4.png)Figure 4:Training loss \(blue\), validation loss \(orange\), and local redundancy \(green\) during pretraining on ETTm1 \(shading indicates standard deviation across seeds\)\. Validation loss saturates after 3\-6 epochs, yet local redundancy continues to increase up to 12 epochs, peaking at different epochs for different seeds\. The network’s capacity to adapt continues to evolve after validation performance saturates: selecting checkpoints with large local redundancy takes advantage of this and leads to stronger downstream performance\.![Refer to caption](https://arxiv.org/html/2607.13432v1/x5.png)Figure 5:Fine\-tuning validation loss on ETTh2 for checkpoints selected by lowest pretraining validation loss \(blue\) versus maximum local redundancy \(orange\)\. The high\-redundancy checkpoint begins with higher loss but adapts more quickly, achieving a lower final loss on average \(shading indicates standard deviation across seeds\)\. Dashed line shows the final validation loss when training from scratch\.Checkpoint selection strategies\.The standard approach selects the checkpoint with lowest pretraining validation loss\. We compare against selecting by maximum local redundancy, as well as two other proxies: minimum dormant neuron ratio\(Sokar et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib34)\)and minimum weight norm\. As a strong alternative, we use linear probing\(Alain & Bengio,[2017](https://arxiv.org/html/2607.13432#bib.bib3)\): for each checkpoint, we freeze all layers except the final prediction head, randomly reinitialize the head, and train it for one epoch on labeled data from the target domain; we then select the checkpoint with lowest probe loss\. Linear probing requires downstream labels and a small training run conducted at each checkpoint\. We also compare against training from scratch \(no pretraining\)\.

Protocol\.We pretrain for 12 epochs with learning rate2×10−32\\times 10^\{\-3\}with cosine annealing and perform checkpoint selection according to each strategy described above\. We estimate local redundancy by computing the mean squared gradient norm on synthetic data generated using the protocol in Section[3\.6](https://arxiv.org/html/2607.13432#S3.SS6)\. We compute this metric four times per epoch during pretraining and average across measurements\. For each chosen checkpoint, we fine\-tune for 2 epochs or until finetuning validation loss saturates, with learning rate2×10−42\\times 10^\{\-4\}\. We repeat the entire pipeline across 120 random seeds and report the mean and standard error of the final fine\-tuning validation loss\.

Results\.Table[3](https://arxiv.org/html/2607.13432#S4.T3)shows fine\-tuning performance for each checkpoint selection strategy, averaged across 120 total seeds\. Selecting the checkpoint with maximum local redundancy achieves better downstream performance than selecting by lowest validation loss: once validation loss plateaus, it no longer meaningfully discriminates between checkpoints—they all fit the pretraining distribution adequately\. However, local redundancy continues to vary, revealing differences in remaining adaptability\. Figure[5](https://arxiv.org/html/2607.13432#S4.F5)shows that checkpoints with higher local redundancy adapt faster during fine\-tuning, despite starting from a farther initial distribution\. Additionally, local redundancy is the only plasticity metric with this property, outperforming dormant neuron ratio and weight norm\. Linear probing outperforms local redundancy but requires downstream labels and a small training run conducted at each checkpoint, making it inefficient and inadmissible when the target domain is unknown at selection time\.

### 4\.3Memorization Capacity

Theorem[3\.4](https://arxiv.org/html/2607.13432#S3.Thmtheorem4)provides a lower bound on local redundancy\. For this bound to yield a useful plasticity estimate, the gradient norm must behave smoothly over training\. To verify this on our designed synthetic datasets, we train to convergence on synthetic data and inspect the bits per parameter memorized\.

Setup\.We generate an image classification and a time series regression synthetic dataset as described in Section[3\.6](https://arxiv.org/html/2607.13432#S3.SS6)\. For classification, bits memorized follows from cross\-entropy loss as given by Theorem[3\.2](https://arxiv.org/html/2607.13432#S3.Thmtheorem2); for regression, from rate\-distortion theory \(Corollary[3\.6](https://arxiv.org/html/2607.13432#S3.Thmtheorem6)\)\. We train in bf16 precision and report bits per parameter: total bits memorized divided by the number of parameters\.

![Refer to caption](https://arxiv.org/html/2607.13432v1/x6.png)Figure 6:Bits per parameter over training on synthetic memorization data\. The time series model \(top\) achieves 1\.7 bits per parameter and the vision model \(bottom\) achieves 1\.0\. The stability in the early epochs of training confirms that our gradient\-based estimator provides a stable estimate for local redundancy\.Results\.Figure[6](https://arxiv.org/html/2607.13432#S4.F6)shows bits per parameter over training for each experiment\. The time series model saturates at 1\.7 bits per parameter and the vision model saturates at 1\.0 bits per parameter\. Prior works on memorization capacity report similar rates, such as 2\.0 bits per parameter for large GPT\-style transformersAllen\-Zhu & Li \([2024](https://arxiv.org/html/2607.13432#bib.bib4)\)\. The ability of neural networks to utilize free parameters to memorize patterns is precisely why synthetic memorization can provide non\-vacuous lower bounds on local redundancy\. Additionally, the increase in bits per parameter increases smoothly during the early stages of training, indicating that the gradient norm in Section[3\.6](https://arxiv.org/html/2607.13432#S3.SS6)is indeed a stable relative estimate of local redundancy when applied to a model that has not seen the synthetic data during training\.

## 5Conclusion

We introduced local redundancy, an information\-theoretic measure of plasticity grounded in universal compression theory\. We define local redundancy as the worst\-case redundancy of a local model family—the set of parameters reachable by a single gradient step—to obtain a principled quantity with the correct geometric meaning: the information radius of locally achievable distributions\. Theorem[3\.4](https://arxiv.org/html/2607.13432#S3.Thmtheorem4)lower bounds local redundancy with the gradient norms on any inputs with properly randomized targets, requiring only a single backward pass and no access to downstream tasks, and Section[4\.3](https://arxiv.org/html/2607.13432#S4.SS3)verifies that the synthetic gradient norm provides a stable estimate of local redundancy\.

Our experiments validate the framework in two settings\. In continual learning, local redundancy tracks plasticity loss and predicts future task accuracy better than existing metrics\. In transfer learning, local redundancy identifies high\-quality checkpoints when validation loss has plateaued\.

#### Limitations\.

Our results establish that local redundancy*predicts*downstream performance, but the lower bound does not establish that it*causes*it; a controlled study that intervenes on plasticity directly—for example via replay, EWC, or shrink\-and\-perturb—is needed to test causation\. Local redundancy is also a deliberately one\-step, local quantity: it characterizes the family reachable by a single gradient step and is not a global account of plasticity loss over long optimization horizons\. Our experiments measure forward adaptability rather than the full stability–plasticity tradeoff, and are limited to models of up to a few million parameters\. Finally, because local redundancy is intractable, we use the gradient\-norm lower bound as a proxy for it; this proxy is not calibrated to the true value and could mislead where the bound is loose, for instance if the gap between the bound and true redundancy varies across the checkpoints being compared\. Consistent with this, our synthetic data saturates only approximately 1–2 bits per parameter \(Section[4\.3](https://arxiv.org/html/2607.13432#S4.SS3)\), short of the theoretical ceiling of 16 bits per parameter\.

#### Future work\.

Promising directions include validating scaling behavior on larger models, constructing better synthetic memorization datasets to saturate model capacity further, and developing interventions that preserve local redundancy during training\.

## Impact Statement

This paper presents work whose goal is to advance the field of machine learning\. There are many potential societal consequences of our work, none of which we feel must be specifically highlighted here\.

## References

- Abbas et al\. \(2023\)Abbas, Z\., Zhao, R\., Modayil, J\., White, A\., and Machado, M\. C\.Loss of plasticity in continual deep reinforcement learning\.In*Conference on Lifelong Learning Agents \(CoLLAs\)*, volume 232 of*PMLR*, 2023\.
- Achille et al\. \(2019\)Achille, A\., Rovere, M\., and Soatto, S\.Critical learning periods in deep networks\.In*International Conference on Learning Representations \(ICLR\)*, 2019\.
- Alain & Bengio \(2017\)Alain, G\. and Bengio, Y\.Understanding intermediate layers using linear classifier probes\.In*International Conference on Learning Representations \(ICLR\), Workshop Track*, 2017\.
- Allen\-Zhu & Li \(2024\)Allen\-Zhu, Z\. and Li, Y\.Physics of language models: Part 3\.3, knowledge capacity scaling laws\.*arXiv preprint arXiv:2404\.05405*, 2024\.
- Ash & Adams \(2020\)Ash, J\. and Adams, R\. P\.On warm\-starting neural network training\.In*Advances in Neural Information Processing Systems \(NeurIPS\)*, volume 33, 2020\.
- Barron et al\. \(1998\)Barron, A\. R\., Rissanen, J\., and Yu, B\.The minimum description length principle in coding and modeling\.*IEEE Transactions on Information Theory*, 44\(6\):2743–2760, 1998\.
- Bartlett & Mendelson \(2002\)Bartlett, P\. L\. and Mendelson, S\.Rademacher and Gaussian complexities: Risk bounds and structural results\.*Journal of Machine Learning Research*, 3:463–482, 2002\.
- Chen et al\. \(2023\)Chen, Z\., Lau, E\., Mendel, J\., Wei, S\., and Murfet, D\.Dynamical versus Bayesian phase transitions in a toy model of superposition\.*arXiv preprint arXiv:2310\.06301*, 2023\.
- Cover & Thomas \(2006\)Cover, T\. M\. and Thomas, J\. A\.*Elements of Information Theory*\.Wiley\-Interscience, 2nd edition, 2006\.
- Davisson \(1973\)Davisson, L\. D\.Universal noiseless coding\.*IEEE Transactions on Information Theory*, 19\(6\):783–795, 1973\.
- Deng et al\. \(2009\)Deng, J\., Dong, W\., Socher, R\., Li, L\.\-J\., Li, K\., and Fei\-Fei, L\.ImageNet: A large\-scale hierarchical image database\.In*Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\)*, pp\. 248–255, 2009\.
- Dohare et al\. \(2024\)Dohare, S\., Hernandez\-Garcia, J\. F\., Lan, Q\., Rahman, P\., Mahmood, A\. R\., and Sutton, R\. S\.Loss of plasticity in deep continual learning\.*Nature*, 632:768–774, 2024\.
- Dong et al\. \(2025\)Dong, Y\., Guo, H\., Gong, T\., Wen, W\., and Li, C\.Exactly tight information\-theoretic generalization bounds via binary Jensen\-Shannon divergence\.In*Proceedings of the 42nd International Conference on Machine Learning \(ICML\)*, volume 267 of*PMLR*, pp\. 14040–14060, 2025\.
- Frankle et al\. \(2020\)Frankle, J\., Dziugaite, G\. K\., Roy, D\. M\., and Carbin, M\.Linear mode connectivity and the lottery ticket hypothesis\.In*Proceedings of the 37th International Conference on Machine Learning \(ICML\)*, 2020\.
- Haussler & Opper \(1997\)Haussler, D\. and Opper, M\.Mutual information, metric entropy and cumulative relative entropy risk\.*The Annals of Statistics*, 25\(6\):2451–2492, 1997\.
- Hoogland et al\. \(2024\)Hoogland, J\., Wang, G\., Farrugia\-Roberts, M\., Carroll, L\., Wei, S\., and Murfet, D\.Loss landscape degeneracy and stagewise development in transformers\.*arXiv preprint arXiv:2402\.02364*, 2024\.To appear in Transactions on Machine Learning Research\.
- Howard et al\. \(2019\)Howard, A\., Sandler, M\., Chu, G\., Chen, L\.\-C\., Chen, B\., Tan, M\., Wang, W\., Zhu, Y\., Pang, R\., Vasudevan, V\., Le, Q\. V\., and Adam, H\.Searching for MobileNetV3\.In*Proceedings of the IEEE/CVF International Conference on Computer Vision \(ICCV\)*, pp\. 1314–1324, 2019\.
- Kirkpatrick et al\. \(2017\)Kirkpatrick, J\., Pascanu, R\., Rabinowitz, N\., Veness, J\., Desjardins, G\., Rusu, A\. A\., Milan, K\., Quan, J\., Ramalho, T\., Grabska\-Barwinska, A\., Hassabis, D\., Clopath, C\., Kumaran, D\., and Hadsell, R\.Overcoming catastrophic forgetting in neural networks\.*Proceedings of the National Academy of Sciences*, 114\(13\):3521–3526, 2017\.
- Kumar et al\. \(2021\)Kumar, A\., Agarwal, R\., Ghosh, D\., and Levine, S\.Implicit under\-parameterization inhibits data\-efficient deep reinforcement learning\.In*International Conference on Learning Representations \(ICLR\)*, 2021\.
- Kumar et al\. \(2023\)Kumar, S\., Marklund, H\., and Van Roy, B\.Maintaining plasticity in continual learning via regenerative regularization\.*arXiv preprint arXiv:2308\.11958*, 2023\.
- LeCun et al\. \(1989\)LeCun, Y\., Denker, J\. S\., and Solla, S\. A\.Optimal brain damage\.In*Advances in Neural Information Processing Systems \(NeurIPS\)*, volume 2, pp\. 598–605, 1989\.
- Lyle et al\. \(2023\)Lyle, C\., Zheng, Z\., Nikishin, E\., Pires, B\. A\., Pascanu, R\., and Dabney, W\.Understanding plasticity in neural networks\.In*Proceedings of the 40th International Conference on Machine Learning \(ICML\)*, 2023\.
- Martens \(2020\)Martens, J\.New insights and perspectives on the natural gradient method\.*Journal of Machine Learning Research*, 21\(146\):1–76, 2020\.
- Merhav & Feder \(1998\)Merhav, N\. and Feder, M\.Universal prediction\.*IEEE Transactions on Information Theory*, 44\(6\):2124–2147, 1998\.
- Munn & Wei \(2025\)Munn, M\. and Wei, S\.A Bayesian model selection criterion for selecting pretraining checkpoints\.In*Proceedings of the 42nd International Conference on Machine Learning \(ICML\)*, 2025\.
- Nie et al\. \(2023\)Nie, Y\., Nguyen, N\. H\., Sinthong, P\., and Kalagnanam, J\.A time series is worth 64 words: Long\-term forecasting with transformers\.In*International Conference on Learning Representations \(ICLR\)*, 2023\.
- Nikishin et al\. \(2022\)Nikishin, E\., Schwarzer, M\., D’Oro, P\., Bacon, P\.\-L\., and Courville, A\.The primacy bias in deep reinforcement learning\.In*Proceedings of the 39th International Conference on Machine Learning \(ICML\)*, volume 162 of*PMLR*, pp\. 16828–16847, 2022\.
- Polyanskiy & Wu \(2025\)Polyanskiy, Y\. and Wu, Y\.*Information Theory: From Coding to Learning*\.Cambridge University Press, 2025\.
- Rissanen \(1984\)Rissanen, J\.Universal coding, information, prediction, and estimation\.*IEEE Transactions on Information Theory*, 30\(4\):629–636, 1984\.
- Rissanen \(1996\)Rissanen, J\.Fisher information and stochastic complexity\.*IEEE Transactions on Information Theory*, 42\(1\):40–47, 1996\.
- Rolnick et al\. \(2019\)Rolnick, D\., Ahuja, A\., Schwarz, J\., Lillicrap, T\. P\., and Wayne, G\.Experience replay for continual learning\.In*Advances in Neural Information Processing Systems \(NeurIPS\)*, volume 32, 2019\.
- Rusu et al\. \(2016\)Rusu, A\. A\., Rabinowitz, N\. C\., Desjardins, G\., Soyer, H\., Kirkpatrick, J\., Kavukcuoglu, K\., Pascanu, R\., and Hadsell, R\.Progressive neural networks\.*arXiv preprint arXiv:1606\.04671*, 2016\.
- Shtarkov \(1987\)Shtarkov, Y\. M\.Universal sequential coding of single messages\.*Problems of Information Transmission*, 23\(3\):175–186, 1987\.
- Sokar et al\. \(2023\)Sokar, G\., Agarwal, R\., Castro, P\. S\., and Evci, U\.The dormant neuron phenomenon in deep reinforcement learning\.In*Proceedings of the 40th International Conference on Machine Learning \(ICML\)*, volume 202 of*PMLR*, 2023\.
- Steinke & Zakynthinou \(2020\)Steinke, T\. and Zakynthinou, L\.Reasoning about generalization via conditional mutual information\.In*Proceedings of the Thirty Third Conference on Learning Theory \(COLT\)*, volume 125 of*PMLR*, pp\. 3437–3452, 2020\.
- Vapnik & Chervonenkis \(1971\)Vapnik, V\. N\. and Chervonenkis, A\. Y\.On the uniform convergence of relative frequencies of events to their probabilities\.*Theory of Probability and its Applications*, 16\(2\):264–280, 1971\.
- Watanabe \(2009\)Watanabe, S\.*Algebraic Geometry and Statistical Learning Theory*\.Cambridge Monographs on Applied and Computational Mathematics\. Cambridge University Press, 2009\.
- Xu & Raginsky \(2017\)Xu, A\. and Raginsky, M\.Information\-theoretic analysis of generalization capability of learning algorithms\.In*Advances in Neural Information Processing Systems \(NeurIPS\)*, volume 30, 2017\.
- Zhang et al\. \(2019\)Zhang, C\., Bengio, S\., and Singer, Y\.Are all layers created equal?*arXiv preprint arXiv:1902\.01996*, 2019\.
- Zhou et al\. \(2021\)Zhou, H\., Zhang, S\., Peng, J\., Zhang, S\., Li, J\., Xiong, H\., and Zhang, W\.Informer: Beyond efficient transformer for long sequence time\-series forecasting\.In*Proceedings of the AAAI Conference on Artificial Intelligence*, volume 35, pp\. 11106–11115, 2021\.

## Appendix AImplementation Details

### A\.1Continual Learning

#### Architecture\.

We use MobileNetV3\-Large\(Howard et al\.,[2019](https://arxiv.org/html/2607.13432#bib.bib17)\), a convolutional network with 5\.47M parameters\. We replace the final classification head with a two\-class output layer for binary classification\. The model is trained in bfloat16 precision\.

#### Dataset\.

We evaluate on Continual ImageNet\(Dohare et al\.,[2024](https://arxiv.org/html/2607.13432#bib.bib12)\), constructing 3000 binary classification tasks by sampling pairs of ImageNet classes uniformly without replacement\. Images are resized to 224×224 and normalized using ImageNet statistics\.

#### Training\.

For each task, we train for 100 epochs using AdamW with learning rate10−310^\{\-3\}\. Training is conducted on 4 H200 GPUs with an effective batch size of 1024 \(256×4256\\times 4\)\. After training on each task, we evaluate on held\-out examples from the same class pair, then proceed to the next task with weights carried over\. No replay or regularization is used\.

#### Local redundancy estimation\.

At each task boundary, we estimate local redundancy via Theorem 3\.4\. We generaten=5000n=5000synthetic images, each consisting of 5 rectangles and 5 circles drawn in random order with random sizes, positions, and RGB colors on a random RGB background\. For each imagexx, we sample the label from the model’s predictive distributiony∼Pθ0​\(y\|x\)y\\sim P\_\{\\theta\_\{0\}\}\(y\|x\)\. We compute the mean squared gradient norm of the cross\-entropy loss with respect to all parameters, averaged over the synthetic batch\.

#### Baseline metrics\.

We compute the following plasticity metrics at each task boundary:

1. \(i\)*Weight norm*: totalL2L\_\{2\}norm of all parameters\.
2. \(ii\)*Distance from initialization*:L2L\_\{2\}distance‖θ−θinit‖\\\|\\theta\-\\theta\_\{\\text\{init\}\}\\\|\.
3. \(iii\)*Dormant neuron ratio*: fraction of ReLU neurons with zero activation on a batch of real training data\.
4. \(iv\)*Training gradient norm*: mean squared gradient norm on real task data \(rather than synthetic\)\.

### A\.2Time Series Transfer Learning

#### Architecture\.

We use PatchTST\(Nie et al\.,[2023](https://arxiv.org/html/2607.13432#bib.bib26)\), a Transformer\-based model for multivariate time series forecasting\. The model segments each input channel into patches of length 16 with stride 8, then processes them through 4 Transformer encoder layers withdmodel=256d\_\{\\text\{model\}\}=256, 8 attention heads, FFN dimension 512, and dropout 0\.1\. The context length is 512 timesteps and the prediction horizon is 96 timesteps across all 7 input channels\. The model has approximately 2\.26M parameters and is trained in bfloat16 precision\.

#### Datasets\.

We pretrain on ETTm1 and fine\-tune on ETTh2\(Zhou et al\.,[2021](https://arxiv.org/html/2607.13432#bib.bib40)\)\. Both datasets contain 7 features recorded from electrical transformers\. Each dataset is split 80/20 into train and validation sets\. We construct sliding window samples of length512\+96512\+96and normalize each feature to zero mean and unit variance using training set statistics\.

#### Pretraining\.

We train with AdamW for 12 epochs using learning rate2×10−32\\times 10^\{\-3\}with cosine annealing\. Training uses DataParallel across 4 H200 GPUs with an effective batch size of 1024 \(256×4256\\times 4\)\. We save checkpoints after every epoch and compute local redundancy at four evenly spaced points within each epoch\. Local redundancy is estimated as the mean squared gradient norm on a synthetic dataset of 1024 random Gaussian inputsx∼𝒩​\(0,I\)x\\sim\\mathcal\{N\}\(0,I\)with targets sampled from the model’s predictive distributiony∼𝒩​\(fθ0​\(x\),σ2​I\)y\\sim\\mathcal\{N\}\(f\_\{\\theta\_\{0\}\}\(x\),\\sigma^\{2\}I\)\.

#### Checkpoint selection\.

We evaluate several strategies for selecting which pretrained checkpoint to fine\-tune:

1. \(i\)*Lowest validation loss*: select the checkpoint with lowest pretraining validation MSE\.
2. \(ii\)*Maximum local redundancy*: select the checkpoint with highest local redundancy\.
3. \(iii\)*Linear probe*: freeze the encoder and train only the prediction head for one epoch on target domain data; select the checkpoint with lowest probing loss\.
4. \(iv\)*Minimum weight norm*: select the checkpoint with smallest totalL2L\_\{2\}parameter norm\.
5. \(v\)*Minimum dormant ratio*: select the checkpoint with fewest dormant FFN neurons, where a neuron is dormant if its mean activation on pretraining data falls below 0\.05\.

#### Fine\-tuning\.

From each selected checkpoint, we fine\-tune on ETTh2 for 2 epochs with learning rate2×10−42\\times 10^\{\-4\}, using the same DataParallel configuration\. We perform 6 fine\-tuning runs per checkpoint selection strategy per pretrain run and report the mean final validation MSE\. Results are aggregated across 120 pretrain runs\.

### A\.3Memorization Capacity

#### Time series experiment\.

We train PatchTST \(2\.26M parameters, bfloat16\) to memorize 2048 samples of i\.i\.d\. Gaussian noise\. Each sample consists of 512 input timesteps and 96 target timesteps across 7 channels, yielding 1,376,256 total output values to memorize\. We train for 1000 epochs using AdamW with learning rate10−310^\{\-3\}\. We conduct training on 4 H200 GPUs with an effective batch size of 1024 \(256×4256\\times 4\)\.

#### Vision experiment\.

We train MobileNetV3\-Large \(5\.47M parameters, bfloat16\) to memorize 819,200 synthetic images with random class labels from 1000 classes\. Each image consists of 5 rectangles and 5 circles with random colors, sizes, and positions drawn in random order on a random RGB background\. We train for 1000 epochs using AdamW with learning rate10−310^\{\-3\}\. We conduct training on 4 H200 GPUs with an effective batch size of 1024 \(256×4256\\times 4\)\.

### A\.4Synthetic Data Ablation

By Theorem[3\.2](https://arxiv.org/html/2607.13432#S3.Thmtheorem2), any inputs with properly randomized targets yield a valid lower bound on local redundancy; the choice of synthetic inputs affects only the*tightness*of that bound\. To assess sensitivity to this choice, we compare three input types for the vision estimator: \(i\) independent per\-pixel Gaussian noise, \(ii\) our synthetic shapes \(Section[3\.6](https://arxiv.org/html/2607.13432#S3.SS6)\), and \(iii\) real, unseen images from the next task\. The real\-image variant serves as a reference but is inadmissible in general, since it requires access to the future task; we therefore measure how closely the Gaussian\-noise and shape\-based estimates track it across training\. Table[4](https://arxiv.org/html/2607.13432#A1.T4)reports the agreement between each synthetic estimate and the real\-image reference, and Figure[7](https://arxiv.org/html/2607.13432#A1.F7)plots the three estimates over the task sequence\. The shape\-based inputs track the reference closely, whereas per\-pixel Gaussian noise produces smaller gradients and a noisier, erratic estimate\. All variants remain valid lower bounds; the shape construction simply yields a stronger and smoother one\. For the time series estimator, we found that Gaussian inputs already track the reference well and adopt them throughout\.

Table 4:Agreement between the vision local\-redundancy estimate computed on synthetic inputs and the estimate computed on real, unseen next\-task images \(reference\), measured across training\. The shape\-based construction tracks the reference far more closely than per\-pixel Gaussian noise\.![Refer to caption](https://arxiv.org/html/2607.13432v1/figures/synthetic_ablation.png)Figure 7:Local\-redundancy estimate \(mean squared gradient norm\) over the Continual ImageNet task sequence, computed on three input types: synthetic shapes, per\-pixel Gaussian noise, and real, unseen next\-task images \(reference\)\. The shape\-based estimate tracks the real\-image reference closely, whereas per\-pixel Gaussian noise is noisier and erratic \(e\.g\., the spike near task 150\)\.
### A\.5Computational Cost

Estimating local redundancy requires a single backward pass on the synthetic batch, with no auxiliary optimization or downstream supervision\. Table[5](https://arxiv.org/html/2607.13432#A1.T5)reports wall\-clock cost on a 500\-task Continual ImageNet run \(one H100, one measurement per task\): it adds only1\.65%1\.65\\%of total training time, more than the simplest metrics but far below the dormant neuron ratio\.

Table 5:Wall\-clock cost of computing each plasticity metric on a 500\-task Continual ImageNet run \(one H100, one measurement per task\)\. Training takes 81 minutes; local redundancy adds1\.65%1\.65\\%of total training time\.

Similar Articles

Attribution-Based Neuron Utility for Plasticity Restoration in Deep Networks

arXiv cs.LG

This paper introduces Gradient Times Difference from Reference (GXD), a theoretically motivated utility measure for attributing neuron utility to restore plasticity in deep networks during continual learning. It argues that GXD provides more reliable intervention cost estimation compared to existing proxy signals like activation magnitude.

On the Stability of Growth in Structural Plasticity

arXiv cs.LG

This academic paper investigates the asymmetry between pruning and growth in structural plasticity for neural networks, showing that newborn units suffer from weaker gradient signals than incumbent units, and proposes interventions to improve integration.

A mathematical theory of balancing relational generalization and memorization

arXiv cs.LG

This paper introduces a novel task, transitive inference with exceptions, and analytically characterizes how neural network models (kernel ridge regression) balance relational generalization and memorization. The theory is validated in pretrained language models, showing systematic mistakes predicted by the theory.