---
title: Bounded Parameter-Efficient Unlearning
url: https://www.emergentmind.com/topics/bounded-parameter-efficient-unlearning
type: topic
---

# Bounded Parameter-Efficient Unlearning

Bounded parameter-efficient unlearning, as the term is used across recent machine unlearning research, can be understood as a family of methods that remove the influence of a forget set while preserving the retain set or overall model utility under explicit restrictions on the intervention itself. Those restrictions may take the form of updating only a small subset of parameters, constraining update magnitudes, bounding parameter or functional drift, bounding privacy leakage, or bounding retraining workload. In current work, this design space includes per-parameter task arithmetic for LLMs, module-aware masking for Transformers, bounded LoRA parameterizations, anchored post-hoc optimization, sparse embedding edits, exact layer deactivation, activation-space protection, representation-space information bottlenecks, and even architectures in which unlearning is performed by deleting exemplars at test time rather than editing weights [2601.22030] [2508.17233] [2509.24166] [2506.14515] [2605.15737] [2406.16257] [2603.22870].

## 1. Problem setting and meanings of boundedness

Most formulations begin with a trained model and a partition of data into a forget set and a retain set. In the notation used for LLM unlearning, $\theta_0$ denotes pretrained parameters, $\mathcal{D}_{\mathrm{f}}$ the forget set, and $\mathcal{D}_{\mathrm{r}}$ the retain set. The central objective is to erase knowledge about $\mathcal{D}_{\mathrm{f}}$ without disrupting unrelated or retained behavior, but the literature differs on what is meant by a “bounded” intervention. Some papers bound parameter changes directly, some bound the effect of changes on outputs or hidden activations, some bound privacy leakage, and some bound the amount of retraining work permitted after a deletion request [2601.22030] [2506.14515] [2605.15737] [2508.19065] [2412.14505].

| Mechanism | What is bounded or localized | Representative methods |
|---|---|---|
| Per-parameter or module selection | task vector rescaling, masks, PEFT subsets | PerTA, MAPE-Unlearn, Fast-NTK |
| Adapter or post-hoc parameter control | bounded LoRA updates, anchored deviation, selective reset | Stable Forgetting, FAMR, federated TIS reset |
| Activation or representation intervention | functional drift outside forget region, information bottleneck | BARRIER, Representation Unlearning |
| Architectural deletion | affected layers or explicit sample memory | S3T, deep semi-parametric models |

A second axis is exactness. Approximate methods directly modify the current model and attempt to match retraining behavior efficiently. Exact methods isolate influence during training so that deletion can be implemented by deactivating the affected components rather than re-optimizing the whole model. Certified methods establish a formal closeness guarantee between the unlearned model and a retrained reference under assumptions such as convexity or strong convexity [2406.16257] [2403.17105].

This suggests that bounded parameter-efficient unlearning is not a single algorithmic recipe but a common design principle: restrict the locus of change and make the forget–retain trade-off explicit.

## 2. Per-parameter and low-rank unlearning in large language models

A central LLM line of work starts from task arithmetic. Standard task arithmetic subtracts a task vector $V=\theta_{\rm fgt}-\theta_0$, where $\theta_{\rm fgt}$ is fine-tuned only on the forget set. Per-parameter Task Arithmetic (PerTA) replaces global rescaling by a per-parameter weight vector $W$:
$$
\theta_{\rm final}=\theta_{\rm full}+W\odot[-(\theta_{\rm fgt}-\theta_0)].
$$
The weights quantify relative importance for forgetting versus retention and are estimated either from gradients (PerTA-grad) or from the diagonal Fisher information approximation (PerTA-fisher). The paper also defines a retain-forget ratio and a more general family $f_\text{oprt}(g_{\mathrm{f}},g_{\mathrm{r}})$, with $\tau=1$ corresponding to PerTA-grad and $\tau=2$ to PerTA-fisher. On TOFU and MUSE, PerTA-grad and PerTA-fisher outperform vanilla task vectors and, in many cases, surpass training-based baselines such as GA, GD, NPO, and NPO+, while retaining the efficiency of task arithmetic and reducing over-forgetting [2601.22030].

