Papers
Topics
Authors
Recent
Search
2000 character limit reached

Relearning Convergence Delay

Updated 5 July 2026
  • The paper introduces RCD as a tool to measure the integral of excess error during retraining, capturing both immediate degradation and persistent forgetting.
  • RCD is theoretically grounded using gradient descent analysis under strong convexity and smoothness, with exponential convergence in its discrete approximation.
  • The influence eliminating unlearning (IEU) framework leverages gradient ascent with noise injection to balance retaining-set performance and maximizing forgetting resistance.

Searching arXiv for the cited papers to ground the article in the latest available records. Relearning convergence delay (RCD) is a machine-unlearning metric that measures how slowly an unlearned model can recover performance on a forgetting set when retraining is resumed from the unlearned weights. In its formal definition, RCD is the integral over retraining time of the excess evaluation error on the forgetting set relative to the optimal model for that set, so it quantifies not only immediate post-unlearning degradation but also the persistence of forgetting under relearning. In the formulation introduced for unlearning, RCD is intended to capture both changes in weight space and prediction space, and to assess the risk that forgotten data can be recovered from the unlearned model (Tran et al., 10 Apr 2026).

1. Formal definition and notation

The standard setup distinguishes a full training set Dtrain={xi,yi}\mathcal{D}^{train} = \{x_i,y_i\}, a forgetting set Df\mathcal{D}_f, and a retaining set Dr=Dtrain∖Df\mathcal{D}_r = \mathcal{D}^{train}\setminus \mathcal{D}_f. A model is written as f(x,ξ)f(x,\theta) with parameters ξ∈Rd\theta \in \mathbb{R}^d, and an iterative training algorithm is denoted by T(ξ0,D,t)\mathcal{T}(\theta_0,\mathcal{D},t), meaning that training starts from ξ0\theta_0 and runs for tt steps on dataset D\mathcal{D}. The optimal parameters for a dataset D\mathcal{D} are denoted by

Df\mathcal{D}_f0

and the evaluation error on Df\mathcal{D}_f1 is denoted by Df\mathcal{D}_f2.

With this notation, the continuous form of relearning convergence delay for an unlearned model Df\mathcal{D}_f3 is

Df\mathcal{D}_f4

The corresponding discrete Df\mathcal{D}_f5-step approximation is

Df\mathcal{D}_f6

This definition makes RCD an area-under-the-relearning-curve quantity rather than a pointwise score. A model that briefly performs poorly on Df\mathcal{D}_f7 but rapidly relearns can have substantially smaller RCD than a model whose error remains elevated over many updates. A common simplification in unlearning evaluation is to focus only on model predictions; the introduction of RCD is motivated by the claim that prediction-only metrics limit insight into the model’s true underlying data characteristics (Tran et al., 10 Apr 2026).

2. Theoretical characterization

The theory for RCD is developed under three assumptions. First, the training procedure converges in the sense that Df\mathcal{D}_f8 for any Df\mathcal{D}_f9. Second, the condition number of the Hessian is assumed to be monotone along training: if Dr=Dtrain∖Df\mathcal{D}_r = \mathcal{D}^{train}\setminus \mathcal{D}_f0 has ordered eigenvalues Dr=Dtrain∖Df\mathcal{D}_r = \mathcal{D}^{train}\setminus \mathcal{D}_f1, then Dr=Dtrain∖Df\mathcal{D}_r = \mathcal{D}^{train}\setminus \mathcal{D}_f2 is nonincreasing in Dr=Dtrain∖Df\mathcal{D}_r = \mathcal{D}^{train}\setminus \mathcal{D}_f3. Third, under Dr=Dtrain∖Df\mathcal{D}_r = \mathcal{D}^{train}\setminus \mathcal{D}_f4-strong convexity and Dr=Dtrain∖Df\mathcal{D}_r = \mathcal{D}^{train}\setminus \mathcal{D}_f5-smoothness, the eigenvalues satisfy

Dr=Dtrain∖Df\mathcal{D}_r = \mathcal{D}^{train}\setminus \mathcal{D}_f6

with Dr=Dtrain∖Df\mathcal{D}_r = \mathcal{D}^{train}\setminus \mathcal{D}_f7 bounding the initial condition number.

Under gradient descent with step size Dr=Dtrain∖Df\mathcal{D}_r = \mathcal{D}^{train}\setminus \mathcal{D}_f8, RCD admits the upper bound

Dr=Dtrain∖Df\mathcal{D}_r = \mathcal{D}^{train}\setminus \mathcal{D}_f9

Under f(x,Ξ)f(x,\theta)0-strongly convex and f(x,Ξ)f(x,\theta)1-smooth losses, this yields the corollary

f(x,Ξ)f(x,\theta)2

