---
title: Plasticity and Stability Profiles
url: https://www.emergentmind.com/topics/plasticity-and-stability-profiles
type: topic
---

# Plasticity and Stability Profiles

Plasticity and stability profiles are empirical or analytical characterizations of how a learning system distributes adaptation and retention over time, layers, parameters, or tasks. In continual learning, such profiles are used to distinguish systems that merely preserve a strong initial representation from systems whose representations actually improve as new data arrive; in recommendation and parameter-efficient finetuning, the same idea appears as a two-dimensional target-versus-retention characterization under retraining or adaptation [2304.01663] [2508.03941] [2605.28819]. Taken together, these works suggest that no single universal formalization has emerged: some define explicit profile metrics, whereas others infer profiles from accuracy trajectories, representational similarity, or architectural role separation.

## 1. Conceptual scope of the stability–plasticity profile

The underlying dilemma is classical: a system should remain stable enough to preserve previously acquired knowledge, yet plastic enough to absorb new structure. In class-incremental learning, this appears at stage \(i\) as a model \(M_i = G_i \circ F_i\), where excessive plasticity causes catastrophic forgetting in the feature extractor and excessive stability prevents meaningful representation growth [2304.01663]. In rehearsal-free lifelong image classification, the same tension is framed between a shared backbone that should accumulate task-invariant structure and task-specific adapters that should absorb task-local variation [2503.06213]. In continual reinforcement learning under gradual environmental drift, the balance shifts again: the dominant issue may be insufficient stability rather than insufficient plasticity, because the environment changes smoothly and often revisits related regimes [2605.26357]. In parameter-efficient finetuning of large language models, plasticity is operationalized as target-domain adaptation and stability as retention of pretrained general capabilities, so the profile becomes a target-versus-retention frontier rather than a single downstream score [2605.28819].

This breadth matters because the term “profile” does not denote a single object. In some settings it is an explicit pair of scalars; in others it is a representation-centered diagnostic, a layerwise similarity map, an architectural specialization, or a trajectory through time. A stability–plasticity profile is therefore best understood as a structured description of where, how, and at what timescale a system remembers and changes.

## 2. Measurement frameworks