A related diagnosis concerns instability in gradient-difference unlearning for LLMs. In that setting, gradient descent on retained data is combined with gradient ascent on forget data,
$$
\theta_{t+1}=\theta_t-\alpha_r \nabla_\theta \mathcal{L}_r(\theta)+\alpha_f \nabla_\theta \mathcal{L}_f(\theta),
$$
but ascent on cross-entropy can cause unbounded growth of weights and gradients in transformer MLP layers. “Stable Forgetting” addresses this by applying bounded functions such as $\tanh$ or $\sin(\omega x)$ elementwise to LoRA low-rank updates in feedforward layers. The method is explicitly parameter-efficient, updating just $0.06$–$1.6\%$ of model weights, and is evaluated on TOFU, TDEC, and MUSE across GPT-Neo, Phi, and LLaMA scales from $125$M to $8$B [2509.24166].

Other LLM PEFT approaches bound interventions operationally rather than analytically. The SemEval-2025 system based on LoRA and layer-focused fine-tuning splits the forget set into disjoint chunks, merges each chunk with cyclically sampled retain samples, and optimizes a gradient-difference loss $L=-L_\text{forget}+L_\text{retain}$. The method reports that chunking and retain-dominant batching stabilize training, and its LoRA-based configuration ranked first on the leaderboard with a final score of $0.706$ versus $0.487$ for the second-best system [2503.02443].

LLMEraser gives a different parameter-efficient route by editing only PEFT parameters through influence functions. It formalizes instance removal, query modification, and response correction as perturbations of the empirical risk objective, then reformulates the inverse-Hessian-vector computation as a convex quadratic optimization problem
$$
\min_\Delta \frac{1}{2}\Delta^\top H\Delta-\langle b,\Delta\rangle.
$$
The paper reports linear time and space complexity in the PEFT parameter size, bounded estimation error from the Taylor approximation and optimization procedure, memory reduction of about $7$–$9\%$, and a typical speedup greater than $30\times$ versus full retraining [2412.00383].

## 3. Structured sparsity, module locality, and selective reset

A broader parameter-efficient strategy is to identify influence-critical subsets rather than reweight every parameter. MAPE-Unlearn is explicitly module-aware for Transformers: it uses a learnable pair of binary masks over attention heads and feed-forward filters, with the mask objective derived from forget-set gradients and retain-set diagonal Fisher information. The combinatorial selection problem is solved by greedy search with a warm start and layer-wise refinement. The method reports that very high sparsity is viable; for BERT-base, the paper contrasts about $37$K modules with $110$M parameters, and a $90\%$ sparse MAPE-SO configuration on SQuAD v2.0 attains Unlearn F1 $77.40$, Retain F1 $93.90$, and Test F1 $73.57$, close to the full second-order baseline while updating far fewer parameters [2508.17233].

Sparse Token Embedding Unlearning (STEU) localizes unlearning even more aggressively. It selects forget-class tokens by a frequency-weighted PMI score,
$$
\text{score}(t)=\log_2\left(\frac{P(t\mid \text{forget})}{P(t\mid \text{all})}\right)\times \log(1+n_f(t)),
$$
and then updates only the chosen token-embedding rows and a small classifier head while freezing the full encoder. In the primary BioClinicalBERT/MIMIC-IV setting, STEU modifies $201{,}222$ parameters, or about $0.19\%$ of the model, achieves forget F1 $=0.0004$, and retains average F1 $=0.4766$. The same study reports consistent behavior across MIMIC-IV, MIMIC-III, and eICU and across BioClinicalBERT, BERT-base, and DistilBERT [2603.19302].

Fast-NTK constrains an NTK-based closed-form unlearning update to a PEFT subspace. For CNNs, only batch-normalization parameters are updated; for ViTs, only visual prompts are updated. The resulting Jacobians and kernel matrices are restricted to that subset, making the method scalable to models with $88$M parameters and datasets with $5$k images. Reported PEFT ratios range from about $0.05\%$ to $4.88\%$ for BN layers in CNNs and about $0.06\%$ for prompts in ViT-Base, while retaining performance comparable to retraining on the retain set alone [2312.14923].