The proof sketch uses the descent lemma together with the PL-style bound

f(x,Ξ)f(x,\theta)3

The discrete approximation converges exponentially fast: f(x,Ξ)f(x,\theta)4 Accordingly, only f(x,Ξ)f(x,\theta)5 steps are needed to approximate RCD within f(x,Ξ)f(x,\theta)6 (Tran et al., 10 Apr 2026).

These results establish two points of principle. First, RCD is controlled jointly by excess loss and the local condition number, so it is not reducible to post-unlearning accuracy alone. Second, because the discrete approximation converges exponentially, the metric is computationally tractable in regimes where exact infinite-horizon retraining would be impractical.

3. Influence Eliminating Unlearning

The principal algorithmic framework built around RCD is Influence Eliminating Unlearning (IEU). Its high-level objective is to produce unlearned parameters f(x,ξ)f(x,\theta)7 that simultaneously minimize retained-set loss and maximize RCD on the forgetting set. In the paper’s formulation, the forgetting objective is realized through a combination of retaining-set gradient descent, forgetting-set gradient ascent, and noisy regularization (Tran et al., 10 Apr 2026).

The retaining-set utility term is the standard descent direction f(x,Ξ)f(x,\theta)8. Forgetting pressure is introduced through gradient ascent on the forgetting set,

f(x,Ξ)f(x,\theta)9

with forgetting-set step size Ξ∈Rd\theta \in \mathbb{R}^d0 and Ξ∈Rd\theta \in \mathbb{R}^d1. The third component is an iterative re-initialization mechanism: Ξ∈Rd\theta \in \mathbb{R}^d2 This noise injection is described as raising the condition number on Ξ∈Rd\theta \in \mathbb{R}^d3 and slowing convergence.

The full IEU update rule is

Ξ∈Rd\theta \in \mathbb{R}^d4

where Ξ∈Rd\theta \in \mathbb{R}^d5, Ξ∈Rd\theta \in \mathbb{R}^d6, and Ξ∈Rd\theta \in \mathbb{R}^d7. The hyperparameters have distinct roles: Ξ∈Rd\theta \in \mathbb{R}^d8 controls the strength of forgetting-set ascent, Ξ∈Rd\theta \in \mathbb{R}^d9 controls the speed of re-initialization noise, and T(Ξ0,D,t)\mathcal{T}(\theta_0,\mathcal{D},t)0 is the base learning rate on T(Ξ0,D,t)\mathcal{T}(\theta_0,\mathcal{D},t)1.

Theoretical control of retaining-set utility is provided by a convergence bound. Under T(Ξ0,D,t)\mathcal{T}(\theta_0,\mathcal{D},t)2-Lipschitz, T(Ξ0,D,t)\mathcal{T}(\theta_0,\mathcal{D},t)3-strongly convex, T(Ξ0,D,t)\mathcal{T}(\theta_0,\mathcal{D},t)4-smooth T(Ξ0,D,t)\mathcal{T}(\theta_0,\mathcal{D},t)5, step size T(Ξ0,D,t)\mathcal{T}(\theta_0,\mathcal{D},t)6, and T(Ξ0,D,t)\mathcal{T}(\theta_0,\mathcal{D},t)7, the expected retaining-loss error satisfies

T(Ξ0,D,t)\mathcal{T}(\theta_0,\mathcal{D},t)8

The first term decays exponentially in T(Ξ0,D,t)\mathcal{T}(\theta_0,\mathcal{D},t)9, while the remaining terms quantify the penalty induced by gradient ascent and noise injection. This makes explicit that maximizing forgetting resistance is coupled to a utility cost whose magnitude is shaped by Ξ0\theta_00 and Ξ0\theta_01.

4. Empirical behavior

The empirical study spans both classification and generative unlearning. In classification, the evaluation includes CIFAR-10, CIFAR-100, and TinyImageNet; architectures include ResNet-50 and ViT; baselines include FT, RL, SCRUB, and SALUN; and reported metrics include Ξ0\theta_02, Ξ0\theta_03, test accuracy, MIA ASR, Avg. Gap vs retrain, and Ξ0\theta_04 (Tran et al., 10 Apr 2026).

For TinyImageNet with ResNet under random 30% forgetting, the reported values are:

Method Avg.Gap Ξ0\theta_05
Retraining 0 Ξ0\theta_06
FT Ξ0\theta_07 Ξ0\theta_08
RL Ξ0\theta_09 tt0
SCRUB tt1 tt2
IEU w/GA tt3 tt4
IEU w/Noisy tt5 tt6
IEU w/GA+Noisy tt7 tt8

The associated trade-off plot places IEU variants near the retrain corner, meaning high RCD together with low Avg.Gap. This indicates that strong resistance to relearning need not require large degradation on the retaining distribution.