A prominent representation-centered formulation evaluates how much the feature extractor actually improves across incremental stages. In class-incremental learning, one freezes \(F_j\), retrains a classifier \(G'\) on the full dataset, and evaluates \(M'_j \equiv G' \circ F_j\). The quantity
\[
\Delta M'_i := \mathrm{Acc}(M'_i, D) - \mathrm{Acc}(M'_0, D)
\]
directly measures whether the stage-\(i\) representation is better than the base representation: large positive values indicate successful incremental representation learning, values near zero indicate strong stability but little plasticity, and large negative values indicate forgetting [2304.01663]. The same work complements this with same-layer CKA between early and late models, treating high CKA as evidence of feature stability and low CKA as representational drift.

Other domains use more explicitly two-dimensional profile scores. In recommender systems, two models are trained—\(M_1\) on earlier data and \(M_2\) on earlier plus later data—and both are evaluated on old and new holdouts, yielding \(S_{1,1}, S_{1,2}, S_{2,1}, S_{2,2}\). Stability and plasticity are then defined as
\[
Stability = 1 - (S_{1,1} - S_{2,1}),
\qquad
Plasticity = S_{2,2} - S_{1,2}.
\]
This makes the profile a literal pair of scores describing old-regime retention and new-regime adaptation under retraining [2508.03941].

Minimal continual-learning agents admit even simpler geometric profiles. One such agent maintains a persistent state vector and measures representational change through cosine similarity,
\[
\text{sim}(\mathbf{s}_{t-1}, \mathbf{s}_t) = \frac{\mathbf{s}_{t-1} \cdot \mathbf{s}_t}{\|\mathbf{s}_{t-1}\| \, \|\mathbf{s}_t\|},
\]
with interval stability
\[
S(t_1, t_2) = \frac{1}{t_2 - t_1} \sum_{t=t_1+1}^{t_2}\cos(\mathbf{s}_{t-1},\mathbf{s}_t).
\]
Here, high similarity corresponds to stability, while temporary drops indicate adaptation or plasticity [2602.19655].

A more intervention-oriented definition appears in reinitialization-based continual learning. FIRE defines stability by Squared Frobenius Error,
\[
\mathrm{SFE}(W,\widetilde W)=\|W-\widetilde W\|_F^2,
\]
and plasticity by Deviation from Isometry,
\[
\mathrm{DfI}(W)=\|W^\top W-I\|_F^2.
\]
The profile is then the joint location of a model in the low-SFE/low-DfI plane, with the proposed reset computed as the closest isometric point to the current weights [2602.08040].

These measurement schemes are not interchangeable. Some isolate representation quality, some compare pre- and post-retraining behavior, and some evaluate geometric properties of weights or states. This suggests that profile measurement is tightly coupled to the intervention space in which stability and plasticity are being managed.

## 3. Internal structure: layers, neurons, architectures, and temporal depth

Several studies show that stability and plasticity are not uniformly distributed within a model. In continual self-supervised learning, layerwise CKA analysis on ResNet-18 indicates that batch normalization layers play a critical role for stability while convolutional layers are the main source of plasticity. This observation motivates freezing BN layers and preserving old convolutional paths while adding temporary trainable branches for adaptation [2403.18266].

A finer-grained version appears in deep reinforcement learning. NBSP identifies task-relevant “RL skill neurons” using a goal-oriented score based on the consistency between neuron activation states and a Goal Proximity Metric. These neurons are then given attenuated gradients through
\[
mask(\mathcal{N}) =
\begin{cases}
\alpha(1- Score(\mathcal{N})) & \text{if } \mathcal{N} \in \{\mathcal{N}_{RL\,skill}\} \\
1 & \text{otherwise,}
\end{cases}
\]
so that high-score neurons become stability-critical while the remainder of the network stays fully plastic [2504.08000].

At a coarser scale, architecture itself can induce a profile. Under approximately equal parameter budgets, deeper and narrower models show better plasticity, whereas wider and shallower models show better stability. This pattern is reported for ResNets on ImageNet100, MLPs on Split MNIST, and ViT-style models, and leads to a dual-architecture view in which one network is assigned the plastic role and another the stable role [2506.03951].

Temporal structure can also be hard-coded. In exemplar-free class-incremental learning, PlaStIL freezes the initial base and initial top for old classes while using partially fine-tuned recent tops for recent classes. The resulting hybrid classifier
\[
\mathcal{W}_k^{hyb}
\]
creates an age-structured profile: oldest classes are predicted through the most stable path, while newer classes receive more adaptive representation support [2209.06606].

These results collectively imply that a profile may be layerwise, neuronwise, architectural, or age-structured. Stability and plasticity are often best understood as distributed roles rather than global properties.

## 4. Mechanisms for engineering profiles

A broad design pattern is to construct explicit stable and plastic anchors, then optimize between them. ANCL embodies this directly. Given an old model \(\theta_{1:t-1}^*\) and an auxiliary network \(\theta_t^*\) trained only on the current task, the continual objective becomes
\[
\mathcal{L}_{\text{ANCL}}
=
\mathcal{L}_t(\theta)
+
\Omega(\theta;\theta_{1:t-1}^*,\lambda)
+
\Omega(\theta;\theta_t^*,\lambda_a).
\]
For quadratic regularization methods this creates a parameter-space interpolation between the old and auxiliary models; for distillation-based methods it creates an interpolation in representation or logit space [2303.09483].

A related decomposition appears in AdaLL. The backbone \(\varphi\) is updated under regularization to retain and accumulate task-invariant structure, while a task-specific adapter
\[
\beta^t(\varphi(x)) = \varphi(x) + Up_{b\rightarrow d}^t\!\left(Down_{d\rightarrow b}^t(\varphi(x))\right)
\]
absorbs task-specific variation. The paper’s strongest mechanistic evidence comes from the comparison among frozen-backbone adaptation, co-trained backbone without regularization, and co-trained backbone with backbone regularization, where the last option yields the best balance [2503.06213].

Other methods treat the profile as a tunable continuum. The Simple Linear Connector trains a stability-oriented endpoint \(\overleftarrow W_{1:(t-1)}\) and a plasticity-oriented endpoint \(\overrightarrow W_t\), then interpolates them:
\[
W_{1:t}(\beta) = (1-\beta)\overleftarrow W_{1:(t-1)} + \beta \overrightarrow W_t.
\]
With \(\beta=0\) the model is maximally stable; with \(\beta=1\) it is maximally plastic; and the default choice \(\beta=1/t\) is analytically motivated as a compromise [2110.07905].

Flashback Learning turns this into a two-phase bidirectional regularization scheme. After a brief first phase produces a primary model \(\theta_p\), the trainable model is reset to the stable checkpoint \(\theta_s\) and optimized with
\[
\mathcal{L}_{\text{FL}}(\theta)
=
\mathcal{L}_c(\theta)
+
\alpha_s \mathcal{L}_s(\theta)
+
\alpha_p \mathcal{L}_p(\theta),
\]
where \(\mathcal{L}_s\) is derived from a Stable Knowledge Base and \(\mathcal{L}_p\) from a Plastic Knowledge Base. The resulting gradient is no longer pulled only toward old-task targets; it is pulled toward an interpolation of old and newly adapted targets [2506.00477].

FIRE addresses the same problem from weight geometry. It defines the desired balance as the projection
\[
\min_{\widetilde{W}} \ \|W - \widetilde{W}\|_F^2
\quad \text{s.t.} \quad
\widetilde{W}^\top \widetilde{W}=I,
\]
with solution
\[
\widetilde{W}^\star = W(W^\top W)^{-1/2}.
\]
This turns profile control into a constrained reinitialization problem: remain as close as possible to the current solution while restoring isometry for further adaptation [2602.08040].

Across these methods, the common pattern is explicit role assignment. Stability is placed in old models, frozen paths, regularized backbones, or weight proximity; plasticity is placed in auxiliary networks, adapters, new branches, or isometry-restoring resets.

## 5. Cross-domain manifestations and theoretical formalisms

The profile perspective is not limited to supervised continual learning. In continual named entity recognition, SPT argues that standard knowledge distillation is overly stable because it enforces strict representation consistency. It relaxes this with pooled distillation,
\[
\mathcal{L}_{\text{Total}}(\Theta_t)
=
\mathcal{L}_{\text{CE}}
+
\lambda \mathcal{L}_{\text{PKD}},
\]
and complements it with selective weight fusion and confidence-based pseudo-labeling for the shifting non-entity class. The reported pattern is balanced improvement on both old-type and new-type F1 across ten continual NER settings [2508.03259].

In gradual-drift reinforcement learning, the profile leans more strongly toward stability. The environment is modeled as
\[
M_t = (\mathcal{S}, \mathcal{A}, p_{w_t}, r, \gamma),
\]
with transition dynamics changing through a latent continuous process \(w_t\). The main empirical result is that stability-favoring methods outperform plasticity-injection methods, and that synaptic consolidation applied to successor features outperforms consolidation of Q-values in the main continual-drift settings. Consolidation is most effective when successor features are stabilized across multiple timescales, with fast components supporting immediate adaptation and slower ones preserving long-term predictive structure [2605.26357].

In large-language-model adaptation, PEFT-Arena recasts PEFT as a target-versus-retention problem. The profile is evaluated on a two-axis plane: target-domain accuracy as plasticity and general-capability retention as stability. Under matched parameter budgets, orthogonal finetuning is reported to occupy the most favorable Pareto frontier, while final SFT checkpoints often overshoot a better target-retention operating point. This makes profile control a post-hoc path-selection problem as well as a training-time design problem [2605.28819].

Theoretical formalisms also exist outside benchmark-driven continual learning. In stochastic neural fields with dynamic connectivity, localized activity bumps carry stability profiles through presynaptic short-term plasticity variables \(q_n(x,t)\) and \(r_n(x,t)\), with effective synaptic efficacy \(r_n(x,t)(1+q_n(x,t))\). Facilitation on excitatory synapses increases bump stability, depression on excitatory synapses decreases it, and the sign inverts for inhibitory synapses [2306.16537]. In continuous-time recurrent neural networks with plastic weights, matrix measure flows track the scalar quantity \(\mu[W(t)]\) induced by a matrix flow \(\dot W=-\gamma W+G(W,x,t)\), yielding
\[
\frac{d^+\mu[W]}{dt}\le -\gamma \mu[W]+\mu[G(W,x,t)].
\]
This makes stability under plasticity analyzable as a scalar comparison process rather than only as a frozen-weight property [2212.12639].

Taken together, these studies suggest that profiles can be behavioral, representational, geometric, or dynamical, depending on whether the dominant concern is accuracy, interference, retention of pretrained capabilities, or stability of continuous-time trajectories.

## 6. Limitations, ambiguities, and open questions

The literature is methodologically rich but terminologically uneven. Some works define explicit profile metrics, yet others infer stability and plasticity only indirectly from average accuracy, final accuracy, or task trajectories. For example, AdaLL does not define separate formal scalar metrics named stability and plasticity, nor does it report standard continual-learning quantities such as backward transfer, forward transfer, forgetting score, or intransigence numerically; the balance is inferred from slower accuracy decline and stronger current-task performance [2503.06213]. PEFT-Arena likewise uses a two-dimensional frontier rather than a single official composite score [2605.28819]. The recommender-systems framework provides explicit formulas, but only for a single old/new retraining transition and without multi-step trajectories, confidence intervals, or significance tests [2508.03941].

These differences suggest that profile quality is still partly benchmark-defined. In class-incremental learning with strong pretraining, a flat profile may indicate representation stagnation rather than successful retention [2304.01663]. In gradual-drift RL, the same stability-heavy profile can be advantageous because the environment changes smoothly rather than abruptly [2605.26357]. In Task-IL, task identity reduces interference at inference and can make profile improvements easier to obtain than in Class-IL [2503.06213]. Claims that a method “eliminates” the dilemma are therefore stronger than the evidence usually establishes; the empirical record more clearly supports improved operating points than literal elimination.

A further ambiguity is documentary rather than conceptual. In one case, a document labeled as “Entropy-based Stability-Plasticity” does not actually contain a recoverable method description, equations, experiments, or profiles, and only its bibliography reveals topical proximity to continual learning, catastrophic forgetting, layer freezing, and branching [2204.09517]. This underscores a broader point: the term “plasticity and stability profile” can denote anything from a rigorously specified metric to a qualitative architectural intuition.

The open questions are correspondingly structural. A unified theory would need to relate representation growth, forgetting, parameter geometry, and architectural specialization under a common formalism. Existing work suggests several promising directions: measuring profiles beyond endpoint accuracy, separating profile components across timescales or modules, and designing interventions that preserve predictive or invariant structure while allowing targeted adaptation. The field has established that profiles are measurable and engineerable; it has not yet standardized what the profile should be.

Source: https://www.emergentmind.com/topics/plasticity-and-stability-profiles