In federated learning, an analogous principle appears as selective reset guided by second-order information. The method models leakage as a parameter-estimation problem, computes a Target Information Score from diagonal Hessians, resets the top $\alpha_{\text{removal}}\%$ sensitive parameters, and minimally retrains only the reset subset. The paper reports Normalized Accuracy against retrained benchmarks of approximately $0.9$, MIA accuracy reduced to about random guess, and backdoor attack success rate reduced from $100\%$ to below $1\%$ after unlearning [2508.19065].

## 4. Beyond weight space: representations, activations, and semi-parametric deletion

Several recent systems argue that the most effective bound may be to move away from global weight editing altogether. Representation Unlearning learns a transformation $f_\phi: Z\rightarrow Z'$ over internal representations rather than modifying backbone parameters. The framework imposes an information bottleneck by preserving information about retained data and suppressing information about forget data, with an overall objective
$$
\mathcal{L}=\mathcal{L}_r+\beta \mathcal{L}_f.
$$
It supports both a standard regime with retain and forget data and a zero-shot regime where only forget data are available. The paper reports speedups of $235\times$ in the standard setting and up to $754\times$ in the zero-shot setting versus retraining, with peak GPU memory around $600$MB–$2$GB rather than $1.5$–$10$GB or more for parameter-centric baselines [2601.21564].

BARRIER relocates the intervention to hidden-layer activation geometry. It uses Interval Arithmetic on SVD-based projections of forget-set activations to construct a forget interval inside an activation hypercube, then minimizes a protection loss that penalizes mean shift, residual-subspace drift, and worst-case interval drift outside that region. Its main theorem gives a probabilistic tail bound on functional drift:
$$
P\left(\|\Delta f_\ell(\mathbf{h}_\ell)\|_2^2>\varepsilon\right)\leq \frac{K\,\mathcal{L}_{\text{Protect}}}{\varepsilon}.
$$
Empirically, BARRIER intervenes in only $0.05$–$3.4\%$ of parameters, matches state-of-the-art trade-offs across classifiers and diffusion models, and is described as ensuring rigorous protection of the retain distribution when retain activations remain outside the forget hypercube [2605.15737].

Deep semi-parametric models (SPMs) take a still more radical step. They fuse a parametric branch with a non-parametric branch over an explicit sample set $\mathcal{S}$ and compute predictions as $\hat y=G_{\theta^*}(x,\mathcal{S})$. Unlearning is performed by test-time deletion:
$$
\hat y=G_{\theta^*}(x,\mathcal{S}\setminus \mathcal{D}),
$$
with no parameter update at all. On ImageNet classification, the paper reports that SPMs reduce the prediction gap relative to a retrained oracle baseline by $11\%$ and achieve over $10\times$ faster unlearning than existing approaches on parametric models [2603.22870].

This suggests that bounded parameter-efficient unlearning increasingly includes methods where the primary object being bounded is not the parameter vector itself but the information path through which the forget set influences predictions.

## 5. Exactness, certification, and formal guarantees

The exact end of the spectrum is represented by Sequence-aware Sharded Sliced Training (S3T). S3T partitions data into shards and slices and sequentially trains LoRA-style PEFT layers so that each layer’s update depends only on the corresponding slices. If data from slice $S_i$ must be deleted, the method simply zeroes out the PEFT parameters from slice $i$ onward. The result is exact unlearning by layer deactivation, with no retraining or service downtime. The paper gives deletion-rate scaling $\delta(\mathrm{S3T})\sim O(mL\log(mL))$ compared with $\delta(\mathrm{SISA})\sim O(mL\log m)$, and training cost $O(nl/2)$ rather than $O(nl)$ for full training [2406.16257].

A different formalization is Forget-Aligned Model Reconstruction (FAMR), which treats post-hoc forgetting as anchored optimization:
$$
J(\theta)=\mathcal{L}_{\text{forget}}(\theta)+\lambda \|\theta-\theta_0\|_2^2.
$$
The anchor term explicitly limits parameter drift from the original model, and the paper provides bounds on both parameter deviation and output deviation from a retrained reference. On class forgetting for ViT-L, reported results include Ret-Acc $74.2\%$ and For-Acc $0.0\%$ on CIFAR-100 and Ret-Acc $80.3\%$ and For-Acc $0.0\%$ on ImageNet-100 [2506.14515].