The generative setting studies Stable Diffusion NSFW unlearning with base model SD v1.4. ESD and SALUN are evaluated with and without GA and Noisy variants; I2P nudity prompts are used to measure Nudity-ratio, unrelated ImageNette classes are used to measure FID, and relearning with Adam yields tt9.

Framework Nudity / FID D\mathcal{D}0
ESD 0.45 / 27.3 D\mathcal{D}1
ESD+Noisy 0.12 / 29.4 D\mathcal{D}2
SALUN 0.58 / 25.8 D\mathcal{D}3
SALUN+Noisy 0.15 / 26.1 D\mathcal{D}4
ESD+GA+Noisy 0.10 / 27.0 D\mathcal{D}5

In these results, Noisy-only and GA+Noisy consistently reduce Nudity and raise D\mathcal{D}6 while preserving or improving FID. The ablation studies further report that smaller step sizes for D\mathcal{D}7 calculation marginally increase RCD but leave method rankings stable; that D\mathcal{D}8 values that are too low lead to model collapse and values that are too high lead to weak forgetting; and that D\mathcal{D}9–D\mathcal{D}0 balances retention and forgetting on the reported ViT CIFAR-100 setting. The Pareto curve indicates an explicit privacy-utility trade-off through tuning D\mathcal{D}1 (Tran et al., 10 Apr 2026).

A related but distinct precursor appears in recurrent-network learning, where sequential updates can be obstructed by destructive interference. In the analysis of LMS and FORCE for memory and pattern-generation tasks, LMS is described as constantly obstructed by forgetting, manifested as destruction of dynamical objects from previous trials, whereas FORCE uses a whitened update through

D\mathcal{D}2

and thereby protects previously learned directions (Beer et al., 2018). Trial-trial overlap is measured by

D\mathcal{D}3

and higher overlap produces slower net convergence and stronger one-step-back forgetting. The reported scale difference is substantial: FORCE uses approximately one trial per new target, whereas LMS can require D\mathcal{D}4 trials for two highly overlapping targets and can easily exceed D\mathcal{D}5–D\mathcal{D}6 total trials when memorizing five values. This suggests a conceptual continuity between RCD in unlearning and interference-driven relearning delay in sequential online learning, even though the formal metrics differ.

The word “delay” also has a separate meaning in optimization and dynamical-systems analysis. In asynchronous optimization, delay denotes stale information, with updates of the form

D\mathcal{D}7

based on D\mathcal{D}8, and delay-adaptive rules choose D\mathcal{D}9 from the remaining budget

Df\mathcal{D}_f00

so that convergence depends on actual time-varying delays rather than conservative worst-case bounds (Wu et al., 2022). In delayed gradient descent, fixed delay Df\mathcal{D}_f01 still permits non-ergodic linear convergence under strong convexity or the PL condition, with admissible step sizes improved to Df\mathcal{D}_f02 for Df\mathcal{D}_f03, Df\mathcal{D}_f04 for Df\mathcal{D}_f05, and Df\mathcal{D}_f06 for large Df\mathcal{D}_f07 under PL (Choi et al., 2023). In continuous-time linear systems, fixed delay can even improve convergence rate when the critical eigenvalues lie in the sector Df\mathcal{D}_f08, with maximal gain bounded by Df\mathcal{D}_f09 (Moradian et al., 2018). These results are not about machine unlearning, but they clarify that “relearning convergence delay” is a specific metric of resistance to recovery, not a generic synonym for time-delayed optimization.

6. Interpretation, misconceptions, and open questions

RCD is designed to measure residual influence rather than only prediction mismatch. The underlying claim is that evaluation based solely on model predictions offers limited visibility into whether the forgotten data remain easily recoverable from the weights. Because the upper bound on RCD depends on both excess loss and the condition number, a high immediate forgetting-set loss alone does not certify high resistance to relearning; conversely, low Avg.Gap on the retaining set does not by itself establish that forgetting is deep (Tran et al., 10 Apr 2026).

The framework also has clear current limits. The theory is built on gradient descent, whereas practical systems often use Adam or other optimizers. The reported behavior of Df\mathcal{D}_f10 is informative but is explicitly noted to behave differently, and not strictly slower with IEU-GA. Beyond vision, scalability to NLP, graphs, and lifelong unlearning remains to be studied. Fairness, security, and legal compliance aspects of unlearning algorithms are likewise identified as open areas.

Within its present scope, RCD provides a technically grounded way to evaluate whether an unlearned model merely suppresses immediate evidence of a forgetting set or whether it also delays reacquisition of that set under renewed training. That distinction is the central contribution of the metric and the organizing principle behind IEU.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Relearning Convergence Delay.