Certified approximate unlearning under convexity is developed through projected noisy stochastic gradient descent. The method establishes an approximate unlearning guarantee in Rényi divergence between the unlearned distribution and the retrained distribution and supports both sequential and batch unlearning. Under the same privacy constraint, the paper reports using $2\%$ and $10\%$ of the gradient computations compared with state-of-the-art gradient-based approximate unlearning methods for mini-batch and full-batch settings, respectively [2403.17105].

At a statistical level, recent theory nearly characterizes the minimax cost of pure $\varepsilon$-unlearning for smooth strongly convex losses. The excess population risk upper and lower bounds match up to a condition-number factor and take the form
$$
\frac{1}{n}+\left(\frac{m}{n}\right)^2 e^{-2\varepsilon/(d+2)}.
$$
The paper states that when $\varepsilon\gg d$, the unlearning penalty becomes exponentially smaller and yields an exponential accuracy improvement over retraining from scratch and differentially private baselines, whereas when $\varepsilon\le d$, retraining from scratch is optimal [2606.01527].

## 6. Empirical trade-offs, failure modes, and recurrent debates

Across the literature, evaluation remains heterogeneous. LLM work often measures Forget Quality, Model Utility, Extraction Strength, Gibberish, and ROUGE-L on TOFU and MUSE; federated work uses Normalized Test Accuracy, Normalized Forgetting Score, Membership Inference Attack accuracy, Recovery Time Ratio, and Break Even Epochs; exact and semi-parametric methods compare against retrained or oracle references using deletion rate or prediction-gap metrics. This diversity reflects a genuine methodological split: some methods target indistinguishability from retraining, some target privacy leakage, some target targeted behavioral suppression, and some target utility preservation under bounded intervention [2601.22030] [2508.19065] [2603.22870].

Two recurring failure modes organize much of the design space. The first is over-forgetting: vanilla task-vector subtraction can strongly improve forgetting but sharply reduce model utility, and unrestricted gradient-difference unlearning can drive cross-entropy ascent into unstable weight and gradient growth. Per-parameter reweighting in PerTA and bounded adapter parameterizations in Stable Forgetting are both responses to this problem, though they act at different levels of granularity [2601.22030] [2509.24166].

The second is scale under repeated or large deletion requests. Mini-Unlearning addresses high unlearning ratios by exploiting a contraction mapping between retrained and unlearned parameters, storing only the last $k$ epochs of gradients and Hessian-vector products, with approximation error $o(r^k)$ and strong empirical performance at $5\%$, $10\%$, and $15\%$ deletion ratios. Influence Approximation Unlearning (IAU) takes a first-order route: it replaces influence-function Hessian inversion with a single corrective update
$$
\theta^{*}_{\text{unlearn}}=\theta^*-\eta\left(\sum_{z_i\in D_r}\nabla_\theta \ell(z_i,\theta^*)-\sum_{z_j\in D_f}\nabla_\theta \ell(z_j,\theta^*)\right),
$$
and adds a Gradient Restriction loss during training. The paper reports utility loss within $2\%$ of retraining and, on LeNet5/CIFAR10, unlearning in $13$ seconds versus $414$s for retraining and $1294$s for a Fisher method [2406.16986] [2507.23257].

A common misconception is that parameter efficiency by itself implies strong unlearning guarantees. The literature does not support that simplification. Some PEFT methods are approximate and utility-oriented, some are exact by construction, and some are certified only under structural assumptions. The hybrid framework that switches between partial retraining and direct parameter update based on an acceptable workload threshold $\phi$ makes this explicit: efficiency can be improved by $1.5\times$ to $8\times$, but the framework distinguishes the high-accuracy retraining regime from the cheaper approximate regime rather than collapsing them into a single guarantee [2412.14505].

Taken together, the field presents bounded parameter-efficient unlearning not as a settled recipe but as a set of increasingly precise answers to one question: how much of a model must be touched, and with what kind of formal control, to forget specific data while preserving everything else that matters.

Source: https://www.emergentmind.com/topics/bounded-parameter-efficient-unlearning