Source-Free Class Relearning: Diagnosing Forgetting in Class Unlearning
Summary
This paper proposes a source-free method to diagnose whether forgotten classes can be recovered after class unlearning, introducing the Source-Free Relearning Audit (SFRA) and a relearning score to quantify recoverability.
View Cached Full Text
Cached at: 09/03/26, 06:14 AM
# Source-Free Class Relearning: Diagnosing Forgetting in Class Unlearning Source: [https://arxiv.org/html/2609.02018](https://arxiv.org/html/2609.02018) Zahra DehghaniAffiliation:LIVIAAffiliation:ILLSAffiliation:ÉTS MontrealAffiliation:Mila \- Quebec AI InstituteEmail:[zahra\.dehghani\-tafti\.1@ens\.etsmtl\.ca](mailto:[email protected])Pablo PiantanidaAffiliation:ILLSAffiliation:ÉTS MontrealAffiliation:Mila \- Quebec AI InstituteAffiliation:CNRS, CentraleSupélec \- Université Paris\-Saclay ###### Abstract Class unlearning aims to remove a model’s ability to recognize designated forget classes while preserving performance on retain classes\. However, low forget accuracy after unlearning does not necessarily mean the class structure has been erased\. Some approximate unlearning methods can alter classifier decision boundaries while leaving recoverable structure in the feature representation\. Prior work has shown that forget classes can be recovered, but existing approaches require real forget or retain samples, auxiliary data, or reference checkpoints\. We instead study class relearning in a strictly source\-free setting, asking whether a forget class can be recovered through a classifier\-head update using only the released unlearned model\. Our approach rests on a theoretical analysis establishing a sufficient alignment condition under which a single gradient step on a synthetic probe set increases the expected logit margin of the forget class\. Building on this, we propose a white\-boxSource\-Free Relearning Audit \(SFRA\)111Code:[https://github\.com/Yasaman\-dt/SFRA](https://github.com/Yasaman-dt/SFRA), which generates candidate embeddings in representation space and uses model\-guided confidence filtering to construct high\-confidence retain probes and low\-confidence boundary\-adjacent probes that are relabelled as the forget class\. Gaussian sampling and Softmax confidence are used by default, while ablations with alternative proposal distributions and uncertainty criteria show that recoverability is not specific to these choices\. To quantify recoverability, we introduce the Relearning Score \(RS\\mathrm\{RS\}\), which jointly measures forget\-class recovery and retain\-accuracy preservation, and report class\-matchedΔRS\\Delta\\mathrm\{RS\}relative to a retrained reference\. Experiments on CIFAR\-10, CIFAR\-100, and TinyImageNet with ResNet\-18, ViT\-B/16, and Swin\-T show that several state\-of\-the\-art unlearning methods exhibit substantial source\-free recoverability, and that for a subset of methods this recoverability exceeds the matched retrained reference\. These results support SFRA as a practical diagnostic of post\-unlearning recoverability without claiming reconstruction of the real forget training samples\. Figure 1:Comparison of our proposed SFRA applied to state\-of\-the\-art unlearning methods on TinyImageNet with aViT\-B/16backbone and class160160as the forget class\. Forget accuracy is shown before unlearning \(Original\), after unlearning \(Unlearned\), and after SFRA \(Relearned\)\. Some methods remain robust to relearning, whereas others exhibit substantial recoverability\.## 1Introduction Class unlearning arises in many practical settings, including face recognition, backdoor defense, data\-poisoning mitigation, semantic segmentation, and bias removal\[[8](https://arxiv.org/html/2609.02018#bib.bib9),[42](https://arxiv.org/html/2609.02018#bib.bib46),[61](https://arxiv.org/html/2609.02018#bib.bib10),[37](https://arxiv.org/html/2609.02018#bib.bib7)\]\. Formally, it requires a model to selectively forget one or more designated classes\[[55](https://arxiv.org/html/2609.02018#bib.bib43),[10](https://arxiv.org/html/2609.02018#bib.bib12),[17](https://arxiv.org/html/2609.02018#bib.bib31),[35](https://arxiv.org/html/2609.02018#bib.bib44),[61](https://arxiv.org/html/2609.02018#bib.bib10),[60](https://arxiv.org/html/2609.02018#bib.bib45),[57](https://arxiv.org/html/2609.02018#bib.bib47),[14](https://arxiv.org/html/2609.02018#bib.bib52),[11](https://arxiv.org/html/2609.02018#bib.bib54),[1](https://arxiv.org/html/2609.02018#bib.bib55)\]\. This is a specific instance of*machine unlearning*\[[3](https://arxiv.org/html/2609.02018#bib.bib25)\]—the process of forgetting specified data from a trained model\[[4](https://arxiv.org/html/2609.02018#bib.bib29),[21](https://arxiv.org/html/2609.02018#bib.bib30)\]\. Exact unlearning retrains a model from scratch on the retain set\[[3](https://arxiv.org/html/2609.02018#bib.bib25),[23](https://arxiv.org/html/2609.02018#bib.bib26)\], which is conceptually simple but computationally prohibitive\. Hence, practical methods rely on approximate unlearning\[[49](https://arxiv.org/html/2609.02018#bib.bib27),[45](https://arxiv.org/html/2609.02018#bib.bib28),[17](https://arxiv.org/html/2609.02018#bib.bib31),[22](https://arxiv.org/html/2609.02018#bib.bib6),[31](https://arxiv.org/html/2609.02018#bib.bib13)\], which aims to remove the influence of the designated data without full retraining\[[46](https://arxiv.org/html/2609.02018#bib.bib37),[51](https://arxiv.org/html/2609.02018#bib.bib38)\]\. Class unlearning methods may match a retrained model on simple metrics such as forget\-set accuracy, but whether they durably erase the effect of forget samples remains unclear\[[27](https://arxiv.org/html/2609.02018#bib.bib39)\]\. In fact, verifying that unlearning has eliminated the forget set’s influence is an open problem in its own right\[[56](https://arxiv.org/html/2609.02018#bib.bib40)\]\. From a privacy standpoint, recent works\[[24](https://arxiv.org/html/2609.02018#bib.bib41),[45](https://arxiv.org/html/2609.02018#bib.bib28),[9](https://arxiv.org/html/2609.02018#bib.bib36),[5](https://arxiv.org/html/2609.02018#bib.bib42)\]have shown that unlearning can inadvertently expose information about the forget samples\. Some approximate unlearning methods can suppress the forget class at the classifier level by altering decision boundaries without fully eliminating class\-separable structure in representation space\. As a result, a forget class can sometimes be relearned after a small amount of post–unlearning adaptation; accuracy on the forget class rebounds while retain performance stays nearly unchanged\. This vulnerability questions how deep forgetting truly is and whether internal features still carry recoverable structure\. We uncover and quantify this in a strictly source\-free setting \(Fig\.[1](https://arxiv.org/html/2609.02018#S0.F1)\)\. We generate synthetic probes in the classifier\-input representation space and use the classifier head to assign them to class\-specific regions\. If a recoverable decision structure associated with a forget class remains after unlearning, these probes can be used to identify and reactivate that structure\. We treat these uncertain samples as boundary probes, since uncertainty concentrates near decision surfaces; relabeling these boundary probes as the forget class provides a source\-free supervision signal to test whether a forget boundary can be re\-formed without data\. These uncertain samples may lie near residual decision boundaries associated with the forget class\. By updating the model using only these carefully selected synthetic points, we reveal class relearning without any access to the original data\. Class relearning under these constraints suggests that some state\-of\-the\-art unlearning methods may leave residual recoverable structure associated with the forget class\. Rather than proving training\-data memorization, relearning indicates that the post\-unlearning representation can still support re\-separation of the forget class under a lightweight source\-free update\. To quantify class relearning, we introduce the Relearning Score \(RS\\mathrm\{RS\}\), which combines retain\-stability and forget\-recoverability into a compact metric\. A highRS\\mathrm\{RS\}indicates substantial*absolute*source\-free recoverability, i\.e\., the forget class can be re\-separated through a classifier\-head update while largely preserving retain\-class performance\.RS\\mathrm\{RS\}alone does not distinguish residual structure associated with prior exposure to the forget class from generic transferability of a representation learned without that class\. We therefore use a matched retrained reference model as a control and reportΔRS\\Delta\\mathrm\{RS\}, the excess recoverability over this reference\. PositiveΔRS\\Delta\\mathrm\{RS\}provides stronger evidence that an unlearned model remains more recoverable than a model that never observed the forget class\. Our main contributions are summarized as follows: - •We provide a theoretical motivation by establishing a sufficient alignment condition under which synthetic probs can increase forget\-class margin, providing a principled basis for source\-free relearning\. Building on this result, we introduce a practical Source\-Free Relearning Audit \(SFRA\) to determine whether forget\-class structure remains recoverable after class unlearning\. Successful relearning indicates that the post\-unlearning feature\-space geometry retains structure capable of supporting re\-separation of the forget class\. - •We propose Relearning Score \(RS\\mathrm\{RS\}\), a scalar metric jointly measuring retain stability and forget class recoverability, and pair it withΔRS\\Delta\\mathrm\{RS\}relative to a matched retrained reference to distinguish absolute recoverability from excess recoverability beyond generic representation transfer\. - •We conduct an extensive analysis, applying our relearning method to the state\-of\-the\-art machine unlearning methods across three diverse datasets \(CIFAR\-10, CIFAR\-100, TinyImageNet\) and three backbone architectures \(ResNet\-18, ViT\-B/16, and Swin\-T\)\. ## 2Related Work Class Unlearning\.Class unlearning aims to remove a designatedforget classwhile preserving performance on the remainingretain classes\. Approximate approaches include Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\], Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\], Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\], SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\], Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\], Boundary Shrink\[[8](https://arxiv.org/html/2609.02018#bib.bib9)\], Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\], Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\], SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\], and DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]\. Privacy Risks and Auditing in Machine Unlearning\.Successful unlearning under conventional evaluation metrics does not necessarily eliminate privacy risks, as unlearned models may remain vulnerable to membership inference attacks or provide a false sense of privacy under insufficient evaluation\[[9](https://arxiv.org/html/2609.02018#bib.bib36),[27](https://arxiv.org/html/2609.02018#bib.bib39)\]\. Moreover, recent work highlights privacy risks beyond the forget set and the role of shared information between forget and retain data in post\-unlearning privacy\[[18](https://arxiv.org/html/2609.02018#bib.bib61),[58](https://arxiv.org/html/2609.02018#bib.bib62),[5](https://arxiv.org/html/2609.02018#bib.bib42)\]\. These concerns further motivate stronger post\-unlearning auditing, including the recoverability\-based perspective considered next\. Post\-unlearning Recoverability and Relearning\.A growing body of research shows that unlearned knowledge may remain dormant and can be reactivated through finetuning, model tampering, or in\-context reintroduction\[[30](https://arxiv.org/html/2609.02018#bib.bib21),[13](https://arxiv.org/html/2609.02018#bib.bib23),[53](https://arxiv.org/html/2609.02018#bib.bib19),[52](https://arxiv.org/html/2609.02018#bib.bib58)\]\. In diffusion models, unlearned concepts can re\-emerge under finetuning, even on unrelated prompts\[[20](https://arxiv.org/html/2609.02018#bib.bib16)\], while in LLMs, finetuning or lightweight modifications to weights or activations can restore removed knowledge, capabilities, or safeguards\[[44](https://arxiv.org/html/2609.02018#bib.bib35),[13](https://arxiv.org/html/2609.02018#bib.bib23),[30](https://arxiv.org/html/2609.02018#bib.bib21),[62](https://arxiv.org/html/2609.02018#bib.bib22),[48](https://arxiv.org/html/2609.02018#bib.bib32),[41](https://arxiv.org/html/2609.02018#bib.bib33),[54](https://arxiv.org/html/2609.02018#bib.bib34),[7](https://arxiv.org/html/2609.02018#bib.bib24)\]\. In vision classifiers, Siddiqui et al\.\[[53](https://arxiv.org/html/2609.02018#bib.bib19)\]show that example\-level unlearning can be reversed by finetuning solely on retain data, without access to forget samples\. Ha et al\.\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]introduce the Prototypical Relearning Attack \(PRA\), which uses a few real forget class samples to construct class prototypes and restore forget class classifier weights, together with Spotter, a defense that disperses forget class representations\. Inversion\-based analyses similarly reconstruct features or infer labels by comparing the original and unlearned checkpoints\[[29](https://arxiv.org/html/2609.02018#bib.bib17)\]\. These approaches demonstrate important post\-unlearning vulnerabilities, but they remain source\-dependent or reference\-dependent\. In contrast, our SFRA constructs synthetic probes using only the released unlearned model, without access to forget, retain, auxiliary, or surrogate data or the original checkpoint\. Representation\-level Audits of Unlearning\.Studies show that output\-level unlearning metrics can coexist with recoverable information in model representations\[[50](https://arxiv.org/html/2609.02018#bib.bib53),[34](https://arxiv.org/html/2609.02018#bib.bib18),[19](https://arxiv.org/html/2609.02018#bib.bib56),[33](https://arxiv.org/html/2609.02018#bib.bib50)\]\. Seo et al\.\[[50](https://arxiv.org/html/2609.02018#bib.bib53)\]show that classifier\-level changes can yield favorable unlearning metrics while substantial information remains recoverable from the representation\. Kim et al\.\[[34](https://arxiv.org/html/2609.02018#bib.bib18)\]evaluate residual information using logit\-gap and representation\-similarity measures, while Gao et al\.\[[19](https://arxiv.org/html/2609.02018#bib.bib56)\]show that low forget class accuracy can reflect feature–classifier misalignment and recover the forget class using source\-dependent linear probing and nearest\-class\-center evaluation\. Jeon et al\.\[[33](https://arxiv.org/html/2609.02018#bib.bib50)\]measure residual forget\-related information in intermediate layers using mutual information and assess recoverability through head retraining with labeled data\. Related approaches use representation\-level verification, feature restoration, data\-dependent probes, and correlation\-based auditing\[[12](https://arxiv.org/html/2609.02018#bib.bib60),[32](https://arxiv.org/html/2609.02018#bib.bib59),[59](https://arxiv.org/html/2609.02018#bib.bib57),[47](https://arxiv.org/html/2609.02018#bib.bib20)\]\. An important distinction from source\-dependent relearning and representation\-level auditing methods concerns the interpretation of successful recovery\. Because these methods use labeled forget class samples to guide the classifier, they may construct a new forget class decision region even when limited recoverable structure remains after unlearning\. In contrast, our audit uses no real forget, retain, auxiliary, or surrogate samples, nor the original pre\-unlearning checkpoint, during probe construction or classifier\-head updating\. Consequently, when the relearned classifier correctly recognizes held\-out forget samples, the recovery indicates that the post\-unlearning representation itself retains structure capable of supporting re\-separation of the forget class\. This does not establish memorization of the real training samples, but instead provides evidence of source\-free recoverability from the released unlearned model\. ## 3Methodology In this section, we establish notation, define the problem setup, and present our Source\-Free Relearning Audit \(SFRA\)\. We assume white\-box access to the unlearned model and knowledge of the forget class identity, but no access to forget samples, retain samples, auxiliary or surrogate data, or the original pre\-unlearning model\. Real labeled samples are used only for post\-hoc evaluation\. ### 3\.1Notations and Problem Setup We are given aCC\-class classifier that has undergone a class unlearning procedure using an off\-the\-shelf algorithm\. We assume that the released unlearned model either retains the originalCC\-dimensional output space or is extended with an output logit for any removed forget class\. Formally, let the unlearned model beΦun=h∘e:𝒳→ℝC\\Phi\_\{un\}=h\\circ e:\\mathcal\{X\}\\to\\mathbb\{R\}^\{C\}wheree:𝒳→ℝde:\\mathcal\{X\}\\to\\mathbb\{R\}^\{d\}denotes the feature extractor mapping an input datax∈𝒳x\\in\\mathcal\{X\}to a latent representationz=e\(x\)∈ℝdz=e\(x\)\\in\\mathbb\{R\}^\{d\}, andh:ℝd→ℝCh:\\mathbb\{R\}^\{d\}\\to\\mathbb\{R\}^\{C\}is a classification head parameterized byθ=\(W,b\)\\theta=\(W,b\)withh\(z\)=Wz\+b∈ℝCh\(z\)=Wz\+b\\in\\mathbb\{R\}^\{C\}whereW∈ℝC×d\\quad W\\in\\mathbb\{R\}^\{C\\times d\}andb∈ℝCb\\in\\mathbb\{R\}^\{C\}\. The label space𝒴=\{1,…,C\}\\mathcal\{Y\}=\\\{1,\\ldots,C\\\}is partitioned into two disjoint subsets including retain classes𝒴r\\mathcal\{Y\}\_\{r\}and forget classes𝒴f\\mathcal\{Y\}\_\{f\}with𝒴=𝒴r∪𝒴f\\mathcal\{Y\}=\\mathcal\{Y\}\_\{r\}\\cup\\mathcal\{Y\}\_\{f\}\. Given the unlearned classifierΦun\\Phi\_\{un\}, we investigate whether it still contains recoverable structure corresponding to the forget classes\. Without loss of generality, we focus on the single\-class unlearning case, with𝒴f=\{cf\}\\mathcal\{Y\}\_\{f\}=\\\{c\_\{f\}\\\}and𝒴r=𝒴∖\{cf\}\\mathcal\{Y\}\_\{r\}=\\mathcal\{Y\}\\setminus\\\{c\_\{f\}\\\}\. We describe the extension to multi\-class in App\.[J](https://arxiv.org/html/2609.02018#A10)\. We further examine a restrictive setting where the forget class output weight is unavailable and show that SFRA remains effective in App\.[G](https://arxiv.org/html/2609.02018#A7)\. ### 3\.2Source\-Free Relearning Audit \(SFRA\) For analytical clarity, we first describe relearning by updating the classifier headh:ℝd→ℝCh:\\mathbb\{R\}^\{d\}\\to\\mathbb\{R\}^\{C\}, while keeping the feature extractore:𝒳→ℝde:\\mathcal\{X\}\\to\\mathbb\{R\}^\{d\}fixed\. Our goal is to probe whether the unlearned modelΦun=h∘e:𝒳→ℝC\\Phi\_\{un\}=h\\circ e:\\mathcal\{X\}\\to\\mathbb\{R\}^\{C\}still encodes recoverable information about the forget classcfc\_\{f\}in its feature space, even when no source data are available\. To this end, we construct two sets of synthetic probs in the classifier’s input spaceℝd\\mathbb\{R\}^\{d\}, including the synthetic retain set𝒮r\\mathcal\{S\}\_\{r\}and the synthetic forget set𝒮f\\mathcal\{S\}\_\{f\}\. Each synthetic probs∈ℝds\\in\\mathbb\{R\}^\{d\}is sampled at random and then labeled according to the classifier head’s prediction\. Specifically, we computep\(s\)=softmax\(h\(s\)\),y^\(s\)=argmaxc∈𝒴pc\(s\),p\(s\)=\\operatorname\{softmax\}\(h\(s\)\),\\hat\{y\}\(s\)=\\arg\\max\_\{c\\in\\mathcal\{Y\}\}p\_\{c\}\(s\),wherepc\(s\)p\_\{c\}\(s\)denotes the predicted probability of classcc\. The retain set𝒮r\\mathcal\{S\}\_\{r\}contains embeddings confidently assigned to retain classes, while the forget set𝒮f\\mathcal\{S\}\_\{f\}contains embeddings associated with low\-confidence predictions\. These embeddings are generated purely in feature space—without any access to the original training data or any surrogate dataset\. The complete procedure for constructing𝒮r\\mathcal\{S\}\_\{r\}and𝒮f\\mathcal\{S\}\_\{f\}is provided in Alg\.[1](https://arxiv.org/html/2609.02018#algorithm1)\. In the original model, samples from the forget classcfc\_\{f\}typically occupy a characteristic region in the representation space and are mapped tocfc\_\{f\}by the classifier head\. Recent analyses suggest that several approximate unlearning methods can exhibit superficial forgetting, achieved primarily by altering the final classifier or decision boundary \(suppressingcfc\_\{f\}logits\), while leaving intermediate representations largely similar to the original model\[[34](https://arxiv.org/html/2609.02018#bib.bib18),[40](https://arxiv.org/html/2609.02018#bib.bib48),[38](https://arxiv.org/html/2609.02018#bib.bib49),[19](https://arxiv.org/html/2609.02018#bib.bib56)\]\. In this case, residual geometric structure forcfc\_\{f\}may persist in the embedding space even if the current head assigns nearby directions to retain classes\. Our low\-confidence selection used to form𝒮f\\mathcal\{S\}\_\{f\}is therefore used as a boundary probe, not as an estimator of the forget class data distribution\. In discriminative classifiers, low confidence tends to concentrate near decision boundaries; hence, mining low\-confidence synthetic probs targets boundary\-adjacent regions that are particularly informative about the current separating surface\. Importantly, we do not claim these probes are more likely to be true forget embeddings than any other class\. Instead, we relabel them ascfc\_\{f\}to test whether the frozen post\-unlearning representation retains sufficient structure to support forget class recovery through a lightweight head update\. Definition of Source\-Free Class Relearning\.LetΦun\\Phi\_\{un\}be a model after unlearning classcfc\_\{f\}, with retain and forget accuracies𝒜run\\mathcal\{A\}^\{un\}\_\{r\}and𝒜fun\\mathcal\{A\}^\{un\}\_\{f\}\. A source\-free update producesΦre\\Phi\_\{re\}using onlyΦun\\Phi\_\{un\}andcfc\_\{f\}, without real forget, retain, auxiliary, or surrogate data, or a pre\-unlearning checkpoint\. Forϵr≥0\\epsilon\_\{r\}\\geq 0andδf\>0\\delta\_\{f\}\>0, the update achieves\(ϵr,δf\)\(\\epsilon\_\{r\},\\delta\_\{f\}\)\-source\-free class relearning if𝒜fre−𝒜fun≥δf\\mathcal\{A\}^\{re\}\_\{f\}\-\\mathcal\{A\}^\{un\}\_\{f\}\\geq\\delta\_\{f\}and𝒜run−𝒜rre≤ϵr\\mathcal\{A\}^\{un\}\_\{r\}\-\\mathcal\{A\}^\{re\}\_\{r\}\\leq\\epsilon\_\{r\}\. Thus, forget accuracy increases by at leastδf\\delta\_\{f\}, while retain accuracy decreases by at mostϵr\\epsilon\_\{r\}\. Rather than fixing thresholds, we quantify source\-free relearnability using the Relearning Score \(RS\\mathrm\{RS\}\) introduced in Sec\.[4\.1](https://arxiv.org/html/2609.02018#S4.SS1)\. Analysis of Forget\-Class Margin Improvement\.To analyze source\-free improvement ofcfc\_\{f\}recognition, letz∼ℰfz\\sim\\mathcal\{E\}\_\{f\}be a real forget\-class embedding and, forj∈𝒴rj\\in\\mathcal\{Y\}\_\{r\}, define mcf,j\(z\)=\(wcf−wj\)⊤z,m\_\{c\_\{f\},j\}\(z\)=\(w\_\{c\_\{f\}\}\-w\_\{j\}\)^\{\\top\}z,\(1\)wherewcw\_\{c\}denotes thecc\-th row ofWW, and for simplicity, the term associated with the biases is ignored\. An increase inmcf,j\(z\)m\_\{c\_\{f\},j\}\(z\)after an update indicates an initial movement toward improved separation ofcfc\_\{f\}from classjj; however, it does not by itself guarantee successful final relearning\. ###### Proposition 1\(Sufficient condition for expected margin increase\)\. Letℰf\\mathcal\{E\}\_\{f\}denote the unknown distribution of real embeddings from the forget classcfc\_\{f\}, with meanμℰf\\mu\_\{\\mathcal\{E\}\_\{f\}\}and𝒮f\\mathcal\{S\}\_\{f\}be a synthetic forget set constructed from an arbitrary distribution, with meanμ𝒮f\\mu\_\{\\mathcal\{S\}\_\{f\}\}\. We emphasize that𝒮f\\mathcal\{S\}\_\{f\}is not required to approximate the full distribution of the real forget samples\. Consider the contribution of the synthetic forget set𝒮f\\mathcal\{S\}\_\{f\}to a single classifier\-head update\. For any retain classj∈𝒴rj\\in\\mathcal\{Y\}\_\{r\}, the expected pairwise logit margin of the forget class on real forget embeddings increases if μ𝒮f⊤μℰf\+rj\>0,\\mu\_\{\\mathcal\{S\}\_\{f\}\}^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}\+r\_\{j\}\>0,\(2\)whererjr\_\{j\}denotes the coefficient\-approximation residual defined in App\.[A](https://arxiv.org/html/2609.02018#A1)\. A sufficient condition is μ𝒮f⊤μℰf\>\|rj\|\.\\mu\_\{\\mathcal\{S\}\_\{f\}\}^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}\>\|r\_\{j\}\|\.\(3\)Whenrj≈0r\_\{j\}\\approx 0, this condition reduces to positive alignment between synthetic and real forget class mean embeddings\. We empirically assess this approximation in App\.[E](https://arxiv.org/html/2609.02018#A5), where the approximate mean\-alignment expression shows strong aggregate agreement with the corresponding exact weighted expression in the evaluated setting\. A complete proof of Prop\.[1](https://arxiv.org/html/2609.02018#Thmproposition1)is provided in App\.[A](https://arxiv.org/html/2609.02018#A1)\. We stress that Prop\.[1](https://arxiv.org/html/2609.02018#Thmproposition1)is deliberately local: it characterizes the contribution of the synthetic\-forget loss to one classifier\-head gradient step\. The complete SFRA update also contains the synthetic\-retain loss and is optimized iteratively; accordingly, the proposition supplies a sufficient geometric mechanism, not a necessary\-and\-sufficient theory of finalRS\\mathrm\{RS\}\. Prop\.[1](https://arxiv.org/html/2609.02018#Thmproposition1)shows that the contribution of the synthetic forget set to the expected margin change is governed by the alignment between the induced synthetic update direction and the residual real forget class representation\. Importantly, the synthetic forget set is not required to reproduce the real forget class distribution\. Rather, relearning is supported when the update induced by the selected synthetic probs is sufficiently aligned with the residual forget class representation\. In particular, a sufficient condition for increasing the expected forget class margin is that the synthetic forget\-set mean is positively aligned with the real forget class mean by an amount that dominates the approximation residual\. Conversely, non\-positive alignment does not imply that relearning is impossible; it only means that this sufficient guarantee no longer holds\. Thus, the theoretical result is not tied to a specific proposal distribution, such as Gaussian or uniform sampling, but instead depends on the geometry of the synthetic set obtained after model\-guided filtering\. Synthetic–real alignment across unlearning methods and the retrained reference is analyzed in App\.[D](https://arxiv.org/html/2609.02018#A4)\. Construction of Synthetic Retain and Forget Probes\.Because real forget embeddings are unavailable in the source\-free setting, the alignment condition cannot be evaluated directly\. Alg\.[1](https://arxiv.org/html/2609.02018#algorithm1)therefore uses the unlearned classifier to implicitly search for useful update directions\. Specifically, embeddings assigned to retain classes with low confidence are selected as boundary\-adjacent synthetic forget probes, whereas high\-confidence embeddings form the synthetic retain set𝒮r\\mathcal\{S\}\_\{r\}and help limit degradation in retain\-class performance\. The low\-confidence probes are not assumed to approximate the real forget class distribution; rather, they provide a practical source\-free surrogate for testing whether the forget class decision region can be reconstructed from the residual geometry of the unlearned model\. We empirically examine this confidence pattern in App\.[F](https://arxiv.org/html/2609.02018#A6), where real forget class samples assigned to retain classes receive substantially lower confidence than correctly classified retain samples\. This observation is consistent with our use of low\-confidence synthetic assignments as boundary probes\. The Gaussian proposal is not intended to approximate the support of true classifier\-input features\. In particular, for architectures whose classifier\-input representation is constrained—for example, non\-negative post\-ReLU features—samples from𝒩\(0,Id\)\\mathcal\{N\}\(0,I\_\{d\}\)are generally off\-manifold\. SFRA uses this distribution only as a broad source of candidate directions; the released classifier subsequently performs model\-guided filtering and selects the boundary\-adjacent probes used for the update\. Although Softmax confidence and Gaussian sampling are the defaults, alternative uncertainty criteria and proposal distributions preserve recoverability trends \(Apps\.[P](https://arxiv.org/html/2609.02018#A16)and[O](https://arxiv.org/html/2609.02018#A15)\), indicating that model\-guided probe selection, rather than either choice, is key to the audit\. Algorithm 1Single\-Class SFRAInput:Unlearned classifier Φun=h∘e\\Phi\_\{un\}=h\\circ e; retain\-set 𝒴r\\mathcal\{Y\}\_\{r\}; forget\-set 𝒴f=\{cf\}\\mathcal\{Y\}\_\{f\}=\\\{c\_\{f\}\\\}; accepted probs per retain class NN; selected probs MM, where 2M≤N2M\\leq N; relearning loss ℒre\\mathcal\{L\}\_\{\\mathrm\{re\}\}; number of relearning steps TT; learning rate η\\eta\. Output:Relearned classifier Φre=h′∘e\\Phi\_\{re\}=h^\{\\prime\}\\circ e\. Step 1:Synthetic Prob Generation 1Initialize retain set 𝒮r←∅\\mathcal\{S\}\_\{r\}\\leftarrow\\emptysetand forget set 𝒮f←∅\\mathcal\{S\}\_\{f\}\\leftarrow\\emptyset; 2for*each retain classk∈𝒴rk\\in\\mathcal\{Y\}\_\{r\}*do 3Initialize the candidate pool 𝒫k←∅\\mathcal\{P\}\_\{k\}\\leftarrow\\emptyset; 4while*\|𝒫k\|<N\|\\mathcal\{P\}\_\{k\}\|<N*do 5Sample an embedding s∼𝒩\(0,Id\)s\\sim\\mathcal\{N\}\(0,I\_\{d\}\); 6Compute class probabilities p\(s\)=softmax\(h\(s\)\)p\(s\)=\\operatorname\{softmax\}\(h\(s\)\); 7if*argmaxc∈𝒴pc\(s\)=k\\arg\\max\_\{c\\in\\mathcal\{Y\}\}p\_\{c\}\(s\)=k*then 8Append \(s,pk\(s\)\)\(s,p\_\{k\}\(s\)\)to 𝒫k\\mathcal\{P\}\_\{k\}; 9Sort 𝒫k\\mathcal\{P\}\_\{k\}in descending order of pk\(s\)p\_\{k\}\(s\); 10Retain selection:append the MMprobs with the highest pk\(s\)p\_\{k\}\(s\)to 𝒮r\\mathcal\{S\}\_\{r\}, with label kk; 11Forget selection:append the MMprobs with the lowest pk\(s\)p\_\{k\}\(s\)to 𝒮f\\mathcal\{S\}\_\{f\}, relabeled as cfc\_\{f\}; Step 2:Class Relearning 12Combine sets 𝒮=𝒮r∪𝒮f\\mathcal\{S\}=\\mathcal\{S\}\_\{r\}\\cup\\mathcal\{S\}\_\{f\}; 13Freeze the feature extractor eeand update only the classifier head hh; 14for*t=1,…,Tt=1,\\ldots,T*do 15Sample a mini\-batch ℬ⊆𝒮\\mathcal\{B\}\\subseteq\\mathcal\{S\}; 16Compute ℒre=−1\|ℬ\|∑\(s,y\)∈ℬlogpy\(s;θ\)\\mathcal\{L\}\_\{\\mathrm\{re\}\}=\-\\frac\{1\}\{\|\\mathcal\{B\}\|\}\\sum\_\{\(s,y\)\\in\\mathcal\{B\}\}\\log p\_\{y\}\(s;\\theta\); 17Update θ←θ−η∇θℒre\\theta\\leftarrow\\theta\-\\eta\\nabla\_\{\\theta\}\\mathcal\{L\}\_\{\\mathrm\{re\}\}; 18return*relearned modelΦre=h′∘e\\Phi\_\{re\}=h^\{\\prime\}\\circ e*; ## 4Experiments ### 4\.1Experimental Setup Models\.We evaluate ResNet\-18\[[28](https://arxiv.org/html/2609.02018#bib.bib3)\], ViT\-B/16\[[15](https://arxiv.org/html/2609.02018#bib.bib4)\], and Swin\-T\[[43](https://arxiv.org/html/2609.02018#bib.bib5)\], with the latter two reported in App\.[J](https://arxiv.org/html/2609.02018#A10)\. Datasets\.We evaluate on CIFAR\-10\[[36](https://arxiv.org/html/2609.02018#bib.bib1)\], CIFAR\-100\[[36](https://arxiv.org/html/2609.02018#bib.bib1)\], and TinyImageNet\[[39](https://arxiv.org/html/2609.02018#bib.bib2)\]\. CIFAR\-10 and CIFAR\-100 contain60K60Kimages at32×3232\{\\times\}32, with50K50Ktraining and10K10Ktest examples, spanning1010and100100categories, respectively\. TinyImageNet has110K110Kimages at64×6464\{\\times\}64across200200classes, split into100K100Ktraining and10K10Ktest samples\. Baselines\.We evaluate our proposed Source\-Free Relearning Audit \(SFRA\) on ten class unlearning methods: Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\], Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\], Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\], Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\], Boundary Shrink\[[8](https://arxiv.org/html/2609.02018#bib.bib9)\], Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\], SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\], Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\], SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\], and DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]\. Brief descriptions of them are provided in App\.[J](https://arxiv.org/html/2609.02018#A10)\. For comparison with SOTA, we include the Prototypical Relearning Attack \(PRA\)\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\], which uses five real forget class samples to construct a class prototype and restore the forget class classifier\. To ensure a fair comparison, evaluations are done using the same unlearned checkpoints and forget class splits\. In contrast to the PRA as a source\-dependent diagnostic method, our source\-free audit requires no real forget, retain, auxiliary, or surrogate data\. Table 1:Comparison of unlearning methods using our proposed SFRA and the source\-dependent PRA baseline on ResNet\-18 models under single\-class unlearning across three datasets\. For all model variants, retain accuracy𝒜rt\\mathcal\{A\}^\{t\}\_\{r\}is reported as the mean±\\pmstandard deviation across forget classes, while forget accuracy𝒜ft\\mathcal\{A\}^\{t\}\_\{f\}is reported as\(min,mean,max\)\(\\min,\\mathrm\{mean\},\\max\)\.RS\\mathrm\{RS\}andΔRS\\Delta\\mathrm\{RS\}are independently reported as maxima across forget classes\. Within each dataset, the highest and second\-highestRS\\mathrm\{RS\}andΔRS\\Delta\\mathrm\{RS\}values are shown inboldandunderlined, respectively\.Unlearning MethodModel VariantCIFAR\-10CIFAR\-100TinyImageNet𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}OriginalOriginal94\.65±0\.3194\.65\{\\scriptstyle\\,\\pm\\,0\.31\}\(89\.00,94\.65,97\.90\)\(89\.00,94\.65,97\.90\)\-\-79\.96±0\.0979\.96\{\\scriptstyle\\,\\pm\\,0\.09\}\(63\.00,79\.60,92\.00\)\(63\.00,79\.60,92\.00\)\-\-71\.40±0\.0771\.40\{\\scriptstyle\\,\\pm\\,0\.07\}\(54\.00,70\.20,88\.00\)\(54\.00,70\.20,88\.00\)\-\-RetrainedUnlearned95\.19±0\.5895\.19\{\\scriptstyle\\,\\pm\\,0\.58\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)80\.19±0\.2480\.19\{\\scriptstyle\\,\\pm\\,0\.24\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)70\.83±0\.5370\.83\{\\scriptstyle\\,\\pm\\,0\.53\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]95\.05±0\.6095\.05\{\\scriptstyle\\,\\pm\\,0\.60\}\(2\.90,10\.51,17\.80\)\(2\.90,10\.51,17\.80\)0\.300\.30\-78\.43±0\.8678\.43\{\\scriptstyle\\,\\pm\\,0\.86\}\(21\.00,39\.60,69\.00\)\(21\.00,39\.60,69\.00\)0\.810\.81\-71\.26±0\.6771\.26\{\\scriptstyle\\,\\pm\\,0\.67\}\(0\.00,4\.20,42\.00\)\(0\.00,4\.20,42\.00\)0\.590\.59\-SFRA \(ours\)92\.42±0\.8792\.42\{\\scriptstyle\\,\\pm\\,0\.87\}\(12\.20,32\.72,54\.10\)\(12\.20,32\.72,54\.10\)0\.690\.69\-72\.57±0\.4072\.57\{\\scriptstyle\\,\\pm\\,0\.40\}\(26\.00,46\.70,80\.00\)\(26\.00,46\.70,80\.00\)0\.860\.86\-64\.83±0\.4764\.83\{\\scriptstyle\\,\\pm\\,0\.47\}\(22\.00,39\.40,50\.00\)\(22\.00,39\.40,50\.00\)0\.650\.65\-Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Unlearned94\.73±0\.6094\.73\{\\scriptstyle\\,\\pm\\,0\.60\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)79\.13±1\.0379\.13\{\\scriptstyle\\,\\pm\\,1\.03\}\(0\.00,0\.10,1\.00\)\(0\.00,0\.10,1\.00\)66\.65±0\.8166\.65\{\\scriptstyle\\,\\pm\\,0\.81\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]94\.68±0\.5994\.68\{\\scriptstyle\\,\\pm\\,0\.59\}\(0\.70,4\.76,8\.10\)\(0\.70,4\.76,8\.10\)0\.150\.15−0\.01\-0\.0178\.36±1\.1378\.36\{\\scriptstyle\\,\\pm\\,1\.13\}\(10\.00,26\.30,49\.00\)\(10\.00,26\.30,49\.00\)0\.660\.66\+0\.08\+0\.0863\.98±1\.0963\.98\{\\scriptstyle\\,\\pm\\,1\.09\}\(12\.00,47\.60,92\.00\)\(12\.00,47\.60,92\.00\)0\.93¯\\underline\{0\.93\}\+0\.93¯\\underline\{\+0\.93\}SFRA \(ours\)93\.26±0\.8293\.26\{\\scriptstyle\\,\\pm\\,0\.82\}\(12\.90,31\.98,54\.20\)\(12\.90,31\.98,54\.20\)0\.700\.70\+0\.18\+0\.1876\.71±1\.8276\.71\{\\scriptstyle\\,\\pm\\,1\.82\}\(10\.00,33\.50,67\.00\)\(10\.00,33\.50,67\.00\)0\.800\.80\+0\.25\+0\.2560\.84±0\.9260\.84\{\\scriptstyle\\,\\pm\\,0\.92\}\(22\.00,37\.80,64\.00\)\(22\.00,37\.80,64\.00\)0\.760\.76\+0\.14\+0\.14Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Unlearned90\.12±1\.5090\.12\{\\scriptstyle\\,\\pm\\,1\.50\}\(5\.30,7\.52,11\.40\)\(5\.30,7\.52,11\.40\)72\.63±2\.3972\.63\{\\scriptstyle\\,\\pm\\,2\.39\}\(0\.00,1\.40,8\.00\)\(0\.00,1\.40,8\.00\)66\.35±1\.7966\.35\{\\scriptstyle\\,\\pm\\,1\.79\}\(0\.00,0\.40,2\.00\)\(0\.00,0\.40,2\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]89\.55±1\.6489\.55\{\\scriptstyle\\,\\pm\\,1\.64\}\(16\.40,24\.95,35\.50\)\(16\.40,24\.95,35\.50\)0\.450\.45\+0\.39\+0\.3971\.79±2\.1071\.79\{\\scriptstyle\\,\\pm\\,2\.10\}\(22\.00,41\.30,65\.00\)\(22\.00,41\.30,65\.00\)0\.780\.78\+0\.11\+0\.1165\.96±1\.7265\.96\{\\scriptstyle\\,\\pm\\,1\.72\}\(36\.00,50\.60,72\.00\)\(36\.00,50\.60,72\.00\)0\.830\.83\+0\.82\+0\.82SFRA \(ours\)89\.20±1\.8489\.20\{\\scriptstyle\\,\\pm\\,1\.84\}\(47\.10,56\.76,68\.40\)\(47\.10,56\.76,68\.40\)0\.760\.76\+0\.55\+0\.5567\.14±2\.5167\.14\{\\scriptstyle\\,\\pm\\,2\.51\}\(51\.00,64\.90,82\.00\)\(51\.00,64\.90,82\.00\)0\.880\.88\+0\.33\+0\.3360\.09±1\.5560\.09\{\\scriptstyle\\,\\pm\\,1\.55\}\(4\.00,33\.60,66\.00\)\(4\.00,33\.60,66\.00\)0\.770\.77\+0\.18\+0\.18Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Unlearned88\.56±1\.6188\.56\{\\scriptstyle\\,\\pm\\,1\.61\}\(0\.00,0\.01,0\.10\)\(0\.00,0\.01,0\.10\)74\.33±3\.2774\.33\{\\scriptstyle\\,\\pm\\,3\.27\}\(0\.00,0\.20,2\.00\)\(0\.00,0\.20,2\.00\)69\.67±0\.9569\.67\{\\scriptstyle\\,\\pm\\,0\.95\}\(0\.00,1\.20,6\.00\)\(0\.00,1\.20,6\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]88\.54±1\.6388\.54\{\\scriptstyle\\,\\pm\\,1\.63\}\(0\.20,1\.80,5\.00\)\(0\.20,1\.80,5\.00\)0\.100\.10−0\.03\-0\.0373\.26±3\.0573\.26\{\\scriptstyle\\,\\pm\\,3\.05\}\(41\.00,52\.10,72\.00\)\(41\.00,52\.10,72\.00\)0\.830\.83\+0\.26\+0\.2669\.55±0\.8869\.55\{\\scriptstyle\\,\\pm\\,0\.88\}\(0\.00,37\.00,78\.00\)\(0\.00,37\.00,78\.00\)0\.860\.86\+0\.86\+0\.86SFRA \(ours\)86\.32±2\.4186\.32\{\\scriptstyle\\,\\pm\\,2\.41\}\(11\.00,23\.07,32\.60\)\(11\.00,23\.07,32\.60\)0\.490\.49\+0\.11\+0\.1167\.72±3\.2267\.72\{\\scriptstyle\\,\\pm\\,3\.22\}\(52\.00,69\.30,80\.00\)\(52\.00,69\.30,80\.00\)0\.860\.86\+0\.43\+0\.4364\.82±1\.3864\.82\{\\scriptstyle\\,\\pm\\,1\.38\}\(0\.00,30\.60,50\.00\)\(0\.00,30\.60,50\.00\)0\.650\.65\+0\.09\+0\.09Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]Unlearned92\.02±1\.1092\.02\{\\scriptstyle\\,\\pm\\,1\.10\}\(8\.70,12\.84,16\.70\)\(8\.70,12\.84,16\.70\)69\.45±5\.6569\.45\{\\scriptstyle\\,\\pm\\,5\.65\}\(0\.00,2\.70,5\.00\)\(0\.00,2\.70,5\.00\)67\.25±1\.6267\.25\{\\scriptstyle\\,\\pm\\,1\.62\}\(0\.00,0\.80,2\.00\)\(0\.00,0\.80,2\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]91\.43±1\.3291\.43\{\\scriptstyle\\,\\pm\\,1\.32\}\(33\.80,41\.54,54\.70\)\(33\.80,41\.54,54\.70\)0\.580\.58\+0\.52\+0\.5268\.44±5\.2268\.44\{\\scriptstyle\\,\\pm\\,5\.22\}\(39\.00,58\.20,77\.00\)\(39\.00,58\.20,77\.00\)0\.840\.84\+0\.35\+0\.3566\.69±1\.5966\.69\{\\scriptstyle\\,\\pm\\,1\.59\}\(38\.00,59\.20,90\.00\)\(38\.00,59\.20,90\.00\)0\.93¯\\underline\{0\.93\}\+0\.93¯\\underline\{\+0\.93\}SFRA \(ours\)91\.08±1\.2391\.08\{\\scriptstyle\\,\\pm\\,1\.23\}\(63\.60,71\.57,80\.40\)\(63\.60,71\.57,80\.40\)0\.800\.80\+0\.58\+0\.5863\.39±5\.5063\.39\{\\scriptstyle\\,\\pm\\,5\.50\}\(54\.00,81\.90,92\.00\)\(54\.00,81\.90,92\.00\)0\.920\.92\+0\.51\+0\.5161\.45±1\.7661\.45\{\\scriptstyle\\,\\pm\\,1\.76\}\(22\.00,49\.60,74\.00\)\(22\.00,49\.60,74\.00\)0\.820\.82\+0\.25\+0\.25Boundary Shrink\[[8](https://arxiv.org/html/2609.02018#bib.bib9)\]Unlearned92\.03±1\.1892\.03\{\\scriptstyle\\,\\pm\\,1\.18\}\(8\.50,12\.98,16\.90\)\(8\.50,12\.98,16\.90\)69\.31±5\.5769\.31\{\\scriptstyle\\,\\pm\\,5\.57\}\(0\.00,2\.60,5\.00\)\(0\.00,2\.60,5\.00\)63\.33±2\.6163\.33\{\\scriptstyle\\,\\pm\\,2\.61\}\(0\.00,3\.40,10\.00\)\(0\.00,3\.40,10\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]91\.45±1\.4191\.45\{\\scriptstyle\\,\\pm\\,1\.41\}\(33\.10,40\.85,55\.10\)\(33\.10,40\.85,55\.10\)0\.580\.58\+0\.52\+0\.5268\.28±5\.1368\.28\{\\scriptstyle\\,\\pm\\,5\.13\}\(39\.00,58\.20,76\.00\)\(39\.00,58\.20,76\.00\)0\.840\.84\+0\.37\+0\.3762\.73±2\.6262\.73\{\\scriptstyle\\,\\pm\\,2\.62\}\(18\.00,48\.20,76\.00\)\(18\.00,48\.20,76\.00\)0\.790\.79\+0\.79\+0\.79SFRA \(ours\)91\.10±1\.5791\.10\{\\scriptstyle\\,\\pm\\,1\.57\}\(60\.30,70\.48,80\.90\)\(60\.30,70\.48,80\.90\)0\.800\.80\+0\.58\+0\.5863\.48±5\.3763\.48\{\\scriptstyle\\,\\pm\\,5\.37\}\(55\.00,82\.00,91\.00\)\(55\.00,82\.00,91\.00\)0\.920\.92\+0\.51\+0\.5158\.19±2\.0258\.19\{\\scriptstyle\\,\\pm\\,2\.02\}\(12\.00,24\.80,54\.00\)\(12\.00,24\.80,54\.00\)0\.620\.62\+0\.02\+0\.02Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]Unlearned90\.34±1\.4490\.34\{\\scriptstyle\\,\\pm\\,1\.44\}\(5\.70,8\.70,13\.60\)\(5\.70,8\.70,13\.60\)73\.45±1\.5073\.45\{\\scriptstyle\\,\\pm\\,1\.50\}\(0\.00,0\.30,3\.00\)\(0\.00,0\.30,3\.00\)66\.83±1\.3966\.83\{\\scriptstyle\\,\\pm\\,1\.39\}\(0\.00,0\.80,2\.00\)\(0\.00,0\.80,2\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]89\.90±1\.5489\.90\{\\scriptstyle\\,\\pm\\,1\.54\}\(15\.80,24\.78,31\.60\)\(15\.80,24\.78,31\.60\)0\.350\.35\+0\.23\+0\.2372\.14±1\.3872\.14\{\\scriptstyle\\,\\pm\\,1\.38\}\(52\.00,64\.00,73\.00\)\(52\.00,64\.00,73\.00\)0\.840\.84\+0\.41\+0\.4166\.45±1\.3766\.45\{\\scriptstyle\\,\\pm\\,1\.37\}\(36\.00,54\.20,72\.00\)\(36\.00,54\.20,72\.00\)0\.840\.84\+0\.81\+0\.81SFRA \(ours\)89\.39±1\.5689\.39\{\\scriptstyle\\,\\pm\\,1\.56\}\(44\.40,58\.87,63\.70\)\(44\.40,58\.87,63\.70\)0\.710\.71\+0\.47\+0\.4766\.97±1\.3566\.97\{\\scriptstyle\\,\\pm\\,1\.35\}\(41\.00,77\.70,94\.00\)\(41\.00,77\.70,94\.00\)0\.950\.95\+0\.54\+0\.5460\.54±1\.4460\.54\{\\scriptstyle\\,\\pm\\,1\.44\}\(10\.00,38\.00,66\.00\)\(10\.00,38\.00,66\.00\)0\.770\.77\+0\.15\+0\.15SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Unlearned94\.30±0\.6794\.30\{\\scriptstyle\\,\\pm\\,0\.67\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)71\.13±5\.1671\.13\{\\scriptstyle\\,\\pm\\,5\.16\}\(0\.00,1\.00,3\.00\)\(0\.00,1\.00,3\.00\)67\.73±1\.2967\.73\{\\scriptstyle\\,\\pm\\,1\.29\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]94\.30±0\.6694\.30\{\\scriptstyle\\,\\pm\\,0\.66\}\(0\.00,1\.39,6\.60\)\(0\.00,1\.39,6\.60\)0\.120\.12−0\.06\-0\.0670\.21±4\.8170\.21\{\\scriptstyle\\,\\pm\\,4\.81\}\(31\.00,47\.20,73\.00\)\(31\.00,47\.20,73\.00\)0\.830\.83\+0\.27\+0\.2767\.54±1\.2867\.54\{\\scriptstyle\\,\\pm\\,1\.28\}\(38\.00,59\.20,88\.00\)\(38\.00,59\.20,88\.00\)0\.93¯\\underline\{0\.93\}\+0\.89\+0\.89SFRA \(ours\)91\.05±1\.3191\.05\{\\scriptstyle\\,\\pm\\,1\.31\}\(20\.50,33\.18,47\.10\)\(20\.50,33\.18,47\.10\)0\.640\.64\+0\.12\+0\.1265\.12±5\.0065\.12\{\\scriptstyle\\,\\pm\\,5\.00\}\(57\.00,75\.00,87\.00\)\(57\.00,75\.00,87\.00\)0\.890\.89\+0\.43\+0\.4361\.84±1\.3661\.84\{\\scriptstyle\\,\\pm\\,1\.36\}\(12\.00,35\.80,80\.00\)\(12\.00,35\.80,80\.00\)0\.860\.86\+0\.28\+0\.28Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]Unlearned92\.36±5\.4092\.36\{\\scriptstyle\\,\\pm\\,5\.40\}\(0\.00,1\.13,10\.30\)\(0\.00,1\.13,10\.30\)79\.80±0\.1379\.80\{\\scriptstyle\\,\\pm\\,0\.13\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)71\.14±0\.1471\.14\{\\scriptstyle\\,\\pm\\,0\.14\}\(0\.00,3\.40,18\.00\)\(0\.00,3\.40,18\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]92\.25±5\.3792\.25\{\\scriptstyle\\,\\pm\\,5\.37\}\(3\.50,70\.86,95\.80\)\(3\.50,70\.86,95\.80\)0\.980\.98\+0\.92\\mathbf\{\+0\.92\}77\.73±1\.5177\.73\{\\scriptstyle\\,\\pm\\,1\.51\}\(75\.00,88\.30,100\.00\)\(75\.00,88\.30,100\.00\)1\.001\.00\+0\.59\\mathbf\{\+0\.59\}70\.31±0\.3870\.31\{\\scriptstyle\\,\\pm\\,0\.38\}\(70\.00,86\.20,98\.00\)\(70\.00,86\.20,98\.00\)0\.990\.99\+0\.99\\mathbf\{\+0\.99\}SFRA \(ours\)88\.15±5\.6788\.15\{\\scriptstyle\\,\\pm\\,5\.67\}\(76\.90,96\.24,99\.80\)\(76\.90,96\.24,99\.80\)0\.980\.98\+0\.77\+0\.7773\.74±1\.6473\.74\{\\scriptstyle\\,\\pm\\,1\.64\}\(93\.00,97\.10,100\.00\)\(93\.00,97\.10,100\.00\)0\.99¯\\underline\{0\.99\}\+0\.58¯\\underline\{\+0\.58\}65\.37±1\.7365\.37\{\\scriptstyle\\,\\pm\\,1\.73\}\(0\.00,44\.20,80\.00\)\(0\.00,44\.20,80\.00\)0\.860\.86\+0\.41\+0\.41SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]Unlearned94\.21±0\.6994\.21\{\\scriptstyle\\,\\pm\\,0\.69\}\(5\.50,8\.41,14\.50\)\(5\.50,8\.41,14\.50\)77\.17±0\.5477\.17\{\\scriptstyle\\,\\pm\\,0\.54\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)69\.86±0\.4169\.86\{\\scriptstyle\\,\\pm\\,0\.41\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]93\.53±0\.6993\.53\{\\scriptstyle\\,\\pm\\,0\.69\}\(24\.00,44\.35,66\.20\)\(24\.00,44\.35,66\.20\)0\.680\.68\+0\.43\+0\.4373\.43±1\.0773\.43\{\\scriptstyle\\,\\pm\\,1\.07\}\(15\.00,41\.10,72\.00\)\(15\.00,41\.10,72\.00\)0\.820\.82\+0\.11\+0\.1169\.65±0\.4969\.65\{\\scriptstyle\\,\\pm\\,0\.49\}\(40\.00,57\.80,82\.00\)\(40\.00,57\.80,82\.00\)0\.900\.90\+0\.90\+0\.90SFRA \(ours\)89\.56±0\.6989\.56\{\\scriptstyle\\,\\pm\\,0\.69\}\(69\.10,80\.92,89\.40\)\(69\.10,80\.92,89\.40\)0\.870\.87\+0\.55\+0\.5571\.53±1\.2871\.53\{\\scriptstyle\\,\\pm\\,1\.28\}\(18\.00,35\.70,53\.00\)\(18\.00,35\.70,53\.00\)0\.680\.68\+0\.08\+0\.0866\.35±1\.0066\.35\{\\scriptstyle\\,\\pm\\,1\.00\}\(6\.00,22\.80,52\.00\)\(6\.00,22\.80,52\.00\)0\.680\.68\+0\.14\+0\.14DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]Unlearned94\.97±0\.5994\.97\{\\scriptstyle\\,\\pm\\,0\.59\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)77\.28±1\.8177\.28\{\\scriptstyle\\,\\pm\\,1\.81\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)69\.28±1\.8469\.28\{\\scriptstyle\\,\\pm\\,1\.84\}\(0\.00,0\.20,2\.00\)\(0\.00,0\.20,2\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]92\.60±1\.5492\.60\{\\scriptstyle\\,\\pm\\,1\.54\}\(59\.10,75\.94,86\.60\)\(59\.10,75\.94,86\.60\)0\.920\.92\+0\.85¯\\underline\{\+0\.85\}73\.53±1\.6273\.53\{\\scriptstyle\\,\\pm\\,1\.62\}\(19\.00,55\.00,85\.00\)\(19\.00,55\.00,85\.00\)0\.890\.89\+0\.36\+0\.3668\.74±1\.7868\.74\{\\scriptstyle\\,\\pm\\,1\.78\}\(24\.00,48\.40,76\.00\)\(24\.00,48\.40,76\.00\)0\.860\.86\+0\.81\+0\.81SFRA \(ours\)90\.82±0\.9190\.82\{\\scriptstyle\\,\\pm\\,0\.91\}\(89\.00,95\.19,97\.70\)\(89\.00,95\.19,97\.70\)0\.97¯\\underline\{0\.97\}\+0\.75\+0\.7570\.05±1\.3670\.05\{\\scriptstyle\\,\\pm\\,1\.36\}\(33\.00,61\.40,86\.00\)\(33\.00,61\.40,86\.00\)0\.890\.89\+0\.37\+0\.3763\.37±1\.5963\.37\{\\scriptstyle\\,\\pm\\,1\.59\}\(8\.00,33\.80,80\.00\)\(8\.00,33\.80,80\.00\)0\.860\.86\+0\.21\+0\.21 Evaluation Metrics\.We evaluate class relearning using retain test accuracy \(𝒜rt\\mathcal\{A\}^\{t\}\_\{r\}\), forget test accuracy \(𝒜ft\\mathcal\{A\}^\{t\}\_\{f\}\), and the proposed Relearning Score \(RS\\mathrm\{RS\}\)\. A meaningful relearning outcome must satisfy two conditions: the forget class should become more recognizable after relearning, while the performance on the retain classes should remain stable\. Forget class accuracy alone is insufficient because it can be increased by excessively expanding the forget class decision region, causing retain samples to be misclassified as the forget class\.RS\\mathrm\{RS\}is therefore designed to reward forget class recovery only when it is achieved without substantial degradation of retain class performance\. We first define the retain\-preservation and forget\-recovery terms as Rr\\displaystyle R\_\{r\}=1−max\(0,𝒜rt\-un−𝒜rt\-re\),\\displaystyle=1\-\\max\\\!\\left\(0,\\,\\mathcal\{A\}^\{t\\text\{\-\}un\}\_\{r\}\-\\mathcal\{A\}^\{t\\text\{\-\}re\}\_\{r\}\\right\),\(4\)Rf\\displaystyle R\_\{f\}=max\(0,𝒜ft\-re−𝒜ft\-un\)\.\\displaystyle=\\max\\\!\\left\(0,\\,\\mathcal\{A\}^\{t\\text\{\-\}re\}\_\{f\}\-\\mathcal\{A\}^\{t\\text\{\-\}un\}\_\{f\}\\right\)\.\(5\)All accuracies are normalized to\[0,1\]\[0,1\]\. Here,𝒜rt\-un\\mathcal\{A\}^\{t\\text\{\-\}un\}\_\{r\}and𝒜ft\-un\\mathcal\{A\}^\{t\\text\{\-\}un\}\_\{f\}denote the retain class and forget class accuracies after unlearning, while𝒜rt\-re\\mathcal\{A\}^\{t\\text\{\-\}re\}\_\{r\}and𝒜ft\-re\\mathcal\{A\}^\{t\\text\{\-\}re\}\_\{f\}denote the accuracies after relearning\. The retain\-preservation termRrR\_\{r\}starts from one and decreases according to the loss in retain accuracy caused by relearning\. If retain accuracy is preserved or improved,Rr=1R\_\{r\}=1; improvements above the post\-unlearning accuracy are not rewarded because they do not provide additional evidence of forget class recoverability\. The forget\-recovery termRfR\_\{f\}measures only the increase in forget class accuracy relative to its unlearning value\. Consequently, a model receives no recovery credit when forget class accuracy remains unchanged or decreases\. We combine the two terms using their harmonic mean: RS=\{2RrRfRr\+Rf,ifRr\+Rf\>00,otherwise\\mathrm\{RS\}=\\begin\{cases\}\\displaystyle\\frac\{2R\_\{r\}R\_\{f\}\}\{R\_\{r\}\+R\_\{f\}\},&\\hskip 28\.45274pt\\text\{if\}\\hskip 14\.22636ptR\_\{r\}\+R\_\{f\}\>0\\\\\[4\.0pt\] 0,&\\hskip 28\.45274pt\\text\{otherwise\}\\end\{cases\}\(6\)The harmonic mean is appropriate because both retain preservation and forget recovery are necessary for relearning\.RS\\mathrm\{RS\}is a graded diagnostic rather than a hard certificate of retain stability: becauseRrR\_\{r\}decreases linearly with the absolute retain\-accuracy drop, a non\-negligible drop can still yield anRrR\_\{r\}close to one\. We therefore report the pre/post retain accuracies alongsideRS\\mathrm\{RS\}in all main tables and interpretRS\\mathrm\{RS\}jointly with𝒜rt\-re\\mathcal\{A\}^\{t\\text\{\-\}re\}\_\{r\}, rather than usingRS\\mathrm\{RS\}alone to certify that utility is unchanged\. The recoverability–utility trade\-off is analyzed in App\.[I](https://arxiv.org/html/2609.02018#A9)\. Unlike an arithmetic mean, it is dominated by the smaller component and therefore prevents strong performance in one term from compensating for poor performance in the other\. For example, high forget recovery accompanied by severe retain degradation produces a lowRS\\mathrm\{RS\}, rather than being considered successful relearning\. Similarly,RS\\mathrm\{RS\}is zero when no forget class recovery occurs, regardless of how well retain accuracy is preserved\. Thus,RS∈\[0,1\]\\mathrm\{RS\}\\in\[0,1\], where a high value indicates that the forget class can be substantially recovered while retain class performance remains largely unchanged\. In contrast, a low value may result from weak forget class recovery, substantial retain degradation, or both\. For each methodmm, audit variantvv, and forget classcc, we defineΔRSm,c\(v\)=RSm,c\(v\)−RSretrained,c\(v\)\\Delta\\mathrm\{RS\}^\{\(v\)\}\_\{m,c\}=\\mathrm\{RS\}^\{\(v\)\}\_\{m,c\}\-\\mathrm\{RS\}^\{\(v\)\}\_\{\\mathrm\{retrained\},c\}, where the retrained reference is matched to the same forget class\. Positive \(negative\) values indicate greater \(lower\) recoverability than the matched retrained control\. We therefore useRS\\mathrm\{RS\}andΔRS\\Delta\\mathrm\{RS\}for different questions:RS\\mathrm\{RS\}measures absolute source\-free recoverability, whileΔRS\\Delta\\mathrm\{RS\}measures excess recoverability beyond a model that never observed the forget class\. A highRS\\mathrm\{RS\}withΔRS≈0\\Delta\\mathrm\{RS\}\\approx 0should not be interpreted as evidence of forget\-specific residual structure\. Settings\.Following prior class\-unlearning evaluation\[[2](https://arxiv.org/html/2609.02018#bib.bib51)\], we evaluate all1010CIFAR\-10 classes and1010designated classes for CIFAR\-100 and TinyImageNet\. The forget class selections, embedding\-generation settings, and computational costs are reported in Apps\.[J](https://arxiv.org/html/2609.02018#A10),[B](https://arxiv.org/html/2609.02018#A2), and[C](https://arxiv.org/html/2609.02018#A3), respectively\. ### 4\.2Results Table[1](https://arxiv.org/html/2609.02018#S4.T1)summarizes single\-class unlearning and relearning results on CIFAR\-10, CIFAR\-100, and TinyImageNet using ResNet\-18 backbone\. Since SFRA is designed as a worst\-case diagnostic, we report the maximumRS\\mathrm\{RS\}and maximumΔRS\\Delta\\mathrm\{RS\}across forget classes independently\. These maxima need not correspond to the same forget class\. MaximumRS\\mathrm\{RS\}measures the strongest absolute source\-free recoverability, whereas maximumΔRS\\Delta\\mathrm\{RS\}measures the strongest excess recoverability relative to the matched retrained reference\. Accordingly, our strongest evidence of residual post\-unlearning recoverability is provided by positiveΔRS\\Delta\\mathrm\{RS\}; cases with highRS\\mathrm\{RS\}but smallΔRS\\Delta\\mathrm\{RS\}are interpreted as generic relearnability rather than as recovery uniquely attributable to prior forget class training\. For CIFAR\-10 with a ResNet\-18 backbone, for instance, Bad Teacher and DELETE achieve the highestRS\\mathrm\{RS\}, indicating substantial absolute source\-free recoverability, while their positiveΔRS\\Delta\\mathrm\{RS\}further indicates greater recoverability than the matched retrained reference\. In contrast, SCRUB and Negative Gradient\+ yield among the lowestRS\\mathrm\{RS\}andΔRS\\Delta\\mathrm\{RS\}values, reflecting weaker relearning\. Results across backbones and datasets, including full per\-class results, are in Apps\.[J](https://arxiv.org/html/2609.02018#A10)and[R](https://arxiv.org/html/2609.02018#A18)\. 𝐑𝐒\\mathbf\{RS\}distribution across forget classes\.Fig\.[2](https://arxiv.org/html/2609.02018#S4.F2)reports the distribution ofRS\\mathrm\{RS\}across forget classes for CIFAR\-10 with ResNet\-18, showing whether relearning is systematic across classes or driven by a few highly vulnerable cases\. The results show that methods such as Bad Teacher and DELETE exhibit consistently highRS\\mathrm\{RS\}across forget classes, indicating systematic relearning, whereas methods such as Negative Gradient\+ and SCRUB show lowerRS\\mathrm\{RS\}and are more resistant to relearning\.RS\\mathrm\{RS\}distribution results for all datasets and backbones are provided in App\.[L](https://arxiv.org/html/2609.02018#A12)\. Figure 2:RS\\mathrm\{RS\}distribution across forget classes for CIFAR\-10 dataset with ResNet\-18 Backbone\. Each violin represents an unlearning method, withRS\\mathrm\{RS\}values across forget classes\. Markers and thick bars denote the median and interquartile range \(IQR\)\.Per\-class𝐑𝐒\\mathbf\{RS\}heatmaps\.Fig\.[3](https://arxiv.org/html/2609.02018#S4.F3)reports per\-classRS\\mathrm\{RS\}heatmaps for CIFAR\-10 with ResNet\-18, showing class\-specific relearning behavior across unlearning methods and complementing the aggregate worst\-caseRS\\mathrm\{RS\}reported in Table[1](https://arxiv.org/html/2609.02018#S4.T1)\. For each forget class, this heatmap allows us to compare unlearning methods and identify which method is most robust to relearning, with lowerRS\\mathrm\{RS\}, and which method is most vulnerable, with higherRS\\mathrm\{RS\}\. Additional heatmaps for all datasets and backbones are in App\.[M](https://arxiv.org/html/2609.02018#A13)\. Figure 3:Per\-classRS\\mathrm\{RS\}heatmaps for CIFAR\-10 dataset and ResNet\-18 backbone, comparing unlearning methods\. Rows correspond to unlearning methods and columns to forget classes; each cell reports theRS\\mathrm\{RS\}obtained when the corresponding class is designated for forgetting and color intensity encodes theRS\\mathrm\{RS\}magnitude\.Geometric evidence and relearning\.Fig\.[4](https://arxiv.org/html/2609.02018#S4.F4)visualizes the test\-set features of a ResNet\-18 model after unlearning class77using Negative Gradient\+ and Bad Teacher\. As discussed earlier, a highRS\\mathrm\{RS\}indicates that the representation retains recoverable structure capable of supporting re\-separation of the forget class under our source\-free head update, whereas a lowRS\\mathrm\{RS\}indicates weaker recoverability under the same audit\. For class77, Negative Gradient\+ exhibits limited relearning: forget class accuracy increases from0\.1%0\.1\\%to11\.0%11\.0\\%following our SFRA, corresponding to anRS\\mathrm\{RS\}of0\.110\.11\. This low score is consistent with the t\-SNE visualization, where the forget class samples appear highly dispersed, suggesting that the method substantially disrupts the feature geometry\. In contrast, Bad Teacher shows near\-complete relearning: accuracy rises from0\.0%0\.0\\%to99\.8%99\.8\\%with a correspondingRS\\mathrm\{RS\}of0\.950\.95\. The visualization corroborates this outcome, the forget class samples remain tightly clustered, indicating that the geometric structure of forget class was largely preserved despite the unlearning step\. Together, these results highlight that different unlearning methods produce different effects on the feature space, and thatRS\\mathrm\{RS\}captures this behavior in a quantitative and model\-agnostic manner\. Additional geometric analyses are provided in App\.[K](https://arxiv.org/html/2609.02018#A11), with linear probing in App\.[R](https://arxiv.org/html/2609.02018#A18)assessing forget\-class separability after unlearning\. Figure 4:Visualization of CIFAR\-10 real samples with ResNet\-18 \(class77as the forget class\):\(a\)Negative Gradient\+ and\(b\)Bad Teacher\. Black rings highlight the regions assigned to forget embeddings, which are shown as triangles colored by their predicted label, and retain embeddings as circles colored by their class labels\. Bad Teacher collapses forget samples into a compact region, whereas Negative Gradient\+ scatters them across multiple clusters, disrupting the class geometry and preventing relearning\. ### 4\.3Ablation Study Sensitivity to the number of synthetic prob\.We analyze the sensitivity of class relearning toNN, the number of generated embeddings per retain class, andMM, the number of selected embeddings\. For ResNet\-18, Fig\.[5](https://arxiv.org/html/2609.02018#S4.F5)shows that increasingMMimproves𝒜ft\\mathcal\{A\}\_\{f\}^\{t\}until saturation while𝒜rt\\mathcal\{A\}\_\{r\}^\{t\}remains within±1%\\pm 1\\%; increasingNNyields higher𝒜ft\\mathcal\{A\}\_\{f\}^\{t\}and more stable𝒜rt\\mathcal\{A\}\_\{r\}^\{t\}\. ViT\-B/16 results are provided in App\.[H](https://arxiv.org/html/2609.02018#A8)\. Figure 5:Impact of the number of embeddings on SFRA for CIFAR\-10 with a ResNet\-18 under single\-class unlearning of class99\.\(a,b\)Effect of varyingMMwithN=500KN=500Kon𝒜ft\\mathcal\{A\}\_\{f\}^\{t\}and𝒜rt\\mathcal\{A\}\_\{r\}^\{t\}\.\(c,d\)Effect of varyingNNwithM=500M=500on𝒜ft\\mathcal\{A\}\_\{f\}^\{t\}and𝒜rt\\mathcal\{A\}\_\{r\}^\{t\}\.Multi\-class SFRA\.We extend the proposed procedure to settings with multiple forget classes𝒴f\\mathcal\{Y\}\_\{f\}\. Because a boundary\-adjacent synthetic probe does not have a natural forget class label, we use the unlearned classifier scores to partition the selected low\-confidence probes among the forget classes, while maintaining balanced assignments and preventing probe reuse\. The details and algorithm for multi\-class SFRA are provided in App\.[J](https://arxiv.org/html/2609.02018#A10)\. Using this protocol, we evaluate whether class relearning remains effective when multiple classes are forgotten simultaneously\. Table[2](https://arxiv.org/html/2609.02018#S4.T2)reports results on CIFAR\-100 with a ResNet\-18 backbone under two settings:55forget classes and1010forget classes, following the class selection protocol of\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]\. Multi\-class SFRA is more challenging because boundary probes lack a natural forget class identity, introducing class\-assignment ambiguity\. Consequently, recovery may depend on the separability of the residual forget class representations, which can also explain the varying performance relative to PRA, which constructs class\-specific prototypes from real forget samples\. The multi\-class results are not monotone in the number of forget classes\. For example, DELETE yieldsRS=0\\mathrm\{RS\}=0in the 5\-class setting butRS=0\.28\\mathrm\{RS\}=0\.28in the 10\-class setting\. This does not imply that forgetting becomes intrinsically weaker as more classes are removed; changing𝒴f\\mathcal\{Y\}\_\{f\}also changes the synthetic probe\-assignment problem and can alter how the greedy partition aligns with the residual geometry of each class\. We therefore regard the present multi\-class construction as a more fragile diagnostic than the single\-class audit, and do not interpret differences across 5 and 10 classes as a monotone measure of unlearning strength\. Results for 2\-class unlearning and forget class selections for the 2\-, 5\-, and 10\-class settings are in App\.[J](https://arxiv.org/html/2609.02018#A10)\. Table 2:Comparison of unlearning methods under our proposed SFRA and the source\-dependent PRA baseline for 5\-class and 10\-class unlearning on CIFAR\-100 with ResNet\-18\. Within each forget\-set\-size setting, the highest and second\-highestRS\\mathrm\{RS\}andΔRS\\Delta\\mathrm\{RS\}values are shown inboldandunderlined, respectively\.Unlearning MethodModel Variant5\-class10\-class𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}OriginalOriginal80\.0380\.0378\.6078\.60\-\-79\.8079\.8081\.4081\.40\-\-RetrainedUnlearned77\.2677\.260\.000\.00\-\-77\.5477\.540\.000\.00\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]76\.4676\.468\.208\.200\.150\.15\-76\.8776\.8710\.6010\.600\.190\.19\-SFRA \(ours\)77\.4277\.420\.000\.000\.000\.00\-77\.7277\.720\.000\.000\.000\.00\-Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Unlearned78\.7378\.730\.600\.60\-\-79\.7179\.711\.701\.70\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]78\.1878\.1816\.4016\.400\.270\.27\+0\.12\+0\.1279\.1179\.1126\.8026\.800\.400\.40\+0\.21\+0\.21SFRA \(ours\)70\.9570\.9545\.4045\.400\.600\.60\+0\.60¯\\underline\{\+0\.60\}72\.0072\.0060\.5060\.500\.720\.72\+0\.72\\mathbf\{\+0\.72\}Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Unlearned72\.0072\.000\.200\.20\-\-71\.2871\.283\.203\.20\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]71\.7271\.7214\.0014\.000\.240\.24\+0\.09\+0\.0970\.8070\.8014\.6014\.600\.200\.20\+0\.01\+0\.01SFRA \(ours\)67\.7367\.7318\.2018\.200\.300\.30\+0\.30\+0\.3067\.8467\.8422\.3022\.300\.320\.32\+0\.32\+0\.32Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Unlearned76\.0876\.080\.200\.20\-\-75\.6975\.690\.000\.00\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]75\.0975\.0924\.4024\.400\.390\.39\+0\.24\+0\.2475\.0775\.0710\.6010\.600\.190\.19\+0\.00\+0\.00SFRA \(ours\)72\.1672\.1614\.2014\.200\.240\.24\+0\.24\+0\.2471\.5171\.514\.504\.500\.090\.09\+0\.09\+0\.09Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]Unlearned72\.0172\.013\.003\.00\-\-72\.2772\.276\.606\.60\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]71\.2871\.2839\.2039\.200\.530\.53\+0\.38\+0\.3871\.6971\.6928\.6028\.600\.360\.36\+0\.17\+0\.17SFRA \(ours\)65\.6665\.6640\.8040\.800\.540\.54\+0\.54\+0\.5465\.1165\.1142\.2042\.200\.510\.51\+0\.51\+0\.51Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]Unlearned70\.9270\.920\.600\.60\-\-71\.2971\.292\.902\.90\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]70\.2270\.2221\.6021\.600\.350\.35\+0\.20\+0\.2070\.5170\.5118\.2018\.200\.260\.26\+0\.07\+0\.07SFRA \(ours\)64\.2564\.2525\.8025\.800\.400\.40\+0\.40\+0\.4067\.0167\.0120\.7020\.700\.300\.30\+0\.30\+0\.30SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Unlearned80\.0780\.070\.000\.00\-\-80\.2080\.200\.000\.00\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]79\.6279\.6213\.2013\.200\.230\.23\+0\.08\+0\.0879\.6679\.6611\.3011\.300\.200\.20\+0\.01\+0\.01SFRA \(ours\)80\.0780\.070\.000\.000\.000\.00\+0\.00\+0\.0080\.2080\.200\.000\.000\.000\.00\+0\.00\+0\.00Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]Unlearned79\.2579\.250\.000\.00\-\-78\.3178\.310\.200\.20\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]78\.6478\.6447\.4047\.400\.640\.64\+0\.49\+0\.4977\.8777\.8714\.8014\.800\.250\.25\+0\.06\+0\.06SFRA \(ours\)73\.7273\.7227\.8027\.800\.430\.43\+0\.43\+0\.4370\.9370\.9314\.5014\.500\.250\.25\+0\.25\+0\.25SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]Unlearned78\.8278\.824\.404\.40\-\-79\.4479\.442\.602\.60\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]78\.0578\.0543\.4043\.400\.560\.56\+0\.41\+0\.4178\.6378\.6343\.6043\.600\.580\.58\+0\.39\+0\.39SFRA \(ours\)76\.2776\.2752\.2052\.200\.64¯\\underline\{0\.64\}\+0\.64\\mathbf\{\+0\.64\}73\.2973\.2952\.6052\.600\.65¯\\underline\{0\.65\}\+0\.65¯\\underline\{\+0\.65\}DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]Unlearned80\.0880\.080\.000\.00\-\-80\.5680\.560\.000\.00\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]79\.3779\.3739\.0039\.000\.560\.56\+0\.41\+0\.4179\.7379\.7344\.7044\.700\.620\.62\+0\.42\+0\.42SFRA \(ours\)80\.0880\.080\.000\.000\.000\.00\+0\.00\+0\.0073\.9373\.9316\.5016\.500\.280\.28\+0\.28\+0\.28 ## 5Conclusion We introduced a Source\-Free Relearning Audit \(SFRA\) that uses synthetic feature\-space probes and a lightweight classifier\-head update to assess post\-unlearning recoverability\. Across multiple datasets, backbones, and unlearning methods, our results show that low forget class accuracy can coexist with substantial source\-free relearning\. We quantify absolute recoverability using the Relearning Score \(RS\\mathrm\{RS\}\), which jointly measures forget class recovery and retain class preservation, and useΔRS\\Delta\\mathrm\{RS\}relative to a matched retrained reference to quantify excess recoverability beyond generic representation transfer\. This distinction is central to our interpretation: a highRS\\mathrm\{RS\}demonstrates that a class can be re\-separated under the audit, but does not by itself establish recovery of memorized training information or forget\-specific residual structure\. PositiveΔRS\\Delta\\mathrm\{RS\}provides stronger evidence that the released unlearned model is more recoverable than a model that never observed the forget class\. Limitations and future work\.Our evaluation focuses on classifier\-input representations, as auditing earlier layers requires depth\-specific probes and updates\. In the multi\-class setting, assigning unlabeled boundary probes to several forget classes introduces additional ambiguity and can produce non\-monotone behavior as the forget set changes\. Moreover, failure to observe relearning does not establish complete erasure\. Future work will investigate efficient layer\-wise auditing, improved multi\-class probe assignment, and stronger statistical tests of forgetting\. ## References - \[1\]S\. M\. Ahmed, U\. Y\. Basaran, D\. S\. Raychaudhuri, A\. Dutta, R\. Kundu, F\. F\. Niloy, B\. Guler, and A\. K\. Roy\-Chowdhury\(2025\)Towards source\-free machine unlearning\.InProceedings of the Computer Vision and Pattern Recognition Conference \(CVPR\),pp\. 4948–4957\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[2\]J\. Bonato, M\. Cotogni, and L\. Sabetta\(2024\)Is retain set all you need in machine unlearning? restoring performance of unlearned models with out\-of\-distribution images\.InEuropean Conference on Computer Vision \(ECCV\),pp\. 1–19\.Cited by:[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p5.1)\. - \[3\]L\. Bourtoule, V\. Chandrasekaran, C\. A\. Choquette\-Choo, H\. Jia, A\. Travers, B\. Zhang, D\. Lie, and N\. Papernot\(2021\)Machine unlearning\.In2021 IEEE symposium on security and privacy \(SP\),pp\. 141–159\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[4\]Y\. Cao and J\. Yang\(2015\)Towards making systems forget with machine unlearning\.In2015 IEEE symposium on security and privacy,pp\. 463–480\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[5\]N\. Carlini, M\. Jagielski, C\. Zhang, N\. Papernot, A\. Terzis, and F\. Tramer\(2022\)The privacy onion effect: memorization is relative\.Advances in Neural Information Processing Systems \(NIPS\)35,pp\. 13263–13276\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p2.1),[§2](https://arxiv.org/html/2609.02018#S2.p2.1)\. - \[6\]S\. Cha, S\. Cho, D\. Hwang, H\. Lee, T\. Moon, and M\. Lee\(2024\)Learning to unlearn: instance\-wise unlearning for pre\-trained classifiers\.InProceedings of the AAAI conference on artificial intelligence,Vol\.38,pp\. 11186–11194\.Cited by:[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.19.1.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.19.1.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.19.1.1),[Appendix J](https://arxiv.org/html/2609.02018#A10.p2.1),[Table O\.1](https://arxiv.org/html/2609.02018#A15.T1.5.1.21.1.1),[Table P\.1](https://arxiv.org/html/2609.02018#A16.T1.5.1.21.1.1),[Table P\.2](https://arxiv.org/html/2609.02018#A16.T2.5.1.18.1.1),[Table P\.3](https://arxiv.org/html/2609.02018#A16.T3.5.1.18.1.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.14.1.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.14.1.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.14.1.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.3.1.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.3.1.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.3.1.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.3.1.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.3.1.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.3.1.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.16.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.25.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.7.1),[Table D\.1](https://arxiv.org/html/2609.02018#A4.T1.5.1.21.1.1),[Table G\.1](https://arxiv.org/html/2609.02018#A7.T1.5.1.9.1),[§2](https://arxiv.org/html/2609.02018#S2.p1.1),[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p3.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.22.1.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.19.1.1)\. - \[7\]Z\. Che, S\. Casper, R\. Kirk, A\. Satheesh, S\. Slocum, L\. E\. McKinney, R\. Gandikota, A\. Ewart, D\. Rosati, Z\. Wu, Z\. Cai, B\. Chughtai, Y\. Gal, F\. Huang, and D\. Hadfield\-Menell\(2025\)Model tampering attacks enable more rigorous evaluations of LLM capabilities\.Transactions on Machine Learning Research\.Note:External Links:ISSN 2835\-8856Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p3.1)\. - \[8\]M\. Chen, W\. Gao, G\. Liu, K\. Peng, and C\. Wang\(2023\)Boundary unlearning: rapid forgetting of deep networks via shifting the decision boundary\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 7766–7775\.Cited by:[Appendix J](https://arxiv.org/html/2609.02018#A10.p2.1),[Table O\.1](https://arxiv.org/html/2609.02018#A15.T1.5.1.18.1.1),[Table P\.1](https://arxiv.org/html/2609.02018#A16.T1.5.1.18.1.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.3.1.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.3.1.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.3.1.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.6.1),[Table D\.1](https://arxiv.org/html/2609.02018#A4.T1.5.1.18.1.1),[Table G\.1](https://arxiv.org/html/2609.02018#A7.T1.5.1.8.1),[§1](https://arxiv.org/html/2609.02018#S1.p1.1),[§2](https://arxiv.org/html/2609.02018#S2.p1.1),[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p3.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.19.1.1)\. - \[9\]M\. Chen, Z\. Zhang, T\. Wang, M\. Backes, M\. Humbert, and Y\. Zhang\(2021\)When machine unlearning jeopardizes privacy\.InProceedings of the 2021 ACM SIGSAC conference on computer and communications security,pp\. 896–911\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p2.1),[§2](https://arxiv.org/html/2609.02018#S2.p2.1)\. - \[10\]V\. S\. Chundawat, A\. K\. Tarun, M\. Mandal, and M\. Kankanhalli\(2023\)Can bad teaching induce forgetting? unlearning in deep networks using an incompetent teacher\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.37,pp\. 7210–7217\.Cited by:[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.25.1.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.25.1.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.25.1.1),[Appendix J](https://arxiv.org/html/2609.02018#A10.p2.1),[Table O\.1](https://arxiv.org/html/2609.02018#A15.T1.5.1.27.1.1),[Table P\.1](https://arxiv.org/html/2609.02018#A16.T1.5.1.27.1.1),[Table P\.2](https://arxiv.org/html/2609.02018#A16.T2.5.1.24.1.1),[Table P\.3](https://arxiv.org/html/2609.02018#A16.T3.5.1.24.1.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.36.1.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.36.1.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.36.1.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.25.1.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.25.1.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.25.1.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.25.1.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.25.1.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.25.1.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.18.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.27.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.9.1),[Table D\.1](https://arxiv.org/html/2609.02018#A4.T1.5.1.27.1.1),[Table G\.1](https://arxiv.org/html/2609.02018#A7.T1.5.1.11.1),[§1](https://arxiv.org/html/2609.02018#S1.p1.1),[§2](https://arxiv.org/html/2609.02018#S2.p1.1),[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p3.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.28.1.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.25.1.1)\. - \[11\]V\. S\. Chundawat, A\. K\. Tarun, M\. Mandal, and M\. Kankanhalli\(2023\)Zero\-shot machine unlearning\.IEEE Transactions on Information Forensics and Security18,pp\. 2345–2354\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[12\]G\. Cosma and A\. Finke\(2026\)RULER: representation\-level verification of machine unlearning\.arXiv preprint arXiv:2605\.27569\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p4.1)\. - \[13\]A\. Deeb and F\. Roger\(2024\)Do unlearning methods remove information from language model weights?\.arXiv preprint arXiv:2410\.08827\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p3.1)\. - \[14\]Z\. Dehghani, P\. Piantanida, and M\. Shateri\(2026\)A universal source\-free class unlearning framework via synthetic embeddings\.Transactions on Machine Learning Research\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[15\]A\. Dosovitskiy, L\. Beyer, A\. Kolesnikov, D\. Weissenborn, X\. Zhai, T\. Unterthiner, M\. Dehghani, M\. Minderer, G\. Heigold, S\. Gelly, J\. Uszkoreit, and N\. Houlsby\(2021\)An image is worth 16x16 words: transformers for image recognition at scale\.InInternational Conference on Learning Representations \(ICLR\),Cited by:[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p1.1)\. - \[16\]C\. Fan, J\. Liu, Y\. Zhang, E\. Wong, D\. Wei, and S\. Liu\(2024\)Salun: empowering machine unlearning via gradient\-based weight saliency in both image classification and generation\.InInternational Conference on Learning Representations \(ICLR\),Vol\.2024,pp\. 53643–53673\.Cited by:[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.28.1.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.28.1.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.28.1.1),[Appendix J](https://arxiv.org/html/2609.02018#A10.p2.1),[Table O\.1](https://arxiv.org/html/2609.02018#A15.T1.5.1.30.1.1),[Table P\.1](https://arxiv.org/html/2609.02018#A16.T1.5.1.30.1.1),[Table P\.2](https://arxiv.org/html/2609.02018#A16.T2.5.1.27.1.1),[Table P\.3](https://arxiv.org/html/2609.02018#A16.T3.5.1.27.1.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.47.1.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.47.1.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.47.1.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.36.1.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.36.1.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.36.1.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.36.1.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.36.1.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.36.1.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.10.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.19.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.28.1),[Table D\.1](https://arxiv.org/html/2609.02018#A4.T1.5.1.30.1.1),[Table G\.1](https://arxiv.org/html/2609.02018#A7.T1.5.1.12.1),[§2](https://arxiv.org/html/2609.02018#S2.p1.1),[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p3.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.31.1.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.28.1.1)\. - \[17\]J\. Foster, S\. Schoepf, and A\. Brintrup\(2024\)Fast machine unlearning without retraining through selective synaptic dampening\.InProceedings of the AAAI conference on artificial intelligence,Vol\.38,pp\. 12043–12051\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[18\]J\. Fu, N\. Naderloui, D\. Zhong, Y\. Hong, and W\. H\. Wang\(2026\)Revisiting privacy leakage in machine unlearning: membership inference beyond the forgotten set\.arXiv preprint arXiv:2605\.01129\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p2.1)\. - \[19\]Y\. Gao, A\. Unal, A\. Rangamani, and Z\. Zhu\(2026\)An illusion of unlearning? assessing machine unlearning through internal representations\.InThe 29th International Conference on Artificial Intelligence and Statistics,Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p4.1),[§3\.2](https://arxiv.org/html/2609.02018#S3.SS2.p1.1)\. - \[20\]N\. George, K\. N\. Dasaraju, R\. R\. Chittepu, and K\. R\. Mopuri\(2025\)The illusion of unlearning: the unstable nature of machine unlearning in text\-to\-image diffusion models\.InProceedings of the Computer Vision and Pattern Recognition Conference \(CVPR\),pp\. 13393–13402\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p3.1)\. - \[21\]A\. Ginart, M\. Guan, G\. Valiant, and J\. Y\. Zou\(2019\)Making ai forget you: data deletion in machine learning\.Advances in neural information processing systems \(NIPS\)32\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[22\]A\. Golatkar, A\. Achille, and S\. Soatto\(2020\)Eternal sunshine of the spotless net: selective forgetting in deep networks\.InProceedings of the IEEE/CVF conference on computer vision and pattern recognition \(CVPR\),pp\. 9304–9312\.Cited by:[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.10.1.1),[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.7.1.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.10.1.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.7.1.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.10.1.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.7.1.1),[Appendix J](https://arxiv.org/html/2609.02018#A10.p2.1),[Table O\.1](https://arxiv.org/html/2609.02018#A15.T1.5.1.6.1.1),[Table O\.1](https://arxiv.org/html/2609.02018#A15.T1.5.1.9.1.1),[Table P\.1](https://arxiv.org/html/2609.02018#A16.T1.5.1.6.1.1),[Table P\.1](https://arxiv.org/html/2609.02018#A16.T1.5.1.9.1.1),[Table P\.2](https://arxiv.org/html/2609.02018#A16.T2.5.1.6.1.1),[Table P\.2](https://arxiv.org/html/2609.02018#A16.T2.5.1.9.1.1),[Table P\.3](https://arxiv.org/html/2609.02018#A16.T3.5.1.6.1.1),[Table P\.3](https://arxiv.org/html/2609.02018#A16.T3.5.1.9.1.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.14.1.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.25.1.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.14.1.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.25.1.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.14.1.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.25.1.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.14.1.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.25.1.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.14.1.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.25.1.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.14.1.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.25.1.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.14.1.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.25.1.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.14.1.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.25.1.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.14.1.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.25.1.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.12.2),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.13.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.2.2),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.21.2),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.22.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.3.1),[Table D\.1](https://arxiv.org/html/2609.02018#A4.T1.5.1.6.1.1),[Table D\.1](https://arxiv.org/html/2609.02018#A4.T1.5.1.9.1.1),[Table G\.1](https://arxiv.org/html/2609.02018#A7.T1.5.1.4.1),[Table G\.1](https://arxiv.org/html/2609.02018#A7.T1.5.1.5.1),[§1](https://arxiv.org/html/2609.02018#S1.p1.1),[§2](https://arxiv.org/html/2609.02018#S2.p1.1),[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p3.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.10.1.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.7.1.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.10.1.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.7.1.1)\. - \[23\]L\. Graves, V\. Nagisetty, and V\. Ganesh\(2021\)Amnesiac machine learning\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.35,pp\. 11516–11524\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[24\]C\. Guo, T\. Goldstein, A\. Hannun, and L\. Van Der Maaten\(2020\)Certified data removal from machine learning models\.InProceedings of the 37th International Conference on Machine Learning,H\. D\. III and A\. Singh \(Eds\.\),Proceedings of Machine Learning Research, Vol\.119,pp\. 3832–3842\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p2.1)\. - \[25\]S\. Ha, S\. Park, and S\. W\. Yoon\(2026\)Unlearning’s blind spots: over\-unlearning and prototypical relearning attack\.InForty\-third International Conference on Machine Learning,Cited by:[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.11.1),[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.14.1),[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.17.1),[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.20.1),[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.23.1),[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.26.1),[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.29.1),[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.32.1),[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.5.1),[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.8.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.11.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.14.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.17.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.20.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.23.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.26.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.29.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.32.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.5.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.8.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.11.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.14.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.17.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.20.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.23.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.26.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.29.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.32.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.5.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.8.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.12.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.15.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.18.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.21.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.23.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.26.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.29.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.32.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.34.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.37.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.40.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.43.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.45.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.48.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.51.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.54.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.56.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.6.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.9.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.10.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.12.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.15.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.18.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.21.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.23.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.26.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.29.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.32.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.34.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.37.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.4.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.40.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.43.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.45.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.48.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.51.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.54.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.56.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.59.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.62.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.65.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.67.2),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.7.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.12.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.15.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.18.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.21.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.23.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.26.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.29.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.32.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.34.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.37.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.40.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.43.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.45.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.48.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.51.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.54.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.56.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.6.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.9.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.10.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.12.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.15.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.18.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.21.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.23.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.26.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.29.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.32.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.34.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.37.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.4.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.40.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.43.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.45.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.48.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.51.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.54.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.56.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.59.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.62.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.65.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.67.2),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.7.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.12.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.15.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.18.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.21.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.23.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.26.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.29.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.32.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.34.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.37.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.40.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.43.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.45.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.48.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.51.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.54.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.56.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.6.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.9.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.10.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.12.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.15.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.18.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.21.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.23.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.26.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.29.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.32.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.34.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.37.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.4.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.40.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.43.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.45.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.48.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.51.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.54.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.56.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.59.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.62.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.65.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.67.2),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.7.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.12.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.15.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.18.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.21.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.23.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.26.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.29.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.32.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.34.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.37.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.40.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.43.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.45.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.48.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.51.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.54.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.56.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.6.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.9.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.10.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.12.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.15.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.18.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.21.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.23.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.26.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.29.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.32.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.34.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.37.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.4.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.40.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.43.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.45.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.48.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.51.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.54.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.56.2),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.7.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.12.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.15.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.18.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.21.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.23.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.26.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.29.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.32.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.34.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.37.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.40.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.43.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.45.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.48.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.51.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.54.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.56.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.6.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.9.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.10.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.12.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.15.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.18.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.21.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.23.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.26.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.29.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.32.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.34.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.37.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.4.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.40.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.43.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.45.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.48.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.51.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.54.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.56.2),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.7.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.12.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.15.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.18.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.21.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.23.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.26.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.29.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.32.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.34.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.37.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.40.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.43.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.45.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.48.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.51.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.54.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.56.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.6.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.9.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.10.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.12.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.15.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.18.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.21.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.23.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.26.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.29.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.32.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.34.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.37.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.4.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.40.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.43.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.45.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.48.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.51.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.54.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.56.2),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.7.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.12.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.15.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.18.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.21.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.23.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.26.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.29.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.32.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.34.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.37.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.40.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.43.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.45.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.48.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.51.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.54.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.56.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.6.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.9.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.10.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.12.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.15.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.18.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.21.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.23.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.26.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.29.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.32.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.34.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.37.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.4.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.40.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.43.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.45.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.48.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.51.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.54.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.56.2),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.7.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.12.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.15.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.18.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.21.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.23.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.26.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.29.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.32.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.34.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.37.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.40.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.43.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.45.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.48.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.51.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.54.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.56.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.6.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.9.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.10.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.12.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.15.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.18.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.21.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.23.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.26.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.29.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.32.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.34.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.37.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.4.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.40.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.43.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.45.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.48.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.51.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.54.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.56.2),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.7.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.12.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.15.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.18.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.21.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.23.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.26.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.29.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.32.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.34.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.37.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.40.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.43.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.45.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.48.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.51.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.54.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.56.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.6.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.9.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.10.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.12.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.15.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.18.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.21.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.23.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.26.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.29.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.32.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.34.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.37.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.4.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.40.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.43.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.45.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.48.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.51.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.54.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.56.2),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.7.1),[§2](https://arxiv.org/html/2609.02018#S2.p3.1),[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p3.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.11.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.14.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.17.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.20.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.23.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.26.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.29.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.32.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.35.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.5.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.8.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.11.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.14.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.17.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.20.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.23.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.26.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.29.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.32.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.5.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.8.1)\. - \[26\]T\. Hayase, S\. Yasutomi, and T\. Katoh\(2020\)Selective forgetting of deep networks at a finer level than samples\.arXiv preprint arXiv:2012\.11849\.Cited by:[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.16.1.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.16.1.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.16.1.1),[Appendix J](https://arxiv.org/html/2609.02018#A10.p2.1),[Table O\.1](https://arxiv.org/html/2609.02018#A15.T1.5.1.15.1.1),[Table P\.1](https://arxiv.org/html/2609.02018#A16.T1.5.1.15.1.1),[Table P\.2](https://arxiv.org/html/2609.02018#A16.T2.5.1.15.1.1),[Table P\.3](https://arxiv.org/html/2609.02018#A16.T3.5.1.15.1.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.47.1.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.47.1.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.47.1.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.47.1.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.47.1.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.47.1.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.47.1.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.47.1.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.47.1.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.15.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.24.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.5.1),[Table D\.1](https://arxiv.org/html/2609.02018#A4.T1.5.1.15.1.1),[Table G\.1](https://arxiv.org/html/2609.02018#A7.T1.5.1.7.1),[§2](https://arxiv.org/html/2609.02018#S2.p1.1),[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p3.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.16.1.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.16.1.1)\. - \[27\]J\. Hayes, I\. Shumailov, E\. Triantafillou, A\. Khalifa, and N\. Papernot\(2025\)Inexact unlearning needs more careful evaluations to avoid a false sense of privacy\.In2025 IEEE Conference on Secure and Trustworthy Machine Learning \(SaTML\),pp\. 497–519\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p2.1),[§2](https://arxiv.org/html/2609.02018#S2.p2.1)\. - \[28\]K\. He, X\. Zhang, S\. Ren, and J\. Sun\(2016\)Deep residual learning for image recognition\.InProceedings of the IEEE conference on computer vision and pattern recognition \(CVPR\),pp\. 770–778\.Cited by:[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p1.1)\. - \[29\]H\. Hu, S\. Wang, T\. Dong, and M\. Xue\(2024\)Learn what you want to unlearn: unlearning inversion attacks against machine unlearning\.In2024 IEEE Symposium on Security and Privacy \(SP\),pp\. 3257–3275\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p3.1)\. - \[30\]S\. Hu, Y\. Fu, S\. Wu, and V\. Smith\(2024\)Jogging the memory of unlearned models through targeted relearning attacks\.InICML 2024 Workshop on Foundation Models in the Wild,Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p3.1)\. - \[31\]Z\. Izzo, M\. A\. Smart, K\. Chaudhuri, and J\. Zou\(2021\)Approximate data deletion from machine learning models\.InInternational conference on artificial intelligence and statistics,pp\. 2008–2016\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[32\]Y\. Jang, J\. Lee, D\. Kim, J\. Jo, and S\. S\. Woo\(2026\)Suppression or deletion: a restoration\-based representation\-level analysis of machine unlearning\.InProceedings of the ACM Web Conference 2026,pp\. 8505–8508\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p4.1)\. - \[33\]D\. Jeon, W\. Jeung, T\. Kim, A\. No, and J\. Choi\(2026\)An information theoretic evaluation metric for strong unlearning\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.40,pp\. 22173–22181\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p4.1)\. - \[34\]Y\. Kim, S\. Cha, and D\. Kim\(2026\)Are we truly forgetting? a critical re\-examination of machine unlearning evaluation protocols\.Engineering Applications of Artificial Intelligence167,pp\. 113785\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p4.1),[§3\.2](https://arxiv.org/html/2609.02018#S3.SS2.p1.1)\. - \[35\]S\. Kodge, G\. Saha, and K\. Roy\(2024\)Deep unlearning: fast and efficient gradient\-free class forgetting\.Transactions on Machine Learning Research\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[36\]A\. Krizhevsky G\. Hintonet al\.\(2009\)Learning multiple layers of features from tiny images\.Cited by:[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p2.1)\. - \[37\]M\. Kurmanji, P\. Triantafillou, J\. Hayes, and E\. Triantafillou\(2023\)Towards unbounded machine unlearning\.Advances in neural information processing systems \(NIPS\)36,pp\. 1957–1987\.Cited by:[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.13.1.1),[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.22.1.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.13.1.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.22.1.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.13.1.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.22.1.1),[Appendix J](https://arxiv.org/html/2609.02018#A10.p2.1),[Table O\.1](https://arxiv.org/html/2609.02018#A15.T1.5.1.12.1.1),[Table O\.1](https://arxiv.org/html/2609.02018#A15.T1.5.1.24.1.1),[Table P\.1](https://arxiv.org/html/2609.02018#A16.T1.5.1.12.1.1),[Table P\.1](https://arxiv.org/html/2609.02018#A16.T1.5.1.24.1.1),[Table P\.2](https://arxiv.org/html/2609.02018#A16.T2.5.1.12.1.1),[Table P\.2](https://arxiv.org/html/2609.02018#A16.T2.5.1.21.1.1),[Table P\.3](https://arxiv.org/html/2609.02018#A16.T3.5.1.12.1.1),[Table P\.3](https://arxiv.org/html/2609.02018#A16.T3.5.1.21.1.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.5.1.36.1.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.25.1.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.5.1.36.1.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.25.1.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.5.1.36.1.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.25.1.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.5.1.36.1.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.14.1.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.5.1.36.1.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.14.1.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.5.1.36.1.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.14.1.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.5.1.36.1.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.14.1.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.5.1.36.1.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.14.1.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.5.1.36.1.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.14.1.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.14.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.17.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.23.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.26.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.4.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.8.1),[Table D\.1](https://arxiv.org/html/2609.02018#A4.T1.5.1.12.1.1),[Table D\.1](https://arxiv.org/html/2609.02018#A4.T1.5.1.24.1.1),[Table G\.1](https://arxiv.org/html/2609.02018#A7.T1.5.1.10.1),[Table G\.1](https://arxiv.org/html/2609.02018#A7.T1.5.1.6.1),[§1](https://arxiv.org/html/2609.02018#S1.p1.1),[§2](https://arxiv.org/html/2609.02018#S2.p1.1),[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p3.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.13.1.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.25.1.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.13.1.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.22.1.1)\. - \[38\]A\. Le, C\. Peng, Y\. Liu, and J\. A\. Noble\(2026\)POUR: a provably optimal method for unlearning representation via neural collapse\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 10273–10282\.Cited by:[§3\.2](https://arxiv.org/html/2609.02018#S3.SS2.p1.1)\. - \[39\]Y\. Le and X\. Yang\(2015\)Tiny imagenet visual recognition challenge\.CS 231N7\(7\),pp\. 3\.Cited by:[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p2.1)\. - \[40\]J\. Lee, Y\. Kim, and D\. Kim\(2026\)Erase at the core: representation unlearning for machine unlearning\.arXiv preprint arXiv:2602\.05375\.Cited by:[§3\.2](https://arxiv.org/html/2609.02018#S3.SS2.p1.1)\. - \[41\]S\. Lermen, C\. Rogers\-Smith, and J\. Ladish\(2023\)Lora fine\-tuning efficiently undoes safety training in llama 2\-chat 70b\.arXiv preprint arXiv:2310\.20624\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p3.1)\. - \[42\]Y\. Liu, M\. Fan, C\. Chen, X\. Liu, Z\. Ma, L\. Wang, and J\. Ma\(2022\)Backdoor defense with machine unlearning\.InIEEE INFOCOM 2022\-IEEE conference on computer communications,pp\. 280–289\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[43\]Z\. Liu, Y\. Lin, Y\. Cao, H\. Hu, Y\. Wei, Z\. Zhang, S\. Lin, and B\. Guo\(2021\)Swin transformer: hierarchical vision transformer using shifted windows\.InProceedings of the IEEE/CVF international conference on computer vision \(ICCV\),pp\. 10012–10022\.Cited by:[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p1.1)\. - \[44\]A\. Lynch, P\. Guo, A\. Ewart, S\. Casper, and D\. Hadfield\-Menell\(2024\)Eight methods to evaluate robust unlearning in llms\.arXiv preprint arXiv:2402\.16835\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p3.1)\. - \[45\]S\. Neel, A\. Roth, and S\. Sharifi\-Malvajerdi\(2021\)Descent\-to\-delete: gradient\-based methods for machine unlearning\.InAlgorithmic Learning Theory,pp\. 931–962\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1),[§1](https://arxiv.org/html/2609.02018#S1.p2.1)\. - \[46\]T\. T\. Nguyen, T\. T\. Huynh, Z\. Ren, P\. L\. Nguyen, A\. W\. Liew, H\. Yin, and Q\. V\. H\. Nguyen\(2025\)A survey of machine unlearning\.ACM Transactions on Intelligent Systems and Technology16\(5\),pp\. 1–46\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[47\]M\. Pawelczyk, J\. Di, Y\. Lu, G\. Kamath, A\. Sekhari, and S\. Neel\(2025\)Machine unlearning fails to remove data poisoning attacks\.InInternational Conference on Learning Representations \(ICLR\),Vol\.2025,pp\. 50542–50573\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p4.1)\. - \[48\]X\. Qi, Y\. Zeng, T\. Xie, P\. Chen, R\. Jia, P\. Mittal, and P\. Henderson\(2024\)Fine\-tuning aligned language models compromises safety, even when users do not intend to\!\.InInternational Conference on Learning Representations \(ICLR\),Vol\.2024,pp\. 30988–31043\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p3.1)\. - \[49\]A\. Sekhari, J\. Acharya, G\. Kamath, and A\. T\. Suresh\(2021\)Remember what you want to forget: algorithms for machine unlearning\.Advances in Neural Information Processing Systems \(NIPS\)34,pp\. 18075–18086\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[50\]S\. Seo, D\. Kim, and B\. Han\(2025\)Revisiting machine unlearning with dimensional alignment\.In2025 IEEE/CVF Winter Conference on Applications of Computer Vision \(WACV\),pp\. 3206–3215\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p4.1)\. - \[51\]T\. Shaik, X\. Tao, H\. Xie, L\. Li, X\. Zhu, and Q\. Li\(2024\)Exploring the landscape of machine unlearning: a comprehensive survey and taxonomy\.IEEE Transactions on Neural Networks and Learning Systems\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[52\]I\. Shumailov, J\. Hayes, E\. Triantafillou, G\. Ortiz\-Jimenez, N\. Papernot, M\. Jagielski, I\. Yona, H\. Howard, and E\. Bagdasaryan\(2024\)Ununlearning: unlearning is not sufficient for content regulation in advanced generative ai\.arXiv preprint arXiv:2407\.00106\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p3.1)\. - \[53\]S\. A\. Siddiqui, A\. Weller, D\. Krueger, G\. K\. Dziugaite, M\. Mozer, and E\. Triantafillou\(2025\)From dormant to deleted: tamper\-resistant unlearning through weight\-space regularization\.Advances in Neural Information Processing Systems \(NIPS\)38,pp\. 129326–129357\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p3.1)\. - \[54\]R\. Tamirisa, B\. Bharathi, L\. Phan, A\. Zhou, A\. Gatti, T\. Suresh, M\. Lin, J\. Wang, R\. Wang, R\. Arel,et al\.\(2025\)Tamper\-resistant safeguards for open\-weight llms\.InInternational Conference on Learning Representations \(ICLR\),Vol\.2025,pp\. 101802–101829\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p3.1)\. - \[55\]A\. K\. Tarun, V\. S\. Chundawat, M\. Mandal, and M\. Kankanhalli\(2023\)Fast yet effective machine unlearning\.IEEE Transactions on Neural Networks and Learning Systems35\(9\),pp\. 13046–13055\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[56\]E\. Triantafillou, P\. Kairouz, F\. Pedregosa, J\. Hayes, M\. Kurmanji, K\. Zhao, V\. Dumoulin, J\. J\. Junior, I\. Mitliagkas, J\. Wan,et al\.\(2024\)Are we making progress in unlearning? findings from the first neurips unlearning competition\.arXiv preprint arXiv:2406\.09073\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p2.1)\. - \[57\]X\. Wang, C\. Chen, W\. Liu, X\. Liao, F\. Wang, and X\. Zheng\(2025\)Efficient source\-free unlearning via energy\-guided data synthesis and discrimination\-aware multitask optimization\.InForty\-second International Conference on Machine Learning,Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[58\]D\. Ye, T\. Zhu, J\. Li, K\. Gao, B\. Liu, L\. Y\. Zhang, W\. Zhou, and Y\. Zhang\(2025\)Data duplication: a novel\{\\\{multi\-purpose\}\\\}attack paradigm in machine unlearning\.In34th USENIX Security Symposium \(USENIX Security 25\),pp\. 6399–6418\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p2.1)\. - \[59\]Z\. Yu, Y\. Zeng, C\. Meng, G\. Yao, and S\. Zhou\(2026\)Can vision models truly forget? mirage: representation\-level certification of visual unlearning\.arXiv preprint arXiv:2605\.20282\.Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p4.1)\. - \[60\]C\. Zhang, S\. Shen, W\. Chen, and M\. Xu\(2025\)Toward efficient data\-free unlearning\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.39,pp\. 22372–22379\.Cited by:[§1](https://arxiv.org/html/2609.02018#S1.p1.1)\. - \[61\]Y\. Zhou, D\. Zheng, Q\. Mo, R\. Lu, K\. Lin, and W\. Zheng\(2025\)Decoupled distillation to erase: a general unlearning method for any class\-centric tasks\.InProceedings of the Computer Vision and Pattern Recognition Conference \(CVPR\),pp\. 20350–20359\.Cited by:[Table J\.1](https://arxiv.org/html/2609.02018#A10.T1.7.1.31.1.1),[Table J\.2](https://arxiv.org/html/2609.02018#A10.T2.7.1.31.1.1),[Table J\.3](https://arxiv.org/html/2609.02018#A10.T3.7.1.31.1.1),[Appendix J](https://arxiv.org/html/2609.02018#A10.p2.1),[Appendix J](https://arxiv.org/html/2609.02018#A10.p5.1),[Table O\.1](https://arxiv.org/html/2609.02018#A15.T1.5.1.33.1.1),[Table P\.1](https://arxiv.org/html/2609.02018#A16.T1.5.1.33.1.1),[Table P\.2](https://arxiv.org/html/2609.02018#A16.T2.5.1.30.1.1),[Table P\.3](https://arxiv.org/html/2609.02018#A16.T3.5.1.30.1.1),[Table R\.1](https://arxiv.org/html/2609.02018#A18.T1.6.1.58.1.1),[Table R\.2](https://arxiv.org/html/2609.02018#A18.T2.6.1.58.1.1),[Table R\.3](https://arxiv.org/html/2609.02018#A18.T3.6.1.58.1.1),[Table R\.4](https://arxiv.org/html/2609.02018#A18.T4.6.1.47.1.1),[Table R\.5](https://arxiv.org/html/2609.02018#A18.T5.6.1.47.1.1),[Table R\.6](https://arxiv.org/html/2609.02018#A18.T6.6.1.47.1.1),[Table R\.7](https://arxiv.org/html/2609.02018#A18.T7.6.1.47.1.1),[Table R\.8](https://arxiv.org/html/2609.02018#A18.T8.6.1.47.1.1),[Table R\.9](https://arxiv.org/html/2609.02018#A18.T9.6.1.47.1.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.11.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.20.1),[Table C\.1](https://arxiv.org/html/2609.02018#A3.T1.5.1.29.1),[Table D\.1](https://arxiv.org/html/2609.02018#A4.T1.5.1.33.1.1),[Table G\.1](https://arxiv.org/html/2609.02018#A7.T1.5.1.13.1),[§1](https://arxiv.org/html/2609.02018#S1.p1.1),[§2](https://arxiv.org/html/2609.02018#S2.p1.1),[§4\.1](https://arxiv.org/html/2609.02018#S4.SS1.p3.1),[§4\.3](https://arxiv.org/html/2609.02018#S4.SS3.p2.1),[Table 1](https://arxiv.org/html/2609.02018#S4.T1.7.1.34.1.1),[Table 2](https://arxiv.org/html/2609.02018#S4.T2.7.1.31.1.1)\. - \[62\]J\. Łucki, B\. Wei, Y\. Huang, P\. Henderson, F\. Tramèr, and J\. Rando\(2025\)An adversarial perspective on machine unlearning for AI safety\.Transactions on Machine Learning Research\.Note:External Links:ISSN 2835\-8856Cited by:[§2](https://arxiv.org/html/2609.02018#S2.p3.1)\. ## Appendix Table of Contents AProof of Proposition 1\.[A](https://arxiv.org/html/2609.02018#A1) BHyperparameter Settings\.[B](https://arxiv.org/html/2609.02018#A2) CComputational Cost and Efficiency\.[C](https://arxiv.org/html/2609.02018#A3) DPost\-hoc Synthetic–Real Alignment\.[D](https://arxiv.org/html/2609.02018#A4) EEmpirical Assessment of the Margin Approximation\.[E](https://arxiv.org/html/2609.02018#A5) FConfidence of Forget Class Assignments\.[F](https://arxiv.org/html/2609.02018#A6) GSFRA Without the Released Forget Class Output Row\.[G](https://arxiv.org/html/2609.02018#A7) HSensitivity to the Number of Synthetic Probes\.[H](https://arxiv.org/html/2609.02018#A8) IRetain–Forget Accuracy Trade\-off\.[I](https://arxiv.org/html/2609.02018#A9) JAdditional Results and Details for Single\-Class and Multi\-Class SFRA\.[J](https://arxiv.org/html/2609.02018#A10) KGeometric Interpretation of Synthetic Boundary Probes\.[K](https://arxiv.org/html/2609.02018#A11) LRS\\mathrm\{RS\}Distribution Across Forget Classes\.[L](https://arxiv.org/html/2609.02018#A12) MPer\-ClassRS\\mathrm\{RS\}Heatmaps\.[M](https://arxiv.org/html/2609.02018#A13) NAbsolute and Excess Recoverability\.[N](https://arxiv.org/html/2609.02018#A14) OSampling Distribution Ablation\.[O](https://arxiv.org/html/2609.02018#A15) PUncertainty\-Score Ablation\.[P](https://arxiv.org/html/2609.02018#A16) QEffect of Gaussian Support on SFRA\.[Q](https://arxiv.org/html/2609.02018#A17) RDetailed Per\-Class Results and Linear Separability\.[R](https://arxiv.org/html/2609.02018#A18) ## Appendix AProof of proposition 1 Consider a single gradient update on the classification head parametersWW\(the classifier bias is omitted for simplicity\)\. Letwcw\_\{c\}denote thecc\-th row ofWW\. The pairwise logit margin for a real forget class embeddingz∼ℰfz\\sim\\mathcal\{E\}\_\{f\}between classcfc\_\{f\}and a retain classj∈𝒴rj\\in\\mathcal\{Y\}\_\{r\}is defined in proposition 1 asmcf,j\(z\)m\_\{c\_\{f\},j\}\(z\)\. After one gradient step with learning rateη\>0\\eta\>0computed using the cross\-entropy loss on synthetic probs in𝒮f\\mathcal\{S\}\_\{f\}\(which are treated as labeled with classcfc\_\{f\}\), the change in the margin at real embeddingzzis as follows: Δmcf,j\(z\)=\(Δwcf−Δwj\)⊤z,\\Delta m\_\{c\_\{f\},j\}\(z\)=\(\\Delta w\_\{c\_\{f\}\}\-\\Delta w\_\{j\}\)^\{\\top\}z,\(A\.1\)Using the gradient of the cross\-entropy loss, we obtain: Δwc=\\displaystyle\\Delta w\_\{c\}=−η𝔼s∼𝒮f\[∇wcℓ\(h\(s\),cf\)\]\\displaystyle\-\\eta\\,\\mathbb\{E\}\_\{s\\sim\\mathcal\{S\}\_\{f\}\}\[\\nabla\_\{w\_\{c\}\}\\ell\(h\(s\),c\_\{f\}\)\]\(A\.2\)=\\displaystyle=−η𝔼s∼𝒮f\[\(pc\(s\)−𝟙\{c=cf\}\)s\],\\displaystyle\-\\eta\\,\\mathbb\{E\}\_\{s\\sim\\mathcal\{S\}\_\{f\}\}\\left\[\\big\(p\_\{c\}\(s\)\-\\mathbbm\{1\}\\\{c=c\_\{f\}\\\}\\big\)\\,s\\right\],wherepc\(s\)p\_\{c\}\(s\)denotes the softmax probability assigned to classccfor inputss\. Hence, Δwcf−Δwj=\\displaystyle\\Delta w\_\{c\_\{f\}\}\-\\Delta w\_\{j\}=−η𝔼s∼𝒮f\[\(pcf\(s\)−1\)−pj\(s\)\]s\\displaystyle\-\\eta\\,\\mathbb\{E\}\_\{s\\sim\\mathcal\{S\}\_\{f\}\}\\big\[\(p\_\{c\_\{f\}\}\(s\)\-1\)\-p\_\{j\}\(s\)\\big\]\\,s=\\displaystyle=η𝔼s∼𝒮f\[1−pcf\(s\)\+pj\(s\)\]s\.\\displaystyle\\eta\\,\\mathbb\{E\}\_\{s\\sim\\mathcal\{S\}\_\{f\}\}\\big\[1\-p\_\{c\_\{f\}\}\(s\)\+p\_\{j\}\(s\)\\big\]\\,s\.\(A\.3\) By substituting \([A\.3](https://arxiv.org/html/2609.02018#A1.Ex2)\) into the margin change in equation \([A\.1](https://arxiv.org/html/2609.02018#A1.E1)\) and taking expectation over real forget class embeddingsz∼ℰfz\\sim\\mathcal\{E\}\_\{f\}we can say: 𝔼z∼ℰf\[Δmcf,j\(z\)\]=η𝔼s∼𝒮fz∼ℰf\[\(1−pcf\(s\)\+pj\(s\)\)s⊤z\]\.\\mathbb\{E\}\_\{z\\sim\\mathcal\{E\}\_\{f\}\}\\left\[\\Delta m\_\{c\_\{f\},j\}\(z\)\\right\]=\\eta\\,\\mathbb\{E\}\_\{\\begin\{subarray\}\{c\}s\\sim\\mathcal\{S\}\_\{f\}\\\\ z\\sim\\mathcal\{E\}\_\{f\}\\end\{subarray\}\}\\left\[\\left\(1\-p\_\{c\_\{f\}\}\(s\)\+p\_\{j\}\(s\)\\right\)s^\{\\top\}z\\right\]\.\(A\.4\)Becauses∼𝒮fs\\sim\\mathcal\{S\}\_\{f\}andz∼ℰfz\\sim\\mathcal\{E\}\_\{f\}are sampled independently, the expectation factorizes, and the expected margin change can be written as 𝔼z∼ℰf\[Δmcf,j\(z\)\]=η𝔼s∼𝒮f\[αj\(s\)s\]⊤μℰf\.\\mathbb\{E\}\_\{z\\sim\\mathcal\{E\}\_\{f\}\}\\left\[\\Delta m\_\{c\_\{f\},j\}\(z\)\\right\]=\\eta\\,\\mathbb\{E\}\_\{s\\sim\\mathcal\{S\}\_\{f\}\}\\left\[\\alpha\_\{j\}\(s\)s\\right\]^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}\.\(A\.5\)Definingαj\(s\)=1−pcf\(s\)\+pj\(s\)\\alpha\_\{j\}\(s\)=1\-p\_\{c\_\{f\}\}\(s\)\+p\_\{j\}\(s\)and writingαj\(s\)=1\+δj\(s\)\\alpha\_\{j\}\(s\)=1\+\\delta\_\{j\}\(s\)yields 𝔼z∼ℰf\[Δmcf,j\(z\)\]=η\(μ𝒮f⊤μℰf\+rj\),\\mathbb\{E\}\_\{z\\sim\\mathcal\{E\}\_\{f\}\}\\left\[\\Delta m\_\{c\_\{f\},j\}\(z\)\\right\]=\\eta\\left\(\\mu\_\{\\mathcal\{S\}\_\{f\}\}^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}\+r\_\{j\}\\right\),\(A\.6\)where the residual introduced replacingαj\(s\)\\alpha\_\{j\}\(s\)with one is rj=𝔼s∼𝒮f\[δj\(s\)s\]⊤μℰf\.r\_\{j\}=\\mathbb\{E\}\_\{s\\sim\\mathcal\{S\}\_\{f\}\}\\left\[\\delta\_\{j\}\(s\)s\\right\]^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}\.\(A\.7\)For the evaluated setting, Appendix[E](https://arxiv.org/html/2609.02018#A5)shows that the unweighted approximation closely tracks the weighted expression in aggregate\. This empirical result supports using the mean\-alignment condition as an approximation, but the exact condition remainsμ𝒮f⊤μℰf\+rj\>0\\mu\_\{\\mathcal\{S\}\_\{f\}\}^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}\+r\_\{j\}\>0\. Consequently, when the residual is small relative to the alignment term, μ𝒮f⊤μℰf\>\|rj\|,\\mu\_\{\\mathcal\{S\}\_\{f\}\}^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}\>\|r\_\{j\}\|,\(A\.8\)the expected pairwise margin increases: 𝔼z∼ℰf\[Δmcf,j\(z\)\]\>0\.\\mathbb\{E\}\_\{z\\sim\\mathcal\{E\}\_\{f\}\}\\left\[\\Delta m\_\{c\_\{f\},j\}\(z\)\\right\]\>0\.\(A\.9\)In particular, whenrj≈0r\_\{j\}\\approx 0, this condition reduces to the approximate alignment criterionμ𝒮f⊤μℰf\>0\\mu\_\{\\mathcal\{S\}\_\{f\}\}^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}\>0\. This result characterizes the contribution of the synthetic forget\-set loss\. The synthetic retain\-set loss in Alg\. 1 may contribute an additional term to the complete update\. Although derived for the classifier\-input representation, the same analysis may in principle be extended to intermediate representations using an appropriate probe head\. ## Appendix BHyperparameter Settings For our proposed SFRA, we sample a pool ofNNsynthetic probs per retain class from a standard Gaussian in feature space, then mine two subsets: \(i\) theMMmost confident samples \(highest predicted probability\) to form the synthetic retain set, and \(ii\) theMMleast confident samples as boundary\-adjacent probes, which are relabeled as the forget class and used to drive relearning updates\. Table[B\.1](https://arxiv.org/html/2609.02018#A2.T1)reports the values of\(N,M\)\(N,M\)used across datasets and settings\.NNcontrols how thoroughly we explore the feature space, whileMMcontrols the size of the mined retain and boundary\-probe subsets \(and thus the relearning compute\)\. During relearning, we update only the classifier head while keeping the feature encoder frozen\. The classifier is optimized with Adam using learning rate10−210^\{\-2\}and weight decay10−410^\{\-4\}\. Synthetic relearning samples are processed with batch size 256, while evaluation uses batch size 1024\. We use a held\-out validation set to select the best\-performing relearning model and apply early stopping when the validation performance does not improve for 10 consecutive epochs \(patience = 10\)\. Table B\.1:Hyperparameters used throughout our experiments\. We reportNN, the total number of generated embeddings per retain class, andMM, the number of selected embeddings\.SettingDatasetNNMMSingle\-classCIFAR\-10500K500K500500CIFAR\-100100K100K5050TinyImageNet50K50K2525Multi\-classCIFAR\-10500K500K500500CIFAR\-10050K50K100100 ## Appendix CComputational Cost and Efficiency To assess the computational overhead of our proposed SFRA, we measure the wall\-clock time required for synthetic probe construction across representative datasets, architectures, and unlearned checkpoints\. Probe construction is performed directly in the classifier\-input space using the released classifier head and therefore requires neither image generation nor forward passes through the full encoder\. The timing benchmark reproduces the two\-pass construction used by SFRA: one pass selects high\-confidence retain probes, while the other selects low\-confidence boundary probes that are relabeled as the forget class\. We conduct the benchmark on a single NVIDIA RTX A6000 GPU using a sampling batch size of65,53665\{,\}536\. The reported times correspond to one unlearned checkpoint with forget class00and are extrapolated over all corresponding retain classes\. Table C\.1:Probe\-generation runtime for our proposed SFRA using single\-class unlearning checkpoints with forget class 0\. Each entry reports the full extrapolated probe\-construction time for constructing Gaussian feature\-space probes\. The probe settings are CIFAR\-10:N=500KN=500KandM=500M=500, CIFAR\-100:N=100KN=100KandM=100M=100, and TinyImageNet:N=50KN=50KandM=25M=25\.BackboneUnlearning MethodCIFAR\-10CIFAR\-100TinyImageNetResNet\-18Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]0\.86s3\.4m1\.8mNegative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]0\.92s5\.1m1\.8mNegative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]0\.92s4\.1m1\.8mRandom Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]1\.0s5\.0m1\.8mBoundary Shrink\[[8](https://arxiv.org/html/2609.02018#bib.bib9)\]1\.1s4\.4m1\.8mLearn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]0\.91s4\.6m1\.8mSCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]0\.97s3\.7m1\.8mBad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]0\.93s5\.0m1\.7mSalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]0\.93s9\.1m1\.8mDELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]0\.91s3\.9m1\.8mSwin\-TFinetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]1\.2s4\.9m3\.2mNegative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]1\.2s5\.8m2\.9mNegative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]1\.3s6\.0m2\.9mRandom Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]1\.4s5\.5m2\.9mLearn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]1\.3s5\.1m2\.9mSCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]1\.2s4\.7m2\.9mBad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]1\.2s6\.0m2\.9mSalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]1\.5s6\.3m3\.0mDELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]1\.3s4\.9m2\.9mViT\-B/16Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]1\.5s3\.4m2\.7mNegative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]1\.2s3\.5m2\.3mNegative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]1\.2s13\.3m2\.3mRandom Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]1\.5s4\.5m2\.3mLearn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]1\.2s4\.1m2\.3mSCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]1\.7s4\.1m2\.3mBad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]1\.2s4\.6m2\.3mSalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]1\.3s3\.8m2\.3mDELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]1\.2s4\.2m2\.3m Although SFRA considers relatively large candidate pools, candidate generation and confidence evaluation consist primarily of batched matrix operations and are therefore highly parallelizable on a GPU\. Moreover, only a small fraction of the generated candidates is retained: for each retain class, SFRA selectsMMhigh\-confidence retain probes andMMlow\-confidence boundary probes from candidate pools of sizeNN\. Consequently, the synthetic dataset used for classifier\-head optimization is substantially smaller than the generated candidate pools\. The subsequent relearning stage is also lightweight because the encoder remains frozen and only the existing classifier head is updated\. As reported in Table[C\.1](https://arxiv.org/html/2609.02018#A3.T1), full probe construction requires0\.860\.86–1\.71\.7seconds for CIFAR\-10,3\.43\.4–13\.313\.3minutes for CIFAR\-100, and1\.71\.7–3\.23\.2minutes for TinyImageNet across the evaluated methods and backbones\. These measurements cover probe construction only and exclude classifier\-head relearning\. Overall, SFRA avoids encoder\-level optimization, maintains a comparatively small synthetic relearning set, and can be parallelized across target classes or checkpoints\. ## Appendix DPost\-hoc Synthetic–Real Alignment Proposition 1 identifies the alignment between the mean synthetic forget probes and the mean real forget class representation as a principal geometric term governing the expected single\-step change in the forget class margin\. To empirically examine this term, we perform a post\-hoc analysis using CIFAR\-10 with ResNet\-18\. For each unlearned checkpoint and designated forget classcfc\_\{f\}, we extract the classifier\-input representations of all real test samples belonging tocfc\_\{f\}using the frozen encoder\. We denote their mean byμℰf=1\|ℰf\|∑z∈ℰfz\.\\mu\_\{\\mathcal\{E\}\_\{f\}\}=\\frac\{1\}\{\|\\mathcal\{E\}\_\{f\}\|\}\\sum\_\{z\\in\\mathcal\{E\}\_\{f\}\}z\.These real forget samples are used exclusively for this post\-hoc diagnostic and are never used for synthetic\-probe construction, relearning, or hyperparameter selection\. We independently reproduce the synthetic forget\-probe generation used by our proposed SFRA\. Specifically, Gaussian candidates are sampled in the classifier\-input space and filtered using the released classifier head, after which the selected low\-confidence probes are combined to form𝒮f\\mathcal\{S\}\_\{f\}\. Their mean isμ𝒮f=1\|𝒮f\|∑s∈𝒮fs\.\\mu\_\{\\mathcal\{S\}\_\{f\}\}=\\frac\{1\}\{\|\\mathcal\{S\}\_\{f\}\|\}\\sum\_\{s\\in\\mathcal\{S\}\_\{f\}\}s\.We evaluate the signed inner\-product alignment and cosine\-normalized counterpart AIP=μ𝒮f⊤μℰf,Acos=μ𝒮f⊤μℰf‖μ𝒮f‖2‖μℰf‖2\.A\_\{\\mathrm\{IP\}\}=\\mu\_\{\\mathcal\{S\}\_\{f\}\}^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\},~~~~~~~A\_\{\\cos\}=\\frac\{\\mu\_\{\\mathcal\{S\}\_\{f\}\}^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}\}\{\\\|\\mu\_\{\\mathcal\{S\}\_\{f\}\}\\\|\_\{2\}\\\|\\mu\_\{\\mathcal\{E\}\_\{f\}\}\\\|\_\{2\}\}\.\(D\.1\) Table[D\.1](https://arxiv.org/html/2609.02018#A4.T1)reports the alignment quantities andRS\\mathrm\{RS\}separately for each of the ten CIFAR\-10 forget classes\. We report the per\-class results rather than only an aggregate mean±\\pmstd because the alignment term in Proposition 1 is inherently class\-dependent and exhibits substantial variation across designated forget classes\. Several observations emerge from the per\-class analysis\. First, the retrained reference exhibits consistently negative synthetic–real alignment across all forget classes, whereas the unlearned models generally produce alignment values that are closer to zero or positive\. This indicates a systematic difference between the geometry induced by the released unlearned models and that of the retrained reference\. Second, the magnitude of the measured alignment does not exhibit a monotonic relationship with finalRS\\mathrm\{RS\}\. For example, Negative Gradient\+ shows positive alignment for several forget classes, including comparatively strong alignment for some classes, while its finalRS\\mathrm\{RS\}remains relatively low\. Conversely, Negative Gradient obtains consistently higherRS\\mathrm\{RS\}despite alignment values concentrated close to zero\. Thus, the per\-class results reveal that alignment is method\- and class\-dependent rather than a standalone predictor of final recoverability\. Table D\.1:Per\-forget\-class synthetic–real alignment andRS\\mathrm\{RS\}values on CIFAR\-10 using ResNet\-18\. Each forget class column corresponds to a separate unlearned checkpoint in which that class is designated for forgetting\.AIPA\_\{\\mathrm\{IP\}\}andAcosA\_\{\\mathrm\{cos\}\}denote inner\-product and cosine alignment, respectively\.Unlearning MethodMetricForget Class0123456789RetrainedRS\\mathrm\{RS\}0\.550\.550\.220\.220\.630\.630\.580\.580\.690\.690\.310\.310\.520\.520\.490\.490\.430\.430\.360\.36AIPA\_\{\\mathrm\{IP\}\}−1\.75\-1\.75−1\.06\-1\.06−1\.63\-1\.63−1\.54\-1\.54−1\.66\-1\.66−1\.74\-1\.74−1\.90\-1\.90−1\.72\-1\.72−1\.51\-1\.51−1\.37\-1\.37AcosA\_\{\\mathrm\{cos\}\}−0\.70\-0\.70−0\.41\-0\.41−0\.73\-0\.73−0\.65\-0\.65−0\.74\-0\.74−0\.64\-0\.64−0\.72\-0\.72−0\.68\-0\.68−0\.60\-0\.60−0\.51\-0\.51Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]RS\\mathrm\{RS\}0\.580\.580\.230\.230\.610\.610\.460\.460\.570\.570\.270\.270\.700\.700\.560\.560\.420\.420\.270\.27AIPA\_\{\\mathrm\{IP\}\}−0\.22\-0\.22\+0\.13\+0\.13−0\.17\-0\.17−0\.22\-0\.22−0\.31\-0\.31−0\.35\-0\.35−0\.23\-0\.23\+0\.02\+0\.02−0\.05\-0\.05−0\.02\-0\.02AcosA\_\{\\mathrm\{cos\}\}−0\.09\-0\.09\+0\.04\+0\.04−0\.08\-0\.08−0\.09\-0\.09−0\.13\-0\.13−0\.14\-0\.14−0\.10\-0\.10\+0\.01\+0\.01−0\.02\-0\.02−0\.01\-0\.01Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]RS\\mathrm\{RS\}0\.610\.610\.760\.760\.560\.560\.590\.590\.680\.680\.650\.650\.690\.690\.710\.710\.660\.660\.650\.65AIPA\_\{\\mathrm\{IP\}\}−0\.11\-0\.11\+0\.08\+0\.08\+0\.02\+0\.02\+0\.10\+0\.10\+0\.08\+0\.08\+0\.01\+0\.01\+0\.02\+0\.02−0\.01\-0\.01\+0\.01\+0\.01\+0\.05\+0\.05AcosA\_\{\\mathrm\{cos\}\}−0\.07\-0\.07\+0\.05\+0\.05\+0\.01\+0\.01\+0\.06\+0\.06\+0\.05\+0\.05\+0\.01\+0\.01\+0\.01\+0\.01−0\.01\-0\.01\+0\.01\+0\.01\+0\.03\+0\.03Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]RS\\mathrm\{RS\}0\.310\.310\.320\.320\.210\.210\.460\.460\.490\.490\.330\.330\.480\.480\.200\.200\.410\.410\.460\.46AIPA\_\{\\mathrm\{IP\}\}\+0\.02\+0\.02\+0\.00\+0\.00\+0\.26\+0\.26\+0\.04\+0\.04\+0\.07\+0\.07\+0\.51\+0\.51−0\.07\-0\.07\+0\.18\+0\.18\+0\.13\+0\.13\+0\.15\+0\.15AcosA\_\{\\mathrm\{cos\}\}\+0\.01\+0\.01\+0\.00\+0\.00\+0\.14\+0\.14\+0\.02\+0\.02\+0\.04\+0\.04\+0\.22\+0\.22−0\.05\-0\.05\+0\.09\+0\.09\+0\.08\+0\.08\+0\.10\+0\.10Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]RS\\mathrm\{RS\}0\.730\.730\.800\.800\.660\.660\.710\.710\.760\.760\.720\.720\.740\.740\.760\.760\.720\.720\.770\.77AIPA\_\{\\mathrm\{IP\}\}−0\.16\-0\.16\+0\.06\+0\.06−0\.02\-0\.02\+0\.06\+0\.06\+0\.07\+0\.07−0\.06\-0\.06−0\.02\-0\.02\+0\.02\+0\.02\+0\.02\+0\.02\+0\.06\+0\.06AcosA\_\{\\mathrm\{cos\}\}−0\.10\-0\.10\+0\.04\+0\.04−0\.01\-0\.01\+0\.03\+0\.03\+0\.05\+0\.05−0\.04\-0\.04−0\.01\-0\.01\+0\.01\+0\.01\+0\.01\+0\.01\+0\.04\+0\.04Boundary Shrink\[[8](https://arxiv.org/html/2609.02018#bib.bib9)\]RS\\mathrm\{RS\}0\.710\.710\.800\.800\.630\.630\.670\.670\.770\.770\.700\.700\.740\.740\.750\.750\.720\.720\.770\.77AIPA\_\{\\mathrm\{IP\}\}−0\.15\-0\.15\+0\.06\+0\.06−0\.04\-0\.04\+0\.05\+0\.05\+0\.09\+0\.09−0\.05\-0\.05−0\.02\-0\.02\+0\.02\+0\.02\+0\.03\+0\.03\+0\.08\+0\.08AcosA\_\{\\mathrm\{cos\}\}−0\.09\-0\.09\+0\.03\+0\.03−0\.02\-0\.02\+0\.03\+0\.03\+0\.06\+0\.06−0\.03\-0\.03−0\.01\-0\.01\+0\.01\+0\.01\+0\.02\+0\.02\+0\.05\+0\.05Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]RS\\mathrm\{RS\}0\.670\.670\.680\.680\.590\.590\.560\.560\.700\.700\.700\.700\.680\.680\.710\.710\.680\.680\.680\.68AIPA\_\{\\mathrm\{IP\}\}−0\.15\-0\.15\+0\.09\+0\.09−0\.02\-0\.02\+0\.08\+0\.08\+0\.08\+0\.08\+0\.02\+0\.02\+0\.03\+0\.03\+0\.01\+0\.01\+0\.01\+0\.01\+0\.05\+0\.05AcosA\_\{\\mathrm\{cos\}\}−0\.09\-0\.09\+0\.05\+0\.05−0\.01\-0\.01\+0\.05\+0\.05\+0\.05\+0\.05\+0\.01\+0\.01\+0\.02\+0\.02\+0\.01\+0\.01\+0\.01\+0\.01\+0\.03\+0\.03SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]RS\\mathrm\{RS\}0\.640\.640\.340\.340\.610\.610\.510\.510\.610\.610\.350\.350\.570\.570\.400\.400\.410\.410\.420\.42AIPA\_\{\\mathrm\{IP\}\}\+0\.36\+0\.36\+1\.44\+1\.44\+1\.25\+1\.25\+0\.33\+0\.33\+0\.47\+0\.47\+1\.39\+1\.39\+0\.22\+0\.22\+1\.02\+1\.02\+0\.34\+0\.34\+0\.48\+0\.48AcosA\_\{\\mathrm\{cos\}\}\+0\.20\+0\.20\+0\.42\+0\.42\+0\.39\+0\.39\+0\.16\+0\.16\+0\.23\+0\.23\+0\.41\+0\.41\+0\.12\+0\.12\+0\.31\+0\.31\+0\.18\+0\.18\+0\.25\+0\.25Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]RS\\mathrm\{RS\}0\.970\.970\.980\.980\.790\.790\.960\.960\.940\.940\.970\.970\.980\.980\.980\.980\.980\.980\.970\.97AIPA\_\{\\mathrm\{IP\}\}−0\.06\-0\.06−0\.03\-0\.03−0\.05\-0\.05−0\.04\-0\.04−0\.04\-0\.04−0\.02\-0\.02−0\.02\-0\.02−0\.08\-0\.08−0\.02\-0\.02−0\.04\-0\.04AcosA\_\{\\mathrm\{cos\}\}−0\.13\-0\.13−0\.06\-0\.06−0\.14\-0\.14−0\.09\-0\.09−0\.15\-0\.15−0\.03\-0\.03−0\.04\-0\.04−0\.16\-0\.16−0\.04\-0\.04−0\.07\-0\.07SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]RS\\mathrm\{RS\}0\.830\.830\.760\.760\.850\.850\.790\.790\.840\.840\.780\.780\.850\.850\.870\.870\.820\.820\.840\.84AIPA\_\{\\mathrm\{IP\}\}−0\.07\-0\.07\+0\.09\+0\.09−0\.14\-0\.14−0\.03\-0\.03−0\.12\-0\.12−0\.08\-0\.08−0\.10\-0\.10−0\.02\-0\.02−0\.09\-0\.09−0\.06\-0\.06AcosA\_\{\\mathrm\{cos\}\}−0\.04\-0\.04\+0\.05\+0\.05−0\.09\-0\.09−0\.02\-0\.02−0\.08\-0\.08−0\.06\-0\.06−0\.06\-0\.06−0\.01\-0\.01−0\.05\-0\.05−0\.04\-0\.04DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]RS\\mathrm\{RS\}0\.960\.960\.970\.970\.950\.950\.930\.930\.970\.970\.930\.930\.970\.970\.960\.960\.970\.970\.960\.96AIPA\_\{\\mathrm\{IP\}\}−0\.01\-0\.01\+0\.01\+0\.01−0\.08\-0\.08−0\.03\-0\.03\+0\.05\+0\.05−0\.02\-0\.02\+0\.07\+0\.07\+0\.05\+0\.05\+0\.13\+0\.13−0\.02\-0\.02AcosA\_\{\\mathrm\{cos\}\}−0\.01\-0\.01\+0\.01\+0\.01−0\.06\-0\.06−0\.02\-0\.02\+0\.04\+0\.04−0\.01\-0\.01\+0\.05\+0\.05\+0\.04\+0\.04\+0\.11\+0\.11−0\.02\-0\.02 These observations are consistent with Proposition 1\. The proposition depends on the complete class\-dependent quantityμ𝒮f⊤μℰf\+rj\\mu\_\{\\mathcal\{S\}\_\{f\}\}^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}\+r\_\{j\}, whereas the present experiment measures only its directly observable principal alignment term\. Consequently, a non\-positive value ofμ𝒮f⊤μℰf\\mu\_\{\\mathcal\{S\}\_\{f\}\}^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}does not imply that the sufficient condition fails, since the residual termrjr\_\{j\}may be positive\. Likewise, positive alignment alone does not establish the complete sufficient condition without estimatingrjr\_\{j\}\. Moreover, Proposition 1 characterizes a sufficient condition for an expected single\-step increase in the forget class margin, whereasRS\\mathrm\{RS\}is measured after iterative classifier\-head relearning\. We therefore interpret the alignment experiment as a post\-hoc geometric diagnostic of the principal term appearing in Proposition 1, rather than as a claim that alignment alone determines the finalRS\\mathrm\{RS\}\. ## Appendix EEmpirical Assessment of the Margin Approximation We empirically assess the approximation used in Proposition 1 on CIFAR\-10 with a ResNet\-18 backbone, Bad Teacher unlearning, and class77as the forget class\. We generate500,000500\{,\}000accepted Gaussian embeddings per retain class and select the500500lowest\-confidence embeddings from each retain class, yielding4,5004\{,\}500synthetic forget probes\. Figure[E\.1](https://arxiv.org/html/2609.02018#A5.F1)\(a\) shows the distribution ofαj\(s\)=1−pcf\(s\)\+pj\(s\)\\alpha\_\{j\}\(s\)=1\-p\_\{c\_\{f\}\}\(s\)\+p\_\{j\}\(s\)\. Althoughαj\(s\)\\alpha\_\{j\}\(s\)is not pointwise constant, its distribution is centered close to one, with mean1\.0131\.013\. Figure[E\.1](https://arxiv.org/html/2609.02018#A5.F1)\(b\) compares the exact weighted margin expression,𝔼s∼𝒮f\[αj\(s\)s\]⊤μℰf\\mathbb\{E\}\_\{s\\sim\\mathcal\{S\}\_\{f\}\}\[\\alpha\_\{j\}\(s\)s\]^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}, with the approximation based on the unweighted synthetic mean,μ𝒮f⊤μℰf\.\\mu\_\{\\mathcal\{S\}\_\{f\}\}^\{\\top\}\\mu\_\{\\mathcal\{E\}\_\{f\}\}\.Across bootstrap samples and retain class competitors, the two expressions achieve Pearson correlationr=0\.939r=0\.939, Spearman correlationρ=0\.934\\rho=0\.934, regression slope1\.0051\.005, and88\.9%88\.9\\%sign agreement\. These results support the approximation in aggregate for this evaluated setting; the exact residual\-based condition remains the formal statement\. Figure E\.1:Empirical assessment of the margin approximation\. Results for CIFAR\-10 with ResNet\-18, Bad Teacher, and class77as the forget class\. \(a\) Distribution ofαj\(s\)=1−pcf\(s\)\+pj\(s\)\\alpha\_\{j\}\(s\)=1\-p\_\{c\_\{f\}\}\(s\)\+p\_\{j\}\(s\)across selected probes and retain class competitors; the dashed line denotes one\. \(b\) Exact probability\-weighted margin expression versus the approximation based on the unweighted synthetic mean over bootstrap samples\. The dashed diagonal denotes perfect agreement\. The learning\-rate factor is omitted because it scales both expressions equally\. ## Appendix FConfidence of Forget Class Assignments To further examine whether real forget class samples are mapped to retain classes with low or high confidence, we analyze the prediction confidence of the unlearned model on the real test set\. For each single\-class unlearning checkpoint, we first evaluate all test samples using the unlearned model\. Then, for each forget class, we compute two weighted average confidence values\. The first value is the average confidence assigned to correctly classified retain samples\. Specifically, for each retain class, we consider real retain samples whose ground\-truth label and predicted label both match that retain class, and average the corresponding softmax confidence\. The second value is the average confidence assigned to real forget class samples that are predicted as one of the retain classes\. The averages are weighted by the number of samples assigned to each retain class\. Table[F\.1](https://arxiv.org/html/2609.02018#A6.T1)shows the results for Bad Teacher on CIFAR\-10 with a ResNet\-18\. Across forget classes, correctly classified retain samples receive high confidence, while forget class samples assigned to retain classes receive substantially lower confidence\. This indicates that the unlearned model does not assign forget class samples to retain classes with the same confidence as genuine retain samples, suggesting that forget samples remain relatively uncertain under the unlearned classifier\. This observation supports our probe\-selection strategy: for each retain class, we treat low\-confidence synthetic samples assigned to that retain class as candidate forget class probes, since real forget class samples assigned to retain classes also tend to receive lower confidence than genuine correctly classified retain samples\. Table F\.1:Average confidence comparison for Bad Teacher on CIFAR\-10 for ResNet\-18 backbone\. For each forget class, we report the weighted average confidence of correctly classified retain samples and forget\-class samples assigned to retain classes\.000\.9740\.9740\.2470\.2470\.7270\.727110\.9760\.9760\.2300\.2300\.7460\.746220\.8600\.8600\.3620\.3620\.4980\.498330\.9740\.9740\.2940\.2940\.6800\.680440\.9750\.9750\.2300\.2300\.7450\.745550\.9730\.9730\.2840\.2840\.6890\.689660\.9750\.9750\.2380\.2380\.7370\.737770\.9750\.9750\.2440\.2440\.7310\.731880\.9750\.9750\.2300\.2300\.7450\.745990\.9760\.9760\.2480\.2480\.7280\.728Average0\.9630\.9630\.2610\.2610\.7030\.703 ## Appendix GSFRA Without the Released Forget Class Output Row The standard SFRA formulation assumes that the released classifier retains an output corresponding to the known forget class\. We examine whether this assumption can be relaxed when the corresponding output row has been removed\. In this setting, we restore the missing output using a randomly initialized weight vector and bias and then apply the same audit procedure\. Table[G\.1](https://arxiv.org/html/2609.02018#A7.T1)compares this setting with SFRA using the forget class output row provided by the unlearned checkpoint\. The results show that SFRA does not require access to the learned parameters of the unlearned forget class output row, although the identity of the forget class must remain known\. Table G\.1:Robustness of SFRA to removal of the forget class output row on CIFAR\-10 with ResNet\-18 and forget class 7\. Here,wfw\_\{f\}denotes the forget class output\-row parameters: Unlearnedwfw\_\{f\}uses the row from the released unlearned checkpoint, whereas Randomwfw\_\{f\}restores a missing row using random initialization before probe generation and relearning\. All other audit settings are fixed\.Unlearning Method𝒜rt\(%\)\\mathcal\{A\}\_\{r\}^\{t\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}\_\{f\}^\{t\}\(\\%\)RS\\mathrm\{RS\}Unlearnedwfw\_\{f\}Randomwfw\_\{f\}Unlearnedwfw\_\{f\}Randomwfw\_\{f\}Unlearnedwfw\_\{f\}Randomwfw\_\{f\}Retrained92\.2289\.9637\.7048\.800\.540\.65Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]92\.7791\.9338\.7041\.600\.560\.58Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]90\.4390\.4964\.5065\.000\.720\.78Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]85\.7285\.767\.9011\.900\.140\.21Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]92\.0491\.7975\.1075\.900\.770\.86Boundary Shrink\[[8](https://arxiv.org/html/2609.02018#bib.bib9)\]91\.9891\.3876\.6076\.900\.780\.86Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]90\.2990\.0467\.5068\.400\.740\.81SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]84\.6291\.9035\.9017\.300\.520\.29Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]92\.7792\.8898\.7098\.800\.980\.98SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]87\.8187\.3190\.8089\.700\.880\.92DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]91\.6189\.8294\.9095\.100\.960\.95 ## Appendix HSensitivity to the Number of Synthetic Probs ViT\-B/16 exhibits lower sensitivity to both the number of selected embeddingsMMand the number of generated embeddingsNNcompared with ResNet\-18, as shown in Fig\.[H\.1](https://arxiv.org/html/2609.02018#A8.F1)\. WhenNNis fixed, the retain accuracy \(𝒜rt\\mathcal\{A\}\_\{r\}^\{t\}\) remains stable within \(±1%\\pm 1\\%\), while the forget accuracy \(𝒜ft\\mathcal\{A\}\_\{f\}^\{t\}\) increases and reaches saturation at smaller values ofMM\. WhenMMis fixed, increasingNNyields more consistent gains in \(𝒜ft\\mathcal\{A\}\_\{f\}^\{t\}\), suggesting that a larger candidate pool improves the chance of mining useful boundary probes\. Overall, these results indicate that relearning on ViT\-B/16 is stable and does not require aggressive tuning ofMMorNN\. Figure H\.1:Impact of the number of embeddings on SFRA for CIFAR\-10 with a ViT\-B\-16 under single\-class unlearning of class99\.\(a,b\)Effect of varyingMMwithN=500KN=500Kon𝒜ft\\mathcal\{A\}\_\{f\}^\{t\}and𝒜rt\\mathcal\{A\}\_\{r\}^\{t\}\.\(c,d\)Effect of varyingNNwithM=500M=500on𝒜ft\\mathcal\{A\}\_\{f\}^\{t\}and𝒜rt\\mathcal\{A\}\_\{r\}^\{t\}\. ## Appendix IRetain–Forget Accuracy Trade\-off To further examine the trade\-off between forget class recovery and retain class preservation during SFRA, we analyze how theRS\\mathrm\{RS\}evolves as retain accuracy changes throughout classifier\-head relearning\. Figure[I\.1](https://arxiv.org/html/2609.02018#A9.F1)reportsRS\\mathrm\{RS\}againstΔ𝒜r=𝒜rre−𝒜run\\Delta\\mathcal\{A\}\_\{r\}=\\mathcal\{A\}\_\{r\}^\{re\}\-\\mathcal\{A\}\_\{r\}^\{un\}on CIFAR\-10 and CIFAR\-100 for ResNet\-18, ViT\-B/16, and Swin\-T, where negative values ofΔ𝒜rt\\Delta\\mathcal\{A\}\_\{r\}^\{t\}indicate degradation relative to the unlearned checkpoint\. The outlined initial point corresponds to the unlearned checkpoint, and the connected points trace the Pareto\-efficient checkpoints obtained during SFRA\. Figure[I\.1](https://arxiv.org/html/2609.02018#A9.F1)reveals a clear but method\-dependent trade\-off between recoverability and retain class preservation\. For several unlearning methods,RS\\mathrm\{RS\}increases substantially whileΔ𝒜rt\\Delta\\mathcal\{A\}\_\{r\}^\{t\}remains close to zero, indicating that considerable forget class recovery can be achieved with only limited loss of retain accuracy\. In contrast, other methods exhibit appreciable increases inRS\\mathrm\{RS\}only after a larger decrease in retain accuracy, indicating a less favorable recovery–utility trade\-off\. The trajectories also tend to saturate: beyond a certain point, additional relearning provides limited improvement inRS\\mathrm\{RS\}while retain accuracy continues to decrease\. This behavior motivates considering intermediate Pareto\-efficient checkpoints rather than simply extending relearning for more epochs\. Overall, the results show that high source\-free recoverability is not necessarily a consequence of sacrificing retain performance, although the extent of this trade\-off varies across unlearning methods, datasets, and backbone architectures\. The trade\-off curves also enable evaluating recoverability under a user\-specified retain\-utility budget\. In particular, one can define a maximum acceptable degradationϵ\\epsilonin retain accuracy and restrict the analysis to checkpoints satisfyingΔ𝒜rt≥−ϵ\\Delta\\mathcal\{A\}\_\{r\}^\{t\}\\geq\-\\epsilon\. The largestRS\\mathrm\{RS\}attained within this region then quantifies how much relearning is achievable without exceeding the prescribed loss in retain performance\. For example, settingϵ=0\.05\\epsilon=0\.05evaluates the strongest recoverability attainable while allowing at most a five\-percentage\-point decrease in retain accuracy\. This provides a utility\-aware interpretation of SFRA: rather than considering recovery in isolation, one can assess how much forget class information can be recovered under a specified tolerance for retain class degradation\. \(a\)ResNet\-18 \(b\)ViT\-B/16 \(c\)Swin\-T Figure I\.1:SFRA recoverability–utility trade\-off on CIFAR\-10 and CIFAR\-100 using \(a\) ResNet\-18, \(b\) ViT\-B/16, and \(c\) Swin\-T\. We plotRS\\mathrm\{RS\}against the change in retain accuracyΔ𝒜r=𝒜rre−𝒜run\\Delta\\mathcal\{A\}\_\{r\}=\\mathcal\{A\}\_\{r\}^\{re\}\-\\mathcal\{A\}\_\{r\}^\{un\}along Pareto\-efficient relearning checkpoints\. Curves show the mean across three random seeds, with shaded regions indicating one standard deviation\. ## Appendix JAdditional Results and Details for Single\-Class and Multi\-Class SFRA This section presents class unlearning methods and the additional single\-class results for the remaining backbone architectures, as well as multi\-class unlearning and relearning results for different numbers of forget classes\. Class Unlearning Baselines:To clarify the class\-unlearning methods evaluated in our relearning audit, we briefly describe the ten baselines used in our experiments\. Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]fine\-tunes the model using only retain data\. Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]performs gradient ascent on the forget\-set loss to reduce performance on the designated forget samples\. Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]combines gradient ascent on the forget\-set loss with gradient descent on the retain\-set loss to preserve utility\. Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]replaces the labels of forget samples with randomly selected retain class labels\. Boundary Shrink\[[8](https://arxiv.org/html/2609.02018#bib.bib9)\]relabels each forget sample as its nearest incorrect class, thereby shifting the corresponding decision boundary\. Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]applies adversarial perturbations to forget samples to induce forgetting while maintaining retain class performance without requiring retain data\. SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]combines cross\-entropy supervision and teacher–student distillation on retain data with negative distillation on forget data, encouraging the student to diverge from the teacher on the forget set\. Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]trains the student to match a competent teacher on retain samples and an incompetent teacher on forget samples\. Saliency Unlearning \(SalUn\)\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]combines weight saliency with random relabeling, updating only parameters identified as important for forgetting while freezing the remaining parameters\. Finally, DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]masks the forget class logit and distills the remaining soft predictions from a frozen teacher model to preserve performance on the retain classes\. Single\-Class SFRA:While the main paper reports the ResNet\-18 results, Tables[J\.2](https://arxiv.org/html/2609.02018#A10.T2)and[J\.3](https://arxiv.org/html/2609.02018#A10.T3), report the corresponding results for ViT\-B/16 and Swin\-T respectively\. All experiments follow the same protocol, datasets, evaluation metrics, and synthetic prob generation settings used in the main paper\. For CIFAR\-10, we evaluate all 10 forget classes across all three backbones \(ResNet\-18, ViT\-B/16, and Swin\-T\)\. For CIFAR\-100, we evaluate 10 designated forget classes\{0,10,20,30,40,50,60,70,80,90\}\\\{0,10,20,30,40,50,60,70,80,90\\\}with ResNet\-18, ViT\-B/16 and Swin\-T\. For TinyImageNet, we evaluate 10 designated forget classes\{0,20,40,60,80,100,120,140,160,180\}\\\{0,20,40,60,80,100,120,140,160,180\\\}with ResNet\-18, ViT\-B/16 and Swin\-T\. These results show that SFRA is not specific to a backbone\. At the same time, the magnitude ofRS\\mathrm\{RS\}varies across backbones and unlearning methods, indicating that different architectures preserve or disrupt forget class geometry to different degrees after unlearning\. Multi\-Class SFRA:We extend our proposed SFRA from a single forget class to a set of forget classes𝒴f\\mathcal\{Y\}\_\{f\}, with𝒴r=𝒴∖𝒴f\\mathcal\{Y\}\_\{r\}=\\mathcal\{Y\}\\setminus\\mathcal\{Y\}\_\{f\}\. The main challenge in this setting is that a low\-confidence synthetic probe does not have a natural label indicating which forget class it should represent\. We therefore use the unlearned classifier to partition the selected boundary\-adjacent probes among the forget classes\. For each retain classcr∈𝒴rc\_\{r\}\\in\\mathcal\{Y\}\_\{r\}, we construct a candidate pool𝒫cr\\mathcal\{P\}\_\{c\_\{r\}\}ofNNGaussian embeddings predicted ascrc\_\{r\}\. TheMMhighest\-confidence embeddings form the synthetic retain set forcrc\_\{r\}, while the\|𝒴f\|M\|\\mathcal\{Y\}\_\{f\}\|Mlowest\-confidence embeddings form a shared boundary\-probe pool𝒬cr\\mathcal\{Q\}\_\{c\_\{r\}\}\. To obtain cardinality\-balanced synthetic forget sets, we greedily assign these probes to the forget classes\. Specifically, the forget classes are processed in ascending class\-index order, and eachcf∈𝒴fc\_\{f\}\\in\\mathcal\{Y\}\_\{f\}receives theMMcurrently unassigned probes with the highestpcf\(s\)p\_\{c\_\{f\}\}\(s\)\. Thus, each boundary probe is assigned to exactly one forget class and every forget class receives\|𝒴r\|M\|\\mathcal\{Y\}\_\{r\}\|Msynthetic probes\. The resulting synthetic sets are𝒮r=⋃cr∈𝒴r𝒮cr\\mathcal\{S\}\_\{r\}=\\bigcup\_\{c\_\{r\}\\in\\mathcal\{Y\}\_\{r\}\}\\mathcal\{S\}\_\{c\_\{r\}\}and𝒮f=⋃cf∈𝒴f𝒮cf\\mathcal\{S\}\_\{f\}=\\bigcup\_\{c\_\{f\}\\in\\mathcal\{Y\}\_\{f\}\}\\mathcal\{S\}\_\{c\_\{f\}\}\. As in single\-class SFRA, the encoder is frozen and only the classifier head is updated, without using any real data\. The complete procedure is summarized in Alg\.[2](https://arxiv.org/html/2609.02018#algorithm2)\. Table J\.1:Comparison of unlearning methods under our proposed SFRA and the source\-dependent PRA baseline for 2\-class unlearning on CIFAR\-10 and CIFAR\-100 with ResNet\-18\. Within each dataset, the highest and second\-highestRS\\mathrm\{RS\}andΔRS\\Delta\\mathrm\{RS\}values are shown inboldandunderlined, respectively\.Unlearning MethodModel VariantCIFAR\-10CIFAR\-100𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}OriginalOriginal94\.0494\.0497\.1097\.10\-\-79\.9279\.9282\.0082\.00\-\-RetrainedUnlearned93\.7693\.760\.000\.00\-\-80\.4080\.400\.000\.00\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]93\.8893\.882\.802\.800\.050\.05\-80\.0280\.0213\.5013\.500\.240\.24\-SFRA \(ours\)87\.6187\.6128\.0028\.000\.430\.43\-80\.4080\.400\.000\.000\.000\.00\-Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Unlearned93\.1993\.190\.000\.00\-\-79\.9079\.900\.500\.50\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]93\.0593\.054\.654\.650\.090\.09\+0\.03\+0\.0379\.0379\.0324\.0024\.000\.380\.38\+0\.14\+0\.14SFRA \(ours\)87\.4687\.4640\.6040\.600\.570\.57\+0\.14\+0\.1474\.3874\.3829\.5029\.500\.440\.44\+0\.44\+0\.44Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Unlearned89\.6489\.641\.301\.30\-\-69\.3569\.350\.000\.00\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]89\.1789\.1726\.4026\.400\.400\.40\+0\.35\+0\.3568\.5968\.5954\.5054\.500\.700\.70\+0\.47\+0\.47SFRA \(ours\)86\.2686\.2613\.4013\.400\.220\.22−0\.22\-0\.2265\.3665\.3636\.0036\.000\.520\.52\+0\.52\+0\.52Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Unlearned91\.6491\.640\.350\.35\-\-75\.7375\.730\.000\.00\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]91\.1291\.1254\.2054\.200\.700\.70\+0\.64\+0\.6475\.2875\.2847\.5047\.500\.640\.64\+0\.41\+0\.41SFRA \(ours\)85\.9685\.964\.104\.100\.070\.07−0\.36\-0\.3671\.3471\.3417\.5017\.500\.300\.30\+0\.30\+0\.30Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]Unlearned92\.1192\.1117\.1017\.10\-\-69\.1969\.192\.502\.50\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]91\.4791\.4746\.8546\.850\.460\.46\+0\.40\+0\.4068\.6868\.6864\.0064\.000\.760\.76\+0\.52\+0\.52SFRA \(ours\)86\.1286\.1235\.6535\.650\.310\.31−0\.12\-0\.1262\.7762\.7763\.5063\.500\.740\.74\+0\.74¯\\underline\{\+0\.74\}Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]Unlearned90\.6790\.670\.850\.85\-\-70\.7570\.750\.000\.00\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]90\.2890\.2841\.1041\.100\.570\.57\+0\.52\+0\.5269\.9069\.9063\.0063\.000\.77¯\\underline\{0\.77\}\+0\.53\+0\.53SFRA \(ours\)87\.4787\.478\.408\.400\.140\.14−0\.29\-0\.2965\.4165\.4156\.0056\.000\.700\.70\+0\.70\+0\.70SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Unlearned93\.6993\.690\.000\.00\-\-79\.7179\.710\.000\.00\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]93\.6093\.6031\.2531\.250\.480\.48\+0\.42\+0\.4279\.3979\.3947\.5047\.500\.640\.64\+0\.41\+0\.41SFRA \(ours\)93\.6993\.690\.000\.000\.000\.00−0\.43\-0\.4379\.7179\.710\.000\.000\.000\.00\+0\.00\+0\.00Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]Unlearned94\.2594\.250\.000\.00\-\-79\.6979\.690\.000\.00\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]93\.2693\.2659\.0059\.000\.74¯\\underline\{0\.74\}\+0\.68¯\\underline\{\+0\.68\}79\.2179\.2173\.0073\.000\.840\.84\+0\.60\+0\.60SFRA \(ours\)90\.5490\.5452\.8052\.800\.680\.68\+0\.25\+0\.2575\.6775\.6761\.0061\.000\.750\.75\+0\.75\\mathbf\{\+0\.75\}SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]Unlearned93\.1293\.120\.700\.70\-\-79\.0379\.034\.504\.50\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]92\.4192\.4131\.7531\.750\.470\.47\+0\.42\+0\.4278\.2078\.2049\.5049\.500\.620\.62\+0\.38\+0\.38SFRA \(ours\)84\.7984\.7943\.3043\.300\.580\.58\+0\.15\+0\.1577\.4877\.4835\.5035\.500\.470\.47\+0\.47\+0\.47DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]Unlearned94\.4294\.420\.000\.00\-\-78\.8778\.870\.000\.00\-\-PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]93\.7993\.7978\.3078\.300\.880\.88\+0\.82\\mathbf\{\+0\.82\}78\.6278\.6240\.0040\.000\.570\.57\+0\.33\+0\.33SFRA \(ours\)85\.1285\.1217\.3517\.350\.290\.29−0\.14\-0\.1471\.7171\.7111\.0011\.000\.200\.20\+0\.20\+0\.20 We provide additional results for the 2\-class unlearning setting on CIFAR\-10 and CIFAR\-100 using a ResNet\-18 backbone\. We randomly select𝒴f=\{1,6\}\\mathcal\{Y\}\_\{f\}=\\\{1,6\\\}for CIFAR\-10, while for CIFAR\-100 we use𝒴f=\{25,58\}\\mathcal\{Y\}\_\{f\}=\\\{25,58\\\},\{25,58,38,23,96\}\\\{25,58,38,23,96\\\}, and\{25,58,38,23,96,54,51,49,98,66\}\\\{25,58,38,23,96,54,51,49,98,66\\\}for the 2\-, 5\-, and 10\-class settings, respectively, following the class\-selection protocol of\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]\. These results further evaluate the effectiveness of class relearning when multiple classes are forgotten simultaneously\. Table[J\.1](https://arxiv.org/html/2609.02018#A10.T1)reports the 2\-class unlearning and relearning results on CIFAR\-10 and CIFAR\-100 with ResNet\-18\. Overall, the results show that our proposed SFRA extends to the multi\-class setting: several unlearning methods exhibit substantial recovery of the jointly forget classes while largely preserving retain class performance\. At the same time, the degree of recoverability remains method\-dependent, with some methods showing substantially greater resistance to relearning than others\. These results suggest that residual recoverable structure is not limited to the single\-class setting and can persist when multiple classes are unlearned simultaneously\. However, the multi\-class audit should not be interpreted as monotone in\|𝒴f\|\|\\mathcal\{Y\}\_\{f\}\|\. Changing the forget set changes both the residual class geometry and the greedy assignment of unlabeled boundary probes\. Consequently, a method may be unrecoverable for one forget\-set composition yet partially recoverable for a larger one; the DELETE 5\-class/10\-class behavior in the main paper is an example\. This assignment sensitivity is a limitation of the present multi\-class extension rather than evidence that increasing the number of forget classes necessarily makes unlearning weaker\. Table J\.2:Comparison of unlearning methods using our proposed SFRA and the source\-dependent PRA baseline on ViT\-B/16 models under single\-class unlearning across three datasets\. For all model variants, retain accuracy𝒜rt\\mathcal\{A\}^\{t\}\_\{r\}is reported as the mean±\\pmstandard deviation across forget classes, while forget accuracy𝒜ft\\mathcal\{A\}^\{t\}\_\{f\}is reported as\(min,mean,max\)\(\\min,\\mathrm\{mean\},\\max\)\.RS\\mathrm\{RS\}andΔRS\\Delta\\mathrm\{RS\}are independently reported as maxima across forget classes\. Within each dataset, the highest and second\-highestRS\\mathrm\{RS\}andΔRS\\Delta\\mathrm\{RS\}values are shown inboldandunderlined, respectively\.Unlearning MethodModel VariantCIFAR\-10CIFAR\-100TinyImageNet𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}OriginalOriginal97\.80±0\.1297\.80\{\\scriptstyle\\,\\pm\\,0\.12\}\(95\.90,97\.80,98\.80\)\(95\.90,97\.80,98\.80\)\-\-87\.78±0\.0887\.78\{\\scriptstyle\\,\\pm\\,0\.08\}\(74\.00,85\.40,98\.00\)\(74\.00,85\.40,98\.00\)\-\-89\.06±0\.0389\.06\{\\scriptstyle\\,\\pm\\,0\.03\}\(78\.00,88\.00,100\.00\)\(78\.00,88\.00,100\.00\)\-\-RetrainedUnlearned98\.41±0\.2498\.41\{\\scriptstyle\\,\\pm\\,0\.24\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)87\.30±0\.4187\.30\{\\scriptstyle\\,\\pm\\,0\.41\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)88\.15±0\.1688\.15\{\\scriptstyle\\,\\pm\\,0\.16\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]97\.77±0\.5597\.77\{\\scriptstyle\\,\\pm\\,0\.55\}\(19\.60,65\.86,89\.40\)\(19\.60,65\.86,89\.40\)0\.940\.94\-86\.74±0\.4386\.74\{\\scriptstyle\\,\\pm\\,0\.43\}\(39\.00,69\.90,86\.00\)\(39\.00,69\.90,86\.00\)0\.920\.92\-89\.08±0\.1789\.08\{\\scriptstyle\\,\\pm\\,0\.17\}\(72\.00,84\.60,100\.00\)\(72\.00,84\.60,100\.00\)1\.001\.00\-SFRA \(ours\)98\.25±0\.2198\.25\{\\scriptstyle\\,\\pm\\,0\.21\}\(1\.00,12\.35,39\.80\)\(1\.00,12\.35,39\.80\)0\.570\.57\-86\.53±0\.5286\.53\{\\scriptstyle\\,\\pm\\,0\.52\}\(4\.00,23\.30,54\.00\)\(4\.00,23\.30,54\.00\)0\.700\.70\-82\.12±1\.4282\.12\{\\scriptstyle\\,\\pm\\,1\.42\}\(58\.00,84\.60,100\.00\)\(58\.00,84\.60,100\.00\)0\.970\.97\-Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Unlearned95\.64±3\.8295\.64\{\\scriptstyle\\,\\pm\\,3\.82\}\(0\.00,1\.40,3\.80\)\(0\.00,1\.40,3\.80\)86\.85±1\.2186\.85\{\\scriptstyle\\,\\pm\\,1\.21\}\(0\.00,2\.90,14\.00\)\(0\.00,2\.90,14\.00\)76\.38±1\.6276\.38\{\\scriptstyle\\,\\pm\\,1\.62\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]95\.17±3\.7095\.17\{\\scriptstyle\\,\\pm\\,3\.70\}\(0\.10,70\.16,95\.00\)\(0\.10,70\.16,95\.00\)0\.960\.96\+0\.50\+0\.5086\.70±1\.3486\.70\{\\scriptstyle\\,\\pm\\,1\.34\}\(33\.00,59\.40,92\.00\)\(33\.00,59\.40,92\.00\)0\.950\.95\+0\.16\+0\.1676\.38±1\.6276\.38\{\\scriptstyle\\,\\pm\\,1\.62\}\(0\.00,5\.00,18\.00\)\(0\.00,5\.00,18\.00\)0\.310\.31−0\.67\-0\.67SFRA \(ours\)95\.55±3\.8995\.55\{\\scriptstyle\\,\\pm\\,3\.89\}\(0\.30,5\.71,16\.90\)\(0\.30,5\.71,16\.90\)0\.240\.24\+0\.07\+0\.0786\.58±1\.2886\.58\{\\scriptstyle\\,\\pm\\,1\.28\}\(2\.00,15\.10,39\.00\)\(2\.00,15\.10,39\.00\)0\.420\.42\+0\.07\+0\.0769\.21±1\.4969\.21\{\\scriptstyle\\,\\pm\\,1\.49\}\(46\.00,64\.00,88\.00\)\(46\.00,64\.00,88\.00\)0\.900\.90−0\.04\-0\.04Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Unlearned94\.70±2\.4294\.70\{\\scriptstyle\\,\\pm\\,2\.42\}\(0\.00,1\.07,5\.30\)\(0\.00,1\.07,5\.30\)84\.38±1\.5584\.38\{\\scriptstyle\\,\\pm\\,1\.55\}\(0\.00,0\.90,7\.00\)\(0\.00,0\.90,7\.00\)87\.15±0\.6887\.15\{\\scriptstyle\\,\\pm\\,0\.68\}\(0\.00,0\.20,2\.00\)\(0\.00,0\.20,2\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]94\.05±1\.9694\.05\{\\scriptstyle\\,\\pm\\,1\.96\}\(0\.00,64\.50,99\.20\)\(0\.00,64\.50,99\.20\)0\.99¯\\underline\{0\.99\}\+0\.63\+0\.6383\.67±1\.7183\.67\{\\scriptstyle\\,\\pm\\,1\.71\}\(0\.00,60\.90,100\.00\)\(0\.00,60\.90,100\.00\)0\.990\.99\+0\.38\+0\.3885\.94±0\.6985\.94\{\\scriptstyle\\,\\pm\\,0\.69\}\(58\.00,83\.20,94\.00\)\(58\.00,83\.20,94\.00\)0\.960\.96\+0\.05\+0\.05SFRA \(ours\)92\.35±4\.7392\.35\{\\scriptstyle\\,\\pm\\,4\.73\}\(1\.70,70\.22,99\.50\)\(1\.70,70\.22,99\.50\)0\.99¯\\underline\{0\.99\}\+0\.92\+0\.9278\.10±3\.6778\.10\{\\scriptstyle\\,\\pm\\,3\.67\}\(3\.00,58\.70,99\.00\)\(3\.00,58\.70,99\.00\)0\.960\.96\+0\.63\+0\.6379\.48±1\.0179\.48\{\\scriptstyle\\,\\pm\\,1\.01\}\(68\.00,86\.00,96\.00\)\(68\.00,86\.00,96\.00\)0\.950\.95\+0\.17\+0\.17Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Unlearned97\.53±0\.4597\.53\{\\scriptstyle\\,\\pm\\,0\.45\}\(0\.00,0\.01,0\.10\)\(0\.00,0\.01,0\.10\)86\.33±0\.6186\.33\{\\scriptstyle\\,\\pm\\,0\.61\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)87\.59±0\.6587\.59\{\\scriptstyle\\,\\pm\\,0\.65\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]96\.27±0\.5996\.27\{\\scriptstyle\\,\\pm\\,0\.59\}\(0\.00,77\.74,99\.90\)\(0\.00,77\.74,99\.90\)0\.99¯\\underline\{0\.99\}\+0\.65\+0\.6585\.97±0\.7085\.97\{\\scriptstyle\\,\\pm\\,0\.70\}\(0\.00,39\.20,97\.00\)\(0\.00,39\.20,97\.00\)0\.98¯\\underline\{0\.98\}\+0\.42\+0\.4286\.71±0\.8086\.71\{\\scriptstyle\\,\\pm\\,0\.80\}\(2\.00,73\.20,100\.00\)\(2\.00,73\.20,100\.00\)1\.001\.00\+0\.12\+0\.12SFRA \(ours\)97\.58±0\.3797\.58\{\\scriptstyle\\,\\pm\\,0\.37\}\(0\.00,21\.08,94\.60\)\(0\.00,21\.08,94\.60\)0\.970\.97\+0\.71\+0\.7185\.97±0\.6285\.97\{\\scriptstyle\\,\\pm\\,0\.62\}\(0\.00,21\.80,91\.00\)\(0\.00,21\.80,91\.00\)0\.950\.95\+0\.60\+0\.6083\.76±2\.5283\.76\{\\scriptstyle\\,\\pm\\,2\.52\}\(12\.00,53\.20,100\.00\)\(12\.00,53\.20,100\.00\)0\.99¯\\underline\{0\.99\}\+0\.11\+0\.11Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]Unlearned97\.67±0\.3597\.67\{\\scriptstyle\\,\\pm\\,0\.35\}\(0\.00,0\.03,0\.20\)\(0\.00,0\.03,0\.20\)82\.28±4\.2482\.28\{\\scriptstyle\\,\\pm\\,4\.24\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)87\.88±0\.6287\.88\{\\scriptstyle\\,\\pm\\,0\.62\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]96\.48±0\.6196\.48\{\\scriptstyle\\,\\pm\\,0\.61\}\(95\.20,98\.55,99\.80\)\(95\.20,98\.55,99\.80\)1\.001\.00\+0\.66\+0\.6681\.31±3\.9181\.31\{\\scriptstyle\\,\\pm\\,3\.91\}\(54\.00,89\.70,100\.00\)\(54\.00,89\.70,100\.00\)0\.990\.99\+0\.42\+0\.4286\.50±0\.5386\.50\{\\scriptstyle\\,\\pm\\,0\.53\}\(72\.00,93\.40,100\.00\)\(72\.00,93\.40,100\.00\)0\.99¯\\underline\{0\.99\}\+0\.13\+0\.13SFRA \(ours\)96\.14±1\.7396\.14\{\\scriptstyle\\,\\pm\\,1\.73\}\(97\.00,98\.69,99\.80\)\(97\.00,98\.69,99\.80\)1\.001\.00\+0\.98\\mathbf\{\+0\.98\}76\.90±4\.4376\.90\{\\scriptstyle\\,\\pm\\,4\.43\}\(19\.00,87\.30,100\.00\)\(19\.00,87\.30,100\.00\)0\.98¯\\underline\{0\.98\}\+0\.86¯\\underline\{\+0\.86\}84\.20±2\.0684\.20\{\\scriptstyle\\,\\pm\\,2\.06\}\(92\.00,97\.20,100\.00\)\(92\.00,97\.20,100\.00\)0\.99¯\\underline\{0\.99\}\+0\.24\\mathbf\{\+0\.24\}Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]Unlearned89\.13±9\.4089\.13\{\\scriptstyle\\,\\pm\\,9\.40\}\(0\.00,0\.30,2\.80\)\(0\.00,0\.30,2\.80\)84\.77±1\.9684\.77\{\\scriptstyle\\,\\pm\\,1\.96\}\(0\.00,0\.10,1\.00\)\(0\.00,0\.10,1\.00\)87\.24±0\.5387\.24\{\\scriptstyle\\,\\pm\\,0\.53\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]88\.71±9\.1188\.71\{\\scriptstyle\\,\\pm\\,9\.11\}\(0\.00,34\.01,98\.40\)\(0\.00,34\.01,98\.40\)0\.980\.98\+0\.36\+0\.3684\.16±2\.0284\.16\{\\scriptstyle\\,\\pm\\,2\.02\}\(1\.00,63\.40,100\.00\)\(1\.00,63\.40,100\.00\)0\.990\.99\+0\.37\+0\.3785\.96±0\.5685\.96\{\\scriptstyle\\,\\pm\\,0\.56\}\(72\.00,86\.40,94\.00\)\(72\.00,86\.40,94\.00\)0\.970\.97\+0\.08\+0\.08SFRA \(ours\)88\.15±8\.8688\.15\{\\scriptstyle\\,\\pm\\,8\.86\}\(0\.40,28\.53,97\.70\)\(0\.40,28\.53,97\.70\)0\.980\.98\+0\.86\+0\.8679\.68±3\.6779\.68\{\\scriptstyle\\,\\pm\\,3\.67\}\(2\.00,53\.90,98\.00\)\(2\.00,53\.90,98\.00\)0\.960\.96\+0\.62\+0\.6281\.23±2\.0781\.23\{\\scriptstyle\\,\\pm\\,2\.07\}\(50\.00,84\.00,96\.00\)\(50\.00,84\.00,96\.00\)0\.950\.95\+0\.07\+0\.07SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Unlearned97\.37±0\.9297\.37\{\\scriptstyle\\,\\pm\\,0\.92\}\(0\.00,1\.12,8\.10\)\(0\.00,1\.12,8\.10\)83\.39±1\.5183\.39\{\\scriptstyle\\,\\pm\\,1\.51\}\(0\.00,1\.10,8\.00\)\(0\.00,1\.10,8\.00\)86\.44±1\.1686\.44\{\\scriptstyle\\,\\pm\\,1\.16\}\(0\.00,0\.60,4\.00\)\(0\.00,0\.60,4\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]97\.10±0\.9497\.10\{\\scriptstyle\\,\\pm\\,0\.94\}\(1\.40,23\.73,65\.30\)\(1\.40,23\.73,65\.30\)0\.730\.73\+0\.09\+0\.0983\.31±2\.2283\.31\{\\scriptstyle\\,\\pm\\,2\.22\}\(0\.00,63\.10,96\.00\)\(0\.00,63\.10,96\.00\)0\.970\.97\+0\.38\+0\.3885\.24±1\.0185\.24\{\\scriptstyle\\,\\pm\\,1\.01\}\(42\.00,77\.00,94\.00\)\(42\.00,77\.00,94\.00\)0\.940\.94\+0\.05\+0\.05SFRA \(ours\)96\.57±2\.7296\.57\{\\scriptstyle\\,\\pm\\,2\.72\}\(0\.00,7\.10,58\.50\)\(0\.00,7\.10,58\.50\)0\.650\.65\+0\.63\+0\.6378\.95±3\.9378\.95\{\\scriptstyle\\,\\pm\\,3\.93\}\(0\.00,41\.20,97\.00\)\(0\.00,41\.20,97\.00\)0\.950\.95\+0\.62\+0\.6279\.23±1\.2479\.23\{\\scriptstyle\\,\\pm\\,1\.24\}\(32\.00,68\.80,96\.00\)\(32\.00,68\.80,96\.00\)0\.940\.94\+0\.05\+0\.05Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]Unlearned96\.16±4\.0096\.16\{\\scriptstyle\\,\\pm\\,4\.00\}\(0\.00,3\.23,14\.80\)\(0\.00,3\.23,14\.80\)87\.71±0\.1187\.71\{\\scriptstyle\\,\\pm\\,0\.11\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)89\.20±0\.1489\.20\{\\scriptstyle\\,\\pm\\,0\.14\}\(0\.00,0\.40,4\.00\)\(0\.00,0\.40,4\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]95\.68±4\.2095\.68\{\\scriptstyle\\,\\pm\\,4\.20\}\(91\.10,97\.34,99\.60\)\(91\.10,97\.34,99\.60\)1\.001\.00\+0\.63\+0\.6387\.55±0\.1387\.55\{\\scriptstyle\\,\\pm\\,0\.13\}\(81\.00,90\.20,98\.00\)\(81\.00,90\.20,98\.00\)0\.990\.99\+0\.39\+0\.3989\.16±0\.1589\.16\{\\scriptstyle\\,\\pm\\,0\.15\}\(82\.00,90\.40,100\.00\)\(82\.00,90\.40,100\.00\)1\.001\.00\+0\.11\+0\.11SFRA \(ours\)95\.31±5\.5595\.31\{\\scriptstyle\\,\\pm\\,5\.55\}\(95\.50,97\.21,98\.40\)\(95\.50,97\.21,98\.40\)0\.99¯\\underline\{0\.99\}\+0\.96¯\\underline\{\+0\.96\}86\.74±0\.2086\.74\{\\scriptstyle\\,\\pm\\,0\.20\}\(84\.00,90\.60,99\.00\)\(84\.00,90\.60,99\.00\)0\.990\.99\+0\.85\+0\.8585\.36±2\.9085\.36\{\\scriptstyle\\,\\pm\\,2\.90\}\(96\.00,98\.80,100\.00\)\(96\.00,98\.80,100\.00\)1\.001\.00\+0\.24\\mathbf\{\+0\.24\}SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]Unlearned98\.08±0\.2398\.08\{\\scriptstyle\\,\\pm\\,0\.23\}\(0\.00,0\.01,0\.10\)\(0\.00,0\.01,0\.10\)87\.50±0\.2287\.50\{\\scriptstyle\\,\\pm\\,0\.22\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)88\.53±0\.1188\.53\{\\scriptstyle\\,\\pm\\,0\.11\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]97\.08±0\.7697\.08\{\\scriptstyle\\,\\pm\\,0\.76\}\(96\.10,98\.54,99\.50\)\(96\.10,98\.54,99\.50\)0\.99¯\\underline\{0\.99\}\+0\.66\+0\.6687\.19±0\.4187\.19\{\\scriptstyle\\,\\pm\\,0\.41\}\(74\.00,87\.70,97\.00\)\(74\.00,87\.70,97\.00\)0\.98¯\\underline\{0\.98\}\+0\.39\+0\.3988\.51±0\.1188\.51\{\\scriptstyle\\,\\pm\\,0\.11\}\(64\.00,79\.20,100\.00\)\(64\.00,79\.20,100\.00\)1\.001\.00\+0\.06\+0\.06SFRA \(ours\)98\.07±0\.2398\.07\{\\scriptstyle\\,\\pm\\,0\.23\}\(5\.90,77\.29,97\.30\)\(5\.90,77\.29,97\.30\)0\.99¯\\underline\{0\.99\}\+0\.90\+0\.9087\.36±0\.2687\.36\{\\scriptstyle\\,\\pm\\,0\.26\}\(27\.00,69\.40,94\.00\)\(27\.00,69\.40,94\.00\)0\.970\.97\+0\.69\+0\.6987\.53±0\.4787\.53\{\\scriptstyle\\,\\pm\\,0\.47\}\(80\.00,88\.40,100\.00\)\(80\.00,88\.40,100\.00\)1\.001\.00\+0\.18¯\\underline\{\+0\.18\}DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]Unlearned97\.16±0\.6797\.16\{\\scriptstyle\\,\\pm\\,0\.67\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)83\.78±1\.9683\.78\{\\scriptstyle\\,\\pm\\,1\.96\}\(0\.00,0\.30,1\.00\)\(0\.00,0\.30,1\.00\)88\.56±0\.1988\.56\{\\scriptstyle\\,\\pm\\,0\.19\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]96\.51±0\.6396\.51\{\\scriptstyle\\,\\pm\\,0\.63\}\(0\.00,80\.23,99\.70\)\(0\.00,80\.23,99\.70\)0\.99¯\\underline\{0\.99\}\+0\.65\+0\.6583\.02±1\.5783\.02\{\\scriptstyle\\,\\pm\\,1\.57\}\(38\.00,78\.40,100\.00\)\(38\.00,78\.40,100\.00\)0\.990\.99\+0\.41\+0\.4187\.32±0\.6987\.32\{\\scriptstyle\\,\\pm\\,0\.69\}\(78\.00,91\.80,100\.00\)\(78\.00,91\.80,100\.00\)0\.99¯\\underline\{0\.99\}\+0\.11\+0\.11SFRA \(ours\)94\.74±1\.8094\.74\{\\scriptstyle\\,\\pm\\,1\.80\}\(39\.30,90\.86,99\.90\)\(39\.30,90\.86,99\.90\)0\.99¯\\underline\{0\.99\}\+0\.96¯\\underline\{\+0\.96\}78\.45±3\.3578\.45\{\\scriptstyle\\,\\pm\\,3\.35\}\(70\.00,92\.70,100\.00\)\(70\.00,92\.70,100\.00\)0\.970\.97\+0\.89\\mathbf\{\+0\.89\}83\.38±1\.4383\.38\{\\scriptstyle\\,\\pm\\,1\.43\}\(92\.00,97\.00,100\.00\)\(92\.00,97\.00,100\.00\)0\.980\.98\+0\.24\\mathbf\{\+0\.24\} Table J\.3:Comparison of unlearning methods using our proposed SFRA and the source\-dependent PRA baseline on Swin\-T models under single\-class unlearning across three datasets\. For all model variants, retain accuracy𝒜rt\\mathcal\{A\}^\{t\}\_\{r\}is reported as the mean±\\pmstandard deviation across forget classes, while forget accuracy𝒜ft\\mathcal\{A\}^\{t\}\_\{f\}is reported as\(min,mean,max\)\(\\min,\\mathrm\{mean\},\\max\)\.RS\\mathrm\{RS\}andΔRS\\Delta\\mathrm\{RS\}are independently reported as maxima across forget classes\. Within each dataset, the highest and second\-highestRS\\mathrm\{RS\}andΔRS\\Delta\\mathrm\{RS\}values are shown inboldandunderlined, respectively\.Unlearning MethodModel VariantCIFAR\-10CIFAR\-100TinyImageNet𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)RS\\mathrm\{RS\}ΔRS\\Delta\\mathrm\{RS\}OriginalOriginal82\.69±0\.9482\.69\{\\scriptstyle\\,\\pm\\,0\.94\}\(64\.00,82\.69,91\.00\)\(64\.00,82\.69,91\.00\)\-\-88\.35±0\.0788\.35\{\\scriptstyle\\,\\pm\\,0\.07\}\(74\.00,87\.70,95\.00\)\(74\.00,87\.70,95\.00\)\-\-86\.32±0\.0386\.32\{\\scriptstyle\\,\\pm\\,0\.03\}\(80\.00,87\.80,100\.00\)\(80\.00,87\.80,100\.00\)\-\-RetrainedUnlearned82\.61±1\.4782\.61\{\\scriptstyle\\,\\pm\\,1\.47\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)88\.44±0\.1288\.44\{\\scriptstyle\\,\\pm\\,0\.12\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)86\.18±0\.1286\.18\{\\scriptstyle\\,\\pm\\,0\.12\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]82\.70±1\.4682\.70\{\\scriptstyle\\,\\pm\\,1\.46\}\(0\.30,2\.19,7\.30\)\(0\.30,2\.19,7\.30\)0\.140\.14\-87\.74±0\.2987\.74\{\\scriptstyle\\,\\pm\\,0\.29\}\(47\.00,72\.00,95\.00\)\(47\.00,72\.00,95\.00\)0\.970\.97\-86\.25±0\.2286\.25\{\\scriptstyle\\,\\pm\\,0\.22\}\(72\.00,87\.00,100\.00\)\(72\.00,87\.00,100\.00\)1\.001\.00\-SFRA \(ours\)78\.69±1\.4078\.69\{\\scriptstyle\\,\\pm\\,1\.40\}\(13\.60,22\.35,34\.50\)\(13\.60,22\.35,34\.50\)0\.510\.51\-85\.70±0\.6585\.70\{\\scriptstyle\\,\\pm\\,0\.65\}\(4\.00,28\.80,73\.00\)\(4\.00,28\.80,73\.00\)0\.830\.83\-79\.35±1\.7779\.35\{\\scriptstyle\\,\\pm\\,1\.77\}\(50\.00,78\.20,92\.00\)\(50\.00,78\.20,92\.00\)0\.920\.92\-Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Unlearned90\.17±1\.2390\.17\{\\scriptstyle\\,\\pm\\,1\.23\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)86\.98±0\.6786\.98\{\\scriptstyle\\,\\pm\\,0\.67\}\(0\.00,2\.40,12\.00\)\(0\.00,2\.40,12\.00\)77\.01±0\.5477\.01\{\\scriptstyle\\,\\pm\\,0\.54\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]90\.17±1\.2390\.17\{\\scriptstyle\\,\\pm\\,1\.23\}\(0\.00,0\.05,0\.20\)\(0\.00,0\.05,0\.20\)0\.000\.00−0\.00\-0\.0086\.71±0\.8986\.71\{\\scriptstyle\\,\\pm\\,0\.89\}\(46\.00,67\.80,87\.00\)\(46\.00,67\.80,87\.00\)0\.880\.88\+0\.20\+0\.2076\.96±0\.5476\.96\{\\scriptstyle\\,\\pm\\,0\.54\}\(0\.00,12\.40,32\.00\)\(0\.00,12\.40,32\.00\)0\.480\.48−0\.42\-0\.42SFRA \(ours\)83\.61±2\.3783\.61\{\\scriptstyle\\,\\pm\\,2\.37\}\(26\.10,42\.07,56\.70\)\(26\.10,42\.07,56\.70\)0\.700\.70\+0\.40\+0\.4086\.15±0\.8386\.15\{\\scriptstyle\\,\\pm\\,0\.83\}\(0\.00,14\.60,41\.00\)\(0\.00,14\.60,41\.00\)0\.450\.45\+0\.31\+0\.3170\.18±0\.9070\.18\{\\scriptstyle\\,\\pm\\,0\.90\}\(32\.00,55\.60,68\.00\)\(32\.00,55\.60,68\.00\)0\.790\.79\+0\.06\+0\.06Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Unlearned79\.41±2\.5679\.41\{\\scriptstyle\\,\\pm\\,2\.56\}\(0\.40,1\.41,2\.00\)\(0\.40,1\.41,2\.00\)85\.79±1\.6185\.79\{\\scriptstyle\\,\\pm\\,1\.61\}\(0\.00,0\.70,2\.00\)\(0\.00,0\.70,2\.00\)84\.54±0\.9084\.54\{\\scriptstyle\\,\\pm\\,0\.90\}\(0\.00,1\.60,8\.00\)\(0\.00,1\.60,8\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]79\.34±2\.5379\.34\{\\scriptstyle\\,\\pm\\,2\.53\}\(0\.10,1\.68,5\.50\)\(0\.10,1\.68,5\.50\)0\.090\.09\+0\.08\+0\.0885\.22±1\.6985\.22\{\\scriptstyle\\,\\pm\\,1\.69\}\(16\.00,57\.90,96\.00\)\(16\.00,57\.90,96\.00\)0\.970\.97\+0\.06\+0\.0683\.86±1\.0883\.86\{\\scriptstyle\\,\\pm\\,1\.08\}\(52\.00,75\.80,94\.00\)\(52\.00,75\.80,94\.00\)0\.970\.97\+0\.01\+0\.01SFRA \(ours\)74\.35±2\.2774\.35\{\\scriptstyle\\,\\pm\\,2\.27\}\(18\.90,37\.99,69\.50\)\(18\.90,37\.99,69\.50\)0\.780\.78\+0\.44\+0\.4478\.04±1\.3578\.04\{\\scriptstyle\\,\\pm\\,1\.35\}\(7\.00,58\.50,92\.00\)\(7\.00,58\.50,92\.00\)0\.910\.91\+0\.45\+0\.4577\.36±0\.9777\.36\{\\scriptstyle\\,\\pm\\,0\.97\}\(76\.00,86\.40,96\.00\)\(76\.00,86\.40,96\.00\)0\.950\.95\+0\.24\+0\.24Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Unlearned82\.27±1\.7882\.27\{\\scriptstyle\\,\\pm\\,1\.78\}\(0\.20,0\.37,0\.50\)\(0\.20,0\.37,0\.50\)86\.38±0\.9286\.38\{\\scriptstyle\\,\\pm\\,0\.92\}\(0\.00,0\.10,1\.00\)\(0\.00,0\.10,1\.00\)84\.73±0\.6584\.73\{\\scriptstyle\\,\\pm\\,0\.65\}\(0\.00,0\.20,2\.00\)\(0\.00,0\.20,2\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]82\.06±1\.8182\.06\{\\scriptstyle\\,\\pm\\,1\.81\}\(0\.10,2\.83,5\.10\)\(0\.10,2\.83,5\.10\)0\.090\.09\+0\.08\+0\.0886\.09±0\.9386\.09\{\\scriptstyle\\,\\pm\\,0\.93\}\(6\.00,45\.10,87\.00\)\(6\.00,45\.10,87\.00\)0\.930\.93\+0\.13\+0\.1383\.65±0\.8183\.65\{\\scriptstyle\\,\\pm\\,0\.81\}\(0\.00,73\.20,96\.00\)\(0\.00,73\.20,96\.00\)0\.980\.98\+0\.04\+0\.04SFRA \(ours\)76\.72±2\.5476\.72\{\\scriptstyle\\,\\pm\\,2\.54\}\(14\.50,33\.14,60\.50\)\(14\.50,33\.14,60\.50\)0\.730\.73\+0\.38\+0\.3886\.20±0\.8486\.20\{\\scriptstyle\\,\\pm\\,0\.84\}\(0\.00,2\.10,5\.00\)\(0\.00,2\.10,5\.00\)0\.100\.10−0\.07\-0\.0782\.33±1\.3082\.33\{\\scriptstyle\\,\\pm\\,1\.30\}\(0\.00,40\.00,88\.00\)\(0\.00,40\.00,88\.00\)0\.910\.91−0\.01\-0\.01Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]Unlearned73\.93±1\.8373\.93\{\\scriptstyle\\,\\pm\\,1\.83\}\(2\.20,9\.63,15\.10\)\(2\.20,9\.63,15\.10\)87\.19±0\.4087\.19\{\\scriptstyle\\,\\pm\\,0\.40\}\(0\.00,0\.10,1\.00\)\(0\.00,0\.10,1\.00\)84\.75±0\.7584\.75\{\\scriptstyle\\,\\pm\\,0\.75\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]73\.35±1\.6573\.35\{\\scriptstyle\\,\\pm\\,1\.65\}\(15\.40,31\.34,60\.10\)\(15\.40,31\.34,60\.10\)0\.730\.73\+0\.59\+0\.5986\.16±0\.6986\.16\{\\scriptstyle\\,\\pm\\,0\.69\}\(84\.00,93\.10,99\.00\)\(84\.00,93\.10,99\.00\)0\.990\.99\+0\.33\+0\.3383\.66±1\.0783\.66\{\\scriptstyle\\,\\pm\\,1\.07\}\(70\.00,89\.80,100\.00\)\(70\.00,89\.80,100\.00\)1\.001\.00\+0\.07\+0\.07SFRA \(ours\)67\.34±1\.7567\.34\{\\scriptstyle\\,\\pm\\,1\.75\}\(53\.80,76\.98,96\.00\)\(53\.80,76\.98,96\.00\)0\.88¯\\underline\{0\.88\}\+0\.61\+0\.6181\.58±2\.0281\.58\{\\scriptstyle\\,\\pm\\,2\.02\}\(89\.00,96\.40,100\.00\)\(89\.00,96\.40,100\.00\)0\.98¯\\underline\{0\.98\}\+0\.90¯\\underline\{\+0\.90\}78\.70±2\.0478\.70\{\\scriptstyle\\,\\pm\\,2\.04\}\(58\.00,87\.20,100\.00\)\(58\.00,87\.20,100\.00\)0\.970\.97\+0\.32\\mathbf\{\+0\.32\}Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]Unlearned79\.14±2\.3679\.14\{\\scriptstyle\\,\\pm\\,2\.36\}\(0\.30,1\.43,2\.70\)\(0\.30,1\.43,2\.70\)86\.25±0\.9486\.25\{\\scriptstyle\\,\\pm\\,0\.94\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)84\.01±0\.7984\.01\{\\scriptstyle\\,\\pm\\,0\.79\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]78\.98±2\.3778\.98\{\\scriptstyle\\,\\pm\\,2\.37\}\(0\.20,2\.68,8\.20\)\(0\.20,2\.68,8\.20\)0\.140\.14\+0\.13\+0\.1385\.74±1\.0385\.74\{\\scriptstyle\\,\\pm\\,1\.03\}\(16\.00,56\.60,82\.00\)\(16\.00,56\.60,82\.00\)0\.900\.90\+0\.23\+0\.2382\.75±0\.8782\.75\{\\scriptstyle\\,\\pm\\,0\.87\}\(68\.00,81\.60,98\.00\)\(68\.00,81\.60,98\.00\)0\.99¯\\underline\{0\.99\}\+0\.01\+0\.01SFRA \(ours\)74\.28±2\.8774\.28\{\\scriptstyle\\,\\pm\\,2\.87\}\(34\.40,48\.09,71\.10\)\(34\.40,48\.09,71\.10\)0\.790\.79\+0\.46\+0\.4680\.40±2\.7780\.40\{\\scriptstyle\\,\\pm\\,2\.77\}\(5\.00,44\.40,92\.00\)\(5\.00,44\.40,92\.00\)0\.920\.92\+0\.39\+0\.3983\.84±3\.5883\.84\{\\scriptstyle\\,\\pm\\,3\.58\}\(0\.00,49\.13,77\.94\)\(0\.00,49\.13,77\.94\)0\.880\.88\+0\.04\+0\.04SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Unlearned83\.25±1\.4583\.25\{\\scriptstyle\\,\\pm\\,1\.45\}\(0\.00,0\.18,0\.80\)\(0\.00,0\.18,0\.80\)85\.91±1\.0685\.91\{\\scriptstyle\\,\\pm\\,1\.06\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)83\.58±0\.7183\.58\{\\scriptstyle\\,\\pm\\,0\.71\}\(0\.00,0\.20,2\.00\)\(0\.00,0\.20,2\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]83\.13±1\.4483\.13\{\\scriptstyle\\,\\pm\\,1\.44\}\(0\.10,2\.21,9\.70\)\(0\.10,2\.21,9\.70\)0\.180\.18\+0\.13\+0\.1385\.48±1\.2885\.48\{\\scriptstyle\\,\\pm\\,1\.28\}\(17\.00,49\.30,80\.00\)\(17\.00,49\.30,80\.00\)0\.890\.89\+0\.08\+0\.0882\.69±0\.8982\.69\{\\scriptstyle\\,\\pm\\,0\.89\}\(38\.00,69\.40,94\.00\)\(38\.00,69\.40,94\.00\)0\.950\.95\+0\.02\+0\.02SFRA \(ours\)79\.16±1\.3779\.16\{\\scriptstyle\\,\\pm\\,1\.37\}\(9\.80,25\.64,48\.90\)\(9\.80,25\.64,48\.90\)0\.640\.64\+0\.21\+0\.2181\.01±3\.2181\.01\{\\scriptstyle\\,\\pm\\,3\.21\}\(0\.00,31\.00,76\.00\)\(0\.00,31\.00,76\.00\)0\.840\.84\+0\.25\+0\.2576\.34±1\.3676\.34\{\\scriptstyle\\,\\pm\\,1\.36\}\(14\.00,63\.20,86\.00\)\(14\.00,63\.20,86\.00\)0\.890\.89\+0\.06\+0\.06Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]Unlearned81\.14±1\.4081\.14\{\\scriptstyle\\,\\pm\\,1\.40\}\(0\.20,6\.56,16\.00\)\(0\.20,6\.56,16\.00\)88\.57±0\.1488\.57\{\\scriptstyle\\,\\pm\\,0\.14\}\(0\.00,0\.30,2\.00\)\(0\.00,0\.30,2\.00\)85\.91±0\.1085\.91\{\\scriptstyle\\,\\pm\\,0\.10\}\(0\.00,0\.40,4\.00\)\(0\.00,0\.40,4\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]80\.65±1\.4780\.65\{\\scriptstyle\\,\\pm\\,1\.47\}\(21\.20,55\.79,77\.90\)\(21\.20,55\.79,77\.90\)0\.860\.86\+0\.82\\mathbf\{\+0\.82\}87\.98±0\.2587\.98\{\\scriptstyle\\,\\pm\\,0\.25\}\(93\.00,97\.00,100\.00\)\(93\.00,97\.00,100\.00\)0\.990\.99\+0\.35\+0\.3585\.74±0\.1385\.74\{\\scriptstyle\\,\\pm\\,0\.13\}\(88\.00,94\.20,100\.00\)\(88\.00,94\.20,100\.00\)1\.001\.00\+0\.10\+0\.10SFRA \(ours\)75\.40±1\.3875\.40\{\\scriptstyle\\,\\pm\\,1\.38\}\(71\.20,90\.68,97\.50\)\(71\.20,90\.68,97\.50\)0\.960\.96\+0\.68¯\\underline\{\+0\.68\}86\.75±0\.8086\.75\{\\scriptstyle\\,\\pm\\,0\.80\}\(86\.00,94\.00,99\.00\)\(86\.00,94\.00,99\.00\)0\.990\.99\+0\.91\\mathbf\{\+0\.91\}81\.42±2\.3781\.42\{\\scriptstyle\\,\\pm\\,2\.37\}\(96\.00,98\.40,100\.00\)\(96\.00,98\.40,100\.00\)0\.99¯\\underline\{0\.99\}\+0\.30¯\\underline\{\+0\.30\}SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]Unlearned83\.39±1\.6483\.39\{\\scriptstyle\\,\\pm\\,1\.64\}\(0\.80,2\.33,4\.20\)\(0\.80,2\.33,4\.20\)87\.89±0\.5287\.89\{\\scriptstyle\\,\\pm\\,0\.52\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)84\.90±1\.4284\.90\{\\scriptstyle\\,\\pm\\,1\.42\}\(0\.00,1\.00,6\.00\)\(0\.00,1\.00,6\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]83\.06±1\.5883\.06\{\\scriptstyle\\,\\pm\\,1\.58\}\(4\.00,17\.73,52\.60\)\(4\.00,17\.73,52\.60\)0\.650\.65\+0\.59\+0\.5987\.84±0\.5787\.84\{\\scriptstyle\\,\\pm\\,0\.57\}\(25\.00,48\.00,79\.00\)\(25\.00,48\.00,79\.00\)0\.880\.88\+0\.02\+0\.0283\.90±2\.2683\.90\{\\scriptstyle\\,\\pm\\,2\.26\}\(76\.00,90\.20,100\.00\)\(76\.00,90\.20,100\.00\)1\.001\.00\+0\.08\+0\.08SFRA \(ours\)75\.43±1\.9575\.43\{\\scriptstyle\\,\\pm\\,1\.95\}\(61\.20,73\.70,81\.20\)\(61\.20,73\.70,81\.20\)0\.860\.86\+0\.53\+0\.5387\.29±0\.5487\.29\{\\scriptstyle\\,\\pm\\,0\.54\}\(8\.00,39\.70,69\.00\)\(8\.00,39\.70,69\.00\)0\.810\.81\+0\.69\+0\.6980\.98±4\.7980\.98\{\\scriptstyle\\,\\pm\\,4\.79\}\(54\.00,82\.80,94\.00\)\(54\.00,82\.80,94\.00\)0\.970\.97\+0\.20\+0\.20DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]Unlearned83\.40±1\.5483\.40\{\\scriptstyle\\,\\pm\\,1\.54\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)87\.64±0\.4187\.64\{\\scriptstyle\\,\\pm\\,0\.41\}\(0\.00,0\.00,0\.00\)\(0\.00,0\.00,0\.00\)85\.76±0\.2985\.76\{\\scriptstyle\\,\\pm\\,0\.29\}\(0\.00,5\.60,28\.00\)\(0\.00,5\.60,28\.00\)PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]83\.01±1\.6283\.01\{\\scriptstyle\\,\\pm\\,1\.62\}\(2\.90,7\.57,13\.80\)\(2\.90,7\.57,13\.80\)0\.240\.24\+0\.23\+0\.2386\.68±0\.6586\.68\{\\scriptstyle\\,\\pm\\,0\.65\}\(78\.00,91\.40,100\.00\)\(78\.00,91\.40,100\.00\)0\.990\.99\+0\.33\+0\.3385\.19±0\.8985\.19\{\\scriptstyle\\,\\pm\\,0\.89\}\(80\.00,90\.80,100\.00\)\(80\.00,90\.80,100\.00\)1\.001\.00\+0\.05\+0\.05SFRA \(ours\)76\.09±2\.1376\.09\{\\scriptstyle\\,\\pm\\,2\.13\}\(13\.40,32\.84,53\.20\)\(13\.40,32\.84,53\.20\)0\.670\.67\+0\.25\+0\.2581\.97±2\.4681\.97\{\\scriptstyle\\,\\pm\\,2\.46\}\(89\.00,96\.90,100\.00\)\(89\.00,96\.90,100\.00\)0\.98¯\\underline\{0\.98\}\+0\.91\\mathbf\{\+0\.91\}79\.53±2\.1379\.53\{\\scriptstyle\\,\\pm\\,2\.13\}\(92\.00,96\.60,100\.00\)\(92\.00,96\.60,100\.00\)0\.99¯\\underline\{0\.99\}\+0\.30¯\\underline\{\+0\.30\} Algorithm 2Multi\-Class SFRAInput:Unlearned classifier Φun=h∘e\\Phi\_\{un\}=h\\circ ewith class set 𝒴\\mathcal\{Y\}; retain\-set 𝒴r\\mathcal\{Y\}\_\{r\}; forget\-set 𝒴f\\mathcal\{Y\}\_\{f\}; accepted probs per retain class NN; selected probs per subset MM, where \(1\+\|𝒴f\|\)M≤N\(1\+\|\\mathcal\{Y\}\_\{f\}\|\)M\\leq N; relearning loss ℒre\\mathcal\{L\}\_\{\\mathrm\{re\}\}; number of relearning steps TT; learning rate η\\eta\. Output:Relearned classifier Φre=h′∘e\\Phi\_\{re\}=h^\{\\prime\}\\circ e\. Step 1:Synthetic Prob Generation 1Initialize 𝒮cr←∅\\mathcal\{S\}\_\{c\_\{r\}\}\\leftarrow\\emptysetfor every cr∈𝒴rc\_\{r\}\\in\\mathcal\{Y\}\_\{r\}; 2Initialize 𝒮cf←∅\\mathcal\{S\}\_\{c\_\{f\}\}\\leftarrow\\emptysetfor every cf∈𝒴fc\_\{f\}\\in\\mathcal\{Y\}\_\{f\}; 3Let cf\(1\)<⋯<cf\(\|𝒴f\|\)c\_\{f\}^\{\(1\)\}<\\cdots<c\_\{f\}^\{\(\|\\mathcal\{Y\}\_\{f\}\|\)\}denote the forget classes sorted by ascending class index; 4for*each retain classcr∈𝒴rc\_\{r\}\\in\\mathcal\{Y\}\_\{r\}*do 5Initialize the shared candidate pool 𝒫cr←∅\\mathcal\{P\}\_\{c\_\{r\}\}\\leftarrow\\emptyset; 6while*\|𝒫cr\|<N\|\\mathcal\{P\}\_\{c\_\{r\}\}\|<N*do 7Sample an embedding s∼𝒩\(0,Id\)s\\sim\\mathcal\{N\}\(0,I\_\{d\}\); 8Compute the class probabilities p\(s\)=softmax\(h\(s\)\)p\(s\)=\\operatorname\{softmax\}\(h\(s\)\); 9if*argmaxc∈𝒴pc\(s\)=cr\\arg\\max\_\{c\\in\\mathcal\{Y\}\}p\_\{c\}\(s\)=c\_\{r\}*then 10Append \(s,p\(s\)\)\(s,p\(s\)\)to 𝒫cr\\mathcal\{P\}\_\{c\_\{r\}\}; 11Sort 𝒫cr\\mathcal\{P\}\_\{c\_\{r\}\}in descending order of pcr\(s\)p\_\{c\_\{r\}\}\(s\); 12Let ℛcr\\mathcal\{R\}\_\{c\_\{r\}\}be the MMprobs in 𝒫cr\\mathcal\{P\}\_\{c\_\{r\}\}with the highest values of pcr\(s\)p\_\{c\_\{r\}\}\(s\); 13Append the probs in ℛcr\\mathcal\{R\}\_\{c\_\{r\}\}to 𝒮cr\\mathcal\{S\}\_\{c\_\{r\}\}with label crc\_\{r\}; 14From the same candidate pool 𝒫cr\\mathcal\{P\}\_\{c\_\{r\}\}, select the \|𝒴f\|M\|\\mathcal\{Y\}\_\{f\}\|Mprobs with the lowest values of pcr\(s\)p\_\{c\_\{r\}\}\(s\)to form the boundary\-probe pool 𝒬cr\\mathcal\{Q\}\_\{c\_\{r\}\}; 15Initialize the assigned\-probe set 𝒰cr←∅\\mathcal\{U\}\_\{c\_\{r\}\}\\leftarrow\\emptyset; 16for*j←1j\\leftarrow 1to\|𝒴f\|\|\\mathcal\{Y\}\_\{f\}\|*do 17Set cf←cf\(j\)c\_\{f\}\\leftarrow c\_\{f\}^\{\(j\)\}; 18Select 𝒬cr,cf←argmax𝒱⊆𝒬cr∖𝒰cr\|𝒱\|=M∑s∈𝒱pcf\(s\),\\mathcal\{Q\}\_\{c\_\{r\},c\_\{f\}\}\\leftarrow\\underset\{\\begin\{subarray\}\{c\}\\mathcal\{V\}\\subseteq\\mathcal\{Q\}\_\{c\_\{r\}\}\\setminus\\mathcal\{U\}\_\{c\_\{r\}\}\\\\ \|\\mathcal\{V\}\|=M\\end\{subarray\}\}\{\\arg\\max\}\\sum\_\{s\\in\\mathcal\{V\}\}p\_\{c\_\{f\}\}\(s\), 19Append the probs in 𝒬cr,cf\\mathcal\{Q\}\_\{c\_\{r\},c\_\{f\}\}to 𝒮cf\\mathcal\{S\}\_\{c\_\{f\}\}with label cfc\_\{f\}; 20Update 𝒰cr←𝒰cr∪𝒬cr,cf\\mathcal\{U\}\_\{c\_\{r\}\}\\leftarrow\\mathcal\{U\}\_\{c\_\{r\}\}\\cup\\mathcal\{Q\}\_\{c\_\{r\},c\_\{f\}\}; 21Define the complete labeled synthetic datasets 𝒮r=⋃cr∈𝒴r𝒮cr,𝒮f=⋃cf∈𝒴f𝒮cf\.\\displaystyle\\mathcal\{S\}\_\{r\}=\\bigcup\_\{c\_\{r\}\\in\\mathcal\{Y\}\_\{r\}\}\\mathcal\{S\}\_\{c\_\{r\}\},~~~\\mathcal\{S\}\_\{f\}=\\bigcup\_\{c\_\{f\}\\in\\mathcal\{Y\}\_\{f\}\}\\mathcal\{S\}\_\{c\_\{f\}\}\.Step 2:Multi\-Class Relearning 22Combine the synthetic datasets 𝒮←𝒮r∪𝒮f\\mathcal\{S\}\\leftarrow\\mathcal\{S\}\_\{r\}\\cup\\mathcal\{S\}\_\{f\}; 23Freeze the feature extractor eeand initialize h′←hh^\{\\prime\}\\leftarrow h; 24for*t=1,…,Tt=1,\\ldots,T*do 25Sample a mini\-batch ℬ⊆𝒮\\mathcal\{B\}\\subseteq\\mathcal\{S\}; 26Compute ℒre=−1\|ℬ\|∑\(s,y\)∈ℬlogpy\(s;θ\)\\mathcal\{L\}\_\{\\mathrm\{re\}\}=\-\\frac\{1\}\{\|\\mathcal\{B\}\|\}\\sum\_\{\(s,y\)\\in\\mathcal\{B\}\}\\log p\_\{y\}\(s;\\theta\); 27Update θ←θ−η∇θℒre\\theta\\leftarrow\\theta\-\\eta\\nabla\_\{\\theta\}\\mathcal\{L\}\_\{\\mathrm\{re\}\}; 28return*relearned modelΦre=h′∘e\\Phi\_\{re\}=h^\{\\prime\}\\circ e*; ## Appendix KGeometric Interpretation of Synthetic Boundary Probes Figure[K\.1](https://arxiv.org/html/2609.02018#A11.F1)provides qualitative geometric insight into the relationship between the selected synthetic probes and source\-free recoverability\. We compare methods exhibiting high recoverability \(Bad Teacher, DELETE, and SalUn\) with methods exhibiting lower recoverability \(Negative Gradient\+ and SCRUB\), together with the retrained reference\. For each method, we visualize both the pre\-classifier feature space and the classifier\-head output space\. Importantly, the synthetic forget probes are not expected to reproduce the real forget class distribution\. Indeed, in feature space, they generally do not coincide with the real forget embeddings, supporting their interpretation as boundary probes rather than synthetic reconstructions of the forget class\. A qualitative distinction emerges between the higher\- and lower\-recoverability cases\. For highly recoverable methods, the real forget representations retain more coherent residual structure, while the model\-selected synthetic forget probes exhibit a favorable relationship with the forget region, particularly after the classifier\-head mapping\. Consequently, a lightweight head update can exploit these probes to reform a decision region that recognizes the real forget samples\. In contrast, for lower\-recoverability methods, this relationship is substantially weaker and the real forget representations exhibit less recoverable organization, limiting the effectiveness of the same source\-free update\. The retrained model provides a matched reference for assessing the extent to which observed relearning can arise from generic representation\-level separability rather than recoverability associated with the original forget class training\. These observations further clarify the role of Gaussian sampling in our method: the raw Gaussian distribution itself need not approximate the unknown forget class distribution\. Rather, Gaussian sampling provides a broad candidate pool, while model\-guided confidence filtering selects boundary\-adjacent probes that can induce a useful update direction when recoverable forget class structure remains\. This interpretation is consistent with Proposition 1, where successful relearning depends on sufficient alignment between the update induced by the selected synthetic probes and the residual real forget class representation, rather than on distributional matching\. Original Model \(a\)Original: feature space \(b\)Original: logit space Higher Recoverability Lower Recoverability \(c\)Bad Teacher: feature space \(d\)Bad Teacher: logit space \(e\)Negative Gradient\+: feature space \(f\)Negative Gradient\+: logit space \(g\)DELETE: feature space \(h\)DELETE: logit space \(i\)SCRUB: feature space \(j\)SCRUB: logit space \(k\)SalUn: feature space \(l\)SalUn: logit space \(m\)Retrained: feature space \(n\)Retrained: logit space Figure K\.1:t\-SNE visualization of representations on CIFAR\-10 with ResNet\-18 for class77\. The first row shows the original model as a common reference in the pre\-classifier feature and classifier\-head output spaces\. The subsequent rows compare methods with higher recoverability \(Bad Teacher,RS=0\.98\\mathrm\{RS\}=0\.98; DELETE,RS=0\.96\\mathrm\{RS\}=0\.96; SalUn,RS=0\.87\\mathrm\{RS\}=0\.87\) against methods with lower recoverability or the retrained reference \(Negative Gradient\+,RS=0\.20\\mathrm\{RS\}=0\.20; SCRUB,RS=0\.40\\mathrm\{RS\}=0\.40; Retrained,RS=0\.52\\mathrm\{RS\}=0\.52\)\. For each model, the left and right panels show the feature and logit spaces, respectively\. ## Appendix LRS Distribution Across Forget Classes The main paper includes theRS\\mathrm\{RS\}distribution analysis for the CIFAR\-10 dataset with the ResNet\-18 backbone as a representative case\. In this section, we extend this analysis to all evaluated datasets and backbones, including CIFAR\-10, CIFAR\-100, and TinyImageNet with ResNet\-18, ViT\-B/16, and Swin\-T\. These plots provide a broader distributional view ofRS\\mathrm\{RS\}across forget classes and show whether relearning is systematic or driven only by a few highly vulnerable classes\. Each violin plot summarizes theRS\\mathrm\{RS\}values obtained by varying the designated forget class for a given dataset, backbone, and unlearning method\. A higher medianRS\\mathrm\{RS\}indicates that SFRA is common across forget classes, while a wider distribution indicates stronger class\-specific variability\. \(a\)ResNet\-18 \(b\)ViT\-B/16 \(c\)Swin\-T Figure L\.1:Distribution ofRS\\mathrm\{RS\}across forget classes on three datasets \(CIFAR\-10, CIFAR\-100, and TinyImageNet\) and three backbones \(ResNet\-18, ViT\-B/16, and Swin\-T\), enabling a comparison of unlearning methods\. Rows correspond to backbones and columns to datasets; within each panel, each violin summarizes the per\-classRS\\mathrm\{RS\}obtained by varying the designated forget class\. The central marker denotes the median and the thick bar the interquartile range \(IQR\)\. ## Appendix MPer\-Class RS Heatmaps The main paper reports the per\-classRS\\mathrm\{RS\}heatmap for CIFAR\-10 with the ResNet\-18 backbone to illustrate class\-specific relearning behavior in a compact setting\. Here, we provide the full set of per\-classRS\\mathrm\{RS\}heatmaps across all evaluated datasets and backbones, including CIFAR\-10, CIFAR\-100, and TinyImageNet with ResNet\-18, ViT\-B/16, and Swin\-T\. Each heatmap shows how vulnerable each forget class is to SFRA under different unlearning methods\. Rows correspond to unlearning methods, columns correspond to forget classes, and each cell reports theRS\\mathrm\{RS\}obtained when the corresponding class is selected for forgetting\. This extended analysis avoids hiding class\-specific behavior behind averaged or worst\-case summaries and helps identify both method\-level and class\-level relearning patterns\. \(a\)ResNet\-18 \(b\)ViT\-B/16 \(c\)Swin\-T Figure M\.1:Per\-classRS\\mathrm\{RS\}heatmaps for three datasets \(CIFAR\-10, CIFAR\-100, and TinyImageNet\) and three backbones \(ResNet\-18, ViT\-B/16, and Swin\-T\), comparing unlearning methods\. Rows correspond to unlearning methods and columns to forget classes\. Each cell reports theRS\\mathrm\{RS\}obtained when the corresponding class is designated for forgetting and color intensity encodes theRS\\mathrm\{RS\}magnitude\. ## Appendix NAbsolute and Excess Recoverability RS\\mathrm\{RS\}measures the absolute source\-free recoverability of a forget class\. However, a highRS\\mathrm\{RS\}does not necessarily indicate forget\-specific residual structure, since a matched retrained model may also support relearning through generic representation transfer\. We therefore reportΔRS\\Delta\\mathrm\{RS\}, which measures excess recoverability relative to a model that never observed the forget class training data\. Figure[N\.1](https://arxiv.org/html/2609.02018#A14.F1)jointly visualizesRS\\mathrm\{RS\}andΔRS\\Delta\\mathrm\{RS\}for ResNet\-18, ViT\-B/16, and Swin\-T, with each point representing an \(unlearning method–forget class\) pair\. The horizontal line atΔRS=0\\Delta\\mathrm\{RS\}=0distinguishes checkpoints that are more recoverable than their matched retrained references, while the vertical line atRS=0\.5\\mathrm\{RS\}=0\.5serves only as a visual guide\. HighRS\\mathrm\{RS\}with positiveΔRS\\Delta\\mathrm\{RS\}provides the strongest evidence of recovery beyond generic relearnability\. Many CIFAR\-10 and CIFAR\-100 pairs exhibit this behavior, whereas TinyImageNet contains more cases with lowerRS\\mathrm\{RS\}or nonpositiveΔRS\\Delta\\mathrm\{RS\}\. BecauseΔRS\\Delta\\mathrm\{RS\}is defined usingRS\\mathrm\{RS\}, we interpret the figure as a diagnostic decomposition rather than a correlation analysis\. \(a\)ResNet\-18 \(b\)ViT\-B/16 \(c\)Swin\-T Figure N\.1:Absolute and excess recoverability under SFRA\. Each point represents one unlearning\-method and forget class pair on CIFAR\-10, CIFAR\-100, or TinyImageNet\. The horizontal dashed line marksΔRS=0\\Delta\\mathrm\{RS\}=0\. Points above this line are more recoverable than their corresponding retrained references\. The vertical dotted line atRS=0\.5\\mathrm\{RS\}=0\.5is a visual guide only and does not define a theoretical threshold\. The upper\-right region therefore identifies checkpoints with both high absolute recoverability and positive excess recoverability\. ## Appendix OSampling Distribution Ablation Our default implementation generates candidate embeddings from a standard Gaussian distribution,s∼𝒩\(0,Id\)s\\sim\\mathcal\{N\}\(0,I\_\{d\}\)\. These samples are not assumed to lie on the natural feature manifold\. In particular, for classifier inputs constrained by a final ReLU, a standard Gaussian produces negative coordinates that cannot occur for real post\-ReLU features\. This is intentional: the proposal distribution supplies candidate directions rather than synthetic reconstructions of real features, and model\-guided confidence filtering determines which candidates become probes\. To evaluate whether our proposed SFRA depends on this particular proposal distribution, we replace Gaussian sampling with Uniform and Laplace proposals while keeping all other components unchanged\. Table[O\.1](https://arxiv.org/html/2609.02018#A15.T1)reports the per\-classRS\\mathrm\{RS\}on CIFAR\-10 with a ResNet\-18 backbone\. Although Uniform and Laplace sampling yield some differences in absoluteRS\\mathrm\{RS\}values across classes, both generally preserve the relative recoverability patterns observed with Gaussian sampling\. In particular, methods that are highly vulnerable or relatively resistant under Gaussian sampling tend to remain so under the alternative proposal distributions\. Instead, the model\-guided partitioning and confidence\-based selection of boundary\-adjacent forget probes and high\-confidence retain probes play a more important role in determining the relearning outcome\. Table O\.1:RS\\mathrm\{RS\}for Gaussian, Uniform, and Laplace synthesis distributions on CIFAR\-10 using ResNet\-18\. Each forget class column corresponds to a separate unlearned checkpoint in which that class is designated for forgetting\.Unlearning MethodEmbeddingDistributionForget Class0123456789RetrainedGaussian0\.550\.550\.220\.220\.630\.630\.580\.580\.690\.690\.310\.310\.520\.520\.490\.490\.430\.430\.360\.36Uniform0\.490\.490\.140\.140\.480\.480\.410\.410\.540\.540\.270\.270\.370\.370\.380\.380\.300\.300\.250\.25Laplace0\.380\.380\.130\.130\.480\.480\.420\.420\.540\.540\.190\.190\.390\.390\.390\.390\.390\.390\.230\.23Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Gaussian0\.580\.580\.230\.230\.610\.610\.460\.460\.570\.570\.270\.270\.700\.700\.560\.560\.420\.420\.270\.27Uniform0\.590\.590\.160\.160\.560\.560\.480\.480\.560\.560\.280\.280\.670\.670\.530\.530\.390\.390\.220\.22Laplace0\.530\.530\.130\.130\.580\.580\.450\.450\.480\.480\.250\.250\.600\.600\.440\.440\.380\.380\.190\.19Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Gaussian0\.610\.610\.760\.760\.560\.560\.590\.590\.680\.680\.650\.650\.690\.690\.710\.710\.660\.660\.650\.65Uniform0\.550\.550\.690\.690\.490\.490\.540\.540\.660\.660\.650\.650\.680\.680\.700\.700\.570\.570\.580\.58Laplace0\.530\.530\.710\.710\.500\.500\.560\.560\.650\.650\.630\.630\.650\.650\.670\.670\.620\.620\.560\.56Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Gaussian0\.310\.310\.320\.320\.210\.210\.460\.460\.490\.490\.330\.330\.480\.480\.200\.200\.410\.410\.460\.46Uniform0\.250\.250\.310\.310\.180\.180\.390\.390\.400\.400\.370\.370\.420\.420\.170\.170\.320\.320\.370\.37Laplace0\.310\.310\.260\.260\.210\.210\.390\.390\.390\.390\.250\.250\.450\.450\.110\.110\.330\.330\.370\.37Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]Gaussian0\.730\.730\.800\.800\.660\.660\.710\.710\.760\.760\.720\.720\.740\.740\.760\.760\.720\.720\.770\.77Uniform0\.720\.720\.740\.740\.640\.640\.620\.620\.760\.760\.660\.660\.690\.690\.720\.720\.660\.660\.750\.75Laplace0\.690\.690\.740\.740\.640\.640\.660\.660\.750\.750\.680\.680\.660\.660\.700\.700\.700\.700\.700\.70Boundary Shrink\[[8](https://arxiv.org/html/2609.02018#bib.bib9)\]Gaussian0\.710\.710\.800\.800\.630\.630\.670\.670\.770\.770\.700\.700\.740\.740\.750\.750\.720\.720\.770\.77Uniform0\.640\.640\.780\.780\.590\.590\.610\.610\.700\.700\.650\.650\.690\.690\.720\.720\.710\.710\.710\.71Laplace0\.690\.690\.740\.740\.620\.620\.600\.600\.730\.730\.690\.690\.660\.660\.700\.700\.690\.690\.730\.73Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]Gaussian0\.670\.670\.680\.680\.590\.590\.560\.560\.700\.700\.700\.700\.680\.680\.710\.710\.680\.680\.680\.68Uniform0\.670\.670\.600\.600\.500\.500\.480\.480\.630\.630\.690\.690\.670\.670\.660\.660\.670\.670\.590\.59Laplace0\.650\.650\.630\.630\.540\.540\.490\.490\.690\.690\.610\.610\.590\.590\.650\.650\.640\.640\.620\.62SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Gaussian0\.640\.640\.340\.340\.610\.610\.510\.510\.610\.610\.350\.350\.570\.570\.400\.400\.410\.410\.420\.42Uniform0\.660\.660\.400\.400\.700\.700\.500\.500\.620\.620\.510\.510\.500\.500\.510\.510\.500\.500\.340\.34Laplace0\.610\.610\.410\.410\.710\.710\.460\.460\.520\.520\.500\.500\.500\.500\.470\.470\.400\.400\.330\.33Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]Gaussian0\.970\.970\.980\.980\.790\.790\.960\.960\.940\.940\.970\.970\.980\.980\.980\.980\.980\.980\.970\.97Uniform0\.980\.980\.990\.990\.790\.790\.960\.960\.940\.940\.970\.970\.980\.980\.980\.980\.990\.990\.980\.98Laplace0\.980\.980\.990\.990\.780\.780\.960\.960\.940\.940\.970\.970\.980\.980\.990\.990\.990\.990\.980\.98SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]Gaussian0\.830\.830\.760\.760\.850\.850\.790\.790\.840\.840\.780\.780\.850\.850\.870\.870\.820\.820\.840\.84Uniform0\.800\.800\.760\.760\.830\.830\.800\.800\.850\.850\.820\.820\.880\.880\.870\.870\.780\.780\.860\.86Laplace0\.840\.840\.800\.800\.850\.850\.810\.810\.850\.850\.800\.800\.860\.860\.850\.850\.820\.820\.840\.84DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]Gaussian0\.960\.960\.970\.970\.950\.950\.930\.930\.970\.970\.930\.930\.970\.970\.960\.960\.970\.970\.960\.96Uniform0\.960\.960\.970\.970\.940\.940\.920\.920\.960\.960\.920\.920\.960\.960\.960\.960\.960\.960\.960\.96Laplace0\.960\.960\.970\.970\.940\.940\.930\.930\.960\.960\.920\.920\.970\.970\.950\.950\.960\.960\.960\.96 ## Appendix PUncertainty\-Score Ablation We examine whether our proposed SFRA depends specifically on Softmax confidence by replacing its probe\-ranking score with predictive entropy and energy\. All other components of the audit, including the unlearned checkpoint, Gaussian candidate pool, number of selected probes, classifier\-head optimization, and evaluation protocol, remain fixed\. For a candidate embeddingsswith classifier logitsz\(s\)z\(s\)and predicted probabilitiesp\(s\)p\(s\), we consider the following scores: USoftmax\(s\)\\displaystyle U\_\{\\mathrm\{Softmax\}\}\(s\)=1−maxkpk\(s\),\\displaystyle=1\-\\max\_\{k\}p\_\{k\}\(s\),\(P\.1\)UEntropy\(s\)\\displaystyle U\_\{\\mathrm\{Entropy\}\}\(s\)=−∑kpk\(s\)logpk\(s\),\\displaystyle=\-\\sum\_\{k\}p\_\{k\}\(s\)\\log p\_\{k\}\(s\),\(P\.2\)UEnergy\(s\)\\displaystyle U\_\{\\mathrm\{Energy\}\}\(s\)=−log∑kexp\(zk\(s\)\)\.\\displaystyle=\-\\log\\sum\_\{k\}\\exp\(z\_\{k\}\(s\)\)\.\(P\.3\)For each score, candidates with the highest uncertainty are selected as synthetic forget probes and relabeled as the designated forget class, while the lowest\-uncertainty remaining candidates form the synthetic retain set\. The two selected subsets are disjoint\. Consequently, this experiment changes only the criterion used to rank candidates from the same synthetic pool\. Tables[P\.1](https://arxiv.org/html/2609.02018#A16.T1),[P\.2](https://arxiv.org/html/2609.02018#A16.T2), and[P\.3](https://arxiv.org/html/2609.02018#A16.T3)report the resultingRS\\mathrm\{RS\}for every CIFAR\-10 forget class using ResNet\-18, ViT\-B/16, and Swin\-T, respectively\. Each entry is the mean±\\pmstandard deviation over three independent audit seeds\. Across seeds, we resample the Gaussian candidate pools, repeat probe selection, and reinitialize the classifier\-head optimization, while keeping the unlearned checkpoint and all audit hyperparameters fixed\. Thus, the reported variation measures the stochasticity of the source\-free audit rather than variation across independently trained unlearned checkpoints\. The results show that our proposed SFRA is not tied to Softmax confidence\. Entropy\- and energy\-based selection also produce substantialRS\\mathrm\{RS\}for numerous combinations of unlearning method, forget class, and architecture\. However, no uncertainty score uniformly dominates\. On ResNet\-18, Softmax obtains the highest averageRS\\mathrm\{RS\}across the evaluated method–class pairs, although energy produces the highestRS\\mathrm\{RS\}for many individual pairs\. On ViT\-B/16, Softmax and entropy obtain similar average performance, whereas energy is less effective on average but remains competitive for selected checkpoints\. On Swin\-T, Softmax again achieves the highest averageRS\\mathrm\{RS\}, while entropy and energy outperform it for some method–class combinations\. The preferred uncertainty score is therefore both checkpoint\- and class\-dependent\. The seed\-level results further show that most measurements are stable under the stochastic components of the audit\. For ResNet\-18,88\.2%88\.2\\%of the reported entries have anRS\\mathrm\{RS\}standard deviation no greater than0\.020\.02, and99\.7%99\.7\\%have a standard deviation no greater than0\.050\.05\. The corresponding fractions within0\.050\.05are85\.7%85\.7\\%for ViT\-B/16 and95\.9%95\.9\\%for Swin\-T\. Nevertheless, a small number of method–class–score combinations exhibit substantially greater variability, particularly for ViT\-B/16\. This indicates that probe sampling and classifier\-head optimization can affect the measured recoverability of certain checkpoints and motivates reporting results over multiple audit seeds\. Overall, these experiments demonstrate that our SFRA is observed across several uncertainty definitions, architectures, forget classes, and random audit seeds\. Softmax confidence remains a simple and generally strong default, but the results do not support treating any single uncertainty score as universally optimal\. Table P\.1:Uncertainty\-score ablation on CIFAR\-10 using a ResNet\-18 backbone\. Each class column corresponds to a separate unlearned checkpoint with the indicated forget class and reportsRS\\mathrm\{RS\}as the mean±\\pmstandard deviation across three independent audit seeds, while Avg\. gives the meanRS\\mathrm\{RS\}across all forget classes and seeds\.Unlearning MethodUncertaintyForget ClassAvg\.0123456789RetrainedSoftmax0\.540\.54±0\.00\\,\\pm\\,0\.000\.190\.19±0\.01\\,\\pm\\,0\.010\.640\.64±0\.01\\,\\pm\\,0\.010\.570\.57±0\.01\\,\\pm\\,0\.010\.680\.68±0\.01\\,\\pm\\,0\.010\.320\.32±0\.01\\,\\pm\\,0\.010\.550\.55±0\.01\\,\\pm\\,0\.010\.520\.52±0\.00\\,\\pm\\,0\.000\.440\.44±0\.01\\,\\pm\\,0\.010\.350\.35±0\.01\\,\\pm\\,0\.010\.480\.48Entropy0\.520\.52±0\.01\\,\\pm\\,0\.010\.180\.18±0\.01\\,\\pm\\,0\.010\.610\.61±0\.00\\,\\pm\\,0\.000\.570\.57±0\.01\\,\\pm\\,0\.010\.650\.65±0\.02\\,\\pm\\,0\.020\.290\.29±0\.03\\,\\pm\\,0\.030\.520\.52±0\.01\\,\\pm\\,0\.010\.490\.49±0\.01\\,\\pm\\,0\.010\.400\.40±0\.02\\,\\pm\\,0\.020\.330\.33±0\.02\\,\\pm\\,0\.020\.460\.46Energy0\.590\.59±0\.01\\,\\pm\\,0\.010\.220\.22±0\.02\\,\\pm\\,0\.020\.680\.68±0\.00\\,\\pm\\,0\.000\.620\.62±0\.02\\,\\pm\\,0\.020\.740\.74±0\.00\\,\\pm\\,0\.000\.360\.36±0\.00\\,\\pm\\,0\.000\.600\.60±0\.02\\,\\pm\\,0\.020\.590\.59±0\.02\\,\\pm\\,0\.020\.460\.46±0\.04\\,\\pm\\,0\.040\.410\.41±0\.01\\,\\pm\\,0\.010\.530\.53Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Softmax0\.590\.59±0\.01\\,\\pm\\,0\.010\.230\.23±0\.02\\,\\pm\\,0\.020\.600\.60±0\.02\\,\\pm\\,0\.020\.470\.47±0\.03\\,\\pm\\,0\.030\.560\.56±0\.02\\,\\pm\\,0\.020\.310\.31±0\.01\\,\\pm\\,0\.010\.700\.70±0\.04\\,\\pm\\,0\.040\.550\.55±0\.02\\,\\pm\\,0\.020\.460\.46±0\.03\\,\\pm\\,0\.030\.280\.28±0\.02\\,\\pm\\,0\.020\.480\.48Entropy0\.600\.60±0\.01\\,\\pm\\,0\.010\.210\.21±0\.01\\,\\pm\\,0\.010\.590\.59±0\.03\\,\\pm\\,0\.030\.470\.47±0\.00\\,\\pm\\,0\.000\.570\.57±0\.01\\,\\pm\\,0\.010\.300\.30±0\.02\\,\\pm\\,0\.020\.650\.65±0\.01\\,\\pm\\,0\.010\.530\.53±0\.02\\,\\pm\\,0\.020\.440\.44±0\.02\\,\\pm\\,0\.020\.250\.25±0\.02\\,\\pm\\,0\.020\.460\.46Energy0\.610\.61±0\.01\\,\\pm\\,0\.010\.250\.25±0\.01\\,\\pm\\,0\.010\.640\.64±0\.02\\,\\pm\\,0\.020\.500\.50±0\.01\\,\\pm\\,0\.010\.590\.59±0\.02\\,\\pm\\,0\.020\.320\.32±0\.01\\,\\pm\\,0\.010\.700\.70±0\.02\\,\\pm\\,0\.020\.590\.59±0\.02\\,\\pm\\,0\.020\.450\.45±0\.03\\,\\pm\\,0\.030\.250\.25±0\.04\\,\\pm\\,0\.040\.490\.49Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Softmax0\.620\.62±0\.01\\,\\pm\\,0\.010\.740\.74±0\.01\\,\\pm\\,0\.010\.570\.57±0\.01\\,\\pm\\,0\.010\.590\.59±0\.01\\,\\pm\\,0\.010\.690\.69±0\.00\\,\\pm\\,0\.000\.660\.66±0\.02\\,\\pm\\,0\.020\.690\.69±0\.01\\,\\pm\\,0\.010\.720\.72±0\.02\\,\\pm\\,0\.020\.660\.66±0\.01\\,\\pm\\,0\.010\.660\.66±0\.01\\,\\pm\\,0\.010\.660\.66Entropy0\.600\.60±0\.01\\,\\pm\\,0\.010\.730\.73±0\.01\\,\\pm\\,0\.010\.540\.54±0\.01\\,\\pm\\,0\.010\.590\.59±0\.02\\,\\pm\\,0\.020\.650\.65±0\.01\\,\\pm\\,0\.010\.640\.64±0\.03\\,\\pm\\,0\.030\.680\.68±0\.01\\,\\pm\\,0\.010\.690\.69±0\.01\\,\\pm\\,0\.010\.650\.65±0\.01\\,\\pm\\,0\.010\.640\.64±0\.01\\,\\pm\\,0\.010\.640\.64Energy0\.620\.62±0\.00\\,\\pm\\,0\.000\.760\.76±0\.01\\,\\pm\\,0\.010\.560\.56±0\.01\\,\\pm\\,0\.010\.620\.62±0\.01\\,\\pm\\,0\.010\.670\.67±0\.01\\,\\pm\\,0\.010\.650\.65±0\.02\\,\\pm\\,0\.020\.700\.70±0\.01\\,\\pm\\,0\.010\.710\.71±0\.01\\,\\pm\\,0\.010\.670\.67±0\.01\\,\\pm\\,0\.010\.660\.66±0\.01\\,\\pm\\,0\.010\.660\.66Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Softmax0\.300\.30±0\.01\\,\\pm\\,0\.010\.320\.32±0\.01\\,\\pm\\,0\.010\.230\.23±0\.01\\,\\pm\\,0\.010\.460\.46±0\.01\\,\\pm\\,0\.010\.470\.47±0\.02\\,\\pm\\,0\.020\.360\.36±0\.05\\,\\pm\\,0\.050\.500\.50±0\.01\\,\\pm\\,0\.010\.160\.16±0\.02\\,\\pm\\,0\.020\.390\.39±0\.01\\,\\pm\\,0\.010\.470\.47±0\.01\\,\\pm\\,0\.010\.370\.37Entropy0\.270\.27±0\.01\\,\\pm\\,0\.010\.280\.28±0\.01\\,\\pm\\,0\.010\.150\.15±0\.01\\,\\pm\\,0\.010\.420\.42±0\.01\\,\\pm\\,0\.010\.440\.44±0\.00\\,\\pm\\,0\.000\.090\.09±0\.01\\,\\pm\\,0\.010\.480\.48±0\.01\\,\\pm\\,0\.010\.080\.08±0\.01\\,\\pm\\,0\.010\.370\.37±0\.01\\,\\pm\\,0\.010\.430\.43±0\.02\\,\\pm\\,0\.020\.300\.30Energy0\.280\.28±0\.01\\,\\pm\\,0\.010\.270\.27±0\.01\\,\\pm\\,0\.010\.060\.06±0\.01\\,\\pm\\,0\.010\.400\.40±0\.01\\,\\pm\\,0\.010\.460\.46±0\.01\\,\\pm\\,0\.010\.000\.00±0\.00\\,\\pm\\,0\.000\.500\.50±0\.01\\,\\pm\\,0\.010\.020\.02±0\.00\\,\\pm\\,0\.000\.380\.38±0\.01\\,\\pm\\,0\.010\.440\.44±0\.01\\,\\pm\\,0\.010\.280\.28Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]Softmax0\.730\.73±0\.00\\,\\pm\\,0\.000\.790\.79±0\.01\\,\\pm\\,0\.010\.650\.65±0\.02\\,\\pm\\,0\.020\.690\.69±0\.02\\,\\pm\\,0\.020\.770\.77±0\.01\\,\\pm\\,0\.010\.720\.72±0\.01\\,\\pm\\,0\.010\.740\.74±0\.01\\,\\pm\\,0\.010\.760\.76±0\.01\\,\\pm\\,0\.010\.730\.73±0\.01\\,\\pm\\,0\.010\.770\.77±0\.01\\,\\pm\\,0\.010\.730\.73Entropy0\.730\.73±0\.01\\,\\pm\\,0\.010\.780\.78±0\.01\\,\\pm\\,0\.010\.630\.63±0\.00\\,\\pm\\,0\.000\.690\.69±0\.02\\,\\pm\\,0\.020\.750\.75±0\.01\\,\\pm\\,0\.010\.710\.71±0\.01\\,\\pm\\,0\.010\.730\.73±0\.01\\,\\pm\\,0\.010\.750\.75±0\.00\\,\\pm\\,0\.000\.720\.72±0\.01\\,\\pm\\,0\.010\.750\.75±0\.01\\,\\pm\\,0\.010\.720\.72Energy0\.740\.74±0\.01\\,\\pm\\,0\.010\.800\.80±0\.01\\,\\pm\\,0\.010\.660\.66±0\.00\\,\\pm\\,0\.000\.710\.71±0\.01\\,\\pm\\,0\.010\.780\.78±0\.01\\,\\pm\\,0\.010\.720\.72±0\.02\\,\\pm\\,0\.020\.750\.75±0\.01\\,\\pm\\,0\.010\.780\.78±0\.00\\,\\pm\\,0\.000\.730\.73±0\.00\\,\\pm\\,0\.000\.770\.77±0\.01\\,\\pm\\,0\.010\.740\.74Boundary Shrink\[[8](https://arxiv.org/html/2609.02018#bib.bib9)\]Softmax0\.710\.71±0\.01\\,\\pm\\,0\.010\.790\.79±0\.01\\,\\pm\\,0\.010\.650\.65±0\.02\\,\\pm\\,0\.020\.690\.69±0\.01\\,\\pm\\,0\.010\.770\.77±0\.00\\,\\pm\\,0\.000\.710\.71±0\.01\\,\\pm\\,0\.010\.740\.74±0\.01\\,\\pm\\,0\.010\.760\.76±0\.02\\,\\pm\\,0\.020\.730\.73±0\.01\\,\\pm\\,0\.010\.760\.76±0\.01\\,\\pm\\,0\.010\.730\.73Entropy0\.690\.69±0\.02\\,\\pm\\,0\.020\.780\.78±0\.00\\,\\pm\\,0\.000\.630\.63±0\.01\\,\\pm\\,0\.010\.680\.68±0\.01\\,\\pm\\,0\.010\.760\.76±0\.01\\,\\pm\\,0\.010\.700\.70±0\.01\\,\\pm\\,0\.010\.730\.73±0\.01\\,\\pm\\,0\.010\.760\.76±0\.02\\,\\pm\\,0\.020\.720\.72±0\.01\\,\\pm\\,0\.010\.750\.75±0\.01\\,\\pm\\,0\.010\.720\.72Energy0\.720\.72±0\.00\\,\\pm\\,0\.000\.800\.80±0\.01\\,\\pm\\,0\.010\.650\.65±0\.01\\,\\pm\\,0\.010\.690\.69±0\.01\\,\\pm\\,0\.010\.770\.77±0\.01\\,\\pm\\,0\.010\.720\.72±0\.01\\,\\pm\\,0\.010\.750\.75±0\.00\\,\\pm\\,0\.000\.770\.77±0\.01\\,\\pm\\,0\.010\.740\.74±0\.01\\,\\pm\\,0\.010\.760\.76±0\.01\\,\\pm\\,0\.010\.740\.74Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]Softmax0\.690\.69±0\.01\\,\\pm\\,0\.010\.680\.68±0\.01\\,\\pm\\,0\.010\.580\.58±0\.01\\,\\pm\\,0\.010\.560\.56±0\.02\\,\\pm\\,0\.020\.690\.69±0\.01\\,\\pm\\,0\.010\.700\.70±0\.01\\,\\pm\\,0\.010\.690\.69±0\.01\\,\\pm\\,0\.010\.720\.72±0\.01\\,\\pm\\,0\.010\.690\.69±0\.01\\,\\pm\\,0\.010\.680\.68±0\.01\\,\\pm\\,0\.010\.670\.67Entropy0\.670\.67±0\.00\\,\\pm\\,0\.000\.670\.67±0\.01\\,\\pm\\,0\.010\.570\.57±0\.03\\,\\pm\\,0\.030\.550\.55±0\.01\\,\\pm\\,0\.010\.680\.68±0\.02\\,\\pm\\,0\.020\.680\.68±0\.01\\,\\pm\\,0\.010\.670\.67±0\.01\\,\\pm\\,0\.010\.710\.71±0\.00\\,\\pm\\,0\.000\.660\.66±0\.01\\,\\pm\\,0\.010\.670\.67±0\.01\\,\\pm\\,0\.010\.650\.65Energy0\.680\.68±0\.00\\,\\pm\\,0\.000\.700\.70±0\.00\\,\\pm\\,0\.000\.580\.58±0\.00\\,\\pm\\,0\.000\.580\.58±0\.01\\,\\pm\\,0\.010\.700\.70±0\.00\\,\\pm\\,0\.000\.700\.70±0\.02\\,\\pm\\,0\.020\.690\.69±0\.01\\,\\pm\\,0\.010\.720\.72±0\.01\\,\\pm\\,0\.010\.690\.69±0\.01\\,\\pm\\,0\.010\.680\.68±0\.01\\,\\pm\\,0\.010\.670\.67SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Softmax0\.630\.63±0\.01\\,\\pm\\,0\.010\.420\.42±0\.01\\,\\pm\\,0\.010\.710\.71±0\.00\\,\\pm\\,0\.000\.530\.53±0\.02\\,\\pm\\,0\.020\.630\.63±0\.04\\,\\pm\\,0\.040\.520\.52±0\.04\\,\\pm\\,0\.040\.630\.63±0\.02\\,\\pm\\,0\.020\.510\.51±0\.01\\,\\pm\\,0\.010\.420\.42±0\.02\\,\\pm\\,0\.020\.410\.41±0\.00\\,\\pm\\,0\.000\.540\.54Entropy0\.530\.53±0\.02\\,\\pm\\,0\.020\.170\.17±0\.04\\,\\pm\\,0\.040\.300\.30±0\.08\\,\\pm\\,0\.080\.370\.37±0\.01\\,\\pm\\,0\.010\.440\.44±0\.01\\,\\pm\\,0\.010\.100\.10±0\.04\\,\\pm\\,0\.040\.470\.47±0\.03\\,\\pm\\,0\.030\.150\.15±0\.02\\,\\pm\\,0\.020\.310\.31±0\.02\\,\\pm\\,0\.020\.300\.30±0\.01\\,\\pm\\,0\.010\.310\.31Energy0\.280\.28±0\.03\\,\\pm\\,0\.030\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.100\.10±0\.02\\,\\pm\\,0\.020\.150\.15±0\.02\\,\\pm\\,0\.020\.000\.00±0\.00\\,\\pm\\,0\.000\.220\.22±0\.01\\,\\pm\\,0\.010\.000\.00±0\.00\\,\\pm\\,0\.000\.090\.09±0\.01\\,\\pm\\,0\.010\.100\.10±0\.01\\,\\pm\\,0\.010\.090\.09Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]Softmax0\.980\.98±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.800\.80±0\.04\\,\\pm\\,0\.040\.960\.96±0\.00\\,\\pm\\,0\.000\.940\.94±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.960\.96Entropy0\.980\.98±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.680\.68±0\.01\\,\\pm\\,0\.010\.960\.96±0\.00\\,\\pm\\,0\.000\.930\.93±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.940\.94Energy0\.980\.98±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.700\.70±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.910\.91±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.940\.94SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]Softmax0\.850\.85±0\.01\\,\\pm\\,0\.010\.820\.82±0\.01\\,\\pm\\,0\.010\.860\.86±0\.00\\,\\pm\\,0\.000\.820\.82±0\.00\\,\\pm\\,0\.000\.860\.86±0\.00\\,\\pm\\,0\.000\.850\.85±0\.01\\,\\pm\\,0\.010\.880\.88±0\.00\\,\\pm\\,0\.000\.880\.88±0\.00\\,\\pm\\,0\.000\.830\.83±0\.00\\,\\pm\\,0\.000\.870\.87±0\.00\\,\\pm\\,0\.000\.850\.85Entropy0\.840\.84±0\.01\\,\\pm\\,0\.010\.820\.82±0\.01\\,\\pm\\,0\.010\.850\.85±0\.01\\,\\pm\\,0\.010\.820\.82±0\.01\\,\\pm\\,0\.010\.860\.86±0\.00\\,\\pm\\,0\.000\.850\.85±0\.00\\,\\pm\\,0\.000\.880\.88±0\.00\\,\\pm\\,0\.000\.880\.88±0\.00\\,\\pm\\,0\.000\.830\.83±0\.00\\,\\pm\\,0\.000\.870\.87±0\.00\\,\\pm\\,0\.000\.850\.85Energy0\.790\.79±0\.01\\,\\pm\\,0\.010\.770\.77±0\.02\\,\\pm\\,0\.020\.850\.85±0\.00\\,\\pm\\,0\.000\.820\.82±0\.00\\,\\pm\\,0\.000\.860\.86±0\.00\\,\\pm\\,0\.000\.860\.86±0\.00\\,\\pm\\,0\.000\.880\.88±0\.00\\,\\pm\\,0\.000\.890\.89±0\.00\\,\\pm\\,0\.000\.800\.80±0\.00\\,\\pm\\,0\.000\.860\.86±0\.01\\,\\pm\\,0\.010\.840\.84DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]Softmax0\.960\.96±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.950\.95±0\.00\\,\\pm\\,0\.000\.930\.93±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.930\.93±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.960\.96Entropy0\.960\.96±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.950\.95±0\.00\\,\\pm\\,0\.000\.930\.93±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.930\.93±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.960\.96Energy0\.960\.96±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.950\.95±0\.00\\,\\pm\\,0\.000\.930\.93±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.930\.93±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.960\.96 Table P\.2:Uncertainty\-score ablation on CIFAR\-10 using a ViT\-B/16 backbone\. Each class column corresponds to a separate unlearned checkpoint with the indicated forget class and reportsRS\\mathrm\{RS\}as the mean±\\pmstandard deviation across three independent audit seeds, while Avg\. gives the meanRS\\mathrm\{RS\}across all forget classes and seeds\.Unlearning MethodUncertaintyForget ClassAvg\.0123456789RetrainedSoftmax0\.120\.12±0\.01\\,\\pm\\,0\.010\.100\.10±0\.03\\,\\pm\\,0\.030\.560\.56±0\.01\\,\\pm\\,0\.010\.080\.08±0\.00\\,\\pm\\,0\.000\.130\.13±0\.01\\,\\pm\\,0\.010\.350\.35±0\.00\\,\\pm\\,0\.000\.350\.35±0\.00\\,\\pm\\,0\.000\.020\.02±0\.01\\,\\pm\\,0\.010\.280\.28±0\.01\\,\\pm\\,0\.010\.060\.06±0\.00\\,\\pm\\,0\.000\.200\.20Entropy0\.080\.08±0\.01\\,\\pm\\,0\.010\.080\.08±0\.00\\,\\pm\\,0\.000\.550\.55±0\.01\\,\\pm\\,0\.010\.070\.07±0\.00\\,\\pm\\,0\.000\.140\.14±0\.01\\,\\pm\\,0\.010\.340\.34±0\.01\\,\\pm\\,0\.010\.310\.31±0\.00\\,\\pm\\,0\.000\.010\.01±0\.00\\,\\pm\\,0\.000\.250\.25±0\.01\\,\\pm\\,0\.010\.040\.04±0\.01\\,\\pm\\,0\.010\.190\.19Energy0\.010\.01±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.160\.16±0\.08\\,\\pm\\,0\.080\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.050\.05±0\.02\\,\\pm\\,0\.020\.010\.01±0\.01\\,\\pm\\,0\.010\.000\.00±0\.00\\,\\pm\\,0\.000\.050\.05±0\.02\\,\\pm\\,0\.020\.000\.00±0\.00\\,\\pm\\,0\.000\.030\.03Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Softmax0\.060\.06±0\.02\\,\\pm\\,0\.020\.080\.08±0\.04\\,\\pm\\,0\.040\.220\.22±0\.01\\,\\pm\\,0\.010\.080\.08±0\.01\\,\\pm\\,0\.010\.000\.00±0\.00\\,\\pm\\,0\.000\.070\.07±0\.03\\,\\pm\\,0\.030\.150\.15±0\.01\\,\\pm\\,0\.010\.070\.07±0\.01\\,\\pm\\,0\.010\.070\.07±0\.00\\,\\pm\\,0\.000\.060\.06±0\.00\\,\\pm\\,0\.000\.090\.09Entropy0\.060\.06±0\.00\\,\\pm\\,0\.000\.020\.02±0\.02\\,\\pm\\,0\.020\.220\.22±0\.03\\,\\pm\\,0\.030\.070\.07±0\.00\\,\\pm\\,0\.000\.010\.01±0\.00\\,\\pm\\,0\.000\.040\.04±0\.02\\,\\pm\\,0\.020\.160\.16±0\.01\\,\\pm\\,0\.010\.130\.13±0\.02\\,\\pm\\,0\.020\.090\.09±0\.03\\,\\pm\\,0\.030\.060\.06±0\.01\\,\\pm\\,0\.010\.090\.09Energy0\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.080\.08±0\.03\\,\\pm\\,0\.030\.010\.01±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.010\.01Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Softmax0\.620\.62±0\.02\\,\\pm\\,0\.020\.990\.99±0\.00\\,\\pm\\,0\.000\.950\.95±0\.00\\,\\pm\\,0\.000\.630\.63±0\.02\\,\\pm\\,0\.020\.120\.12±0\.07\\,\\pm\\,0\.070\.810\.81±0\.01\\,\\pm\\,0\.010\.330\.33±0\.08\\,\\pm\\,0\.080\.870\.87±0\.02\\,\\pm\\,0\.020\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.730\.73Entropy0\.610\.61±0\.01\\,\\pm\\,0\.010\.980\.98±0\.00\\,\\pm\\,0\.000\.950\.95±0\.01\\,\\pm\\,0\.010\.690\.69±0\.06\\,\\pm\\,0\.060\.080\.08±0\.02\\,\\pm\\,0\.020\.790\.79±0\.02\\,\\pm\\,0\.020\.610\.61±0\.13\\,\\pm\\,0\.130\.850\.85±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.750\.75Energy0\.000\.00±0\.00\\,\\pm\\,0\.000\.980\.98±0\.01\\,\\pm\\,0\.010\.010\.01±0\.02\\,\\pm\\,0\.020\.150\.15±0\.11\\,\\pm\\,0\.110\.040\.04±0\.06\\,\\pm\\,0\.060\.000\.00±0\.00\\,\\pm\\,0\.000\.020\.02±0\.03\\,\\pm\\,0\.030\.000\.00±0\.00\\,\\pm\\,0\.000\.220\.22±0\.29\\,\\pm\\,0\.290\.200\.20±0\.03\\,\\pm\\,0\.030\.160\.16Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Softmax0\.060\.06±0\.08\\,\\pm\\,0\.080\.110\.11±0\.07\\,\\pm\\,0\.070\.000\.00±0\.00\\,\\pm\\,0\.000\.400\.40±0\.16\\,\\pm\\,0\.160\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.390\.39±0\.21\\,\\pm\\,0\.210\.040\.04±0\.01\\,\\pm\\,0\.010\.770\.77±0\.27\\,\\pm\\,0\.270\.030\.03±0\.01\\,\\pm\\,0\.010\.180\.18Entropy0\.050\.05±0\.01\\,\\pm\\,0\.010\.120\.12±0\.01\\,\\pm\\,0\.010\.000\.00±0\.00\\,\\pm\\,0\.000\.870\.87±0\.03\\,\\pm\\,0\.030\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.640\.64±0\.38\\,\\pm\\,0\.380\.130\.13±0\.06\\,\\pm\\,0\.060\.900\.90±0\.07\\,\\pm\\,0\.070\.040\.04±0\.02\\,\\pm\\,0\.020\.280\.28Energy0\.830\.83±0\.16\\,\\pm\\,0\.160\.910\.91±0\.10\\,\\pm\\,0\.100\.000\.00±0\.00\\,\\pm\\,0\.000\.830\.83±0\.04\\,\\pm\\,0\.040\.000\.00±0\.00\\,\\pm\\,0\.000\.570\.57±0\.37\\,\\pm\\,0\.370\.330\.33±0\.34\\,\\pm\\,0\.340\.010\.01±0\.00\\,\\pm\\,0\.000\.280\.28±0\.16\\,\\pm\\,0\.160\.050\.05±0\.02\\,\\pm\\,0\.020\.380\.38Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]Softmax0\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.001\.001\.00±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99Entropy0\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.001\.001\.00±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99Energy0\.960\.96±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.960\.96±0\.02\\,\\pm\\,0\.020\.970\.97±0\.01\\,\\pm\\,0\.010\.910\.91±0\.06\\,\\pm\\,0\.060\.940\.94±0\.01\\,\\pm\\,0\.010\.370\.37±0\.44\\,\\pm\\,0\.440\.990\.99±0\.00\\,\\pm\\,0\.000\.900\.90±0\.01\\,\\pm\\,0\.010\.970\.97±0\.01\\,\\pm\\,0\.010\.890\.89Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]Softmax0\.010\.01±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.630\.63±0\.54\\,\\pm\\,0\.540\.060\.06±0\.00\\,\\pm\\,0\.000\.020\.02±0\.01\\,\\pm\\,0\.010\.010\.01±0\.00\\,\\pm\\,0\.000\.030\.03±0\.02\\,\\pm\\,0\.020\.030\.03±0\.01\\,\\pm\\,0\.010\.970\.97±0\.02\\,\\pm\\,0\.020\.760\.76±0\.03\\,\\pm\\,0\.030\.350\.35Entropy0\.010\.01±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.640\.64±0\.55\\,\\pm\\,0\.550\.060\.06±0\.00\\,\\pm\\,0\.000\.070\.07±0\.03\\,\\pm\\,0\.030\.010\.01±0\.00\\,\\pm\\,0\.000\.020\.02±0\.00\\,\\pm\\,0\.000\.060\.06±0\.04\\,\\pm\\,0\.040\.990\.99±0\.01\\,\\pm\\,0\.010\.750\.75±0\.02\\,\\pm\\,0\.020\.360\.36Energy0\.000\.00±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.010\.01±0\.01\\,\\pm\\,0\.010\.010\.01±0\.00\\,\\pm\\,0\.000\.020\.02±0\.02\\,\\pm\\,0\.020\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.210\.21±0\.10\\,\\pm\\,0\.100\.410\.41±0\.39\\,\\pm\\,0\.390\.000\.00±0\.00\\,\\pm\\,0\.000\.160\.16SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Softmax0\.000\.00±0\.00\\,\\pm\\,0\.000\.200\.20±0\.02\\,\\pm\\,0\.020\.290\.29±0\.01\\,\\pm\\,0\.010\.000\.00±0\.00\\,\\pm\\,0\.000\.040\.04±0\.01\\,\\pm\\,0\.010\.050\.05±0\.01\\,\\pm\\,0\.010\.010\.01±0\.00\\,\\pm\\,0\.000\.650\.65±0\.04\\,\\pm\\,0\.040\.000\.00±0\.00\\,\\pm\\,0\.000\.100\.10±0\.04\\,\\pm\\,0\.040\.130\.13Entropy0\.000\.00±0\.00\\,\\pm\\,0\.000\.150\.15±0\.02\\,\\pm\\,0\.020\.310\.31±0\.07\\,\\pm\\,0\.070\.000\.00±0\.00\\,\\pm\\,0\.000\.050\.05±0\.00\\,\\pm\\,0\.000\.050\.05±0\.01\\,\\pm\\,0\.010\.010\.01±0\.00\\,\\pm\\,0\.000\.630\.63±0\.01\\,\\pm\\,0\.010\.000\.00±0\.00\\,\\pm\\,0\.000\.090\.09±0\.03\\,\\pm\\,0\.030\.130\.13Energy0\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.000\.00±0\.00\\,\\pm\\,0\.000\.010\.01±0\.01\\,\\pm\\,0\.010\.000\.00Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]Softmax0\.940\.94±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.920\.92±0\.00\\,\\pm\\,0\.000\.950\.95±0\.00\\,\\pm\\,0\.000\.880\.88±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.910\.91±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.950\.95Entropy0\.940\.94±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.920\.92±0\.00\\,\\pm\\,0\.000\.950\.95±0\.00\\,\\pm\\,0\.000\.890\.89±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.920\.92±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.950\.95Energy0\.410\.41±0\.08\\,\\pm\\,0\.080\.760\.76±0\.08\\,\\pm\\,0\.080\.790\.79±0\.01\\,\\pm\\,0\.010\.680\.68±0\.05\\,\\pm\\,0\.050\.460\.46±0\.10\\,\\pm\\,0\.100\.670\.67±0\.05\\,\\pm\\,0\.050\.900\.90±0\.02\\,\\pm\\,0\.020\.330\.33±0\.04\\,\\pm\\,0\.040\.740\.74±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.670\.67SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]Softmax0\.710\.71±0\.04\\,\\pm\\,0\.040\.990\.99±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.920\.92±0\.00\\,\\pm\\,0\.000\.920\.92±0\.00\\,\\pm\\,0\.000\.800\.80±0\.03\\,\\pm\\,0\.030\.920\.92±0\.00\\,\\pm\\,0\.000\.010\.01±0\.01\\,\\pm\\,0\.010\.980\.98±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.820\.82Entropy0\.740\.74±0\.06\\,\\pm\\,0\.060\.990\.99±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.920\.92±0\.00\\,\\pm\\,0\.000\.920\.92±0\.01\\,\\pm\\,0\.010\.790\.79±0\.02\\,\\pm\\,0\.020\.920\.92±0\.00\\,\\pm\\,0\.000\.020\.02±0\.01\\,\\pm\\,0\.010\.980\.98±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.820\.82Energy0\.000\.00±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.910\.91±0\.01\\,\\pm\\,0\.010\.790\.79±0\.10\\,\\pm\\,0\.100\.610\.61±0\.36\\,\\pm\\,0\.360\.380\.38±0\.20\\,\\pm\\,0\.200\.010\.01±0\.01\\,\\pm\\,0\.010\.000\.00±0\.00\\,\\pm\\,0\.000\.030\.03±0\.02\\,\\pm\\,0\.020\.960\.96±0\.00\\,\\pm\\,0\.000\.470\.47DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]Softmax0\.540\.54±0\.15\\,\\pm\\,0\.150\.990\.99±0\.00\\,\\pm\\,0\.000\.720\.72±0\.15\\,\\pm\\,0\.150\.980\.98±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.930\.93±0\.00\\,\\pm\\,0\.000\.980\.98±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.910\.91Entropy0\.010\.01±0\.01\\,\\pm\\,0\.010\.990\.99±0\.00\\,\\pm\\,0\.000\.160\.16±0\.23\\,\\pm\\,0\.230\.980\.98±0\.00\\,\\pm\\,0\.000\.970\.97±0\.00\\,\\pm\\,0\.000\.930\.93±0\.01\\,\\pm\\,0\.010\.980\.98±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.990\.99±0\.00\\,\\pm\\,0\.000\.800\.80Energy0\.990\.99±0\.01\\,\\pm\\,0\.010\.960\.96±0\.02\\,\\pm\\,0\.020\.280\.28±0\.39\\,\\pm\\,0\.390\.610\.61±0\.12\\,\\pm\\,0\.120\.400\.40±0\.21\\,\\pm\\,0\.210\.940\.94±0\.00\\,\\pm\\,0\.000\.160\.16±0\.01\\,\\pm\\,0\.010\.970\.97±0\.01\\,\\pm\\,0\.010\.250\.25±0\.14\\,\\pm\\,0\.140\.970\.97±0\.03\\,\\pm\\,0\.030\.650\.65 Table P\.3:Uncertainty\-score ablation on CIFAR\-10 using a Swin\-T backbone\. Each class column corresponds to a separate unlearned checkpoint with the indicated forget class and reportsRS\\mathrm\{RS\}as the mean±\\pmstandard deviation across three independent audit seeds, while Avg\. gives the meanRS\\mathrm\{RS\}across all forget classes and seeds\.Unlearning MethodUncertaintyForget ClassAvg\.0123456789RetrainedSoftmax0\.590\.59±0\.01\\,\\pm\\,0\.010\.380\.38±0\.03\\,\\pm\\,0\.030\.580\.58±0\.02\\,\\pm\\,0\.020\.620\.62±0\.02\\,\\pm\\,0\.020\.500\.50±0\.01\\,\\pm\\,0\.010\.350\.35±0\.01\\,\\pm\\,0\.010\.480\.48±0\.02\\,\\pm\\,0\.020\.630\.63±0\.02\\,\\pm\\,0\.020\.420\.42±0\.01\\,\\pm\\,0\.010\.430\.43±0\.01\\,\\pm\\,0\.010\.500\.50Entropy0\.520\.52±0\.00\\,\\pm\\,0\.000\.310\.31±0\.00\\,\\pm\\,0\.000\.450\.45±0\.01\\,\\pm\\,0\.010\.530\.53±0\.02\\,\\pm\\,0\.020\.370\.37±0\.02\\,\\pm\\,0\.020\.230\.23±0\.02\\,\\pm\\,0\.020\.390\.39±0\.03\\,\\pm\\,0\.030\.510\.51±0\.01\\,\\pm\\,0\.010\.340\.34±0\.01\\,\\pm\\,0\.010\.380\.38±0\.01\\,\\pm\\,0\.010\.400\.40Energy0\.510\.51±0\.01\\,\\pm\\,0\.010\.290\.29±0\.01\\,\\pm\\,0\.010\.390\.39±0\.02\\,\\pm\\,0\.020\.480\.48±0\.03\\,\\pm\\,0\.030\.280\.28±0\.03\\,\\pm\\,0\.030\.180\.18±0\.01\\,\\pm\\,0\.010\.330\.33±0\.02\\,\\pm\\,0\.020\.450\.45±0\.02\\,\\pm\\,0\.020\.300\.30±0\.01\\,\\pm\\,0\.010\.360\.36±0\.01\\,\\pm\\,0\.010\.360\.36Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Softmax0\.650\.65±0\.02\\,\\pm\\,0\.020\.410\.41±0\.01\\,\\pm\\,0\.010\.640\.64±0\.02\\,\\pm\\,0\.020\.620\.62±0\.01\\,\\pm\\,0\.010\.600\.60±0\.00\\,\\pm\\,0\.000\.420\.42±0\.00\\,\\pm\\,0\.000\.700\.70±0\.01\\,\\pm\\,0\.010\.590\.59±0\.02\\,\\pm\\,0\.020\.600\.60±0\.01\\,\\pm\\,0\.010\.450\.45±0\.01\\,\\pm\\,0\.010\.570\.57Entropy0\.650\.65±0\.00\\,\\pm\\,0\.000\.420\.42±0\.01\\,\\pm\\,0\.010\.590\.59±0\.02\\,\\pm\\,0\.020\.610\.61±0\.02\\,\\pm\\,0\.020\.560\.56±0\.00\\,\\pm\\,0\.000\.370\.37±0\.01\\,\\pm\\,0\.010\.660\.66±0\.02\\,\\pm\\,0\.020\.570\.57±0\.02\\,\\pm\\,0\.020\.670\.67±0\.01\\,\\pm\\,0\.010\.460\.46±0\.01\\,\\pm\\,0\.010\.560\.56Energy0\.640\.64±0\.01\\,\\pm\\,0\.010\.380\.38±0\.01\\,\\pm\\,0\.010\.550\.55±0\.01\\,\\pm\\,0\.010\.590\.59±0\.00\\,\\pm\\,0\.000\.490\.49±0\.02\\,\\pm\\,0\.020\.320\.32±0\.02\\,\\pm\\,0\.020\.650\.65±0\.02\\,\\pm\\,0\.020\.520\.52±0\.02\\,\\pm\\,0\.020\.680\.68±0\.02\\,\\pm\\,0\.020\.420\.42±0\.01\\,\\pm\\,0\.010\.520\.52Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]Softmax0\.680\.68±0\.01\\,\\pm\\,0\.010\.260\.26±0\.03\\,\\pm\\,0\.030\.470\.47±0\.03\\,\\pm\\,0\.030\.660\.66±0\.01\\,\\pm\\,0\.010\.780\.78±0\.00\\,\\pm\\,0\.000\.570\.57±0\.04\\,\\pm\\,0\.040\.410\.41±0\.03\\,\\pm\\,0\.030\.500\.50±0\.02\\,\\pm\\,0\.020\.410\.41±0\.01\\,\\pm\\,0\.010\.360\.36±0\.02\\,\\pm\\,0\.020\.510\.51Entropy0\.640\.64±0\.02\\,\\pm\\,0\.020\.290\.29±0\.02\\,\\pm\\,0\.020\.420\.42±0\.01\\,\\pm\\,0\.010\.610\.61±0\.03\\,\\pm\\,0\.030\.740\.74±0\.01\\,\\pm\\,0\.010\.510\.51±0\.02\\,\\pm\\,0\.020\.330\.33±0\.01\\,\\pm\\,0\.010\.450\.45±0\.02\\,\\pm\\,0\.020\.370\.37±0\.02\\,\\pm\\,0\.020\.350\.35±0\.01\\,\\pm\\,0\.010\.470\.47Energy0\.660\.66±0\.01\\,\\pm\\,0\.010\.260\.26±0\.01\\,\\pm\\,0\.010\.380\.38±0\.01\\,\\pm\\,0\.010\.590\.59±0\.01\\,\\pm\\,0\.010\.720\.72±0\.01\\,\\pm\\,0\.010\.530\.53±0\.02\\,\\pm\\,0\.020\.310\.31±0\.01\\,\\pm\\,0\.010\.440\.44±0\.02\\,\\pm\\,0\.020\.410\.41±0\.03\\,\\pm\\,0\.030\.360\.36±0\.01\\,\\pm\\,0\.010\.470\.47Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Softmax0\.650\.65±0\.01\\,\\pm\\,0\.010\.240\.24±0\.00\\,\\pm\\,0\.000\.500\.50±0\.00\\,\\pm\\,0\.000\.590\.59±0\.01\\,\\pm\\,0\.010\.720\.72±0\.01\\,\\pm\\,0\.010\.450\.45±0\.03\\,\\pm\\,0\.030\.390\.39±0\.02\\,\\pm\\,0\.020\.480\.48±0\.01\\,\\pm\\,0\.010\.380\.38±0\.02\\,\\pm\\,0\.020\.320\.32±0\.01\\,\\pm\\,0\.010\.470\.47Entropy0\.610\.61±0\.02\\,\\pm\\,0\.020\.230\.23±0\.01\\,\\pm\\,0\.010\.430\.43±0\.02\\,\\pm\\,0\.020\.560\.56±0\.01\\,\\pm\\,0\.010\.670\.67±0\.02\\,\\pm\\,0\.020\.360\.36±0\.03\\,\\pm\\,0\.030\.270\.27±0\.02\\,\\pm\\,0\.020\.420\.42±0\.02\\,\\pm\\,0\.020\.360\.36±0\.03\\,\\pm\\,0\.030\.270\.27±0\.01\\,\\pm\\,0\.010\.420\.42Energy0\.640\.64±0\.02\\,\\pm\\,0\.020\.290\.29±0\.02\\,\\pm\\,0\.020\.450\.45±0\.02\\,\\pm\\,0\.020\.600\.60±0\.01\\,\\pm\\,0\.010\.650\.65±0\.02\\,\\pm\\,0\.020\.410\.41±0\.02\\,\\pm\\,0\.020\.310\.31±0\.01\\,\\pm\\,0\.010\.470\.47±0\.01\\,\\pm\\,0\.010\.380\.38±0\.03\\,\\pm\\,0\.030\.380\.38±0\.01\\,\\pm\\,0\.010\.460\.46Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]Softmax0\.810\.81±0\.10\\,\\pm\\,0\.100\.880\.88±0\.00\\,\\pm\\,0\.000\.660\.66±0\.05\\,\\pm\\,0\.050\.760\.76±0\.00\\,\\pm\\,0\.000\.700\.70±0\.05\\,\\pm\\,0\.050\.830\.83±0\.01\\,\\pm\\,0\.010\.850\.85±0\.00\\,\\pm\\,0\.000\.840\.84±0\.00\\,\\pm\\,0\.000\.780\.78±0\.04\\,\\pm\\,0\.040\.830\.83±0\.02\\,\\pm\\,0\.020\.790\.79Entropy0\.900\.90±0\.01\\,\\pm\\,0\.010\.890\.89±0\.00\\,\\pm\\,0\.000\.750\.75±0\.10\\,\\pm\\,0\.100\.650\.65±0\.01\\,\\pm\\,0\.010\.740\.74±0\.09\\,\\pm\\,0\.090\.830\.83±0\.00\\,\\pm\\,0\.000\.890\.89±0\.00\\,\\pm\\,0\.000\.870\.87±0\.01\\,\\pm\\,0\.010\.860\.86±0\.00\\,\\pm\\,0\.000\.850\.85±0\.00\\,\\pm\\,0\.000\.820\.82Energy0\.840\.84±0\.01\\,\\pm\\,0\.010\.880\.88±0\.00\\,\\pm\\,0\.000\.780\.78±0\.01\\,\\pm\\,0\.010\.650\.65±0\.05\\,\\pm\\,0\.050\.700\.70±0\.09\\,\\pm\\,0\.090\.820\.82±0\.01\\,\\pm\\,0\.010\.880\.88±0\.00\\,\\pm\\,0\.000\.840\.84±0\.00\\,\\pm\\,0\.000\.850\.85±0\.01\\,\\pm\\,0\.010\.840\.84±0\.00\\,\\pm\\,0\.000\.810\.81Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]Softmax0\.730\.73±0\.01\\,\\pm\\,0\.010\.480\.48±0\.01\\,\\pm\\,0\.010\.530\.53±0\.01\\,\\pm\\,0\.010\.710\.71±0\.00\\,\\pm\\,0\.000\.790\.79±0\.00\\,\\pm\\,0\.000\.680\.68±0\.01\\,\\pm\\,0\.010\.550\.55±0\.04\\,\\pm\\,0\.040\.580\.58±0\.02\\,\\pm\\,0\.020\.580\.58±0\.02\\,\\pm\\,0\.020\.550\.55±0\.00\\,\\pm\\,0\.000\.620\.62Entropy0\.700\.70±0\.03\\,\\pm\\,0\.030\.520\.52±0\.01\\,\\pm\\,0\.010\.450\.45±0\.03\\,\\pm\\,0\.030\.680\.68±0\.01\\,\\pm\\,0\.010\.770\.77±0\.01\\,\\pm\\,0\.010\.650\.65±0\.02\\,\\pm\\,0\.020\.440\.44±0\.01\\,\\pm\\,0\.010\.560\.56±0\.03\\,\\pm\\,0\.030\.480\.48±0\.01\\,\\pm\\,0\.010\.530\.53±0\.01\\,\\pm\\,0\.010\.580\.58Energy0\.690\.69±0\.01\\,\\pm\\,0\.010\.460\.46±0\.02\\,\\pm\\,0\.020\.440\.44±0\.02\\,\\pm\\,0\.020\.700\.70±0\.01\\,\\pm\\,0\.010\.760\.76±0\.01\\,\\pm\\,0\.010\.660\.66±0\.00\\,\\pm\\,0\.000\.460\.46±0\.02\\,\\pm\\,0\.020\.550\.55±0\.00\\,\\pm\\,0\.000\.550\.55±0\.01\\,\\pm\\,0\.010\.570\.57±0\.02\\,\\pm\\,0\.020\.590\.59SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]Softmax0\.700\.70±0\.01\\,\\pm\\,0\.010\.230\.23±0\.01\\,\\pm\\,0\.010\.530\.53±0\.02\\,\\pm\\,0\.020\.670\.67±0\.01\\,\\pm\\,0\.010\.480\.48±0\.03\\,\\pm\\,0\.030\.350\.35±0\.03\\,\\pm\\,0\.030\.410\.41±0\.03\\,\\pm\\,0\.030\.490\.49±0\.06\\,\\pm\\,0\.060\.480\.48±0\.02\\,\\pm\\,0\.020\.380\.38±0\.02\\,\\pm\\,0\.020\.470\.47Entropy0\.670\.67±0\.03\\,\\pm\\,0\.030\.160\.16±0\.02\\,\\pm\\,0\.020\.460\.46±0\.04\\,\\pm\\,0\.040\.640\.64±0\.02\\,\\pm\\,0\.020\.290\.29±0\.02\\,\\pm\\,0\.020\.290\.29±0\.03\\,\\pm\\,0\.030\.290\.29±0\.03\\,\\pm\\,0\.030\.370\.37±0\.10\\,\\pm\\,0\.100\.460\.46±0\.02\\,\\pm\\,0\.020\.380\.38±0\.03\\,\\pm\\,0\.030\.400\.40Energy0\.700\.70±0\.01\\,\\pm\\,0\.010\.280\.28±0\.03\\,\\pm\\,0\.030\.520\.52±0\.01\\,\\pm\\,0\.010\.650\.65±0\.01\\,\\pm\\,0\.010\.420\.42±0\.03\\,\\pm\\,0\.030\.440\.44±0\.03\\,\\pm\\,0\.030\.350\.35±0\.01\\,\\pm\\,0\.010\.530\.53±0\.05\\,\\pm\\,0\.050\.470\.47±0\.01\\,\\pm\\,0\.010\.430\.43±0\.01\\,\\pm\\,0\.010\.480\.48Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]Softmax0\.940\.94±0\.00\\,\\pm\\,0\.000\.900\.90±0\.01\\,\\pm\\,0\.010\.830\.83±0\.04\\,\\pm\\,0\.040\.830\.83±0\.04\\,\\pm\\,0\.040\.900\.90±0\.02\\,\\pm\\,0\.020\.890\.89±0\.00\\,\\pm\\,0\.000\.880\.88±0\.00\\,\\pm\\,0\.000\.840\.84±0\.00\\,\\pm\\,0\.000\.940\.94±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.890\.89Entropy0\.950\.95±0\.00\\,\\pm\\,0\.000\.900\.90±0\.00\\,\\pm\\,0\.000\.830\.83±0\.01\\,\\pm\\,0\.010\.530\.53±0\.46\\,\\pm\\,0\.460\.920\.92±0\.00\\,\\pm\\,0\.000\.580\.58±0\.51\\,\\pm\\,0\.510\.880\.88±0\.00\\,\\pm\\,0\.000\.840\.84±0\.00\\,\\pm\\,0\.000\.940\.94±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.830\.83Energy0\.940\.94±0\.00\\,\\pm\\,0\.000\.900\.90±0\.00\\,\\pm\\,0\.000\.820\.82±0\.01\\,\\pm\\,0\.010\.780\.78±0\.02\\,\\pm\\,0\.020\.910\.91±0\.00\\,\\pm\\,0\.000\.870\.87±0\.01\\,\\pm\\,0\.010\.890\.89±0\.00\\,\\pm\\,0\.000\.830\.83±0\.01\\,\\pm\\,0\.010\.940\.94±0\.00\\,\\pm\\,0\.000\.960\.96±0\.00\\,\\pm\\,0\.000\.880\.88SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]Softmax0\.850\.85±0\.01\\,\\pm\\,0\.010\.760\.76±0\.01\\,\\pm\\,0\.010\.820\.82±0\.00\\,\\pm\\,0\.000\.860\.86±0\.00\\,\\pm\\,0\.000\.780\.78±0\.00\\,\\pm\\,0\.000\.690\.69±0\.01\\,\\pm\\,0\.010\.820\.82±0\.00\\,\\pm\\,0\.000\.820\.82±0\.01\\,\\pm\\,0\.010\.810\.81±0\.01\\,\\pm\\,0\.010\.810\.81±0\.01\\,\\pm\\,0\.010\.800\.80Entropy0\.860\.86±0\.01\\,\\pm\\,0\.010\.770\.77±0\.02\\,\\pm\\,0\.020\.840\.84±0\.00\\,\\pm\\,0\.000\.850\.85±0\.00\\,\\pm\\,0\.000\.820\.82±0\.01\\,\\pm\\,0\.010\.720\.72±0\.01\\,\\pm\\,0\.010\.810\.81±0\.01\\,\\pm\\,0\.010\.810\.81±0\.01\\,\\pm\\,0\.010\.810\.81±0\.01\\,\\pm\\,0\.010\.830\.83±0\.00\\,\\pm\\,0\.000\.810\.81Energy0\.850\.85±0\.01\\,\\pm\\,0\.010\.780\.78±0\.01\\,\\pm\\,0\.010\.850\.85±0\.01\\,\\pm\\,0\.010\.830\.83±0\.01\\,\\pm\\,0\.010\.780\.78±0\.00\\,\\pm\\,0\.000\.650\.65±0\.00\\,\\pm\\,0\.000\.810\.81±0\.01\\,\\pm\\,0\.010\.810\.81±0\.01\\,\\pm\\,0\.010\.810\.81±0\.01\\,\\pm\\,0\.010\.800\.80±0\.01\\,\\pm\\,0\.010\.800\.80DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]Softmax0\.690\.69±0\.02\\,\\pm\\,0\.020\.320\.32±0\.02\\,\\pm\\,0\.020\.660\.66±0\.02\\,\\pm\\,0\.020\.570\.57±0\.02\\,\\pm\\,0\.020\.510\.51±0\.02\\,\\pm\\,0\.020\.200\.20±0\.01\\,\\pm\\,0\.010\.520\.52±0\.03\\,\\pm\\,0\.030\.470\.47±0\.03\\,\\pm\\,0\.030\.520\.52±0\.02\\,\\pm\\,0\.020\.420\.42±0\.01\\,\\pm\\,0\.010\.490\.49Entropy0\.670\.67±0\.03\\,\\pm\\,0\.030\.300\.30±0\.02\\,\\pm\\,0\.020\.610\.61±0\.01\\,\\pm\\,0\.010\.590\.59±0\.02\\,\\pm\\,0\.020\.420\.42±0\.03\\,\\pm\\,0\.030\.190\.19±0\.03\\,\\pm\\,0\.030\.360\.36±0\.05\\,\\pm\\,0\.050\.380\.38±0\.03\\,\\pm\\,0\.030\.370\.37±0\.04\\,\\pm\\,0\.040\.360\.36±0\.01\\,\\pm\\,0\.010\.420\.42Energy0\.740\.74±0\.00\\,\\pm\\,0\.000\.400\.40±0\.03\\,\\pm\\,0\.030\.640\.64±0\.01\\,\\pm\\,0\.010\.630\.63±0\.02\\,\\pm\\,0\.020\.420\.42±0\.04\\,\\pm\\,0\.040\.300\.30±0\.02\\,\\pm\\,0\.020\.440\.44±0\.01\\,\\pm\\,0\.010\.500\.50±0\.02\\,\\pm\\,0\.020\.510\.51±0\.02\\,\\pm\\,0\.020\.490\.49±0\.03\\,\\pm\\,0\.030\.510\.51 ## Appendix QEffect of Gaussian Support on SFRA SFRA uses Gaussian embeddings as queries to the released classifier head, not as an estimate of the empirical feature distribution\. Nevertheless, when the encoder representation is produced after a ReLU activation, its natural support is non\-negative, whereas the standard Gaussian proposal contains both positive and negative coordinates\. We therefore examine whether signed coordinates are necessary for successful relearning\. We compare three proposals: ssigned=z,sReLU=max\(0,z\),sabs=\|z\|,z∼𝒩\(0,I\)\.s\_\{\\mathrm\{signed\}\}=z,\\\\ s\_\{\\mathrm\{ReLU\}\}=\\max\(0,z\),\\\\ s\_\{\\mathrm\{abs\}\}=\|z\|,~z\\sim\\mathcal\{N\}\(0,I\)\.\(Q\.1\)The ReLU\-Gaussian proposal constrains embeddings to the non\-negative orthant but introduces zeros and reduces their expected squared norm\. The absolute Gaussian proposal is also non\-negative but preserves the norm of every corresponding signed sample, since∥\|z\|∥2=∥z∥2\\lVert\|z\|\\rVert\_\{2\}=\\lVert z\\rVert\_\{2\}\. It therefore provides a control for separating coordinate support from probe norm\. We use the CIFAR\-10 ResNet\-18 checkpoint produced by Bad Teacher with forget class 7\. For every proposal, the checkpoint, underlying Gaussian random streams, candidate and probe counts, low\-confidence forget selection, high\-confidence retain selection, classifier\-head optimization, and evaluation protocol are fixed\. Specifically, for each of the nine retain classes, we collectN=500,000N=500\{,\}000accepted candidate embeddings predicted as that class by the unlearned classifier\. From each class\-specific candidate pool, we select theM=500M=500highest\-confidence embeddings as retain probes and theM=500M=500lowest\-confidence embeddings as forget probes\. The latter are relabeled as forget class 7\. Consequently, each run uses9M=4,5009M=4\{,\}500synthetic retain probes and9M=4,5009M=4\{,\}500synthetic forget probes\. Here,NNdenotes the number of accepted candidates rather than the number of raw proposal draws\. Because the classifier acceptance rate depends on the proposal distribution, the number of raw draws required to obtain the same fixedNNvaries across the three conditions and is reported separately in Table[Q\.1](https://arxiv.org/html/2609.02018#A17.T1)\. Table Q\.1:Effect of Gaussian support on SFRA for Bad Teacher on CIFAR\-10 using ResNet\-18 and forget class 7\. Draws denote the total number of proposals required to construct the accepted class\-specific pools, and time denotes their total generation time\.Proposal𝒜rt\\mathcal\{A\}\_\{r\}^\{t\}\(%\)𝒜ft\\mathcal\{A\}\_\{f\}^\{t\}\(%\)RS\\mathrm\{RS\}Draws \(M\)Time \(s\)Signed Gaussian93\.0293\.0298\.6098\.600\.990\.9944\.9544\.957\.547\.54ReLU\-Gaussian94\.3894\.3888\.2088\.200\.940\.9454\.6754\.677\.877\.87Absolute Gaussian94\.5694\.560\.100\.100\.000\.00138\.15138\.1512\.5312\.53Table[Q\.1](https://arxiv.org/html/2609.02018#A17.T1)shows that signed Gaussian probes provide the strongest and most efficient recovery\. Constraining the probes to the non\-negative orthant with ReLU still yields substantial recovery, withRS=0\.94\\mathrm\{RS\}=0\.94, showing that negative coordinates are not required for SFRA to succeed\. The absolute Gaussian condition, however, produces almost no recovery despite preserving the signed Gaussian norms\. The difference between the signed and ReLU conditions therefore cannot be explained by norm alone\. Table Q\.2:Coordinate\-support diagnostics for the same Gaussian\-support ablation, computed over the selected synthetic forget set\. The accepted\-pool measurements exhibit the same sign pattern\.ProposalNeg\.ZeroNon\-neg\.Meancoord\. \(%\)coord\. \(%\)vectors \(%\)ℓ2\\ell\_\{2\}normSigned Gaussian49\.9849\.980\.000\.000\.000\.0022\.4922\.49ReLU\-Gaussian0\.000\.0050\.3350\.33100\.00100\.0015\.7415\.74Absolute Gaussian0\.000\.000\.000\.00100\.00100\.0022\.5022\.50The sign diagnostics in Table[Q\.2](https://arxiv.org/html/2609.02018#A17.T2)also show that classifier\-based rejection sampling does not implicitly remove negative coordinates\. The raw signed proposals contain49\.99%49\.99\\%negative coordinates, the accepted candidate pools contain49\.96%49\.96\\%, and the selected retain and forget sets contain49\.93%49\.93\\%and49\.98%49\.98\\%, respectively\. Thus, the original SFRA procedure genuinely uses signed, potentially off\-manifold queries\. The comparison further distinguishes non\-negativity from the structure induced by ReLU\. ReLU\-Gaussian probes contain approximately50%50\\%exact zeros and remain effective, whereas absolute\-Gaussian probes are dense, strictly non\-negative almost surely, and fail despite matching the signed\-probe norms\. This result suggests that restricting the proposal to non\-negative support is compatible with SFRA, but that the particular geometry of the proposal, including its sparsity pattern, materially affects recovery\. Overall, the audit does not depend on negative coordinates, although signed Gaussian probes provide substantially stronger and faster recovery in this setting\. ## Appendix RDetailed Per\-Class Results and Linear Separability This section provides detailed per\-class results for the single\-class unlearning experiments, complementing the aggregate and worst\-case results in the main paper\. For each forget class, we report the unlearned performance, source\-dependent PRA and our proposed SFRA results, and frozen\-encoder linear\-probe accuracy\. We further examine whether forget class information remains linearly accessible in the unlearned representation independently of the released classifier head\. For each unlearned checkpoint, we freeze the encoder and train a linear classifier on its representations using real labeled training samples, reporting the forget class test accuracy as𝒜fLP\\mathcal\{A\}\_\{f\}^\{\\mathrm\{LP\}\}\. A high𝒜fLP\\mathcal\{A\}\_\{f\}^\{\\mathrm\{LP\}\}indicates that the forget class remains linearly separable in the post\-unlearning representation\. This is a post\-hoc, source\-dependent diagnostic: the real samples used for linear probing are never used for synthetic\-probe construction or our proposed SFRA\. Thus,𝒜fLP\\mathcal\{A\}\_\{f\}^\{\\mathrm\{LP\}\}measures supervised representation\-level accessibility, whereasRS\\mathrm\{RS\}measures source\-free recoverability using only the released model and synthetic probes\. For ResNet\-18, the per\-class results on CIFAR\-10, CIFAR\-100, and TinyImageNet are reported in Tables[R\.1](https://arxiv.org/html/2609.02018#A18.T1),[R\.2](https://arxiv.org/html/2609.02018#A18.T2), and[R\.3](https://arxiv.org/html/2609.02018#A18.T3), respectively\. The corresponding ViT\-B/16 results are reported in Tables[R\.4](https://arxiv.org/html/2609.02018#A18.T4),[R\.5](https://arxiv.org/html/2609.02018#A18.T5), and[R\.6](https://arxiv.org/html/2609.02018#A18.T6)\. For Swin\-T, the results are reported in Tables[R\.7](https://arxiv.org/html/2609.02018#A18.T7),[R\.8](https://arxiv.org/html/2609.02018#A18.T8), and[R\.9](https://arxiv.org/html/2609.02018#A18.T9)\. These results reveal class\-specific differences in recoverability and representation\-level linear separability\. Table R\.1:Per\-forget\-class single\-class unlearning and relearning results on CIFAR\-10 using ResNet\-18\. We report the unlearned checkpoint, the source\-dependent PRA baseline, our proposed SFRA, and frozen\-encoder linear probing\. Each forget class column corresponds to a separate unlearned checkpoint in which that class is designated for forgetting\.Unlearning MethodMetricVariantForget Class0123456789Original𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Original94\.6094\.6094\.2994\.2994\.8994\.8995\.2895\.2894\.5494\.5495\.0195\.0194\.4794\.4794\.5494\.5494\.3694\.3694\.5294\.52𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Original95\.1095\.1097\.9097\.9092\.5092\.5089\.0089\.0095\.6095\.6091\.4091\.4096\.3096\.3095\.6095\.6097\.3097\.3095\.8095\.80Retrained𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned95\.1995\.1994\.8194\.8195\.2195\.2196\.4496\.4494\.8394\.8395\.9495\.9494\.6494\.6494\.7294\.7294\.8794\.8795\.2195\.21PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]94\.9994\.9994\.8894\.8895\.0495\.0496\.3796\.3794\.5294\.5295\.7095\.7094\.4094\.4094\.5294\.5294\.8894\.8895\.1795\.17SFRA \(ours\)92\.6792\.6791\.4891\.4892\.7992\.7994\.1194\.1191\.6091\.6093\.4393\.4392\.0692\.0692\.5992\.5991\.4491\.4492\.0792\.07𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]14\.4014\.402\.902\.9017\.8017\.809\.009\.0014\.7014\.706\.006\.0014\.3014\.3014\.5014\.503\.703\.707\.807\.80SFRA \(ours\)37\.9037\.9012\.2012\.2046\.1046\.1040\.9040\.9054\.1054\.1018\.6018\.6035\.1035\.1032\.4032\.4028\.0028\.0021\.9021\.90𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe80\.1080\.1076\.6076\.6079\.1079\.1077\.4077\.4086\.4086\.4069\.4069\.4083\.6083\.6083\.4083\.4078\.2078\.2084\.4084\.40RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.250\.250\.060\.060\.300\.300\.170\.170\.260\.260\.110\.110\.250\.250\.250\.250\.070\.070\.140\.14SFRA \(ours\)0\.550\.550\.220\.220\.630\.630\.580\.580\.690\.690\.310\.310\.520\.520\.490\.490\.430\.430\.360\.36Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned94\.7194\.7194\.0394\.0394\.9794\.9796\.0196\.0194\.6294\.6295\.3095\.3094\.2794\.2794\.2694\.2694\.2694\.2694\.8994\.89PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]94\.6394\.6394\.0294\.0294\.8794\.8796\.0096\.0094\.5494\.5495\.1895\.1894\.2494\.2494\.2294\.2294\.2194\.2194\.8894\.88SFRA \(ours\)93\.2793\.2791\.9891\.9893\.6693\.6694\.5494\.5493\.5893\.5894\.2694\.2692\.2292\.2292\.7392\.7392\.8792\.8793\.4693\.46𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]8\.108\.100\.700\.706\.906\.905\.305\.304\.604\.602\.802\.807\.207\.206\.306\.303\.203\.202\.502\.50SFRA \(ours\)41\.3041\.3012\.9012\.9044\.5044\.5030\.0030\.0040\.0040\.0015\.5015\.5054\.2054\.2039\.1039\.1026\.4026\.4015\.9015\.90𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe93\.7093\.7095\.1095\.1091\.3091\.3089\.6089\.6093\.7093\.7087\.3087\.3093\.3093\.3094\.3094\.3092\.4092\.4095\.3095\.30RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.150\.150\.010\.010\.130\.130\.100\.100\.090\.090\.050\.050\.130\.130\.120\.120\.060\.060\.050\.05SFRA \(ours\)0\.580\.580\.230\.230\.610\.610\.460\.460\.570\.570\.270\.270\.700\.700\.560\.560\.420\.420\.270\.27ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.10\-0\.10−0\.04\-0\.04−0\.17\-0\.17−0\.06\-0\.06−0\.17\-0\.17−0\.06\-0\.06−0\.12\-0\.12−0\.13\-0\.13−0\.01\-0\.01−0\.10\-0\.10SFRA \(ours\)\+0\.04\+0\.04\+0\.01\+0\.01−0\.01\-0\.01−0\.12\-0\.12−0\.12\-0\.12−0\.04\-0\.04\+0\.18\+0\.18\+0\.07\+0\.07−0\.02\-0\.02−0\.08\-0\.08Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned90\.2490\.2490\.6690\.6689\.9889\.9893\.4693\.4688\.9788\.9788\.5888\.5889\.2889\.2891\.6191\.6188\.7188\.7189\.6989\.69PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]89\.6489\.6489\.8889\.8889\.7889\.7893\.0493\.0487\.8287\.8287\.6087\.6088\.7888\.7891\.1691\.1688\.1788\.1789\.6789\.67SFRA \(ours\)89\.6389\.6390\.6290\.6288\.6888\.6892\.8892\.8887\.3287\.3286\.8886\.8887\.4787\.4790\.6190\.6188\.5988\.5989\.3289\.32𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned8\.908\.906\.706\.7011\.4011\.405\.505\.505\.305\.307\.307\.307\.107\.107\.707\.708\.008\.007\.307\.30PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]20\.4020\.4035\.5035\.5022\.3022\.3024\.2024\.2022\.6022\.6024\.1024\.1028\.2028\.2030\.5030\.5025\.3025\.3016\.4016\.40SFRA \(ours\)52\.5052\.5068\.4068\.4050\.5050\.5047\.1047\.1057\.8057\.8055\.6055\.6059\.8059\.8063\.5063\.5057\.4057\.4055\.0055\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe86\.5086\.5092\.0092\.0082\.4082\.4078\.4078\.4086\.2086\.2081\.5081\.5085\.9085\.9090\.2090\.2090\.1090\.1087\.0087\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.210\.210\.450\.450\.200\.200\.310\.310\.290\.290\.290\.290\.350\.350\.370\.370\.290\.290\.170\.17SFRA \(ours\)0\.610\.610\.760\.760\.560\.560\.590\.590\.680\.680\.650\.650\.690\.690\.710\.710\.660\.660\.650\.65ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.05\-0\.05\+0\.39\+0\.39−0\.11\-0\.11\+0\.15\+0\.15\+0\.04\+0\.04\+0\.17\+0\.17\+0\.10\+0\.10\+0\.12\+0\.12\+0\.22\+0\.22\+0\.02\+0\.02SFRA \(ours\)\+0\.06\+0\.06\+0\.55\+0\.55−0\.07\-0\.07\+0\.01\+0\.01−0\.01\-0\.01\+0\.34\+0\.34\+0\.17\+0\.17\+0\.23\+0\.23\+0\.23\+0\.23\+0\.29\+0\.29Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned86\.0386\.0389\.2889\.2889\.6789\.6791\.4891\.4888\.1488\.1486\.7686\.7687\.7187\.7187\.9187\.9188\.6088\.6090\.0490\.04PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]86\.0086\.0089\.2489\.2489\.6789\.6791\.4991\.4988\.0888\.0886\.7486\.7487\.6687\.6687\.9087\.9088\.5688\.5690\.0490\.04SFRA \(ours\)84\.1384\.1387\.9087\.9087\.7787\.7789\.8689\.8686\.0386\.0381\.9981\.9985\.3885\.3884\.4484\.4486\.6986\.6988\.9788\.97𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.100\.100\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]1\.501\.501\.101\.100\.500\.502\.102\.102\.802\.800\.200\.205\.005\.000\.200\.202\.102\.102\.502\.50SFRA \(ours\)18\.4018\.4019\.3019\.3011\.8011\.8030\.2030\.2032\.6032\.6020\.1020\.1031\.7031\.7011\.0011\.0025\.8025\.8029\.8029\.80𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe83\.3083\.3087\.7087\.7072\.4072\.4071\.2071\.2085\.8085\.8076\.5076\.5086\.5086\.5077\.7077\.7088\.9088\.9088\.4088\.40RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.030\.030\.020\.020\.010\.010\.040\.040\.050\.050\.000\.000\.100\.100\.000\.000\.040\.040\.050\.05SFRA \(ours\)0\.310\.310\.320\.320\.210\.210\.460\.460\.490\.490\.330\.330\.480\.480\.200\.200\.410\.410\.460\.46ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.22\-0\.22−0\.03\-0\.03−0\.29\-0\.29−0\.12\-0\.12−0\.20\-0\.20−0\.11\-0\.11−0\.15\-0\.15−0\.25\-0\.25−0\.03\-0\.03−0\.10\-0\.10SFRA \(ours\)−0\.24\-0\.24\+0\.11\+0\.11−0\.42\-0\.42−0\.11\-0\.11−0\.20\-0\.20\+0\.02\+0\.02−0\.04\-0\.04−0\.29\-0\.29−0\.03\-0\.03\+0\.10\+0\.10Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned92\.3192\.3191\.5191\.5192\.2492\.2494\.4694\.4691\.4191\.4191\.3891\.3890\.5990\.5992\.8892\.8891\.1091\.1092\.2992\.29PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]91\.7791\.7790\.5990\.5992\.0792\.0794\.1894\.1890\.3990\.3990\.3490\.3489\.8489\.8492\.2892\.2890\.5690\.5692\.2992\.29SFRA \(ours\)91\.1091\.1091\.0891\.0891\.0891\.0893\.4693\.4690\.4090\.4090\.1690\.1688\.8988\.8992\.1192\.1190\.7090\.7091\.8691\.86𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned12\.7012\.7014\.0014\.0016\.7016\.708\.708\.709\.009\.0012\.8012\.8011\.1011\.1012\.5012\.5015\.2015\.2015\.7015\.70PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]39\.8039\.8054\.7054\.7036\.9036\.9033\.8033\.8040\.0040\.0039\.2039\.2041\.3041\.3046\.3046\.3041\.8041\.8041\.6041\.60SFRA \(ours\)70\.6070\.6080\.4080\.4066\.6066\.6063\.6063\.6070\.7070\.7069\.2069\.2070\.1070\.1073\.6073\.6071\.8071\.8079\.1079\.10𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe89\.7089\.7094\.0094\.0086\.8086\.8083\.4083\.4090\.2090\.2085\.0085\.0090\.1090\.1092\.6092\.6093\.2093\.2091\.7091\.70RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.430\.430\.580\.580\.340\.340\.400\.400\.470\.470\.420\.420\.460\.460\.500\.500\.420\.420\.410\.41SFRA \(ours\)0\.730\.730\.800\.800\.660\.660\.710\.710\.760\.760\.720\.720\.740\.740\.760\.760\.720\.720\.770\.77ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.17\+0\.17\+0\.52\+0\.52\+0\.03\+0\.03\+0\.24\+0\.24\+0\.22\+0\.22\+0\.30\+0\.30\+0\.21\+0\.21\+0\.25\+0\.25\+0\.35\+0\.35\+0\.27\+0\.27SFRA \(ours\)\+0\.18\+0\.18\+0\.58\+0\.58\+0\.04\+0\.04\+0\.13\+0\.13\+0\.07\+0\.07\+0\.41\+0\.41\+0\.22\+0\.22\+0\.27\+0\.27\+0\.29\+0\.29\+0\.42\+0\.42 Unlearning MethodMetricVariantForget Class0123456789Boundary Shrink\[[8](https://arxiv.org/html/2609.02018#bib.bib9)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned92\.3392\.3391\.8091\.8092\.4392\.4394\.6894\.6891\.0091\.0091\.1791\.1790\.6990\.6992\.8392\.8391\.1291\.1292\.2392\.23PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]91\.7791\.7790\.9790\.9792\.2992\.2994\.4194\.4189\.9089\.9090\.2190\.2189\.9689\.9692\.2692\.2690\.5690\.5692\.2092\.20SFRA \(ours\)91\.4391\.4391\.0691\.0691\.9791\.9793\.8793\.8789\.6189\.6189\.6889\.6888\.5788\.5792\.4892\.4890\.4290\.4291\.9491\.94𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned13\.0013\.0014\.4014\.4016\.9016\.909\.309\.308\.508\.5012\.7012\.7011\.7011\.7012\.6012\.6015\.2015\.2015\.5015\.50PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]38\.4038\.4055\.1055\.1036\.6036\.6033\.1033\.1038\.6038\.6039\.3039\.3041\.1041\.1044\.9044\.9041\.0041\.0040\.4040\.40SFRA \(ours\)67\.9067\.9080\.9080\.9063\.5063\.5060\.3060\.3071\.9071\.9067\.1067\.1070\.6070\.6072\.8072\.8071\.2071\.2078\.6078\.60𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe89\.1089\.1094\.4094\.4086\.9086\.9082\.3082\.3089\.6089\.6085\.0085\.0089\.3089\.3092\.5092\.5092\.9092\.9092\.2092\.20RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.400\.400\.580\.580\.330\.330\.380\.380\.460\.460\.420\.420\.450\.450\.490\.490\.410\.410\.400\.40SFRA \(ours\)0\.710\.710\.800\.800\.630\.630\.670\.670\.770\.770\.700\.700\.740\.740\.750\.750\.720\.720\.770\.77ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.15\+0\.15\+0\.52\+0\.52\+0\.03\+0\.03\+0\.22\+0\.22\+0\.21\+0\.21\+0\.31\+0\.31\+0\.20\+0\.20\+0\.23\+0\.23\+0\.34\+0\.34\+0\.25\+0\.25SFRA \(ours\)\+0\.16\+0\.16\+0\.58\+0\.58\+0\.01\+0\.01\+0\.10\+0\.10\+0\.08\+0\.08\+0\.39\+0\.39\+0\.22\+0\.22\+0\.26\+0\.26\+0\.28\+0\.28\+0\.42\+0\.42Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned91\.6491\.6489\.4089\.4091\.0291\.0293\.2193\.2189\.7189\.7189\.6889\.6888\.8988\.8991\.6191\.6189\.1789\.1789\.1189\.11PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]91\.0291\.0288\.8888\.8890\.9190\.9193\.0293\.0288\.8888\.8888\.7788\.7788\.5088\.5091\.2891\.2888\.6688\.6689\.1089\.10SFRA \(ours\)90\.7490\.7489\.0089\.0089\.8189\.8192\.3692\.3688\.2688\.2687\.9287\.9287\.2887\.2890\.8890\.8889\.1689\.1688\.4688\.46𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned10\.7010\.707\.207\.2013\.6013\.605\.705\.706\.706\.709\.009\.007\.907\.908\.408\.4011\.3011\.306\.506\.50PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]31\.6031\.6022\.9022\.9025\.0025\.0016\.1016\.1025\.8025\.8029\.6029\.6025\.7025\.7027\.6027\.6027\.7027\.7015\.8015\.80SFRA \(ours\)60\.9060\.9059\.1059\.1055\.6055\.6044\.4044\.4060\.9060\.9063\.4063\.4060\.2060\.2063\.7063\.7062\.4062\.4058\.1058\.10𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe88\.6088\.6090\.1090\.1082\.4082\.4075\.2075\.2086\.5086\.5082\.0082\.0085\.8085\.8089\.5089\.5090\.9090\.9088\.0088\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.350\.350\.270\.270\.200\.200\.190\.190\.320\.320\.340\.340\.300\.300\.320\.320\.280\.280\.170\.17SFRA \(ours\)0\.670\.670\.680\.680\.590\.590\.560\.560\.700\.700\.700\.700\.680\.680\.710\.710\.680\.680\.680\.68ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.09\+0\.09\+0\.21\+0\.21−0\.10\-0\.10\+0\.02\+0\.02\+0\.06\+0\.06\+0\.23\+0\.23\+0\.05\+0\.05\+0\.07\+0\.07\+0\.21\+0\.21\+0\.03\+0\.03SFRA \(ours\)\+0\.12\+0\.12\+0\.47\+0\.47−0\.04\-0\.04−0\.02\-0\.02\+0\.01\+0\.01\+0\.39\+0\.39\+0\.17\+0\.17\+0\.22\+0\.22\+0\.24\+0\.24\+0\.32\+0\.32SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned94\.4894\.4893\.5793\.5794\.3094\.3095\.6295\.6294\.3894\.3895\.1195\.1193\.8993\.8993\.4393\.4394\.2394\.2393\.9993\.99PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]94\.4894\.4893\.5793\.5794\.3094\.3095\.6195\.6194\.3894\.3895\.1195\.1193\.8993\.8993\.4393\.4394\.2294\.2293\.9993\.99SFRA \(ours\)92\.8792\.8789\.7789\.7789\.6889\.6891\.9291\.9290\.7490\.7490\.7790\.7792\.2092\.2089\.1889\.1892\.7092\.7090\.7290\.72𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]6\.606\.600\.000\.000\.800\.801\.101\.102\.402\.400\.000\.002\.202\.200\.000\.000\.200\.200\.600\.60SFRA \(ours\)47\.1047\.1020\.5020\.5045\.3045\.3034\.7034\.7044\.8044\.8021\.2021\.2040\.6040\.6025\.0025\.0026\.1026\.1026\.5026\.50𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe92\.7092\.7096\.1096\.1085\.2085\.2085\.1085\.1092\.5092\.5090\.4090\.4095\.0095\.0091\.5091\.5093\.0093\.0094\.3094\.30RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.120\.120\.000\.000\.020\.020\.020\.020\.050\.050\.000\.000\.040\.040\.000\.000\.000\.000\.010\.01SFRA \(ours\)0\.640\.640\.340\.340\.610\.610\.510\.510\.610\.610\.350\.350\.570\.570\.400\.400\.410\.410\.420\.42ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.13\-0\.13−0\.06\-0\.06−0\.29\-0\.29−0\.14\-0\.14−0\.21\-0\.21−0\.11\-0\.11−0\.21\-0\.21−0\.25\-0\.25−0\.07\-0\.07−0\.13\-0\.13SFRA \(ours\)\+0\.09\+0\.09\+0\.12\+0\.12−0\.01\-0\.01−0\.07\-0\.07−0\.08\-0\.08\+0\.03\+0\.03\+0\.06\+0\.06−0\.09\-0\.09−0\.02\-0\.02\+0\.06\+0\.06Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned94\.9694\.9694\.2894\.2880\.3080\.3095\.8795\.8784\.3384\.3395\.6495\.6494\.5094\.5094\.6294\.6294\.3794\.3794\.7494\.74PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]94\.8094\.8094\.1694\.1680\.2280\.2295\.7695\.7684\.3384\.3395\.3795\.3794\.4094\.4094\.5694\.5694\.2994\.2994\.6694\.66SFRA \(ours\)90\.2490\.2491\.3791\.3776\.1076\.1091\.3291\.3278\.9478\.9491\.1891\.1890\.8190\.8190\.0290\.0291\.5091\.5090\.0390\.03𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.0010\.3010\.300\.100\.100\.800\.800\.000\.000\.100\.100\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]89\.9089\.9095\.8095\.809\.109\.1071\.4071\.403\.503\.5080\.3080\.3085\.9085\.9087\.2087\.2092\.2092\.2093\.3093\.30SFRA \(ours\)99\.7099\.7099\.4099\.4076\.9076\.9096\.4096\.4093\.9093\.9097\.9097\.9099\.3099\.3099\.8099\.8099\.6099\.6099\.5099\.50𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe96\.3096\.3098\.1098\.1073\.3073\.3088\.7088\.7087\.3087\.3092\.2092\.2097\.5097\.5096\.1096\.1098\.1098\.1096\.0096\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.950\.950\.980\.980\.000\.000\.830\.830\.050\.050\.890\.890\.920\.920\.930\.930\.960\.960\.960\.96SFRA \(ours\)0\.970\.970\.980\.980\.790\.790\.960\.960\.940\.940\.970\.970\.980\.980\.980\.980\.980\.980\.970\.97ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.69\+0\.69\+0\.92\+0\.92−0\.30\-0\.30\+0\.67\+0\.67−0\.20\-0\.20\+0\.78\+0\.78\+0\.67\+0\.67\+0\.68\+0\.68\+0\.89\+0\.89\+0\.82\+0\.82SFRA \(ours\)\+0\.43\+0\.43\+0\.77\+0\.77\+0\.16\+0\.16\+0\.38\+0\.38\+0\.24\+0\.24\+0\.65\+0\.65\+0\.46\+0\.46\+0\.49\+0\.49\+0\.55\+0\.55\+0\.62\+0\.62SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned94\.1194\.1193\.6393\.6394\.7894\.7895\.6995\.6993\.7893\.7894\.9194\.9193\.8193\.8193\.6793\.6793\.6693\.6694\.1094\.10PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]93\.5293\.5293\.3893\.3894\.3294\.3294\.8294\.8292\.5292\.5293\.9893\.9893\.0993\.0992\.8692\.8693\.3193\.3193\.5393\.53SFRA \(ours\)89\.4489\.4488\.9788\.9790\.0690\.0691\.1091\.1089\.1189\.1190\.1890\.1889\.1889\.1889\.1289\.1288\.9988\.9989\.4989\.49𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned7\.807\.805\.505\.505\.805\.8012\.3012\.3014\.5014\.508\.508\.506\.706\.708\.208\.208\.608\.606\.206\.20PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]37\.2037\.2024\.0024\.0041\.1041\.1048\.2048\.2066\.2066\.2041\.4041\.4047\.5047\.5055\.5055\.5035\.4035\.4047\.0047\.00SFRA \(ours\)81\.8081\.8069\.1069\.1082\.6082\.6079\.0079\.0089\.4089\.4074\.9074\.9082\.8082\.8088\.7088\.7079\.8079\.8081\.1081\.10𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe91\.5091\.5094\.0094\.0089\.5089\.5086\.1086\.1093\.0093\.0084\.8084\.8093\.6093\.6094\.8094\.8091\.6091\.6094\.0094\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.450\.450\.310\.310\.520\.520\.530\.530\.680\.680\.490\.490\.580\.580\.640\.640\.420\.420\.580\.58SFRA \(ours\)0\.830\.830\.760\.760\.850\.850\.790\.790\.840\.840\.780\.780\.850\.850\.870\.870\.820\.820\.840\.84ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.20\+0\.20\+0\.26\+0\.26\+0\.22\+0\.22\+0\.36\+0\.36\+0\.42\+0\.42\+0\.38\+0\.38\+0\.33\+0\.33\+0\.39\+0\.39\+0\.35\+0\.35\+0\.43\+0\.43SFRA \(ours\)\+0\.29\+0\.29\+0\.55\+0\.55\+0\.22\+0\.22\+0\.21\+0\.21\+0\.14\+0\.14\+0\.47\+0\.47\+0\.33\+0\.33\+0\.39\+0\.39\+0\.38\+0\.38\+0\.48\+0\.48DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned95\.0795\.0794\.4994\.4995\.2995\.2996\.2996\.2994\.6794\.6795\.6095\.6094\.6694\.6694\.5994\.5994\.4894\.4894\.6194\.61PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]93\.9993\.9991\.1091\.1094\.2494\.2494\.8894\.8893\.2993\.2990\.1790\.1791\.8291\.8293\.1693\.1691\.3991\.3992\.0092\.00SFRA \(ours\)91\.6391\.6390\.6390\.6390\.0190\.0192\.6492\.6490\.3190\.3189\.9089\.9090\.2490\.2491\.2991\.2990\.0290\.0291\.5691\.56𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]75\.2075\.2085\.0085\.0067\.4067\.4059\.1059\.1071\.7071\.7075\.2075\.2086\.6086\.6078\.0078\.0081\.4081\.4079\.8079\.80SFRA \(ours\)95\.9095\.9097\.7097\.7094\.6094\.6089\.0089\.0097\.5097\.5091\.1091\.1097\.7097\.7095\.3095\.3097\.5097\.5095\.6095\.60𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe95\.7095\.7096\.9096\.9094\.3094\.3093\.1093\.1097\.8097\.8091\.6091\.6096\.9096\.9096\.3096\.3096\.2096\.2097\.4097\.40RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.850\.850\.900\.900\.800\.800\.740\.740\.830\.830\.840\.840\.920\.920\.870\.870\.880\.880\.880\.88SFRA \(ours\)0\.960\.960\.970\.970\.950\.950\.930\.930\.970\.970\.930\.930\.970\.970\.960\.960\.970\.970\.960\.96ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.60\+0\.60\+0\.85\+0\.85\+0\.50\+0\.50\+0\.57\+0\.57\+0\.57\+0\.57\+0\.72\+0\.72\+0\.67\+0\.67\+0\.62\+0\.62\+0\.81\+0\.81\+0\.73\+0\.73SFRA \(ours\)\+0\.42\+0\.42\+0\.75\+0\.75\+0\.32\+0\.32\+0\.35\+0\.35\+0\.27\+0\.27\+0\.61\+0\.61\+0\.45\+0\.45\+0\.47\+0\.47\+0\.53\+0\.53\+0\.61\+0\.61 Table R\.2:Per\-forget\-class single\-class unlearning and relearning results on CIFAR\-100 using ResNet\-18\. We report the unlearned checkpoint, the source\-dependent PRA baseline, our proposed SFRA, and frozen\-encoder linear probing\. Each forget class column corresponds to a separate unlearned checkpoint in which that class is designated for forgetting\.Unlearning MethodMetricVariantForget Class0102030405060708090Original𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Original79\.8479\.8480\.1380\.1379\.8579\.8580\.0580\.0579\.9879\.9880\.0480\.0479\.8979\.8979\.9879\.9879\.9879\.9879\.9079\.90𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Original92\.0092\.0063\.0063\.0091\.0091\.0071\.0071\.0078\.0078\.0072\.0072\.0087\.0087\.0078\.0078\.0078\.0078\.0086\.0086\.00Retrained𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned80\.3280\.3280\.4480\.4480\.2480\.2480\.1780\.1780\.1180\.1180\.1880\.1880\.2980\.2979\.5879\.5880\.3980\.3980\.1380\.13PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]79\.5679\.5678\.1878\.1878\.5178\.5179\.6479\.6477\.3977\.3977\.7177\.7179\.6479\.6477\.8777\.8777\.8277\.8278\.0478\.04SFRA \(ours\)73\.2273\.2272\.5672\.5672\.4372\.4372\.2972\.2972\.7172\.7172\.5772\.5772\.8772\.8771\.7271\.7272\.5372\.5372\.8272\.82𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]27\.0027\.0042\.0042\.0037\.0037\.0023\.0023\.0069\.0069\.0053\.0053\.0023\.0023\.0021\.0021\.0050\.0050\.0051\.0051\.00SFRA \(ours\)26\.0026\.0047\.0047\.0048\.0048\.0028\.0028\.0080\.0080\.0052\.0052\.0039\.0039\.0027\.0027\.0063\.0063\.0057\.0057\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe92\.0092\.0071\.0071\.0083\.0083\.0076\.0076\.0084\.0084\.0082\.0082\.0085\.0085\.0079\.0079\.0074\.0074\.0085\.0085\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.420\.420\.590\.590\.540\.540\.370\.370\.810\.810\.690\.690\.370\.370\.350\.350\.660\.660\.670\.67SFRA \(ours\)0\.410\.410\.620\.620\.630\.630\.430\.430\.860\.860\.670\.670\.550\.550\.420\.420\.750\.750\.710\.71Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned79\.4279\.4277\.9777\.9779\.7679\.7679\.3179\.3179\.3379\.3380\.1380\.1378\.6978\.6979\.5379\.5380\.2680\.2676\.9176\.91PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]79\.3279\.3276\.9776\.9778\.9478\.9479\.1179\.1178\.3178\.3178\.9878\.9878\.2678\.2679\.0179\.0178\.8978\.8975\.7775\.77SFRA \(ours\)78\.9878\.9873\.5373\.5379\.0179\.0176\.5776\.5775\.3675\.3676\.6876\.6877\.1077\.1078\.7878\.7875\.7775\.7775\.2975\.29𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.001\.001\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]11\.0011\.0027\.0027\.0023\.0023\.0010\.0010\.0049\.0049\.0031\.0031\.0029\.0029\.0010\.0010\.0037\.0037\.0036\.0036\.00SFRA \(ours\)10\.0010\.0037\.0037\.0027\.0027\.0012\.0012\.0053\.0053\.0035\.0035\.0067\.0067\.0010\.0010\.0038\.0038\.0046\.0046\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe90\.0090\.0075\.0075\.0089\.0089\.0077\.0077\.0082\.0082\.0081\.0081\.0087\.0087\.0081\.0081\.0085\.0085\.0087\.0087\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.200\.200\.420\.420\.360\.360\.180\.180\.660\.660\.470\.470\.450\.450\.180\.180\.540\.540\.530\.53SFRA \(ours\)0\.180\.180\.530\.530\.410\.410\.210\.210\.680\.680\.510\.510\.800\.800\.180\.180\.540\.540\.630\.63ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.23\-0\.23−0\.16\-0\.16−0\.18\-0\.18−0\.19\-0\.19−0\.15\-0\.15−0\.21\-0\.21\+0\.08\+0\.08−0\.16\-0\.16−0\.12\-0\.12−0\.14\-0\.14SFRA \(ours\)−0\.22\-0\.22−0\.09\-0\.09−0\.22\-0\.22−0\.22\-0\.22−0\.18\-0\.18−0\.15\-0\.15\+0\.25\+0\.25−0\.24\-0\.24−0\.20\-0\.20−0\.08\-0\.08Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned72\.8172\.8171\.2971\.2967\.6667\.6673\.6273\.6273\.6273\.6274\.5674\.5670\.3270\.3272\.1672\.1675\.9175\.9174\.3574\.35PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]72\.4772\.4770\.7170\.7167\.0267\.0273\.4773\.4772\.9072\.9072\.5972\.5970\.0470\.0471\.4871\.4874\.2774\.2772\.9872\.98SFRA \(ours\)68\.7268\.7267\.4167\.4161\.9361\.9366\.9266\.9267\.7367\.7369\.1069\.1063\.5963\.5967\.3467\.3468\.6968\.6969\.9369\.93𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.008\.008\.000\.000\.001\.001\.000\.000\.003\.003\.002\.002\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]32\.0032\.0033\.0033\.0049\.0049\.0022\.0022\.0043\.0043\.0065\.0065\.0035\.0035\.0027\.0027\.0050\.0050\.0057\.0057\.00SFRA \(ours\)60\.0060\.0053\.0053\.0070\.0070\.0057\.0057\.0080\.0080\.0082\.0082\.0052\.0052\.0051\.0051\.0071\.0071\.0073\.0073\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe88\.0088\.0054\.0054\.0085\.0085\.0064\.0064\.0073\.0073\.0060\.0060\.0082\.0082\.0067\.0067\.0068\.0068\.0083\.0083\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.480\.480\.500\.500\.580\.580\.360\.360\.590\.590\.780\.780\.480\.480\.400\.400\.660\.660\.720\.72SFRA \(ours\)0\.740\.740\.680\.680\.750\.750\.710\.710\.860\.860\.880\.880\.640\.640\.650\.650\.800\.800\.830\.83ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.06\+0\.06−0\.09\-0\.09\+0\.04\+0\.04−0\.01\-0\.01−0\.22\-0\.22\+0\.09\+0\.09\+0\.11\+0\.11\+0\.05\+0\.05\+0\.00\+0\.00\+0\.05\+0\.05SFRA \(ours\)\+0\.33\+0\.33\+0\.06\+0\.06\+0\.12\+0\.12\+0\.28\+0\.28\+0\.00\+0\.00\+0\.21\+0\.21\+0\.09\+0\.09\+0\.23\+0\.23\+0\.06\+0\.06\+0\.12\+0\.12Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned73\.7773\.7777\.6477\.6468\.4368\.4375\.1475\.1475\.6975\.6977\.0777\.0768\.9968\.9973\.4573\.4577\.1177\.1176\.0476\.04PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]73\.2473\.2476\.6476\.6467\.4167\.4174\.8274\.8274\.6074\.6074\.9674\.9668\.5268\.5272\.1372\.1375\.6475\.6474\.6374\.63SFRA \(ours\)67\.2967\.2972\.4472\.4461\.8761\.8768\.1668\.1668\.6768\.6770\.3470\.3463\.2163\.2166\.2766\.2769\.5269\.5269\.4769\.47𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.002\.002\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]46\.0046\.0053\.0053\.0041\.0041\.0044\.0044\.0052\.0052\.0072\.0072\.0042\.0042\.0046\.0046\.0061\.0061\.0064\.0064\.00SFRA \(ours\)76\.0076\.0074\.0074\.0060\.0060\.0052\.0052\.0078\.0078\.0080\.0080\.0056\.0056\.0064\.0064\.0076\.0076\.0077\.0077\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe91\.0091\.0059\.0059\.0084\.0084\.0063\.0063\.0075\.0075\.0064\.0064\.0086\.0086\.0071\.0071\.0070\.0070\.0083\.0083\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.630\.630\.690\.690\.580\.580\.610\.610\.680\.680\.830\.830\.590\.590\.610\.610\.750\.750\.780\.78SFRA \(ours\)0\.840\.840\.830\.830\.730\.730\.670\.670\.850\.850\.860\.860\.700\.700\.740\.740\.830\.830\.840\.84ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.20\+0\.20\+0\.10\+0\.10\+0\.04\+0\.04\+0\.24\+0\.24−0\.13\-0\.13\+0\.14\+0\.14\+0\.22\+0\.22\+0\.26\+0\.26\+0\.09\+0\.09\+0\.11\+0\.11SFRA \(ours\)\+0\.43\+0\.43\+0\.21\+0\.21\+0\.10\+0\.10\+0\.24\+0\.24−0\.01\-0\.01\+0\.20\+0\.20\+0\.15\+0\.15\+0\.33\+0\.33\+0\.09\+0\.09\+0\.14\+0\.14Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned66\.8766\.8777\.1277\.1263\.5163\.5171\.0771\.0771\.9471\.9474\.5274\.5257\.8057\.8067\.7367\.7372\.5872\.5871\.4071\.40PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]66\.2766\.2775\.4475\.4463\.2863\.2870\.3370\.3371\.0171\.0172\.7972\.7957\.1757\.1767\.3967\.3970\.8070\.8069\.9469\.94SFRA \(ours\)60\.9960\.9972\.4372\.4357\.5157\.5164\.0464\.0465\.9465\.9468\.7268\.7253\.1853\.1861\.1461\.1465\.5865\.5864\.3364\.33𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned2\.002\.002\.002\.005\.005\.002\.002\.004\.004\.000\.000\.004\.004\.004\.004\.000\.000\.004\.004\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]62\.0062\.0063\.0063\.0047\.0047\.0059\.0059\.0048\.0048\.0073\.0073\.0053\.0053\.0039\.0039\.0061\.0061\.0077\.0077\.00SFRA \(ours\)92\.0092\.0081\.0081\.0086\.0086\.0074\.0074\.0088\.0088\.0090\.0090\.0054\.0054\.0084\.0084\.0079\.0079\.0091\.0091\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe82\.0082\.0061\.0061\.0080\.0080\.0064\.0064\.0073\.0073\.0068\.0068\.0081\.0081\.0063\.0063\.0074\.0074\.0085\.0085\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.750\.750\.750\.750\.590\.590\.720\.720\.610\.610\.840\.840\.660\.660\.520\.520\.750\.750\.840\.84SFRA \(ours\)0\.920\.920\.860\.860\.870\.870\.810\.810\.890\.890\.920\.920\.660\.660\.860\.860\.850\.850\.900\.90ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.32\+0\.32\+0\.17\+0\.17\+0\.05\+0\.05\+0\.35\+0\.35−0\.20\-0\.20\+0\.15\+0\.15\+0\.28\+0\.28\+0\.17\+0\.17\+0\.09\+0\.09\+0\.17\+0\.17SFRA \(ours\)\+0\.51\+0\.51\+0\.24\+0\.24\+0\.24\+0\.24\+0\.38\+0\.38\+0\.03\+0\.03\+0\.26\+0\.26\+0\.11\+0\.11\+0\.44\+0\.44\+0\.11\+0\.11\+0\.19\+0\.19 Unlearning MethodMetricVariantForget Class0102030405060708090Boundary Shrink\[[8](https://arxiv.org/html/2609.02018#bib.bib9)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned66\.9966\.9977\.1277\.1263\.5963\.5969\.5969\.5971\.8671\.8674\.3774\.3757\.8957\.8967\.7167\.7172\.6272\.6271\.3671\.36PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]66\.3466\.3475\.4975\.4963\.3763\.3768\.7268\.7270\.8970\.8972\.6372\.6357\.2557\.2567\.3867\.3870\.8170\.8169\.9069\.90SFRA \(ours\)61\.4561\.4572\.6372\.6358\.7558\.7563\.0963\.0965\.9465\.9468\.6868\.6853\.2253\.2261\.0161\.0165\.4365\.4364\.6364\.63𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned2\.002\.002\.002\.005\.005\.000\.000\.004\.004\.000\.000\.005\.005\.004\.004\.000\.000\.004\.004\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]62\.0062\.0064\.0064\.0047\.0047\.0059\.0059\.0048\.0048\.0073\.0073\.0053\.0053\.0039\.0039\.0061\.0061\.0076\.0076\.00SFRA \(ours\)91\.0091\.0079\.0079\.0086\.0086\.0076\.0076\.0087\.0087\.0090\.0090\.0055\.0055\.0088\.0088\.0079\.0079\.0089\.0089\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe82\.0082\.0061\.0061\.0081\.0081\.0064\.0064\.0071\.0071\.0066\.0066\.0081\.0081\.0062\.0062\.0074\.0074\.0086\.0086\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.750\.750\.760\.760\.590\.590\.740\.740\.610\.610\.840\.840\.650\.650\.520\.520\.750\.750\.830\.83SFRA \(ours\)0\.920\.920\.850\.850\.880\.880\.840\.840\.880\.880\.920\.920\.660\.660\.880\.880\.850\.850\.890\.89ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.32\+0\.32\+0\.17\+0\.17\+0\.05\+0\.05\+0\.37\+0\.37−0\.20\-0\.20\+0\.15\+0\.15\+0\.27\+0\.27\+0\.17\+0\.17\+0\.09\+0\.09\+0\.16\+0\.16SFRA \(ours\)\+0\.51\+0\.51\+0\.23\+0\.23\+0\.24\+0\.24\+0\.41\+0\.41\+0\.02\+0\.02\+0\.26\+0\.26\+0\.11\+0\.11\+0\.47\+0\.47\+0\.11\+0\.11\+0\.18\+0\.18Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned73\.3773\.3775\.5075\.5072\.7672\.7672\.3272\.3275\.3875\.3874\.2774\.2771\.2171\.2172\.3572\.3575\.0075\.0072\.3672\.36PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]71\.8471\.8474\.1874\.1871\.2671\.2671\.1471\.1472\.7372\.7373\.1873\.1870\.0070\.0071\.5471\.5474\.1974\.1971\.3571\.35SFRA \(ours\)68\.4068\.4068\.5868\.5866\.1266\.1267\.1467\.1468\.1068\.1067\.1567\.1564\.2664\.2665\.9165\.9167\.7867\.7866\.2366\.23𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.003\.003\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]73\.0073\.0061\.0061\.0073\.0073\.0059\.0059\.0073\.0073\.0065\.0065\.0063\.0063\.0056\.0056\.0052\.0052\.0065\.0065\.00SFRA \(ours\)94\.0094\.0082\.0082\.0092\.0092\.0041\.0041\.0090\.0090\.0068\.0068\.0083\.0083\.0076\.0076\.0060\.0060\.0091\.0091\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe85\.0085\.0063\.0063\.0082\.0082\.0068\.0068\.0073\.0073\.0065\.0065\.0079\.0079\.0066\.0066\.0063\.0063\.0081\.0081\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.840\.840\.750\.750\.840\.840\.740\.740\.810\.810\.780\.780\.770\.770\.720\.720\.680\.680\.780\.78SFRA \(ours\)0\.950\.950\.870\.870\.930\.930\.570\.570\.900\.900\.790\.790\.880\.880\.840\.840\.730\.730\.920\.92ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.41\+0\.41\+0\.17\+0\.17\+0\.30\+0\.30\+0\.37\+0\.37\+0\.01\+0\.01\+0\.10\+0\.10\+0\.40\+0\.40\+0\.37\+0\.37\+0\.02\+0\.02\+0\.11\+0\.11SFRA \(ours\)\+0\.54\+0\.54\+0\.25\+0\.25\+0\.30\+0\.30\+0\.14\+0\.14\+0\.04\+0\.04\+0\.12\+0\.12\+0\.33\+0\.33\+0\.42\+0\.42−0\.02\-0\.02\+0\.22\+0\.22SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned69\.2669\.2676\.7876\.7862\.8762\.8774\.2774\.2772\.3772\.3776\.5776\.5762\.2962\.2969\.5569\.5574\.3674\.3673\.0173\.01PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]68\.2768\.2775\.6075\.6062\.5662\.5673\.8073\.8071\.1171\.1174\.0074\.0061\.7461\.7469\.0869\.0873\.5773\.5772\.3472\.34SFRA \(ours\)64\.2264\.2272\.3172\.3157\.6757\.6766\.9166\.9165\.9565\.9569\.8069\.8056\.3256\.3263\.4363\.4368\.1768\.1766\.4466\.44𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.002\.002\.003\.003\.002\.002\.001\.001\.000\.000\.001\.001\.000\.000\.001\.001\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]53\.0053\.0052\.0052\.0032\.0032\.0050\.0050\.0052\.0052\.0073\.0073\.0035\.0035\.0031\.0031\.0040\.0040\.0054\.0054\.00SFRA \(ours\)75\.0075\.0076\.0076\.0076\.0076\.0068\.0068\.0081\.0081\.0087\.0087\.0057\.0057\.0067\.0067\.0079\.0079\.0084\.0084\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe85\.0085\.0064\.0064\.0082\.0082\.0066\.0066\.0071\.0071\.0067\.0067\.0080\.0080\.0061\.0061\.0073\.0073\.0085\.0085\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.690\.690\.680\.680\.460\.460\.640\.640\.660\.660\.830\.830\.520\.520\.460\.460\.570\.570\.690\.69SFRA \(ours\)0\.840\.840\.850\.850\.830\.830\.760\.760\.860\.860\.890\.890\.710\.710\.780\.780\.860\.860\.880\.88ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.27\+0\.27\+0\.09\+0\.09−0\.08\-0\.08\+0\.26\+0\.26−0\.14\-0\.14\+0\.14\+0\.14\+0\.14\+0\.14\+0\.11\+0\.11−0\.09\-0\.09\+0\.02\+0\.02SFRA \(ours\)\+0\.43\+0\.43\+0\.22\+0\.22\+0\.20\+0\.20\+0\.33\+0\.33−0\.00\-0\.00\+0\.23\+0\.23\+0\.16\+0\.16\+0\.36\+0\.36\+0\.11\+0\.11\+0\.17\+0\.17Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned79\.8079\.8079\.9379\.9379\.8479\.8479\.9579\.9579\.9079\.9079\.7379\.7379\.9279\.9279\.5979\.5979\.7179\.7179\.6779\.67PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]79\.5779\.5776\.4176\.4176\.2376\.2377\.5777\.5779\.5679\.5679\.1179\.1179\.3379\.3375\.8775\.8777\.2677\.2676\.4176\.41SFRA \(ours\)76\.9876\.9873\.0373\.0374\.1474\.1475\.3275\.3272\.2072\.2073\.0973\.0974\.9174\.9171\.9071\.9071\.9971\.9973\.8073\.80𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0075\.0075\.0095\.0095\.0088\.0088\.0089\.0089\.0081\.0081\.0093\.0093\.0085\.0085\.0083\.0083\.0094\.0094\.00SFRA \(ours\)100\.00100\.0093\.0093\.0097\.0097\.0094\.0094\.00100\.00100\.0098\.0098\.0098\.0098\.0097\.0097\.0098\.0098\.0096\.0096\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe95\.0095\.0058\.0058\.0087\.0087\.0073\.0073\.0072\.0072\.0068\.0068\.0094\.0094\.0069\.0069\.0061\.0061\.0075\.0075\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]1\.001\.000\.840\.840\.960\.960\.930\.930\.940\.940\.890\.890\.960\.960\.900\.900\.900\.900\.950\.95SFRA \(ours\)0\.990\.990\.930\.930\.960\.960\.950\.950\.960\.960\.960\.960\.960\.960\.950\.950\.950\.950\.950\.95ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.57\+0\.57\+0\.26\+0\.26\+0\.42\+0\.42\+0\.55\+0\.55\+0\.13\+0\.13\+0\.21\+0\.21\+0\.59\+0\.59\+0\.56\+0\.56\+0\.24\+0\.24\+0\.28\+0\.28SFRA \(ours\)\+0\.58\+0\.58\+0\.31\+0\.31\+0\.33\+0\.33\+0\.52\+0\.52\+0\.10\+0\.10\+0\.29\+0\.29\+0\.42\+0\.42\+0\.53\+0\.53\+0\.20\+0\.20\+0\.24\+0\.24SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned76\.3776\.3777\.7577\.7577\.4877\.4877\.4777\.4777\.5677\.5677\.7377\.7376\.5076\.5077\.3577\.3576\.5076\.5076\.9676\.96PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]73\.9373\.9374\.1874\.1874\.1374\.1371\.7771\.7771\.9571\.9574\.2074\.2074\.7274\.7272\.2472\.2473\.9873\.9873\.1773\.17SFRA \(ours\)71\.4371\.4373\.7573\.7571\.0071\.0071\.8471\.8470\.0170\.0172\.6272\.6269\.5569\.5572\.8272\.8271\.1971\.1971\.0671\.06𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]15\.0015\.0037\.0037\.0040\.0040\.0030\.0030\.0072\.0072\.0053\.0053\.0019\.0019\.0030\.0030\.0059\.0059\.0056\.0056\.00SFRA \(ours\)18\.0018\.0031\.0031\.0053\.0053\.0032\.0032\.0046\.0046\.0020\.0020\.0047\.0047\.0019\.0019\.0051\.0051\.0040\.0040\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe94\.0094\.0069\.0069\.0089\.0089\.0070\.0070\.0083\.0083\.0080\.0080\.0089\.0089\.0082\.0082\.0074\.0074\.0093\.0093\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.260\.260\.530\.530\.570\.570\.460\.460\.820\.820\.680\.680\.320\.320\.460\.460\.740\.740\.710\.71SFRA \(ours\)0\.300\.300\.470\.470\.680\.680\.480\.480\.610\.610\.330\.330\.620\.620\.320\.320\.660\.660\.560\.56ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.16\-0\.16−0\.05\-0\.05\+0\.03\+0\.03\+0\.08\+0\.08\+0\.01\+0\.01−0\.00\-0\.00−0\.06\-0\.06\+0\.11\+0\.11\+0\.07\+0\.07\+0\.04\+0\.04SFRA \(ours\)−0\.10\-0\.10−0\.15\-0\.15\+0\.05\+0\.05\+0\.05\+0\.05−0\.24\-0\.24−0\.34\-0\.34\+0\.08\+0\.08−0\.10\-0\.10−0\.09\-0\.09−0\.14\-0\.14DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned75\.8275\.8278\.3578\.3576\.5076\.5077\.2577\.2579\.0279\.0278\.8678\.8673\.1473\.1477\.0477\.0478\.8078\.8078\.0278\.02PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]72\.6772\.6775\.8275\.8274\.8074\.8074\.0174\.0170\.6870\.6875\.1575\.1573\.0873\.0873\.9073\.9071\.3871\.3873\.8173\.81SFRA \(ours\)68\.3368\.3371\.9171\.9169\.0369\.0370\.1770\.1771\.1871\.1871\.2171\.2167\.8067\.8069\.4869\.4871\.0971\.0970\.3370\.33𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]66\.0066\.0037\.0037\.0081\.0081\.0034\.0034\.0085\.0085\.0048\.0048\.0019\.0019\.0050\.0050\.0078\.0078\.0052\.0052\.00SFRA \(ours\)67\.0067\.0048\.0048\.0059\.0059\.0054\.0054\.0086\.0086\.0062\.0062\.0044\.0044\.0033\.0033\.0079\.0079\.0082\.0082\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe95\.0095\.0065\.0065\.0092\.0092\.0075\.0075\.0080\.0080\.0070\.0070\.0089\.0089\.0076\.0076\.0081\.0081\.0087\.0087\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.790\.790\.540\.540\.890\.890\.500\.500\.880\.880\.640\.640\.320\.320\.660\.660\.850\.850\.670\.67SFRA \(ours\)0\.780\.780\.630\.630\.720\.720\.680\.680\.890\.890\.740\.740\.600\.600\.490\.490\.850\.850\.870\.87ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.36\+0\.36−0\.05\-0\.05\+0\.35\+0\.35\+0\.13\+0\.13\+0\.07\+0\.07−0\.05\-0\.05−0\.05\-0\.05\+0\.31\+0\.31\+0\.19\+0\.19\+0\.00\+0\.00SFRA \(ours\)\+0\.37\+0\.37\+0\.01\+0\.01\+0\.09\+0\.09\+0\.25\+0\.25\+0\.03\+0\.03\+0\.08\+0\.08\+0\.05\+0\.05\+0\.07\+0\.07\+0\.10\+0\.10\+0\.16\+0\.16 Table R\.3:Per\-forget\-class single\-class unlearning and relearning results on TinyImageNet using ResNet\-18\. We report the unlearned checkpoint, the source\-dependent PRA baseline, our proposed SFRA, and frozen\-encoder linear probing\. Each forget class column corresponds to a separate unlearned checkpoint in which that class is designated for forgetting\.Unlearning MethodMetricVariantForget Class020406080100120140160180Original𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Original71\.3171\.3171\.3171\.3171\.4771\.4771\.3671\.3671\.4771\.4771\.4871\.4871\.4671\.4671\.3771\.3771\.3571\.3571\.4171\.41𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Original88\.0088\.0088\.0088\.0056\.0056\.0078\.0078\.0056\.0056\.0054\.0054\.0058\.0058\.0076\.0076\.0080\.0080\.0068\.0068\.00Retrained𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned70\.5970\.5971\.2871\.2871\.1671\.1670\.7370\.7369\.9369\.9371\.5071\.5071\.2671\.2670\.1770\.1770\.4370\.4371\.2171\.21PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]71\.3571\.3571\.9071\.9071\.6171\.6171\.3271\.3270\.6570\.6572\.0572\.0570\.0070\.0070\.7170\.7171\.0371\.0371\.9871\.98SFRA \(ours\)64\.8864\.8865\.2665\.2665\.0265\.0265\.0665\.0663\.6663\.6664\.8964\.8964\.7664\.7664\.7864\.7864\.5864\.5865\.3765\.37𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.0042\.0042\.000\.000\.000\.000\.000\.000\.00SFRA \(ours\)50\.0050\.0030\.0030\.0048\.0048\.0024\.0024\.0040\.0040\.0040\.0040\.0050\.0050\.0022\.0022\.0044\.0044\.0046\.0046\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe88\.0088\.0078\.0078\.0052\.0052\.0072\.0072\.0034\.0034\.0046\.0046\.0050\.0050\.0070\.0070\.0072\.0072\.0056\.0056\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.590\.590\.000\.000\.000\.000\.000\.00SFRA \(ours\)0\.650\.650\.450\.450\.640\.640\.380\.380\.560\.560\.560\.560\.650\.650\.360\.360\.600\.600\.620\.62Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned67\.1667\.1665\.4265\.4267\.3867\.3865\.4465\.4467\.9367\.9366\.8966\.8966\.2166\.2166\.4366\.4367\.0067\.0066\.6266\.62PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]62\.1262\.1264\.7864\.7864\.3364\.3365\.0065\.0063\.5463\.5462\.3662\.3664\.6564\.6563\.8063\.8063\.7963\.7965\.4465\.44SFRA \(ours\)60\.5460\.5460\.1260\.1261\.3261\.3259\.2859\.2861\.7361\.7361\.5561\.5559\.6259\.6260\.8460\.8461\.7161\.7161\.7161\.71𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]92\.0092\.0016\.0016\.0044\.0044\.0012\.0012\.0034\.0034\.0064\.0064\.0062\.0062\.0056\.0056\.0048\.0048\.0048\.0048\.00SFRA \(ours\)64\.0064\.0022\.0022\.0034\.0034\.0034\.0034\.0030\.0030\.0042\.0042\.0040\.0040\.0034\.0034\.0044\.0044\.0034\.0034\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe92\.0092\.0078\.0078\.0068\.0068\.0078\.0078\.0058\.0058\.0056\.0056\.0056\.0056\.0072\.0072\.0076\.0076\.0076\.0076\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.930\.930\.280\.280\.610\.610\.210\.210\.500\.500\.770\.770\.760\.760\.710\.710\.640\.640\.650\.65SFRA \(ours\)0\.760\.760\.360\.360\.500\.500\.500\.500\.450\.450\.580\.580\.560\.560\.500\.500\.600\.600\.500\.50ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.93\+0\.93\+0\.28\+0\.28\+0\.61\+0\.61\+0\.21\+0\.21\+0\.50\+0\.50\+0\.77\+0\.77\+0\.17\+0\.17\+0\.71\+0\.71\+0\.64\+0\.64\+0\.65\+0\.65SFRA \(ours\)\+0\.11\+0\.11−0\.10\-0\.10−0\.14\-0\.14\+0\.12\+0\.12−0\.11\-0\.11\+0\.02\+0\.02−0\.09\-0\.09\+0\.14\+0\.14\+0\.00\+0\.00−0\.12\-0\.12Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned66\.8966\.8964\.8464\.8465\.1265\.1263\.1163\.1167\.0367\.0368\.7568\.7568\.7768\.7766\.6066\.6067\.1567\.1565\.1965\.19PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]66\.1966\.1964\.4564\.4564\.7564\.7562\.7962\.7966\.6866\.6868\.2968\.2968\.1468\.1466\.3866\.3866\.9866\.9864\.9664\.96SFRA \(ours\)60\.6960\.6958\.4758\.4758\.8058\.8057\.4857\.4860\.5260\.5261\.9561\.9562\.3962\.3960\.1360\.1360\.9860\.9859\.4759\.47𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned2\.002\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.002\.002\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]72\.0072\.0060\.0060\.0036\.0036\.0036\.0036\.0044\.0044\.0050\.0050\.0072\.0072\.0044\.0044\.0056\.0056\.0036\.0036\.00SFRA \(ours\)54\.0054\.0038\.0038\.0010\.0010\.004\.004\.0056\.0056\.0016\.0016\.0056\.0056\.0026\.0026\.0066\.0066\.0010\.0010\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe88\.0088\.0068\.0068\.0044\.0044\.0062\.0062\.0044\.0044\.0048\.0048\.0060\.0060\.0052\.0052\.0050\.0050\.0050\.0050\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.820\.820\.750\.750\.530\.530\.530\.530\.610\.610\.670\.670\.830\.830\.590\.590\.720\.720\.530\.53SFRA \(ours\)0\.670\.670\.540\.540\.180\.180\.080\.080\.700\.700\.270\.270\.700\.700\.380\.380\.770\.770\.180\.18ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.82\+0\.82\+0\.75\+0\.75\+0\.53\+0\.53\+0\.53\+0\.53\+0\.61\+0\.61\+0\.67\+0\.67\+0\.25\+0\.25\+0\.59\+0\.59\+0\.72\+0\.72\+0\.53\+0\.53SFRA \(ours\)\+0\.02\+0\.02\+0\.09\+0\.09−0\.45\-0\.45−0\.31\-0\.31\+0\.14\+0\.14−0\.29\-0\.29\+0\.05\+0\.05\+0\.02\+0\.02\+0\.18\+0\.18−0\.44\-0\.44Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned70\.3070\.3068\.9468\.9470\.3270\.3269\.5969\.5970\.3370\.3370\.2570\.2570\.3470\.3468\.9768\.9767\.4867\.4870\.1770\.17PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]69\.9969\.9968\.9468\.9470\.1870\.1869\.4769\.4770\.1270\.1270\.1470\.1470\.1570\.1568\.9368\.9367\.4867\.4870\.0770\.07SFRA \(ours\)64\.8164\.8163\.4163\.4164\.6364\.6365\.3265\.3265\.7665\.7663\.2863\.2865\.8765\.8762\.9762\.9767\.4867\.4864\.6664\.66𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned2\.002\.000\.000\.004\.004\.006\.006\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]78\.0078\.006\.006\.0036\.0036\.0060\.0060\.0034\.0034\.0036\.0036\.0056\.0056\.0014\.0014\.000\.000\.0050\.0050\.00SFRA \(ours\)50\.0050\.0014\.0014\.0032\.0032\.0022\.0022\.0040\.0040\.0050\.0050\.0036\.0036\.0026\.0026\.000\.000\.0036\.0036\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe80\.0080\.0064\.0064\.0038\.0038\.0068\.0068\.0048\.0048\.0056\.0056\.0052\.0052\.0056\.0056\.0042\.0042\.0054\.0054\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.860\.860\.110\.110\.480\.480\.700\.700\.510\.510\.530\.530\.720\.720\.250\.250\.000\.000\.670\.67SFRA \(ours\)0\.640\.640\.240\.240\.430\.430\.270\.270\.560\.560\.650\.650\.520\.520\.410\.410\.000\.000\.520\.52ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.86\+0\.86\+0\.11\+0\.11\+0\.48\+0\.48\+0\.70\+0\.70\+0\.51\+0\.51\+0\.53\+0\.53\+0\.13\+0\.13\+0\.25\+0\.25\+0\.00\+0\.00\+0\.67\+0\.67SFRA \(ours\)−0\.02\-0\.02−0\.21\-0\.21−0\.20\-0\.20−0\.11\-0\.11\+0\.00\+0\.00\+0\.09\+0\.09−0\.13\-0\.13\+0\.05\+0\.05−0\.60\-0\.60−0\.10\-0\.10Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned66\.1866\.1867\.4467\.4463\.8463\.8466\.4766\.4769\.3069\.3068\.9268\.9268\.9568\.9566\.9166\.9167\.5067\.5066\.9766\.97PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]65\.1065\.1066\.9266\.9263\.3763\.3766\.1666\.1668\.3768\.3768\.4968\.4968\.3268\.3266\.6466\.6466\.8666\.8666\.7066\.70SFRA \(ours\)60\.6660\.6663\.8163\.8158\.0758\.0760\.3560\.3562\.8462\.8463\.5763\.5762\.6062\.6060\.6960\.6961\.2061\.2060\.6560\.65𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned2\.002\.002\.002\.000\.000\.000\.000\.002\.002\.000\.000\.000\.000\.002\.002\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]90\.0090\.0068\.0068\.0046\.0046\.0054\.0054\.0058\.0058\.0056\.0056\.0066\.0066\.0038\.0038\.0070\.0070\.0046\.0046\.00SFRA \(ours\)74\.0074\.0052\.0052\.0038\.0038\.0048\.0048\.0050\.0050\.0022\.0022\.0058\.0058\.0036\.0036\.0072\.0072\.0046\.0046\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe86\.0086\.0076\.0076\.0056\.0056\.0068\.0068\.0042\.0042\.0052\.0052\.0056\.0056\.0064\.0064\.0064\.0064\.0056\.0056\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.930\.930\.790\.790\.630\.630\.700\.700\.720\.720\.720\.720\.790\.790\.530\.530\.820\.820\.630\.63SFRA \(ours\)0\.820\.820\.660\.660\.540\.540\.640\.640\.630\.630\.360\.360\.720\.720\.500\.500\.810\.810\.620\.62ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.93\+0\.93\+0\.79\+0\.79\+0\.63\+0\.63\+0\.70\+0\.70\+0\.72\+0\.72\+0\.72\+0\.72\+0\.20\+0\.20\+0\.53\+0\.53\+0\.82\+0\.82\+0\.63\+0\.63SFRA \(ours\)\+0\.16\+0\.16\+0\.20\+0\.20−0\.09\-0\.09\+0\.25\+0\.25\+0\.07\+0\.07−0\.20\-0\.20\+0\.06\+0\.06\+0\.14\+0\.14\+0\.21\+0\.21−0\.00\-0\.00 Unlearning MethodMetricVariantForget Class020406080100120140160180Boundary Shrink\[[8](https://arxiv.org/html/2609.02018#bib.bib9)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned61\.8261\.8258\.0258\.0264\.4464\.4463\.6263\.6265\.6165\.6165\.1365\.1365\.9565\.9559\.8859\.8864\.4264\.4264\.4164\.41PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]61\.8261\.8256\.9756\.9763\.7063\.7062\.9462\.9464\.7164\.7164\.6064\.6065\.2165\.2159\.5059\.5064\.0464\.0463\.8463\.84SFRA \(ours\)57\.7557\.7555\.6555\.6559\.1159\.1157\.5557\.5560\.3060\.3060\.3560\.3560\.3860\.3854\.3354\.3358\.2758\.2758\.1958\.19𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned2\.002\.0010\.0010\.004\.004\.004\.004\.002\.002\.000\.000\.000\.000\.002\.002\.008\.008\.002\.002\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]18\.0018\.0076\.0076\.0042\.0042\.0040\.0040\.0060\.0060\.0054\.0054\.0054\.0054\.0028\.0028\.0064\.0064\.0046\.0046\.00SFRA \(ours\)22\.0022\.0030\.0030\.0014\.0014\.0014\.0014\.0040\.0040\.0012\.0012\.0034\.0034\.0014\.0014\.0054\.0054\.0014\.0014\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe78\.0078\.0062\.0062\.0040\.0040\.0062\.0062\.0042\.0042\.0036\.0036\.0052\.0052\.0056\.0056\.0062\.0062\.0054\.0054\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.280\.280\.790\.790\.550\.550\.530\.530\.730\.730\.700\.700\.700\.700\.410\.410\.720\.720\.610\.61SFRA \(ours\)0\.330\.330\.330\.330\.180\.180\.180\.180\.540\.540\.210\.210\.500\.500\.210\.210\.620\.620\.210\.21ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.28\+0\.28\+0\.79\+0\.79\+0\.55\+0\.55\+0\.53\+0\.53\+0\.73\+0\.73\+0\.70\+0\.70\+0\.11\+0\.11\+0\.41\+0\.41\+0\.72\+0\.72\+0\.61\+0\.61SFRA \(ours\)−0\.32\-0\.32−0\.12\-0\.12−0\.45\-0\.45−0\.20\-0\.20−0\.02\-0\.02−0\.35\-0\.35−0\.15\-0\.15−0\.14\-0\.14\+0\.02\+0\.02−0\.41\-0\.41Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned66\.7666\.7666\.2166\.2165\.1965\.1964\.3564\.3567\.0067\.0068\.7868\.7868\.7168\.7167\.5267\.5267\.3267\.3266\.4766\.47PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]66\.0966\.0965\.8165\.8164\.8064\.8064\.0064\.0066\.7066\.7068\.3468\.3468\.1268\.1267\.2867\.2867\.1567\.1566\.2066\.20SFRA \(ours\)60\.5360\.5360\.0460\.0458\.9458\.9457\.9957\.9960\.4260\.4262\.8562\.8561\.9161\.9161\.0161\.0161\.7861\.7859\.9859\.98𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned2\.002\.002\.002\.000\.000\.002\.002\.000\.000\.000\.000\.000\.000\.002\.002\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]70\.0070\.0066\.0066\.0036\.0036\.0048\.0048\.0044\.0044\.0052\.0052\.0072\.0072\.0054\.0054\.0058\.0058\.0042\.0042\.00SFRA \(ours\)56\.0056\.0040\.0040\.0012\.0012\.0026\.0026\.0058\.0058\.0010\.0010\.0066\.0066\.0032\.0032\.0056\.0056\.0024\.0024\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe86\.0086\.0068\.0068\.0056\.0056\.0066\.0066\.0042\.0042\.0048\.0048\.0060\.0060\.0058\.0058\.0058\.0058\.0050\.0050\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.810\.810\.780\.780\.530\.530\.630\.630\.610\.610\.680\.680\.840\.840\.680\.680\.730\.730\.590\.59SFRA \(ours\)0\.690\.690\.540\.540\.210\.210\.380\.380\.720\.720\.180\.180\.770\.770\.450\.450\.700\.700\.380\.38ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.81\+0\.81\+0\.78\+0\.78\+0\.53\+0\.53\+0\.63\+0\.63\+0\.61\+0\.61\+0\.68\+0\.68\+0\.25\+0\.25\+0\.68\+0\.68\+0\.73\+0\.73\+0\.59\+0\.59SFRA \(ours\)\+0\.03\+0\.03\+0\.09\+0\.09−0\.42\-0\.42−0\.00\-0\.00\+0\.15\+0\.15−0\.38\-0\.38\+0\.12\+0\.12\+0\.10\+0\.10\+0\.10\+0\.10−0\.24\-0\.24SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned66\.6166\.6166\.0066\.0067\.8567\.8566\.7366\.7369\.4269\.4269\.3169\.3168\.6468\.6466\.0966\.0968\.6668\.6668\.0168\.01PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]66\.5966\.5965\.8265\.8267\.7767\.7766\.7166\.7169\.3869\.3869\.2769\.2767\.3267\.3265\.9865\.9868\.6568\.6567\.9667\.96SFRA \(ours\)61\.7161\.7160\.3960\.3961\.7161\.7160\.4260\.4263\.9763\.9762\.5662\.5663\.7963\.7959\.9459\.9461\.8061\.8062\.1162\.11𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]64\.0064\.0080\.0080\.0046\.0046\.0060\.0060\.0040\.0040\.0038\.0038\.0088\.0088\.0062\.0062\.0054\.0054\.0060\.0060\.00SFRA \(ours\)58\.0058\.0060\.0060\.0022\.0022\.0012\.0012\.0034\.0034\.0032\.0032\.0022\.0022\.0014\.0014\.0080\.0080\.0024\.0024\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe84\.0084\.0072\.0072\.0046\.0046\.0062\.0062\.0044\.0044\.0046\.0046\.0056\.0056\.0070\.0070\.0066\.0066\.0058\.0058\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.780\.780\.890\.890\.630\.630\.750\.750\.570\.570\.550\.550\.930\.930\.770\.770\.700\.700\.750\.75SFRA \(ours\)0\.720\.720\.730\.730\.360\.360\.210\.210\.500\.500\.480\.480\.360\.360\.240\.240\.860\.860\.380\.38ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.78\+0\.78\+0\.89\+0\.89\+0\.63\+0\.63\+0\.75\+0\.75\+0\.57\+0\.57\+0\.55\+0\.55\+0\.34\+0\.34\+0\.77\+0\.77\+0\.70\+0\.70\+0\.75\+0\.75SFRA \(ours\)\+0\.07\+0\.07\+0\.28\+0\.28−0\.28\-0\.28−0\.17\-0\.17−0\.06\-0\.06−0\.08\-0\.08−0\.29\-0\.29−0\.11\-0\.11\+0\.26\+0\.26−0\.24\-0\.24Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned71\.1471\.1471\.0071\.0071\.0571\.0570\.9470\.9471\.2271\.2271\.1971\.1971\.3771\.3771\.0371\.0371\.3671\.3671\.1271\.12PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]70\.4070\.4070\.5070\.5069\.7769\.7769\.8269\.8269\.7669\.7670\.7470\.7470\.4770\.4770\.3570\.3570\.5970\.5970\.6570\.65SFRA \(ours\)66\.2466\.2465\.0065\.0064\.6964\.6963\.8763\.8766\.3666\.3669\.7469\.7464\.3664\.3664\.6864\.6864\.3664\.3664\.4364\.43𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.0016\.0016\.000\.000\.000\.000\.000\.000\.0018\.0018\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]96\.0096\.0098\.0098\.0090\.0090\.0096\.0096\.0072\.0072\.0070\.0070\.0086\.0086\.0090\.0090\.0094\.0094\.0070\.0070\.00SFRA \(ours\)28\.0028\.0080\.0080\.0074\.0074\.0038\.0038\.0020\.0020\.000\.000\.0030\.0030\.0044\.0044\.0056\.0056\.0072\.0072\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe88\.0088\.0088\.0088\.0056\.0056\.0076\.0076\.0054\.0054\.0050\.0050\.0054\.0054\.0078\.0078\.0074\.0074\.0046\.0046\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.980\.980\.990\.990\.940\.940\.970\.970\.830\.830\.700\.700\.920\.920\.940\.940\.970\.970\.680\.68SFRA \(ours\)0\.430\.430\.860\.860\.830\.830\.540\.540\.330\.330\.000\.000\.450\.450\.600\.600\.700\.700\.680\.68ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.98\+0\.98\+0\.99\+0\.99\+0\.94\+0\.94\+0\.97\+0\.97\+0\.83\+0\.83\+0\.70\+0\.70\+0\.33\+0\.33\+0\.94\+0\.94\+0\.97\+0\.97\+0\.68\+0\.68SFRA \(ours\)−0\.22\-0\.22\+0\.41\+0\.41\+0\.19\+0\.19\+0\.16\+0\.16−0\.23\-0\.23−0\.56\-0\.56−0\.20\-0\.20\+0\.24\+0\.24\+0\.10\+0\.10\+0\.07\+0\.07SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned70\.0370\.0369\.3169\.3169\.6269\.6269\.5969\.5970\.0970\.0970\.4770\.4770\.4370\.4369\.3369\.3369\.8069\.8069\.9869\.98PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]69\.9469\.9469\.1669\.1669\.2469\.2469\.2669\.2669\.3269\.3270\.4270\.4270\.3470\.3469\.1769\.1769\.7469\.7469\.9369\.93SFRA \(ours\)66\.4666\.4664\.6264\.6266\.6166\.6166\.3066\.3067\.0267\.0267\.6267\.6267\.7567\.7565\.4665\.4666\.3666\.3665\.2665\.26𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]66\.0066\.0082\.0082\.0062\.0062\.0074\.0074\.0056\.0056\.0042\.0042\.0048\.0048\.0064\.0064\.0040\.0040\.0044\.0044\.00SFRA \(ours\)52\.0052\.0042\.0042\.0014\.0014\.0036\.0036\.008\.008\.006\.006\.0018\.0018\.0030\.0030\.0012\.0012\.0010\.0010\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe90\.0090\.0082\.0082\.0048\.0048\.0076\.0076\.0048\.0048\.0038\.0038\.0050\.0050\.0074\.0074\.0072\.0072\.0060\.0060\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.790\.790\.900\.900\.760\.760\.850\.850\.720\.720\.590\.590\.650\.650\.780\.780\.570\.570\.610\.61SFRA \(ours\)0\.680\.680\.580\.580\.240\.240\.520\.520\.150\.150\.110\.110\.300\.300\.460\.460\.210\.210\.180\.18ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.79\+0\.79\+0\.90\+0\.90\+0\.76\+0\.76\+0\.85\+0\.85\+0\.72\+0\.72\+0\.59\+0\.59\+0\.06\+0\.06\+0\.78\+0\.78\+0\.57\+0\.57\+0\.61\+0\.61SFRA \(ours\)\+0\.02\+0\.02\+0\.13\+0\.13−0\.39\-0\.39\+0\.14\+0\.14−0\.41\-0\.41−0\.45\-0\.45−0\.35\-0\.35\+0\.10\+0\.10−0\.39\-0\.39−0\.44\-0\.44DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned69\.6369\.6366\.3966\.3970\.6570\.6565\.7765\.7770\.8470\.8470\.4570\.4569\.8869\.8868\.4368\.4369\.8769\.8770\.9270\.92PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]68\.9368\.9366\.1266\.1270\.6470\.6465\.5465\.5469\.4469\.4470\.2070\.2069\.1569\.1568\.1268\.1268\.4568\.4570\.8370\.83SFRA \(ours\)63\.1263\.1263\.3063\.3064\.2464\.2459\.4259\.4263\.8563\.8564\.7464\.7463\.0563\.0562\.6762\.6764\.3964\.3964\.9764\.97𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.002\.002\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]68\.0068\.0052\.0052\.0024\.0024\.0024\.0024\.0054\.0054\.0032\.0032\.0076\.0076\.0054\.0054\.0064\.0064\.0036\.0036\.00SFRA \(ours\)80\.0080\.0036\.0036\.0056\.0056\.0014\.0014\.0016\.0016\.008\.008\.0054\.0054\.0024\.0024\.0028\.0028\.0022\.0022\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe84\.0084\.0064\.0064\.0052\.0052\.0062\.0062\.0054\.0054\.0050\.0050\.0056\.0056\.0066\.0066\.0070\.0070\.0056\.0056\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.810\.810\.680\.680\.390\.390\.390\.390\.700\.700\.480\.480\.860\.860\.680\.680\.780\.780\.530\.53SFRA \(ours\)0\.860\.860\.520\.520\.700\.700\.240\.240\.270\.270\.150\.150\.680\.680\.360\.360\.430\.430\.360\.36ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.81\+0\.81\+0\.68\+0\.68\+0\.39\+0\.39\+0\.39\+0\.39\+0\.70\+0\.70\+0\.48\+0\.48\+0\.27\+0\.27\+0\.68\+0\.68\+0\.78\+0\.78\+0\.53\+0\.53SFRA \(ours\)\+0\.21\+0\.21\+0\.07\+0\.07\+0\.07\+0\.07−0\.14\-0\.14−0\.29\-0\.29−0\.41\-0\.41\+0\.03\+0\.03−0\.00\-0\.00−0\.17\-0\.17−0\.26\-0\.26 Table R\.4:Per\-forget\-class single\-class unlearning and relearning results on CIFAR\-10 using ViT\-B/16\. We report the unlearned checkpoint, the source\-dependent PRA baseline, our proposed SFRA, and frozen\-encoder linear probing\. Each forget class column corresponds to a separate unlearned checkpoint in which that class is designated for forgetting\.Unlearning MethodMetricVariantForget Class0123456789Original𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Original97\.7297\.7297\.6997\.6997\.8797\.8798\.0198\.0197\.8497\.8497\.9897\.9897\.7097\.7097\.7197\.7197\.7097\.7097\.7897\.78𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Original98\.5098\.5098\.8098\.8097\.2097\.2095\.9095\.9097\.4097\.4096\.2096\.2098\.7098\.7098\.6098\.6098\.7098\.7098\.0098\.00Retrained𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned98\.3998\.3998\.3898\.3898\.2198\.2198\.8698\.8698\.6798\.6798\.6798\.6798\.1798\.1798\.2898\.2898\.2098\.2098\.3198\.31PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]97\.7797\.7798\.2698\.2696\.9896\.9898\.7298\.7297\.2997\.2998\.2698\.2697\.4997\.4997\.1997\.1997\.7297\.7298\.0498\.04SFRA \(ours\)98\.2898\.2898\.2798\.2798\.1798\.1798\.7298\.7298\.2198\.2198\.4498\.4497\.9997\.9998\.2998\.2998\.0798\.0798\.1098\.10𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]75\.9075\.9044\.6044\.6079\.7079\.7019\.6019\.6083\.2083\.2071\.4071\.4078\.2078\.2055\.7055\.7089\.4089\.4060\.9060\.90SFRA \(ours\)5\.905\.905\.905\.9039\.8039\.804\.504\.507\.207\.2021\.4021\.4020\.2020\.201\.001\.0014\.5014\.503\.103\.10𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe93\.0093\.0097\.4097\.4093\.7093\.7091\.5091\.5092\.4092\.4091\.5091\.5093\.6093\.6093\.0093\.0095\.8095\.8095\.0095\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.860\.860\.620\.620\.880\.880\.330\.330\.900\.900\.830\.830\.880\.880\.710\.710\.940\.940\.760\.76SFRA \(ours\)0\.110\.110\.110\.110\.570\.570\.090\.090\.130\.130\.350\.350\.340\.340\.020\.020\.250\.250\.060\.06Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned97\.8197\.8196\.7296\.7296\.1696\.1697\.3897\.3884\.9384\.9397\.1697\.1695\.5795\.5796\.4196\.4196\.9696\.9697\.2897\.28PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]97\.7497\.7496\.0996\.0995\.8995\.8996\.6296\.6284\.9284\.9296\.1396\.1394\.4194\.4196\.3496\.3496\.4296\.4297\.1197\.11SFRA \(ours\)97\.7697\.7696\.7496\.7496\.0196\.0197\.3497\.3484\.6684\.6697\.1397\.1395\.3495\.3496\.3996\.3996\.9996\.9997\.1697\.16𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.100\.101\.301\.303\.503\.502\.102\.100\.000\.000\.200\.203\.803\.801\.601\.601\.201\.200\.200\.20PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]65\.7065\.7095\.0095\.0065\.2065\.2073\.0073\.000\.100\.1084\.9084\.9089\.2089\.2062\.0062\.0091\.1091\.1075\.4075\.40SFRA \(ours\)2\.202\.205\.705\.7016\.9016\.906\.806\.800\.300\.301\.901\.908\.908\.903\.203\.204\.004\.007\.207\.20𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe97\.0097\.0097\.0097\.0094\.9094\.9089\.8089\.8084\.7084\.7091\.9091\.9097\.4097\.4096\.2096\.2097\.0097\.0096\.2096\.20RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.790\.790\.960\.960\.760\.760\.830\.830\.000\.000\.910\.910\.920\.920\.750\.750\.940\.940\.860\.86SFRA \(ours\)0\.040\.040\.080\.080\.240\.240\.090\.090\.010\.010\.030\.030\.100\.100\.030\.030\.050\.050\.130\.13ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.07\-0\.07\+0\.35\+0\.35−0\.12\-0\.12\+0\.50\+0\.50−0\.90\-0\.90\+0\.08\+0\.08\+0\.04\+0\.04\+0\.04\+0\.04\+0\.00\+0\.00\+0\.10\+0\.10SFRA \(ours\)−0\.07\-0\.07−0\.03\-0\.03−0\.33\-0\.33\+0\.00\+0\.00−0\.13\-0\.13−0\.32\-0\.32−0\.24\-0\.24\+0\.01\+0\.01−0\.20\-0\.20\+0\.07\+0\.07Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned94\.0394\.0396\.7996\.7989\.9089\.9097\.6797\.6795\.1395\.1392\.4892\.4893\.2193\.2195\.9295\.9297\.3997\.3994\.5194\.51PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]93\.8893\.8895\.2695\.2689\.9089\.9096\.3396\.3395\.1395\.1392\.3092\.3092\.6892\.6894\.9194\.9196\.0396\.0394\.1094\.10SFRA \(ours\)91\.9991\.9995\.7795\.7781\.2381\.2397\.1697\.1694\.9294\.9289\.6789\.6790\.0190\.0195\.2695\.2696\.1096\.1091\.3991\.39𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned2\.102\.100\.500\.500\.100\.101\.601\.600\.000\.005\.305\.300\.200\.200\.500\.500\.400\.400\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]77\.2077\.2099\.2099\.200\.100\.1093\.9093\.900\.000\.0088\.6088\.601\.201\.2096\.5096\.5099\.2099\.2089\.1089\.10SFRA \(ours\)49\.1049\.1098\.7098\.7099\.0099\.0055\.0055\.001\.701\.7077\.4077\.4046\.4046\.4075\.9075\.9099\.5099\.5099\.5099\.50𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe96\.1096\.1098\.1098\.1096\.7096\.7092\.5092\.5094\.0094\.0093\.5093\.5098\.0098\.0096\.2096\.2098\.7098\.7098\.2098\.20RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.860\.860\.990\.990\.000\.000\.950\.950\.000\.000\.910\.910\.020\.020\.970\.970\.990\.990\.940\.94SFRA \(ours\)0\.640\.640\.990\.990\.950\.950\.690\.690\.030\.030\.830\.830\.630\.630\.860\.860\.990\.990\.980\.98ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.00\-0\.00\+0\.37\+0\.37−0\.88\-0\.88\+0\.63\+0\.63−0\.90\-0\.90\+0\.08\+0\.08−0\.86\-0\.86\+0\.26\+0\.26\+0\.04\+0\.04\+0\.18\+0\.18SFRA \(ours\)\+0\.52\+0\.52\+0\.87\+0\.87\+0\.38\+0\.38\+0\.61\+0\.61−0\.10\-0\.10\+0\.48\+0\.48\+0\.29\+0\.29\+0\.84\+0\.84\+0\.74\+0\.74\+0\.92\+0\.92Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned97\.6297\.6297\.7997\.7996\.9096\.9098\.2498\.2496\.9796\.9797\.9497\.9497\.6197\.6197\.0797\.0797\.3497\.3497\.8097\.80PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]95\.8095\.8096\.4296\.4296\.8996\.8996\.4096\.4096\.7196\.7197\.3997\.3995\.5195\.5195\.9295\.9295\.8095\.8095\.8895\.88SFRA \(ours\)97\.5797\.5797\.7097\.7097\.4097\.4098\.2398\.2397\.2397\.2398\.0098\.0097\.4797\.4797\.0297\.0297\.3397\.3397\.8297\.82𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.100\.100\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]99\.4099\.4098\.7098\.700\.000\.0097\.4097\.400\.000\.0088\.0088\.0099\.9099\.9096\.4096\.4099\.7099\.7097\.9097\.90SFRA \(ours\)0\.900\.908\.908\.900\.000\.005\.905\.900\.000\.000\.000\.0094\.6094\.605\.405\.4093\.8093\.801\.301\.30𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe98\.2098\.2098\.0098\.0097\.8097\.8093\.5093\.5096\.6096\.6094\.3094\.3098\.4098\.4096\.6096\.6099\.0099\.0096\.8096\.80RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.990\.990\.000\.000\.980\.980\.000\.000\.930\.930\.990\.990\.980\.980\.990\.990\.980\.98SFRA \(ours\)0\.020\.020\.160\.160\.000\.000\.110\.110\.000\.000\.000\.000\.970\.970\.100\.100\.970\.970\.030\.03ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.13\+0\.13\+0\.37\+0\.37−0\.88\-0\.88\+0\.65\+0\.65−0\.90\-0\.90\+0\.10\+0\.10\+0\.11\+0\.11\+0\.26\+0\.26\+0\.05\+0\.05\+0\.22\+0\.22SFRA \(ours\)−0\.09\-0\.09\+0\.05\+0\.05−0\.57\-0\.57\+0\.03\+0\.03−0\.13\-0\.13−0\.35\-0\.35\+0\.64\+0\.64\+0\.08\+0\.08\+0\.71\+0\.71−0\.03\-0\.03Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned97\.7197\.7197\.5297\.5296\.9096\.9098\.2698\.2697\.9397\.9397\.8097\.8097\.7797\.7797\.4897\.4897\.6697\.6697\.6497\.64PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]95\.5495\.5496\.3296\.3296\.5896\.5897\.0697\.0696\.6196\.6196\.3896\.3897\.6397\.6396\.6796\.6795\.6495\.6496\.4196\.41SFRA \(ours\)96\.8196\.8197\.2497\.2492\.7292\.7296\.5396\.5397\.2697\.2693\.0793\.0797\.3997\.3996\.9096\.9096\.9096\.9096\.5696\.56𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.200\.200\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.100\.100\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]99\.6099\.6099\.4099\.4095\.3095\.3098\.5098\.5099\.6099\.6095\.2095\.2099\.3099\.3099\.7099\.7099\.8099\.8099\.1099\.10SFRA \(ours\)98\.4098\.4099\.2099\.2098\.4098\.4098\.4098\.4098\.4098\.4097\.0097\.0098\.9098\.9099\.8099\.8099\.4099\.4099\.0099\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe97\.7097\.7098\.6098\.6096\.6096\.6097\.1097\.1097\.2097\.2094\.5094\.5097\.7097\.7099\.1099\.1098\.7098\.7097\.7097\.70RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.990\.990\.970\.970\.990\.990\.990\.990\.970\.971\.001\.000\.990\.990\.990\.990\.990\.99SFRA \(ours\)0\.990\.990\.990\.990\.970\.970\.980\.980\.990\.990\.960\.960\.990\.991\.001\.000\.990\.990\.990\.99ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.13\+0\.13\+0\.37\+0\.37\+0\.09\+0\.09\+0\.66\+0\.66\+0\.09\+0\.09\+0\.14\+0\.14\+0\.12\+0\.12\+0\.28\+0\.28\+0\.05\+0\.05\+0\.23\+0\.23SFRA \(ours\)\+0\.88\+0\.88\+0\.88\+0\.88\+0\.40\+0\.40\+0\.90\+0\.90\+0\.85\+0\.85\+0\.61\+0\.61\+0\.66\+0\.66\+0\.98\+0\.98\+0\.74\+0\.74\+0\.93\+0\.93 Unlearning MethodMetricVariantForget Class0123456789Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned77\.0077\.0097\.0397\.0383\.2383\.2396\.5896\.5894\.6894\.6870\.2770\.2790\.4290\.4296\.4796\.4796\.3896\.3889\.2189\.21PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]77\.0077\.0095\.9395\.9383\.2383\.2395\.8195\.8194\.6894\.6870\.2770\.2790\.4190\.4195\.2695\.2696\.2096\.2088\.2888\.28SFRA \(ours\)78\.8878\.8896\.2296\.2281\.3881\.3896\.6696\.6693\.6793\.6771\.3071\.3086\.7486\.7496\.4296\.4294\.8794\.8785\.3685\.36𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.002\.802\.800\.100\.100\.100\.100\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.000\.0098\.4098\.400\.100\.1045\.5045\.500\.100\.101\.801\.800\.000\.0089\.0089\.008\.308\.3096\.9096\.90SFRA \(ours\)0\.400\.4097\.6097\.6023\.1023\.103\.303\.308\.008\.000\.500\.500\.700\.700\.900\.9097\.7097\.7053\.1053\.10𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe96\.1096\.1097\.8097\.8096\.5096\.5092\.5092\.5094\.9094\.9093\.0093\.0098\.0098\.0095\.7095\.7099\.1099\.1097\.6097\.60RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.000\.000\.970\.970\.000\.000\.620\.620\.000\.000\.040\.040\.000\.000\.940\.940\.150\.150\.980\.98SFRA \(ours\)0\.010\.010\.970\.970\.370\.370\.060\.060\.150\.150\.010\.010\.010\.010\.020\.020\.980\.980\.680\.68ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.86\-0\.86\+0\.36\+0\.36−0\.88\-0\.88\+0\.30\+0\.30−0\.90\-0\.90−0\.80\-0\.80−0\.88\-0\.88\+0\.22\+0\.22−0\.79\-0\.79\+0\.22\+0\.22SFRA \(ours\)−0\.10\-0\.10\+0\.86\+0\.86−0\.20\-0\.20−0\.02\-0\.02\+0\.01\+0\.01−0\.34\-0\.34−0\.32\-0\.32−0\.00\-0\.00\+0\.73\+0\.73\+0\.62\+0\.62SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned97\.5997\.5997\.8397\.8395\.1895\.1898\.4798\.4797\.7897\.7897\.6197\.6197\.7197\.7197\.2097\.2096\.4796\.4797\.8497\.84PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]96\.5396\.5397\.7997\.7995\.0795\.0798\.2098\.2097\.3197\.3197\.5197\.5197\.6897\.6896\.7996\.7996\.2796\.2797\.8497\.84SFRA \(ours\)97\.5897\.5897\.8197\.8195\.1795\.1798\.4798\.4797\.7897\.7897\.6097\.6097\.6997\.6989\.3089\.3096\.4796\.4797\.8497\.84𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.700\.700\.100\.100\.200\.201\.301\.300\.100\.100\.400\.400\.000\.008\.108\.100\.100\.100\.200\.20PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]54\.2054\.205\.305\.305\.905\.9028\.1028\.1040\.1040\.1012\.2012\.206\.806\.8065\.3065\.3018\.0018\.001\.401\.40SFRA \(ours\)1\.801\.800\.300\.302\.302\.300\.000\.001\.501\.503\.503\.500\.800\.8058\.5058\.502\.202\.200\.100\.10𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe93\.8093\.8096\.4096\.4082\.5082\.5093\.4093\.4093\.2093\.2089\.2089\.2095\.4095\.4096\.7096\.7093\.6093\.6094\.2094\.20RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.690\.690\.100\.100\.110\.110\.420\.420\.570\.570\.210\.210\.130\.130\.730\.730\.300\.300\.020\.02SFRA \(ours\)0\.020\.020\.000\.000\.040\.040\.000\.000\.030\.030\.060\.060\.020\.020\.650\.650\.040\.040\.000\.00ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.17\-0\.17−0\.52\-0\.52−0\.77\-0\.77\+0\.09\+0\.09−0\.33\-0\.33−0\.62\-0\.62−0\.75\-0\.75\+0\.01\+0\.01−0\.64\-0\.64−0\.73\-0\.73SFRA \(ours\)−0\.09\-0\.09−0\.11\-0\.11−0\.53\-0\.53−0\.09\-0\.09−0\.11\-0\.11−0\.29\-0\.29−0\.32\-0\.32\+0\.63\+0\.63−0\.21\-0\.21−0\.06\-0\.06Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned97\.7397\.7397\.7397\.7391\.8991\.8998\.2998\.2986\.1786\.1798\.3298\.3297\.7497\.7497\.8397\.8397\.9797\.9797\.9297\.92PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]96\.9796\.9797\.4897\.4891\.0691\.0697\.9897\.9885\.2885\.2897\.7197\.7197\.6397\.6397\.4497\.4497\.4397\.4397\.8797\.87SFRA \(ours\)97\.6197\.6197\.6797\.6788\.6088\.6098\.0098\.0081\.8781\.8798\.1698\.1697\.6997\.6997\.7797\.7797\.8897\.8897\.8897\.88𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.400\.400\.000\.0010\.6010\.603\.803\.8014\.8014\.800\.100\.100\.800\.800\.000\.000\.100\.101\.701\.70PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]99\.4099\.4098\.9098\.9095\.1095\.1096\.0096\.0091\.1091\.1097\.2097\.2099\.2099\.2099\.6099\.6099\.2099\.2097\.7097\.70SFRA \(ours\)97\.4097\.4098\.1098\.1098\.1098\.1095\.5095\.5096\.9096\.9095\.6095\.6098\.1098\.1096\.7096\.7098\.4098\.4097\.3097\.30𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe98\.1098\.1098\.6098\.6094\.1094\.1095\.8095\.8091\.5091\.5096\.1096\.1098\.0098\.0098\.7098\.7098\.7098\.7097\.9097\.90RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.990\.990\.910\.910\.960\.960\.860\.860\.980\.980\.990\.991\.001\.000\.990\.990\.980\.98SFRA \(ours\)0\.980\.980\.990\.990\.920\.920\.960\.960\.880\.880\.980\.980\.990\.990\.980\.980\.990\.990\.980\.98ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.13\+0\.13\+0\.38\+0\.38\+0\.03\+0\.03\+0\.63\+0\.63−0\.04\-0\.04\+0\.15\+0\.15\+0\.12\+0\.12\+0\.28\+0\.28\+0\.05\+0\.05\+0\.22\+0\.22SFRA \(ours\)\+0\.87\+0\.87\+0\.88\+0\.88\+0\.35\+0\.35\+0\.87\+0\.87\+0\.75\+0\.75\+0\.62\+0\.62\+0\.65\+0\.65\+0\.96\+0\.96\+0\.74\+0\.74\+0\.92\+0\.92SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned98\.0698\.0698\.0298\.0297\.9097\.9098\.5398\.5398\.0798\.0798\.4898\.4897\.8297\.8297\.9897\.9898\.0098\.0097\.9797\.97PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]96\.6296\.6297\.7397\.7396\.5296\.5297\.9897\.9895\.6495\.6496\.4296\.4297\.7997\.7997\.2397\.2397\.1397\.1397\.7397\.73SFRA \(ours\)98\.0898\.0898\.0298\.0297\.9097\.9098\.4498\.4498\.0998\.0998\.5098\.5097\.7897\.7897\.9997\.9997\.9497\.9497\.9197\.91𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.100\.100\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]99\.5099\.5099\.0099\.0098\.6098\.6097\.5097\.5099\.1099\.1098\.2098\.2096\.1096\.1099\.4099\.4099\.5099\.5098\.5098\.50SFRA \(ours\)64\.0064\.0097\.3097\.3094\.3094\.3085\.6085\.6085\.6085\.6066\.5066\.5085\.4085\.405\.905\.9095\.8095\.8092\.5092\.50𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe98\.7098\.7098\.8098\.8098\.1098\.1096\.2096\.2096\.8096\.8096\.0096\.0098\.6098\.6098\.3098\.3098\.5098\.5097\.7097\.70RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.990\.990\.990\.990\.980\.980\.980\.980\.980\.980\.980\.980\.990\.990\.990\.990\.990\.99SFRA \(ours\)0\.780\.780\.990\.990\.970\.970\.920\.920\.920\.920\.800\.800\.920\.920\.110\.110\.980\.980\.960\.96ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.13\+0\.13\+0\.38\+0\.38\+0\.10\+0\.10\+0\.66\+0\.66\+0\.08\+0\.08\+0\.15\+0\.15\+0\.10\+0\.10\+0\.28\+0\.28\+0\.05\+0\.05\+0\.23\+0\.23SFRA \(ours\)\+0\.67\+0\.67\+0\.87\+0\.87\+0\.40\+0\.40\+0\.84\+0\.84\+0\.79\+0\.79\+0\.45\+0\.45\+0\.59\+0\.59\+0\.09\+0\.09\+0\.72\+0\.72\+0\.90\+0\.90DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned97\.3997\.3997\.1397\.1396\.9796\.9798\.1098\.1097\.9697\.9696\.0196\.0197\.5297\.5297\.3897\.3896\.9196\.9196\.2296\.22PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]97\.3097\.3096\.4696\.4696\.9796\.9796\.8496\.8496\.0096\.0096\.0196\.0196\.7296\.7297\.3797\.3795\.9295\.9295\.5295\.52SFRA \(ours\)95\.9495\.9495\.2295\.2292\.8392\.8396\.5296\.5297\.5397\.5393\.5293\.5295\.2795\.2794\.2194\.2194\.8894\.8891\.4391\.43𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]93\.4093\.4099\.0099\.0044\.6044\.6097\.1097\.1099\.1099\.100\.000\.0097\.5097\.5072\.8072\.8099\.7099\.7099\.1099\.10SFRA \(ours\)99\.1099\.1099\.3099\.3039\.3039\.3097\.8097\.8095\.0095\.0080\.3080\.3098\.4098\.4099\.7099\.7099\.9099\.9099\.8099\.80𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe99\.1099\.1098\.4098\.4094\.7094\.7095\.0095\.0096\.2096\.2088\.9088\.9097\.9097\.9098\.7098\.7099\.0099\.0098\.1098\.10RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.970\.970\.990\.990\.620\.620\.980\.980\.990\.990\.000\.000\.980\.980\.840\.840\.990\.990\.990\.99SFRA \(ours\)0\.990\.990\.990\.990\.560\.560\.980\.980\.970\.970\.880\.880\.980\.980\.980\.980\.990\.990\.970\.97ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.10\+0\.10\+0\.37\+0\.37−0\.27\-0\.27\+0\.65\+0\.65\+0\.08\+0\.08−0\.83\-0\.83\+0\.11\+0\.11\+0\.13\+0\.13\+0\.05\+0\.05\+0\.24\+0\.24SFRA \(ours\)\+0\.88\+0\.88\+0\.88\+0\.88−0\.01\-0\.01\+0\.89\+0\.89\+0\.84\+0\.84\+0\.53\+0\.53\+0\.64\+0\.64\+0\.96\+0\.96\+0\.74\+0\.74\+0\.91\+0\.91 Table R\.5:Per\-forget\-class single\-class unlearning and relearning results on CIFAR\-100 using ViT\-B/16\. We report the unlearned checkpoint, the source\-dependent PRA baseline, our proposed SFRA, and frozen\-encoder linear probing\. Each forget class column corresponds to a separate unlearned checkpoint in which that class is designated for forgetting\.Unlearning MethodMetricVariantForget Class0102030405060708090Original𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Original87\.6687\.6687\.8987\.8987\.7487\.7487\.8587\.8587\.7587\.7587\.9087\.9087\.7787\.7787\.7987\.7987\.7987\.7987\.7287\.72𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Original98\.0098\.0075\.0075\.0090\.0090\.0079\.0079\.0089\.0089\.0074\.0074\.0087\.0087\.0085\.0085\.0085\.0085\.0092\.0092\.00Retrained𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned86\.8186\.8187\.2787\.2787\.0087\.0088\.1788\.1787\.0087\.0087\.7787\.7787\.4787\.4787\.3487\.3487\.0787\.0787\.0787\.07PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]86\.5186\.5186\.9986\.9986\.5686\.5687\.3887\.3886\.3586\.3587\.1487\.1487\.3687\.3686\.2986\.2986\.3686\.3686\.4386\.43SFRA \(ours\)86\.0086\.0086\.6286\.6286\.4086\.4087\.5387\.5386\.1286\.1287\.2087\.2086\.8986\.8986\.2086\.2086\.3586\.3585\.9985\.99𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]86\.0086\.0056\.0056\.0085\.0085\.0059\.0059\.0060\.0060\.0069\.0069\.0039\.0039\.0080\.0080\.0079\.0079\.0086\.0086\.00SFRA \(ours\)20\.0020\.0018\.0018\.0016\.0016\.004\.004\.0054\.0054\.004\.004\.0036\.0036\.007\.007\.0053\.0053\.0021\.0021\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe97\.0097\.0074\.0074\.0085\.0085\.0081\.0081\.0083\.0083\.0072\.0072\.0086\.0086\.0073\.0073\.0086\.0086\.0088\.0088\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.920\.920\.720\.720\.910\.910\.740\.740\.750\.750\.810\.810\.560\.560\.880\.880\.880\.880\.920\.92SFRA \(ours\)0\.330\.330\.300\.300\.280\.280\.080\.080\.700\.700\.080\.080\.530\.530\.130\.130\.690\.690\.350\.35Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned87\.2087\.2087\.7687\.7685\.7985\.7987\.3087\.3085\.9285\.9288\.3188\.3186\.9286\.9288\.5388\.5386\.1086\.1084\.7184\.71PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]87\.1487\.1487\.7487\.7485\.6685\.6686\.8986\.8985\.8985\.8988\.1988\.1986\.8586\.8588\.5288\.5286\.0486\.0484\.0584\.05SFRA \(ours\)86\.7486\.7487\.5287\.5285\.5885\.5886\.9186\.9185\.8285\.8288\.1588\.1586\.5286\.5288\.4788\.4785\.9485\.9484\.2184\.21𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.001\.001\.000\.000\.000\.000\.0014\.0014\.000\.000\.005\.005\.000\.000\.008\.008\.001\.001\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]83\.0083\.0041\.0041\.0077\.0077\.0073\.0073\.0041\.0041\.0034\.0034\.0061\.0061\.0033\.0033\.0059\.0059\.0092\.0092\.00SFRA \(ours\)7\.007\.0024\.0024\.008\.008\.002\.002\.0039\.0039\.002\.002\.0032\.0032\.005\.005\.0024\.0024\.008\.008\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe94\.0094\.0082\.0082\.0093\.0093\.0084\.0084\.0093\.0093\.0082\.0082\.0089\.0089\.0079\.0079\.0094\.0094\.0088\.0088\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.910\.910\.570\.570\.870\.870\.840\.840\.430\.430\.510\.510\.720\.720\.500\.500\.680\.680\.950\.95SFRA \(ours\)0\.130\.130\.370\.370\.150\.150\.040\.040\.400\.400\.040\.040\.420\.420\.100\.100\.280\.280\.130\.13ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.01\-0\.01−0\.14\-0\.14−0\.05\-0\.05\+0\.10\+0\.10−0\.32\-0\.32−0\.31\-0\.31\+0\.16\+0\.16−0\.39\-0\.39−0\.20\-0\.20\+0\.03\+0\.03SFRA \(ours\)−0\.20\-0\.20\+0\.07\+0\.07−0\.13\-0\.13−0\.04\-0\.04−0\.30\-0\.30−0\.04\-0\.04−0\.10\-0\.10−0\.04\-0\.04−0\.42\-0\.42−0\.22\-0\.22Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned85\.5285\.5284\.0684\.0682\.4482\.4486\.7186\.7182\.3982\.3985\.0985\.0984\.1784\.1783\.2783\.2783\.6283\.6286\.5586\.55PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]83\.7983\.7982\.9482\.9481\.0281\.0286\.7186\.7182\.1482\.1485\.0985\.0983\.8683\.8682\.9982\.9982\.6482\.6485\.5585\.55SFRA \(ours\)78\.5678\.5676\.1476\.1474\.3774\.3785\.4585\.4574\.9274\.9282\.4182\.4178\.2578\.2575\.0575\.0575\.5975\.5980\.2580\.25𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.007\.007\.000\.000\.000\.000\.000\.000\.001\.001\.001\.001\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0055\.0055\.0087\.0087\.000\.000\.0053\.0053\.005\.005\.0089\.0089\.0048\.0048\.0076\.0076\.0096\.0096\.00SFRA \(ours\)99\.0099\.0057\.0057\.0057\.0057\.003\.003\.0081\.0081\.008\.008\.0097\.0097\.0054\.0054\.0089\.0089\.0042\.0042\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe97\.0097\.0073\.0073\.0087\.0087\.0080\.0080\.0089\.0089\.0080\.0080\.0086\.0086\.0076\.0076\.0083\.0083\.0087\.0087\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.710\.710\.920\.920\.000\.000\.630\.630\.100\.100\.940\.940\.650\.650\.850\.850\.970\.97SFRA \(ours\)0\.960\.960\.700\.700\.700\.700\.060\.060\.820\.820\.150\.150\.960\.960\.680\.680\.900\.900\.570\.57ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.07\+0\.07−0\.01\-0\.01\+0\.01\+0\.01−0\.74\-0\.74−0\.12\-0\.12−0\.72\-0\.72\+0\.38\+0\.38−0\.24\-0\.24−0\.03\-0\.03\+0\.05\+0\.05SFRA \(ours\)\+0\.63\+0\.63\+0\.40\+0\.40\+0\.43\+0\.43−0\.02\-0\.02\+0\.12\+0\.12\+0\.07\+0\.07\+0\.43\+0\.43\+0\.55\+0\.55\+0\.21\+0\.21\+0\.22\+0\.22Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned86\.2586\.2586\.0686\.0686\.5286\.5287\.0087\.0085\.0285\.0286\.3986\.3986\.9586\.9586\.1586\.1585\.9285\.9287\.0487\.04PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]86\.1686\.1686\.0586\.0586\.5286\.5287\.0087\.0084\.4684\.4686\.2586\.2585\.6285\.6285\.3785\.3785\.9085\.9086\.3586\.35SFRA \(ours\)86\.3086\.3086\.1186\.1186\.5286\.5286\.8986\.8984\.5984\.5985\.4785\.4785\.9285\.9285\.7885\.7886\.1786\.1785\.9285\.92𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.000\.000\.000\.000\.000\.000\.000\.0068\.0068\.0069\.0069\.0097\.0097\.0067\.0067\.000\.000\.0091\.0091\.00SFRA \(ours\)0\.000\.002\.002\.001\.001\.001\.001\.0024\.0024\.006\.006\.0091\.0091\.003\.003\.000\.000\.0090\.0090\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe89\.0089\.0062\.0062\.0093\.0093\.0077\.0077\.0086\.0086\.0078\.0078\.0091\.0091\.0076\.0076\.0067\.0067\.0084\.0084\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.000\.000\.000\.000\.000\.000\.000\.000\.810\.810\.820\.820\.980\.980\.800\.800\.000\.000\.950\.95SFRA \(ours\)0\.000\.000\.040\.040\.020\.020\.020\.020\.390\.390\.110\.110\.950\.950\.060\.060\.000\.000\.940\.94ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.92\-0\.92−0\.72\-0\.72−0\.91\-0\.91−0\.74\-0\.74\+0\.06\+0\.06\+0\.00\+0\.00\+0\.42\+0\.42−0\.08\-0\.08−0\.88\-0\.88\+0\.03\+0\.03SFRA \(ours\)−0\.33\-0\.33−0\.27\-0\.27−0\.26\-0\.26−0\.06\-0\.06−0\.31\-0\.31\+0\.04\+0\.04\+0\.42\+0\.42−0\.07\-0\.07−0\.69\-0\.69\+0\.60\+0\.60Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned84\.0584\.0580\.0780\.0779\.8979\.8984\.9584\.9584\.4084\.4087\.0587\.0580\.9880\.9872\.5972\.5982\.2682\.2686\.5286\.52PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]82\.6782\.6779\.4779\.4779\.4279\.4283\.8083\.8083\.7683\.7686\.1286\.1279\.8779\.8772\.2672\.2681\.2781\.2784\.4584\.45SFRA \(ours\)77\.0377\.0374\.0874\.0876\.6676\.6677\.2377\.2376\.4476\.4484\.2784\.2774\.8474\.8468\.5068\.5076\.8176\.8183\.1583\.15𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0054\.0054\.0098\.0098\.0089\.0089\.0086\.0086\.0091\.0091\.0097\.0097\.0092\.0092\.0092\.0092\.0098\.0098\.00SFRA \(ours\)100\.00100\.0019\.0019\.0099\.0099\.0096\.0096\.0095\.0095\.0082\.0082\.0097\.0097\.0093\.0093\.0096\.0096\.0096\.0096\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe98\.0098\.0071\.0071\.0089\.0089\.0083\.0083\.0087\.0087\.0074\.0074\.0091\.0091\.0084\.0084\.0085\.0085\.0093\.0093\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.700\.700\.990\.990\.940\.940\.920\.920\.950\.950\.980\.980\.960\.960\.950\.950\.980\.98SFRA \(ours\)0\.960\.960\.320\.320\.980\.980\.940\.940\.930\.930\.890\.890\.950\.950\.940\.940\.950\.950\.960\.96ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.07\+0\.07−0\.02\-0\.02\+0\.07\+0\.07\+0\.20\+0\.20\+0\.17\+0\.17\+0\.14\+0\.14\+0\.42\+0\.42\+0\.07\+0\.07\+0\.07\+0\.07\+0\.06\+0\.06SFRA \(ours\)\+0\.63\+0\.63\+0\.01\+0\.01\+0\.70\+0\.70\+0\.86\+0\.86\+0\.24\+0\.24\+0\.81\+0\.81\+0\.43\+0\.43\+0\.81\+0\.81\+0\.26\+0\.26\+0\.62\+0\.62 Unlearning MethodMetricVariantForget Class0102030405060708090Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned86\.0986\.0984\.4884\.4884\.3084\.3087\.0387\.0380\.0680\.0685\.9485\.9485\.2985\.2984\.9284\.9283\.4483\.4486\.1786\.17PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]84\.1084\.1083\.6183\.6183\.8283\.8287\.0387\.0379\.7879\.7885\.9485\.9484\.6784\.6784\.2084\.2082\.5882\.5885\.8685\.86SFRA \(ours\)79\.1579\.1576\.4576\.4579\.2279\.2286\.8386\.8374\.7774\.7783\.0383\.0381\.4181\.4180\.5380\.5375\.1875\.1880\.1880\.18𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.001\.001\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0052\.0052\.0088\.0088\.001\.001\.0051\.0051\.0013\.0013\.0088\.0088\.0075\.0075\.0075\.0075\.0091\.0091\.00SFRA \(ours\)98\.0098\.0082\.0082\.0030\.0030\.002\.002\.0079\.0079\.0011\.0011\.0095\.0095\.0039\.0039\.0088\.0088\.0015\.0015\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe96\.0096\.0076\.0076\.0087\.0087\.0077\.0077\.0087\.0087\.0082\.0082\.0085\.0085\.0076\.0076\.0080\.0080\.0085\.0085\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.680\.680\.930\.930\.020\.020\.670\.670\.210\.210\.930\.930\.850\.850\.850\.850\.950\.95SFRA \(ours\)0\.950\.950\.870\.870\.460\.460\.040\.040\.860\.860\.180\.180\.960\.960\.550\.550\.900\.900\.260\.26ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.07\+0\.07−0\.03\-0\.03\+0\.02\+0\.02−0\.72\-0\.72−0\.07\-0\.07−0\.60\-0\.60\+0\.37\+0\.37−0\.03\-0\.03−0\.03\-0\.03\+0\.03\+0\.03SFRA \(ours\)\+0\.62\+0\.62\+0\.56\+0\.56\+0\.18\+0\.18−0\.04\-0\.04\+0\.16\+0\.16\+0\.10\+0\.10\+0\.43\+0\.43\+0\.42\+0\.42\+0\.21\+0\.21−0\.09\-0\.09SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned84\.7284\.7283\.3483\.3481\.9381\.9383\.9383\.9381\.0381\.0386\.1586\.1582\.5682\.5683\.9483\.9484\.1684\.1682\.1482\.14PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]83\.1483\.1483\.2283\.2280\.8080\.8083\.9383\.9380\.0180\.0186\.1586\.1582\.3682\.3683\.0383\.0382\.9582\.9587\.5287\.52SFRA \(ours\)77\.4277\.4277\.9577\.9573\.7673\.7684\.5384\.5373\.3373\.3384\.1784\.1777\.2077\.2080\.1880\.1878\.2778\.2782\.6482\.64𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.001\.001\.000\.000\.000\.000\.008\.008\.002\.002\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]96\.0096\.0030\.0030\.0087\.0087\.000\.000\.0055\.0055\.0024\.0024\.0089\.0089\.0079\.0079\.0075\.0075\.0096\.0096\.00SFRA \(ours\)97\.0097\.0016\.0016\.0036\.0036\.000\.000\.0063\.0063\.009\.009\.0096\.0096\.0020\.0020\.0075\.0075\.000\.000\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe96\.0096\.0073\.0073\.0086\.0086\.0081\.0081\.0090\.0090\.0081\.0081\.0088\.0088\.0075\.0075\.0080\.0080\.0092\.0092\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.970\.970\.450\.450\.930\.930\.000\.000\.640\.640\.360\.360\.940\.940\.880\.880\.850\.850\.080\.08SFRA \(ours\)0\.950\.950\.260\.260\.520\.520\.000\.000\.690\.690\.130\.130\.950\.950\.330\.330\.830\.830\.000\.00ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.05\+0\.05−0\.27\-0\.27\+0\.01\+0\.01−0\.74\-0\.74−0\.11\-0\.11−0\.45\-0\.45\+0\.38\+0\.38−0\.01\-0\.01−0\.03\-0\.03−0\.84\-0\.84SFRA \(ours\)\+0\.62\+0\.62−0\.05\-0\.05\+0\.24\+0\.24−0\.08\-0\.08−0\.01\-0\.01\+0\.05\+0\.05\+0\.42\+0\.42\+0\.20\+0\.20\+0\.14\+0\.14−0\.35\-0\.35Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned87\.6787\.6787\.9187\.9187\.6887\.6887\.7887\.7887\.6987\.6987\.8087\.8087\.5087\.5087\.6587\.6587\.7087\.7087\.7487\.74PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]87\.6387\.6387\.7687\.7687\.5887\.5887\.5787\.5787\.5887\.5887\.2987\.2987\.4087\.4087\.6287\.6287\.5987\.5987\.4787\.47SFRA \(ours\)86\.8386\.8386\.6086\.6086\.6886\.6886\.9686\.9686\.6886\.6886\.6486\.6486\.4486\.4487\.1387\.1386\.8586\.8586\.6186\.61𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]98\.0098\.0081\.0081\.0093\.0093\.0087\.0087\.0091\.0091\.0090\.0090\.0090\.0090\.0087\.0087\.0090\.0090\.0095\.0095\.00SFRA \(ours\)99\.0099\.0084\.0084\.0094\.0094\.0087\.0087\.0097\.0097\.0084\.0084\.0090\.0090\.0087\.0087\.0091\.0091\.0093\.0093\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe98\.0098\.0079\.0079\.0092\.0092\.0083\.0083\.0091\.0091\.0075\.0075\.0087\.0087\.0084\.0084\.0087\.0087\.0092\.0092\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.890\.890\.960\.960\.930\.930\.950\.950\.950\.950\.950\.950\.930\.930\.950\.950\.970\.97SFRA \(ours\)0\.990\.990\.910\.910\.960\.960\.930\.930\.980\.980\.910\.910\.940\.940\.930\.930\.950\.950\.960\.96ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.07\+0\.07\+0\.18\+0\.18\+0\.05\+0\.05\+0\.19\+0\.19\+0\.20\+0\.20\+0\.13\+0\.13\+0\.39\+0\.39\+0\.05\+0\.05\+0\.07\+0\.07\+0\.05\+0\.05SFRA \(ours\)\+0\.66\+0\.66\+0\.60\+0\.60\+0\.69\+0\.69\+0\.85\+0\.85\+0\.28\+0\.28\+0\.83\+0\.83\+0\.41\+0\.41\+0\.80\+0\.80\+0\.26\+0\.26\+0\.61\+0\.61SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned87\.5087\.5087\.6787\.6787\.7087\.7087\.7287\.7287\.0887\.0887\.4287\.4287\.4487\.4487\.7387\.7387\.5587\.5587\.2287\.22PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]87\.4387\.4387\.4987\.4987\.5387\.5386\.7586\.7586\.9986\.9986\.2786\.2787\.3987\.3987\.4787\.4787\.4187\.4187\.1887\.18SFRA \(ours\)87\.1587\.1587\.5387\.5387\.7087\.7087\.6687\.6687\.1287\.1287\.1587\.1587\.3587\.3587\.6587\.6587\.3187\.3186\.9786\.97𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]96\.0096\.0074\.0074\.0097\.0097\.0093\.0093\.0080\.0080\.0090\.0090\.0090\.0090\.0090\.0090\.0089\.0089\.0078\.0078\.00SFRA \(ours\)94\.0094\.0070\.0070\.0094\.0094\.0028\.0028\.0081\.0081\.0027\.0027\.0085\.0085\.0068\.0068\.0088\.0088\.0059\.0059\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe98\.0098\.0082\.0082\.0093\.0093\.0084\.0084\.0092\.0092\.0066\.0066\.0091\.0091\.0082\.0082\.0089\.0089\.0092\.0092\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.980\.980\.850\.850\.980\.980\.960\.960\.890\.890\.940\.940\.950\.950\.950\.950\.940\.940\.880\.88SFRA \(ours\)0\.970\.970\.820\.820\.970\.970\.440\.440\.900\.900\.420\.420\.920\.920\.810\.810\.940\.940\.740\.74ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.06\+0\.06\+0\.13\+0\.13\+0\.07\+0\.07\+0\.22\+0\.22\+0\.14\+0\.14\+0\.13\+0\.13\+0\.39\+0\.39\+0\.06\+0\.06\+0\.06\+0\.06−0\.04\-0\.04SFRA \(ours\)\+0\.63\+0\.63\+0\.52\+0\.52\+0\.69\+0\.69\+0\.36\+0\.36\+0\.20\+0\.20\+0\.35\+0\.35\+0\.39\+0\.39\+0\.68\+0\.68\+0\.24\+0\.24\+0\.39\+0\.39DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned85\.1685\.1683\.2783\.2782\.0282\.0284\.4584\.4582\.4382\.4386\.9586\.9583\.8983\.8982\.4082\.4080\.8580\.8586\.3286\.32PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]83\.4883\.4883\.1783\.1781\.8081\.8083\.6383\.6382\.3282\.3286\.0386\.0382\.5982\.5981\.8081\.8080\.6080\.6084\.7784\.77SFRA \(ours\)76\.9176\.9176\.8176\.8181\.3881\.3879\.1079\.1074\.4374\.4381\.3681\.3681\.3681\.3676\.5076\.5073\.3073\.3083\.2983\.29𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.001\.001\.000\.000\.000\.000\.001\.001\.000\.000\.000\.000\.001\.001\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0038\.0038\.0095\.0095\.0091\.0091\.0043\.0043\.0089\.0089\.0095\.0095\.0080\.0080\.0059\.0059\.0094\.0094\.00SFRA \(ours\)100\.00100\.0070\.0070\.0095\.0095\.0096\.0096\.0086\.0086\.0099\.0099\.0095\.0095\.0094\.0094\.0097\.0097\.0095\.0095\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe98\.0098\.0071\.0071\.0089\.0089\.0083\.0083\.0087\.0087\.0083\.0083\.0090\.0090\.0076\.0076\.0083\.0083\.0090\.0090\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.540\.540\.970\.970\.950\.950\.590\.590\.940\.940\.970\.970\.880\.880\.740\.740\.960\.96SFRA \(ours\)0\.960\.960\.790\.790\.970\.970\.950\.950\.880\.880\.970\.970\.960\.960\.940\.940\.950\.950\.960\.96ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.07\+0\.07−0\.18\-0\.18\+0\.06\+0\.06\+0\.21\+0\.21−0\.16\-0\.16\+0\.12\+0\.12\+0\.41\+0\.41−0\.00\-0\.00−0\.14\-0\.14\+0\.04\+0\.04SFRA \(ours\)\+0\.62\+0\.62\+0\.49\+0\.49\+0\.70\+0\.70\+0\.88\+0\.88\+0\.18\+0\.18\+0\.89\+0\.89\+0\.43\+0\.43\+0\.80\+0\.80\+0\.26\+0\.26\+0\.61\+0\.61 Table R\.6:Per\-forget\-class single\-class unlearning and relearning results on TinyImageNet using ViT\-B/16\. We report the unlearned checkpoint, the source\-dependent PRA baseline, our proposed SFRA, and frozen\-encoder linear probing\. Each forget class column corresponds to a separate unlearned checkpoint in which that class is designated for forgetting\.Unlearning MethodMetricVariantForget Class020406080100120140160180Original𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Original89\.0089\.0089\.0389\.0389\.0889\.0889\.0389\.0389\.0689\.0689\.0889\.0889\.1189\.1189\.0689\.0689\.0689\.0689\.0889\.08𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Original100\.00100\.0094\.0094\.0084\.0084\.0094\.0094\.0088\.0088\.0084\.0084\.0078\.0078\.0088\.0088\.0088\.0088\.0082\.0082\.00Retrained𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned88\.0488\.0488\.2988\.2988\.0088\.0088\.3088\.3088\.0688\.0688\.0288\.0288\.3988\.3988\.0988\.0987\.9887\.9888\.3188\.31PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]89\.1489\.1489\.1289\.1288\.6688\.6689\.1589\.1589\.0589\.0589\.2489\.2489\.0889\.0889\.2889\.2889\.1489\.1488\.9688\.96SFRA \(ours\)82\.0582\.0583\.8283\.8284\.7284\.7282\.0082\.0080\.4680\.4680\.5980\.5982\.0282\.0283\.0083\.0080\.5580\.5581\.9581\.95𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0090\.0090\.0080\.0080\.0094\.0094\.0078\.0078\.0078\.0078\.0088\.0088\.0074\.0074\.0092\.0092\.0072\.0072\.00SFRA \(ours\)100\.00100\.0082\.0082\.0058\.0058\.0088\.0088\.0084\.0084\.0086\.0086\.0084\.0084\.0088\.0088\.0094\.0094\.0082\.0082\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe100\.00100\.0090\.0090\.0080\.0080\.0094\.0094\.0086\.0086\.0090\.0090\.0084\.0084\.0088\.0088\.0094\.0094\.0084\.0084\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]1\.001\.000\.950\.950\.890\.890\.970\.970\.880\.880\.880\.880\.940\.940\.850\.850\.960\.960\.840\.84SFRA \(ours\)0\.970\.970\.880\.880\.730\.730\.910\.910\.880\.880\.890\.890\.890\.890\.910\.910\.930\.930\.870\.87Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned78\.2078\.2074\.7774\.7778\.2878\.2876\.6776\.6775\.7475\.7478\.0578\.0574\.9274\.9277\.9277\.9274\.3974\.3974\.8674\.86PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]78\.2078\.2074\.7774\.7778\.2878\.2876\.6776\.6775\.7475\.7478\.0578\.0574\.9174\.9177\.9277\.9274\.3974\.3974\.8674\.86SFRA \(ours\)70\.7570\.7568\.0068\.0070\.6770\.6769\.2569\.2568\.2068\.2070\.6570\.6567\.8867\.8871\.3471\.3467\.6667\.6667\.7067\.70𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]18\.0018\.006\.006\.000\.000\.004\.004\.000\.000\.000\.000\.008\.008\.0010\.0010\.002\.002\.002\.002\.00SFRA \(ours\)88\.0088\.0060\.0060\.0048\.0048\.0058\.0058\.0076\.0076\.0068\.0068\.0046\.0046\.0070\.0070\.0050\.0050\.0076\.0076\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe96\.0096\.0086\.0086\.0076\.0076\.0086\.0086\.0088\.0088\.0082\.0082\.0084\.0084\.0094\.0094\.0078\.0078\.0078\.0078\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.310\.310\.110\.110\.000\.000\.080\.080\.000\.000\.000\.000\.150\.150\.180\.180\.040\.040\.040\.04SFRA \(ours\)0\.900\.900\.730\.730\.630\.630\.710\.710\.830\.830\.780\.780\.620\.620\.800\.800\.650\.650\.840\.84ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.69\-0\.69−0\.83\-0\.83−0\.89\-0\.89−0\.89\-0\.89−0\.88\-0\.88−0\.88\-0\.88−0\.79\-0\.79−0\.67\-0\.67−0\.92\-0\.92−0\.80\-0\.80SFRA \(ours\)−0\.07\-0\.07−0\.15\-0\.15−0\.09\-0\.09−0\.19\-0\.19−0\.05\-0\.05−0\.11\-0\.11−0\.27\-0\.27−0\.11\-0\.11−0\.28\-0\.28−0\.04\-0\.04Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned86\.9286\.9286\.9186\.9187\.9387\.9387\.7787\.7785\.7285\.7287\.6387\.6387\.4787\.4787\.2687\.2687\.4787\.4786\.4186\.41PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]85\.7985\.7985\.9385\.9386\.6186\.6186\.6886\.6884\.5884\.5886\.2686\.2685\.6185\.6186\.6686\.6686\.1386\.1385\.1485\.14SFRA \(ours\)80\.4480\.4480\.2180\.2181\.0081\.0079\.3079\.3077\.6077\.6079\.1579\.1579\.9379\.9378\.8478\.8479\.8379\.8378\.4778\.47𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.002\.002\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]86\.0086\.0088\.0088\.0092\.0092\.0086\.0086\.0084\.0084\.0084\.0084\.0082\.0082\.0078\.0078\.0094\.0094\.0058\.0058\.00SFRA \(ours\)96\.0096\.0084\.0084\.0088\.0088\.0090\.0090\.0068\.0068\.0090\.0090\.0090\.0090\.0096\.0096\.0088\.0088\.0070\.0070\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe94\.0094\.0088\.0088\.0080\.0080\.0084\.0084\.0074\.0074\.0070\.0070\.0078\.0078\.0078\.0078\.0088\.0088\.0070\.0070\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.920\.920\.930\.930\.940\.940\.920\.920\.910\.910\.910\.910\.890\.890\.870\.870\.960\.960\.730\.73SFRA \(ours\)0\.950\.950\.880\.880\.890\.890\.910\.910\.780\.780\.910\.910\.910\.910\.940\.940\.900\.900\.800\.80ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.08\-0\.08−0\.02\-0\.02\+0\.05\+0\.05−0\.05\-0\.05\+0\.03\+0\.03\+0\.03\+0\.03−0\.04\-0\.04\+0\.02\+0\.02\+0\.01\+0\.01−0\.11\-0\.11SFRA \(ours\)−0\.02\-0\.02\+0\.00\+0\.00\+0\.17\+0\.17−0\.00\-0\.00−0\.10\-0\.10\+0\.02\+0\.02\+0\.03\+0\.03\+0\.02\+0\.02−0\.03\-0\.03−0\.08\-0\.08Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned88\.3588\.3588\.7088\.7087\.2487\.2487\.3187\.3186\.6286\.6287\.2887\.2887\.6287\.6288\.2888\.2887\.2187\.2187\.2987\.29PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]87\.9587\.9587\.5887\.5886\.5086\.5087\.2887\.2886\.4386\.4386\.8886\.8885\.5185\.5187\.1787\.1785\.9585\.9585\.8785\.87SFRA \(ours\)86\.5486\.5487\.3087\.3084\.5084\.5085\.2685\.2680\.5780\.5783\.9483\.9480\.4280\.4285\.7285\.7281\.3281\.3282\.0782\.07𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.00100\.00100\.00100\.00100\.008\.008\.0084\.0084\.002\.002\.0086\.0086\.0096\.0096\.0094\.0094\.0062\.0062\.00SFRA \(ours\)100\.00100\.00100\.00100\.0014\.0014\.0016\.0016\.0032\.0032\.0014\.0014\.0084\.0084\.0098\.0098\.0012\.0012\.0062\.0062\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe98\.0098\.0094\.0094\.0082\.0082\.0056\.0056\.0084\.0084\.0054\.0054\.0078\.0078\.0088\.0088\.0092\.0092\.0066\.0066\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]1\.001\.000\.990\.991\.001\.000\.150\.150\.910\.910\.040\.040\.920\.920\.970\.970\.960\.960\.760\.76SFRA \(ours\)0\.990\.990\.990\.990\.240\.240\.280\.280\.480\.480\.240\.240\.880\.880\.980\.980\.210\.210\.750\.75ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.00\-0\.00\+0\.05\+0\.05\+0\.11\+0\.11−0\.82\-0\.82\+0\.04\+0\.04−0\.84\-0\.84−0\.02\-0\.02\+0\.12\+0\.12\+0\.01\+0\.01−0\.08\-0\.08SFRA \(ours\)\+0\.02\+0\.02\+0\.11\+0\.11−0\.48\-0\.48−0\.63\-0\.63−0\.40\-0\.40−0\.65\-0\.65−0\.00\-0\.00\+0\.06\+0\.06−0\.72\-0\.72−0\.12\-0\.12Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned88\.1788\.1788\.3488\.3487\.9987\.9988\.1088\.1087\.6287\.6288\.3688\.3686\.2586\.2588\.0288\.0288\.2488\.2487\.6687\.66PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]86\.4786\.4785\.6685\.6686\.0986\.0987\.3987\.3986\.3086\.3087\.2987\.2986\.2486\.2486\.7786\.7786\.3786\.3786\.4286\.42SFRA \(ours\)87\.1287\.1281\.7581\.7583\.7383\.7385\.0585\.0583\.6183\.6186\.9586\.9580\.8980\.8983\.6983\.6985\.9085\.9083\.3483\.34𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0096\.0096\.0090\.0090\.0098\.0098\.0090\.0090\.00100\.00100\.0072\.0072\.0098\.0098\.0098\.0098\.0092\.0092\.00SFRA \(ours\)98\.0098\.0098\.0098\.0098\.0098\.00100\.00100\.0098\.0098\.00100\.00100\.0092\.0092\.0098\.0098\.0096\.0096\.0094\.0094\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe100\.00100\.0094\.0094\.0086\.0086\.0092\.0092\.0082\.0082\.0092\.0092\.0084\.0084\.0088\.0088\.0088\.0088\.0084\.0084\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.970\.970\.940\.940\.990\.990\.940\.940\.990\.990\.840\.840\.980\.980\.980\.980\.950\.95SFRA \(ours\)0\.980\.980\.960\.960\.970\.970\.980\.980\.970\.970\.990\.990\.930\.930\.970\.970\.970\.970\.950\.95ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.01\-0\.01\+0\.02\+0\.02\+0\.05\+0\.05\+0\.02\+0\.02\+0\.07\+0\.07\+0\.12\+0\.12−0\.10\-0\.10\+0\.13\+0\.13\+0\.02\+0\.02\+0\.12\+0\.12SFRA \(ours\)\+0\.02\+0\.02\+0\.07\+0\.07\+0\.24\+0\.24\+0\.08\+0\.08\+0\.09\+0\.09\+0\.10\+0\.10\+0\.05\+0\.05\+0\.05\+0\.05\+0\.04\+0\.04\+0\.07\+0\.07 Unlearning MethodMetricVariantForget Class020406080100120140160180Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned86\.8486\.8487\.3087\.3087\.6387\.6387\.5987\.5986\.7386\.7387\.6487\.6487\.5287\.5286\.0886\.0887\.7087\.7087\.3587\.35PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]84\.8584\.8586\.3786\.3786\.4886\.4886\.0586\.0585\.4885\.4886\.0986\.0986\.0486\.0485\.7385\.7386\.8586\.8585\.6985\.69SFRA \(ours\)78\.4278\.4283\.1583\.1584\.5084\.5079\.2079\.2083\.4683\.4680\.0780\.0780\.0380\.0379\.5179\.5181\.6681\.6682\.2982\.29𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]88\.0088\.0090\.0090\.0094\.0094\.0088\.0088\.0088\.0088\.0084\.0084\.0080\.0080\.0086\.0086\.0094\.0094\.0072\.0072\.00SFRA \(ours\)96\.0096\.0094\.0094\.0050\.0050\.0092\.0092\.0076\.0076\.0088\.0088\.0088\.0088\.0094\.0094\.0090\.0090\.0072\.0072\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe88\.0088\.0086\.0086\.0080\.0080\.0086\.0086\.0076\.0076\.0068\.0068\.0080\.0080\.0082\.0082\.0090\.0090\.0066\.0066\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.930\.930\.940\.940\.960\.960\.930\.930\.930\.930\.910\.910\.880\.880\.920\.920\.970\.970\.830\.83SFRA \(ours\)0\.940\.940\.950\.950\.660\.660\.920\.920\.850\.850\.900\.900\.900\.900\.940\.940\.920\.920\.820\.82ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.07\-0\.07−0\.00\-0\.00\+0\.08\+0\.08−0\.04\-0\.04\+0\.05\+0\.05\+0\.03\+0\.03−0\.05\-0\.05\+0\.07\+0\.07\+0\.01\+0\.01−0\.01\-0\.01SFRA \(ours\)−0\.03\-0\.03\+0\.07\+0\.07−0\.07\-0\.07\+0\.01\+0\.01−0\.03\-0\.03\+0\.01\+0\.01\+0\.02\+0\.02\+0\.02\+0\.02−0\.01\-0\.01−0\.06\-0\.06SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned87\.2387\.2386\.0386\.0384\.8084\.8086\.1486\.1488\.1388\.1386\.5686\.5686\.2186\.2184\.9184\.9188\.2588\.2586\.1786\.17PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]85\.3685\.3684\.6784\.6784\.4584\.4584\.9484\.9486\.8686\.8684\.9884\.9884\.8884\.8883\.7683\.7687\.0087\.0085\.5385\.53SFRA \(ours\)79\.0579\.0579\.9179\.9177\.7277\.7278\.2078\.2079\.3979\.3978\.8778\.8779\.2179\.2178\.3078\.3082\.2182\.2179\.4179\.41𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.002\.002\.000\.000\.000\.000\.000\.000\.004\.004\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]88\.0088\.0076\.0076\.0068\.0068\.0074\.0074\.0090\.0090\.0072\.0072\.0084\.0084\.0082\.0082\.0094\.0094\.0042\.0042\.00SFRA \(ours\)96\.0096\.0082\.0082\.0050\.0050\.0042\.0042\.0096\.0096\.0078\.0078\.0068\.0068\.0080\.0080\.0032\.0032\.0064\.0064\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe90\.0090\.0082\.0082\.0080\.0080\.0080\.0080\.0076\.0076\.0072\.0072\.0078\.0078\.0080\.0080\.0090\.0090\.0060\.0060\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.930\.930\.860\.860\.810\.810\.850\.850\.930\.930\.830\.830\.910\.910\.900\.900\.940\.940\.590\.59SFRA \(ours\)0\.940\.940\.880\.880\.650\.650\.580\.580\.930\.930\.850\.850\.790\.790\.860\.860\.430\.430\.760\.76ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.07\-0\.07−0\.09\-0\.09−0\.08\-0\.08−0\.12\-0\.12\+0\.05\+0\.05−0\.04\-0\.04−0\.03\-0\.03\+0\.05\+0\.05−0\.02\-0\.02−0\.25\-0\.25SFRA \(ours\)−0\.03\-0\.03−0\.01\-0\.01−0\.08\-0\.08−0\.33\-0\.33\+0\.05\+0\.05−0\.05\-0\.05−0\.10\-0\.10−0\.05\-0\.05−0\.50\-0\.50−0\.12\-0\.12Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned89\.2489\.2489\.2889\.2889\.0289\.0288\.9488\.9489\.0989\.0989\.2689\.2689\.2389\.2389\.4289\.4289\.2889\.2889\.2989\.29PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]89\.2389\.2389\.2789\.2788\.9588\.9588\.9188\.9189\.0589\.0589\.1989\.1989\.1189\.1189\.4089\.4089\.2689\.2689\.2489\.24SFRA \(ours\)88\.5088\.5088\.3288\.3282\.4682\.4686\.4686\.4683\.7683\.7687\.3087\.3081\.1581\.1587\.0087\.0081\.2981\.2987\.3387\.33𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.004\.004\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0098\.0098\.0082\.0082\.0096\.0096\.0084\.0084\.0090\.0090\.0084\.0084\.0092\.0092\.0092\.0092\.0086\.0086\.00SFRA \(ours\)100\.00100\.00100\.00100\.00100\.00100\.00100\.00100\.00100\.00100\.0096\.0096\.00100\.00100\.0098\.0098\.0098\.0098\.0096\.0096\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe100\.00100\.0096\.0096\.0080\.0080\.0096\.0096\.0086\.0086\.0088\.0088\.0076\.0076\.0090\.0090\.0092\.0092\.0084\.0084\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]1\.001\.000\.990\.990\.900\.900\.980\.980\.890\.890\.950\.950\.910\.910\.960\.960\.960\.960\.920\.92SFRA \(ours\)1\.001\.001\.001\.000\.970\.970\.990\.990\.950\.950\.970\.970\.960\.960\.980\.980\.950\.950\.970\.97ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.00\-0\.00\+0\.04\+0\.04\+0\.01\+0\.01\+0\.01\+0\.01\+0\.01\+0\.01\+0\.07\+0\.07−0\.02\-0\.02\+0\.11\+0\.11\+0\.00\+0\.00\+0\.09\+0\.09SFRA \(ours\)\+0\.03\+0\.03\+0\.11\+0\.11\+0\.24\+0\.24\+0\.08\+0\.08\+0\.07\+0\.07\+0\.08\+0\.08\+0\.07\+0\.07\+0\.06\+0\.06\+0\.02\+0\.02\+0\.10\+0\.10SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned88\.5288\.5288\.5288\.5288\.6088\.6088\.2688\.2688\.6488\.6488\.6088\.6088\.5188\.5188\.5588\.5588\.6488\.6488\.4788\.47PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]88\.4888\.4888\.5288\.5288\.5388\.5388\.2688\.2688\.5888\.5888\.6088\.6088\.5188\.5188\.5588\.5588\.6488\.6488\.4488\.44SFRA \(ours\)88\.2088\.2088\.0488\.0487\.3787\.3786\.9186\.9187\.8087\.8087\.4787\.4787\.1787\.1786\.8786\.8788\.0288\.0287\.4287\.42𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0092\.0092\.0080\.0080\.0072\.0072\.0080\.0080\.0066\.0066\.0064\.0064\.0074\.0074\.0082\.0082\.0082\.0082\.00SFRA \(ours\)100\.00100\.0096\.0096\.0084\.0084\.0090\.0090\.0086\.0086\.0080\.0080\.0080\.0080\.0090\.0090\.0088\.0088\.0090\.0090\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe100\.00100\.0094\.0094\.0080\.0080\.0086\.0086\.0084\.0084\.0072\.0072\.0082\.0082\.0082\.0082\.0086\.0086\.0084\.0084\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]1\.001\.000\.960\.960\.890\.890\.840\.840\.890\.890\.800\.800\.780\.780\.850\.850\.900\.900\.900\.90SFRA \(ours\)1\.001\.000\.980\.980\.910\.910\.940\.940\.920\.920\.880\.880\.880\.880\.940\.940\.930\.930\.940\.94ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.00\-0\.00\+0\.01\+0\.01\+0\.00\+0\.00−0\.13\-0\.13\+0\.01\+0\.01−0\.08\-0\.08−0\.16\-0\.16\+0\.00\+0\.00−0\.06\-0\.06\+0\.06\+0\.06SFRA \(ours\)\+0\.03\+0\.03\+0\.09\+0\.09\+0\.18\+0\.18\+0\.03\+0\.03\+0\.04\+0\.04−0\.01\-0\.01−0\.00\-0\.00\+0\.03\+0\.03\+0\.00\+0\.00\+0\.07\+0\.07DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned88\.1388\.1388\.4588\.4588\.7588\.7588\.5288\.5288\.7888\.7888\.6988\.6988\.6588\.6588\.4888\.4888\.5988\.5988\.4988\.49PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]86\.3886\.3887\.3187\.3186\.9586\.9587\.8087\.8087\.6587\.6588\.4588\.4586\.5586\.5587\.6587\.6586\.5386\.5387\.9087\.90SFRA \(ours\)84\.1484\.1482\.0782\.0784\.2284\.2284\.9284\.9282\.4082\.4086\.2186\.2182\.2282\.2282\.9182\.9181\.9881\.9882\.7282\.72𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0096\.0096\.0092\.0092\.0092\.0092\.0094\.0094\.0086\.0086\.0090\.0090\.0094\.0094\.0096\.0096\.0078\.0078\.00SFRA \(ours\)100\.00100\.00100\.00100\.0098\.0098\.0096\.0096\.0098\.0098\.0094\.0094\.0092\.0092\.0098\.0098\.0098\.0098\.0096\.0096\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe100\.00100\.0094\.0094\.0084\.0084\.0092\.0092\.0082\.0082\.0084\.0084\.0080\.0080\.0088\.0088\.0090\.0090\.0080\.0080\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.970\.970\.950\.950\.950\.950\.960\.960\.920\.920\.940\.940\.970\.970\.970\.970\.870\.87SFRA \(ours\)0\.980\.980\.970\.970\.970\.970\.960\.960\.960\.960\.960\.960\.930\.930\.960\.960\.960\.960\.950\.95ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.01\-0\.01\+0\.03\+0\.03\+0\.06\+0\.06−0\.01\-0\.01\+0\.09\+0\.09\+0\.05\+0\.05\+0\.00\+0\.00\+0\.11\+0\.11\+0\.01\+0\.01\+0\.04\+0\.04SFRA \(ours\)\+0\.01\+0\.01\+0\.08\+0\.08\+0\.24\+0\.24\+0\.05\+0\.05\+0\.08\+0\.08\+0\.07\+0\.07\+0\.04\+0\.04\+0\.05\+0\.05\+0\.02\+0\.02\+0\.08\+0\.08 Table R\.7:Per\-forget\-class single\-class unlearning and relearning results on CIFAR\-10 using Swin\-T\. We report the unlearned checkpoint, the source\-dependent PRA baseline, our proposed SFRA, and frozen\-encoder linear probing\. Each forget class column corresponds to a separate unlearned checkpoint in which that class is designated for forgetting\.Unlearning MethodMetricVariantForget Class0123456789Original𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Original82\.7382\.7381\.7881\.7883\.4483\.4484\.7784\.7782\.6882\.6883\.2283\.2282\.0182\.0182\.5482\.5481\.7781\.7781\.9681\.96𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Original82\.3082\.3090\.9090\.9075\.9075\.9064\.0064\.0082\.8082\.8077\.9077\.9088\.8088\.8084\.0084\.0091\.0091\.0089\.3089\.30Retrained𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned82\.6682\.6680\.9380\.9384\.0684\.0685\.3185\.3182\.5882\.5884\.2384\.2381\.4281\.4281\.9781\.9781\.8081\.8081\.1181\.11PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]82\.7482\.7480\.8380\.8384\.1784\.1785\.3885\.3882\.7182\.7184\.1684\.1681\.6481\.6482\.1982\.1981\.9781\.9781\.2181\.21SFRA \(ours\)78\.7478\.7476\.9776\.9780\.1080\.1081\.3281\.3278\.6478\.6480\.0780\.0777\.5777\.5778\.1378\.1378\.1178\.1177\.2677\.26𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]7\.307\.301\.201\.203\.403\.400\.300\.302\.302\.300\.500\.500\.300\.303\.803\.802\.102\.100\.700\.70SFRA \(ours\)27\.5027\.5015\.9015\.9027\.8027\.8034\.5034\.5020\.8020\.8013\.6013\.6017\.6017\.6032\.7032\.7016\.6016\.6016\.5016\.50𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe75\.2075\.2078\.8078\.8057\.8057\.8046\.6046\.6064\.4064\.4054\.0054\.0075\.9075\.9059\.8059\.8073\.6073\.6070\.4070\.40RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.140\.140\.020\.020\.070\.070\.010\.010\.040\.040\.010\.010\.010\.010\.070\.070\.040\.040\.010\.01SFRA \(ours\)0\.430\.430\.270\.270\.430\.430\.510\.510\.340\.340\.240\.240\.300\.300\.490\.490\.280\.280\.280\.28Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned89\.8689\.8690\.0790\.0790\.8790\.8792\.1492\.1490\.1190\.1191\.4491\.4489\.5889\.5889\.9089\.9087\.5287\.5290\.2090\.20PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]89\.8689\.8690\.0790\.0790\.8790\.8792\.1492\.1490\.1190\.1191\.4491\.4489\.5889\.5889\.9089\.9087\.5287\.5290\.2090\.20SFRA \(ours\)82\.7982\.7982\.7082\.7085\.3285\.3286\.3486\.3485\.4485\.4485\.7985\.7980\.7480\.7483\.9783\.9778\.9378\.9384\.1184\.11𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.200\.200\.000\.000\.100\.100\.000\.000\.000\.000\.000\.000\.100\.100\.000\.000\.100\.100\.000\.00SFRA \(ours\)52\.3052\.3026\.4026\.4052\.0052\.0050\.4050\.4042\.0042\.0026\.1026\.1056\.7056\.7043\.6043\.6042\.7042\.7028\.5028\.50𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe84\.8084\.8087\.1087\.1075\.0075\.0067\.8067\.8085\.5085\.5070\.6070\.6083\.1083\.1081\.9081\.9081\.4081\.4088\.7088\.70RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00SFRA \(ours\)0\.670\.670\.410\.410\.670\.670\.660\.660\.580\.580\.410\.410\.700\.700\.600\.600\.580\.580\.440\.44ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.13\-0\.13−0\.02\-0\.02−0\.06\-0\.06−0\.01\-0\.01−0\.04\-0\.04−0\.01\-0\.01−0\.00\-0\.00−0\.07\-0\.07−0\.04\-0\.04−0\.01\-0\.01SFRA \(ours\)\+0\.24\+0\.24\+0\.14\+0\.14\+0\.24\+0\.24\+0\.15\+0\.15\+0\.24\+0\.24\+0\.17\+0\.17\+0\.40\+0\.40\+0\.11\+0\.11\+0\.30\+0\.30\+0\.16\+0\.16Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned78\.4978\.4977\.4077\.4078\.2678\.2685\.3985\.3978\.7478\.7481\.6781\.6779\.7479\.7478\.4678\.4679\.7379\.7376\.2276\.22PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]78\.4878\.4877\.3977\.3978\.2378\.2385\.3985\.3978\.5678\.5681\.3381\.3379\.6979\.6978\.4478\.4479\.6979\.6976\.2276\.22SFRA \(ours\)73\.9773\.9773\.8873\.8874\.6874\.6879\.2279\.2271\.8271\.8276\.3976\.3974\.0974\.0974\.7274\.7273\.7073\.7071\.0471\.04𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned1\.501\.501\.601\.601\.801\.800\.500\.501\.801\.800\.600\.602\.002\.002\.002\.000\.400\.401\.901\.90PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]4\.304\.300\.400\.401\.901\.900\.100\.101\.101\.105\.505\.500\.500\.502\.302\.300\.600\.600\.100\.10SFRA \(ours\)51\.9051\.9018\.9018\.9031\.4031\.4048\.1048\.1069\.5069\.5043\.4043\.4029\.1029\.1036\.9036\.9027\.3027\.3023\.4023\.40𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe72\.4072\.4080\.2080\.2064\.1064\.1060\.4060\.4071\.7071\.7064\.9064\.9082\.2082\.2075\.2075\.2075\.5075\.5078\.6078\.60RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.050\.050\.000\.000\.000\.000\.000\.000\.000\.000\.090\.090\.000\.000\.010\.010\.000\.000\.000\.00SFRA \(ours\)0\.660\.660\.290\.290\.450\.450\.630\.630\.780\.780\.590\.590\.420\.420\.510\.510\.420\.420\.350\.35ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.08\-0\.08−0\.02\-0\.02−0\.06\-0\.06−0\.01\-0\.01−0\.04\-0\.04\+0\.08\+0\.08−0\.01\-0\.01−0\.07\-0\.07−0\.04\-0\.04−0\.01\-0\.01SFRA \(ours\)\+0\.23\+0\.23\+0\.02\+0\.02\+0\.02\+0\.02\+0\.12\+0\.12\+0\.44\+0\.44\+0\.35\+0\.35\+0\.12\+0\.12\+0\.02\+0\.02\+0\.14\+0\.14\+0\.07\+0\.07Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned81\.9681\.9680\.3380\.3383\.1783\.1785\.9185\.9182\.7082\.7084\.2784\.2780\.7780\.7781\.8981\.8981\.1981\.1980\.5380\.53PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]81\.9381\.9380\.1680\.1683\.0183\.0185\.9085\.9082\.3282\.3283\.8083\.8080\.1880\.1881\.6781\.6781\.0681\.0680\.5380\.53SFRA \(ours\)76\.4376\.4374\.4474\.4479\.8279\.8280\.8180\.8174\.6674\.6679\.1779\.1776\.1176\.1177\.4777\.4775\.0775\.0773\.2073\.20𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.300\.300\.400\.400\.500\.500\.200\.200\.400\.400\.200\.200\.300\.300\.500\.500\.500\.500\.400\.40PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]4\.804\.801\.001\.004\.204\.200\.400\.404\.004\.005\.105\.103\.403\.404\.604\.600\.700\.700\.100\.10SFRA \(ours\)48\.8048\.8014\.5014\.5032\.4032\.4040\.7040\.7060\.5060\.5027\.9027\.9025\.6025\.6034\.4034\.4026\.4026\.4020\.2020\.20𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe72\.0072\.0078\.9078\.9061\.5061\.5058\.2058\.2069\.7069\.7066\.9066\.9081\.8081\.8073\.4073\.4077\.2077\.2071\.5071\.50RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.090\.090\.010\.010\.070\.070\.000\.000\.070\.070\.090\.090\.060\.060\.080\.080\.000\.000\.000\.00SFRA \(ours\)0\.640\.640\.250\.250\.480\.480\.570\.570\.730\.730\.430\.430\.400\.400\.500\.500\.410\.410\.330\.33ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.05\-0\.05−0\.01\-0\.01\+0\.01\+0\.01−0\.00\-0\.00\+0\.02\+0\.02\+0\.08\+0\.08\+0\.05\+0\.05\+0\.01\+0\.01−0\.04\-0\.04−0\.01\-0\.01SFRA \(ours\)\+0\.21\+0\.21−0\.03\-0\.03\+0\.05\+0\.05\+0\.06\+0\.06\+0\.38\+0\.38\+0\.19\+0\.19\+0\.10\+0\.10\+0\.01\+0\.01\+0\.12\+0\.12\+0\.04\+0\.04Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned76\.7376\.7373\.0373\.0372\.7772\.7776\.5976\.5971\.8271\.8272\.6072\.6074\.5774\.5771\.8771\.8775\.3975\.3973\.9373\.93PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]75\.8175\.8172\.7672\.7671\.9371\.9375\.6675\.6671\.5771\.5771\.5971\.5974\.2174\.2171\.8071\.8074\.3474\.3473\.8273\.82SFRA \(ours\)70\.3070\.3066\.1466\.1467\.8767\.8769\.9269\.9266\.7766\.7765\.5265\.5267\.3167\.3164\.9464\.9467\.9867\.9866\.6366\.63𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned2\.202\.2011\.8011\.808\.908\.9011\.8011\.807\.007\.009\.409\.409\.009\.008\.708\.7012\.4012\.4015\.1015\.10PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]60\.1060\.1026\.5026\.5036\.8036\.8029\.1029\.1019\.0019\.0023\.2023\.2027\.7027\.7015\.4015\.4049\.7049\.7025\.9025\.90SFRA \(ours\)59\.7059\.7096\.0096\.0058\.3058\.3074\.6074\.6053\.8053\.8080\.7080\.7088\.4088\.4084\.8084\.8085\.8085\.8087\.7087\.70𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe78\.5078\.5083\.0083\.0066\.8066\.8067\.2067\.2074\.8074\.8064\.1064\.1084\.8084\.8075\.6075\.6083\.9083\.9081\.4081\.40RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.730\.730\.260\.260\.440\.440\.290\.290\.210\.210\.240\.240\.310\.310\.130\.130\.540\.540\.190\.19SFRA \(ours\)0\.710\.710\.880\.880\.650\.650\.750\.750\.630\.630\.810\.810\.860\.860\.840\.840\.820\.820\.810\.81ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.59\+0\.59\+0\.23\+0\.23\+0\.37\+0\.37\+0\.29\+0\.29\+0\.17\+0\.17\+0\.23\+0\.23\+0\.31\+0\.31\+0\.05\+0\.05\+0\.50\+0\.50\+0\.18\+0\.18SFRA \(ours\)\+0\.28\+0\.28\+0\.61\+0\.61\+0\.22\+0\.22\+0\.24\+0\.24\+0\.29\+0\.29\+0\.57\+0\.57\+0\.56\+0\.56\+0\.35\+0\.35\+0\.54\+0\.54\+0\.53\+0\.53 Unlearning MethodMetricVariantForget Class0123456789Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned78\.5178\.5177\.2177\.2179\.3679\.3684\.5184\.5178\.7978\.7980\.5480\.5479\.4779\.4779\.0779\.0778\.6278\.6275\.3175\.31PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]78\.4978\.4977\.1377\.1379\.3379\.3384\.5084\.5078\.6078\.6080\.1080\.1079\.3679\.3679\.0479\.0477\.9077\.9075\.3175\.31SFRA \(ours\)74\.7274\.7274\.6474\.6475\.8875\.8878\.8878\.8870\.9870\.9876\.5976\.5974\.5774\.5774\.9974\.9972\.9172\.9168\.6668\.66𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned1\.501\.502\.702\.701\.601\.600\.300\.302\.002\.000\.800\.801\.801\.802\.302\.300\.300\.301\.001\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]5\.205\.201\.001\.001\.401\.400\.200\.201\.201\.208\.208\.201\.501\.502\.302\.304\.904\.900\.900\.90SFRA \(ours\)59\.3059\.3034\.4034\.4037\.6037\.6053\.7053\.7071\.1071\.1056\.1056\.1041\.4041\.4046\.6046\.6040\.1040\.1040\.6040\.60𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe69\.8069\.8080\.6080\.6064\.0064\.0061\.8061\.8070\.7070\.7065\.3065\.3083\.0083\.0074\.5074\.5075\.0075\.0076\.2076\.20RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.070\.070\.000\.000\.000\.000\.000\.000\.000\.000\.140\.140\.000\.000\.000\.000\.090\.090\.000\.00SFRA \(ours\)0\.720\.720\.480\.480\.520\.520\.680\.680\.790\.790\.700\.700\.560\.560\.610\.610\.560\.560\.560\.56ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.06\-0\.06−0\.02\-0\.02−0\.07\-0\.07−0\.01\-0\.01−0\.04\-0\.04\+0\.13\+0\.13−0\.01\-0\.01−0\.07\-0\.07\+0\.05\+0\.05−0\.01\-0\.01SFRA \(ours\)\+0\.29\+0\.29\+0\.21\+0\.21\+0\.09\+0\.09\+0\.17\+0\.17\+0\.45\+0\.45\+0\.46\+0\.46\+0\.26\+0\.26\+0\.12\+0\.12\+0\.28\+0\.28\+0\.27\+0\.27SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned83\.2783\.2781\.8981\.8984\.3284\.3286\.3086\.3083\.2783\.2784\.6484\.6482\.0682\.0682\.0382\.0382\.4082\.4082\.2982\.29PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]83\.2783\.2781\.8181\.8184\.2184\.2186\.3086\.3082\.6082\.6084\.4084\.4082\.0682\.0682\.0282\.0282\.3282\.3282\.2982\.29SFRA \(ours\)79\.1679\.1677\.9077\.9080\.1280\.1282\.0782\.0779\.1379\.1380\.5680\.5678\.0178\.0178\.0478\.0478\.3378\.3378\.2778\.27𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.700\.700\.000\.000\.000\.000\.000\.000\.000\.000\.100\.100\.000\.000\.000\.000\.800\.800\.200\.20PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]3\.103\.100\.900\.902\.302\.300\.100\.109\.709\.703\.003\.000\.300\.300\.500\.502\.102\.100\.100\.10SFRA \(ours\)48\.9048\.909\.809\.8030\.7030\.7037\.1037\.1018\.4018\.4015\.9015\.9022\.1022\.1027\.4027\.4023\.4023\.4022\.7022\.70𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe70\.7070\.7067\.8067\.8056\.0056\.0062\.5062\.5057\.4057\.4058\.7058\.7070\.7070\.7070\.3070\.3075\.8075\.8071\.4071\.40RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.050\.050\.020\.020\.040\.040\.000\.000\.180\.180\.060\.060\.010\.010\.010\.010\.030\.030\.000\.00SFRA \(ours\)0\.640\.640\.180\.180\.460\.460\.530\.530\.310\.310\.270\.270\.360\.360\.430\.430\.370\.370\.360\.36ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.09\-0\.09−0\.01\-0\.01−0\.02\-0\.02−0\.00\-0\.00\+0\.13\+0\.13\+0\.05\+0\.05\+0\.00\+0\.00−0\.06\-0\.06−0\.02\-0\.02−0\.01\-0\.01SFRA \(ours\)\+0\.21\+0\.21−0\.09\-0\.09\+0\.03\+0\.03\+0\.03\+0\.03−0\.03\-0\.03\+0\.03\+0\.03\+0\.06\+0\.06−0\.06\-0\.06\+0\.08\+0\.08\+0\.08\+0\.08Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned81\.8981\.8979\.1779\.1782\.1682\.1683\.8683\.8681\.4181\.4181\.7781\.7780\.7880\.7879\.6979\.6979\.7279\.7281\.0081\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]81\.2281\.2278\.4878\.4881\.6281\.6283\.5683\.5681\.1881\.1881\.0181\.0180\.3080\.3079\.2279\.2279\.1079\.1080\.7780\.77SFRA \(ours\)74\.5674\.5673\.4273\.4274\.7874\.7878\.4678\.4675\.2775\.2776\.4876\.4874\.4774\.4775\.3675\.3675\.0675\.0676\.1876\.18𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.200\.2010\.7010\.709\.709\.706\.306\.301\.901\.905\.605\.6012\.7012\.7016\.0016\.001\.401\.401\.101\.10PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]73\.3073\.3077\.9077\.9043\.8043\.8021\.2021\.2023\.7023\.7047\.0047\.0070\.9070\.9065\.1065\.1076\.6076\.6058\.4058\.40SFRA \(ours\)96\.6096\.6097\.2097\.2087\.0087\.0071\.2071\.2090\.5090\.5088\.7088\.7096\.7096\.7088\.1088\.1093\.3093\.3097\.5097\.50𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe89\.0089\.0092\.6092\.6076\.0076\.0069\.2069\.2081\.7081\.7080\.7080\.7092\.0092\.0084\.1084\.1088\.9088\.9094\.0094\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.840\.840\.800\.800\.510\.510\.260\.260\.360\.360\.580\.580\.730\.730\.660\.660\.860\.860\.730\.73SFRA \(ours\)0\.940\.940\.900\.900\.840\.840\.770\.770\.910\.910\.890\.890\.890\.890\.820\.820\.940\.940\.960\.96ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.71\+0\.71\+0\.78\+0\.78\+0\.44\+0\.44\+0\.25\+0\.25\+0\.31\+0\.31\+0\.57\+0\.57\+0\.73\+0\.73\+0\.58\+0\.58\+0\.82\+0\.82\+0\.71\+0\.71SFRA \(ours\)\+0\.52\+0\.52\+0\.63\+0\.63\+0\.41\+0\.41\+0\.26\+0\.26\+0\.57\+0\.57\+0\.65\+0\.65\+0\.59\+0\.59\+0\.33\+0\.33\+0\.65\+0\.65\+0\.68\+0\.68SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned83\.2883\.2881\.5981\.5984\.4484\.4486\.8386\.8383\.7183\.7184\.9784\.9782\.3082\.3082\.7882\.7881\.8181\.8182\.1882\.18PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]83\.0483\.0481\.2481\.2483\.8783\.8786\.2686\.2683\.1983\.1984\.8384\.8382\.1882\.1882\.5882\.5881\.2781\.2782\.1282\.12SFRA \(ours\)75\.0175\.0173\.5173\.5178\.8078\.8078\.6478\.6475\.3475\.3476\.5976\.5974\.1274\.1274\.5874\.5873\.7273\.7273\.9873\.98𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned1\.501\.501\.701\.704\.204\.200\.800\.803\.603\.603\.003\.002\.602\.601\.301\.301\.401\.403\.203\.20PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]24\.0024\.007\.207\.2052\.6052\.6038\.2038\.206\.206\.204\.004\.004\.504\.5013\.4013\.4020\.9020\.906\.306\.30SFRA \(ours\)80\.9080\.9067\.2067\.2071\.4071\.4081\.2081\.2073\.8073\.8061\.2061\.2077\.2077\.2076\.2076\.2072\.5072\.5075\.4075\.40𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe77\.2077\.2080\.2080\.2069\.7069\.7067\.0067\.0075\.6075\.6064\.3064\.3081\.7081\.7077\.0077\.0080\.9080\.9080\.0080\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.370\.370\.100\.100\.650\.650\.540\.540\.050\.050\.020\.020\.040\.040\.220\.220\.330\.330\.060\.06SFRA \(ours\)0\.850\.850\.760\.760\.780\.780\.860\.860\.790\.790\.710\.710\.820\.820\.820\.820\.800\.800\.810\.81ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.23\+0\.23\+0\.08\+0\.08\+0\.59\+0\.59\+0\.54\+0\.54\+0\.01\+0\.01\+0\.01\+0\.01\+0\.03\+0\.03\+0\.14\+0\.14\+0\.28\+0\.28\+0\.05\+0\.05SFRA \(ours\)\+0\.42\+0\.42\+0\.49\+0\.49\+0\.35\+0\.35\+0\.35\+0\.35\+0\.45\+0\.45\+0\.47\+0\.47\+0\.53\+0\.53\+0\.34\+0\.34\+0\.52\+0\.52\+0\.53\+0\.53DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned83\.2083\.2081\.9481\.9484\.5484\.5486\.3886\.3883\.9283\.9284\.9984\.9982\.6082\.6082\.7882\.7882\.0282\.0281\.6081\.60PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]82\.8682\.8681\.2881\.2884\.3784\.3786\.0286\.0283\.3683\.3684\.6684\.6682\.4082\.4082\.5482\.5481\.7381\.7380\.8880\.88SFRA \(ours\)74\.9674\.9673\.8173\.8177\.1177\.1180\.0080\.0077\.4977\.4978\.1078\.1075\.4475\.4476\.5876\.5873\.8273\.8273\.5873\.58𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]10\.3010\.306\.506\.508\.308\.304\.604\.607\.207\.202\.902\.906\.906\.906\.706\.708\.508\.5013\.8013\.80SFRA \(ours\)53\.2053\.2019\.0019\.0049\.4049\.4038\.8038\.8031\.7031\.7013\.4013\.4033\.4033\.4033\.0033\.0031\.2031\.2025\.3025\.30𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe79\.3079\.3080\.8080\.8065\.6065\.6068\.8068\.8073\.5073\.5062\.4062\.4083\.2083\.2078\.3078\.3083\.1083\.1079\.6079\.60RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.190\.190\.120\.120\.150\.150\.090\.090\.130\.130\.060\.060\.130\.130\.130\.130\.160\.160\.240\.24SFRA \(ours\)0\.670\.670\.310\.310\.640\.640\.550\.550\.470\.470\.230\.230\.490\.490\.490\.490\.470\.470\.400\.40ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.05\+0\.05\+0\.10\+0\.10\+0\.09\+0\.09\+0\.08\+0\.08\+0\.09\+0\.09\+0\.05\+0\.05\+0\.12\+0\.12\+0\.05\+0\.05\+0\.12\+0\.12\+0\.23\+0\.23SFRA \(ours\)\+0\.25\+0\.25\+0\.04\+0\.04\+0\.21\+0\.21\+0\.04\+0\.04\+0\.13\+0\.13−0\.00\-0\.00\+0\.19\+0\.19\+0\.00\+0\.00\+0\.18\+0\.18\+0\.12\+0\.12 Table R\.8:Per\-forget\-class single\-class unlearning and relearning results on CIFAR\-100 using Swin\-T\. We report the unlearned checkpoint, the source\-dependent PRA baseline, our proposed SFRA, and frozen\-encoder linear probing\. Each forget class column corresponds to a separate unlearned checkpoint in which that class is designated for forgetting\.Unlearning MethodMetricVariantForget Class0102030405060708090Original𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Original88\.2788\.2788\.4888\.4888\.3188\.3188\.3488\.3488\.3288\.3288\.4188\.4188\.3188\.3188\.2988\.2988\.4388\.4388\.2788\.27𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Original95\.0095\.0074\.0074\.0091\.0091\.0088\.0088\.0090\.0090\.0081\.0081\.0091\.0091\.0093\.0093\.0079\.0079\.0095\.0095\.00Retrained𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned88\.3688\.3688\.6788\.6788\.4088\.4088\.5288\.5288\.4888\.4888\.4088\.4088\.4388\.4388\.2588\.2588\.5388\.5388\.3088\.30PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]87\.3587\.3587\.9087\.9088\.1388\.1387\.7187\.7187\.3487\.3488\.1088\.1088\.0488\.0487\.6687\.6687\.5587\.5587\.6787\.67SFRA \(ours\)86\.8586\.8585\.8185\.8185\.8585\.8586\.3086\.3084\.9784\.9785\.3185\.3185\.1185\.1186\.3886\.3884\.9684\.9685\.5085\.50𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]95\.0095\.0060\.0060\.0081\.0081\.0062\.0062\.0085\.0085\.0063\.0063\.0047\.0047\.0061\.0061\.0080\.0080\.0086\.0086\.00SFRA \(ours\)4\.004\.0029\.0029\.0029\.0029\.006\.006\.0073\.0073\.0036\.0036\.0028\.0028\.0023\.0023\.0049\.0049\.0011\.0011\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe98\.0098\.0079\.0079\.0086\.0086\.0076\.0076\.0091\.0091\.0080\.0080\.0087\.0087\.0084\.0084\.0079\.0079\.0087\.0087\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.970\.970\.750\.750\.890\.890\.760\.760\.910\.910\.770\.770\.640\.640\.760\.760\.880\.880\.920\.92SFRA \(ours\)0\.080\.080\.450\.450\.450\.450\.110\.110\.830\.830\.520\.520\.430\.430\.370\.370\.650\.650\.200\.20Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned87\.9187\.9185\.6085\.6086\.3686\.3686\.8686\.8687\.0087\.0087\.2487\.2487\.8287\.8287\.1887\.1886\.9386\.9386\.9186\.91PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]87\.8887\.8884\.7884\.7886\.2686\.2685\.8285\.8286\.9886\.9887\.0787\.0787\.5487\.5487\.0087\.0086\.9186\.9186\.8886\.88SFRA \(ours\)87\.0687\.0684\.8784\.8785\.8785\.8786\.8686\.8686\.1386\.1384\.7484\.7487\.2187\.2186\.1786\.1786\.2286\.2286\.3986\.39𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.009\.009\.000\.000\.001\.001\.000\.000\.000\.000\.000\.000\.002\.002\.0012\.0012\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]79\.0079\.0072\.0072\.0087\.0087\.0080\.0080\.0051\.0051\.0049\.0049\.0072\.0072\.0061\.0061\.0046\.0046\.0081\.0081\.00SFRA \(ours\)24\.0024\.0011\.0011\.0022\.0022\.000\.000\.0023\.0023\.002\.002\.009\.009\.002\.002\.0012\.0012\.0041\.0041\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe97\.0097\.0074\.0074\.0089\.0089\.0084\.0084\.0090\.0090\.0079\.0079\.0091\.0091\.0087\.0087\.0087\.0087\.0095\.0095\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.880\.880\.830\.830\.880\.880\.880\.880\.670\.670\.660\.660\.840\.840\.760\.760\.610\.610\.820\.82SFRA \(ours\)0\.390\.390\.200\.200\.230\.230\.000\.000\.360\.360\.040\.040\.170\.170\.040\.040\.180\.180\.450\.45ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.09\-0\.09\+0\.09\+0\.09−0\.02\-0\.02\+0\.12\+0\.12−0\.25\-0\.25−0\.11\-0\.11\+0\.20\+0\.20\+0\.00\+0\.00−0\.27\-0\.27−0\.10\-0\.10SFRA \(ours\)\+0\.31\+0\.31−0\.25\-0\.25−0\.22\-0\.22−0\.11\-0\.11−0\.47\-0\.47−0\.49\-0\.49−0\.27\-0\.27−0\.33\-0\.33−0\.47\-0\.47\+0\.25\+0\.25Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned86\.5886\.5886\.6186\.6186\.4486\.4486\.1186\.1183\.5383\.5384\.6484\.6487\.2687\.2682\.7282\.7286\.6086\.6087\.4487\.44PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]86\.5386\.5386\.6086\.6086\.1486\.1485\.1485\.1482\.9882\.9883\.3983\.3987\.1087\.1082\.5382\.5385\.1585\.1586\.6386\.63SFRA \(ours\)78\.5378\.5378\.1178\.1178\.5378\.5378\.1178\.1175\.8375\.8376\.3876\.3878\.5778\.5777\.2677\.2678\.2978\.2980\.7580\.75𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.002\.002\.000\.000\.000\.000\.000\.000\.001\.001\.000\.000\.002\.002\.002\.002\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]48\.0048\.0016\.0016\.0082\.0082\.0070\.0070\.0051\.0051\.0072\.0072\.0048\.0048\.0017\.0017\.0079\.0079\.0096\.0096\.00SFRA \(ours\)36\.0036\.0055\.0055\.0071\.0071\.0041\.0041\.0075\.0075\.0090\.0090\.0069\.0069\.007\.007\.0092\.0092\.0049\.0049\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe91\.0091\.0067\.0067\.0084\.0084\.0074\.0074\.0080\.0080\.0073\.0073\.0089\.0089\.0082\.0082\.0073\.0073\.0084\.0084\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.650\.650\.280\.280\.890\.890\.820\.820\.670\.670\.830\.830\.640\.640\.290\.290\.860\.860\.970\.97SFRA \(ours\)0\.520\.520\.690\.690\.790\.790\.570\.570\.830\.830\.910\.910\.780\.780\.130\.130\.910\.910\.630\.63ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.32\-0\.32−0\.47\-0\.47−0\.01\-0\.01\+0\.06\+0\.06−0\.24\-0\.24\+0\.06\+0\.06\+0\.00\+0\.00−0\.47\-0\.47−0\.02\-0\.02\+0\.04\+0\.04SFRA \(ours\)\+0\.44\+0\.44\+0\.24\+0\.24\+0\.34\+0\.34\+0\.45\+0\.45−0\.00\-0\.00\+0\.38\+0\.38\+0\.35\+0\.35−0\.24\-0\.24\+0\.26\+0\.26\+0\.43\+0\.43Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned87\.3887\.3886\.7286\.7286\.3886\.3887\.8187\.8185\.0985\.0985\.6585\.6587\.0387\.0385\.6285\.6285\.3485\.3486\.7786\.77PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]87\.3787\.3786\.7186\.7185\.9585\.9586\.8586\.8584\.8784\.8785\.6085\.6086\.8686\.8684\.7384\.7385\.2985\.2986\.6886\.68SFRA \(ours\)87\.3887\.3886\.2886\.2885\.7885\.7887\.4187\.4185\.0885\.0885\.6885\.6886\.6886\.6885\.5585\.5585\.3485\.3486\.8486\.84𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.001\.001\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]35\.0035\.006\.006\.0087\.0087\.0077\.0077\.0055\.0055\.0014\.0014\.0063\.0063\.0075\.0075\.0014\.0014\.0025\.0025\.00SFRA \(ours\)0\.000\.003\.003\.002\.002\.002\.002\.005\.005\.001\.001\.003\.003\.001\.001\.003\.003\.001\.001\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe91\.0091\.0068\.0068\.0085\.0085\.0075\.0075\.0082\.0082\.0074\.0074\.0089\.0089\.0079\.0079\.0072\.0072\.0088\.0088\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.520\.520\.110\.110\.930\.930\.870\.870\.710\.710\.250\.250\.770\.770\.850\.850\.250\.250\.390\.39SFRA \(ours\)0\.000\.000\.060\.060\.040\.040\.040\.040\.100\.100\.020\.020\.060\.060\.020\.020\.060\.060\.000\.00ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.45\-0\.45−0\.63\-0\.63\+0\.04\+0\.04\+0\.10\+0\.10−0\.20\-0\.20−0\.53\-0\.53\+0\.13\+0\.13\+0\.10\+0\.10−0\.64\-0\.64−0\.53\-0\.53SFRA \(ours\)−0\.08\-0\.08−0\.39\-0\.39−0\.41\-0\.41−0\.07\-0\.07−0\.74\-0\.74−0\.51\-0\.51−0\.38\-0\.38−0\.35\-0\.35−0\.59\-0\.59−0\.20\-0\.20Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned87\.7987\.7987\.5087\.5087\.0387\.0386\.9286\.9286\.9886\.9887\.2887\.2887\.8287\.8287\.0787\.0786\.5786\.5786\.9286\.92PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]87\.1987\.1986\.7286\.7286\.0986\.0985\.6085\.6085\.1685\.1685\.9085\.9086\.9686\.9686\.5886\.5885\.3485\.3486\.1186\.11SFRA \(ours\)83\.8783\.8779\.2079\.2083\.3683\.3679\.2779\.2781\.0881\.0881\.7581\.7580\.8580\.8584\.5984\.5979\.0879\.0882\.7782\.77𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.001\.001\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]99\.0099\.0085\.0085\.0097\.0097\.0089\.0089\.0099\.0099\.0090\.0090\.0095\.0095\.0098\.0098\.0084\.0084\.0095\.0095\.00SFRA \(ours\)100\.00100\.0090\.0090\.00100\.00100\.0089\.0089\.00100\.00100\.0098\.0098\.0096\.0096\.0098\.0098\.0095\.0095\.0098\.0098\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe92\.0092\.0072\.0072\.0089\.0089\.0078\.0078\.0090\.0090\.0069\.0069\.0090\.0090\.0091\.0091\.0080\.0080\.0089\.0089\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.920\.920\.980\.980\.940\.940\.980\.980\.940\.940\.970\.970\.990\.990\.910\.910\.970\.97SFRA \(ours\)0\.980\.980\.910\.910\.980\.980\.910\.910\.960\.960\.960\.960\.940\.940\.980\.980\.940\.940\.970\.97ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.02\+0\.02\+0\.17\+0\.17\+0\.09\+0\.09\+0\.17\+0\.17\+0\.07\+0\.07\+0\.17\+0\.17\+0\.33\+0\.33\+0\.23\+0\.23\+0\.02\+0\.02\+0\.05\+0\.05SFRA \(ours\)\+0\.90\+0\.90\+0\.46\+0\.46\+0\.53\+0\.53\+0\.79\+0\.79\+0\.13\+0\.13\+0\.44\+0\.44\+0\.51\+0\.51\+0\.60\+0\.60\+0\.29\+0\.29\+0\.77\+0\.77 Unlearning MethodMetricVariantForget Class0102030405060708090Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned87\.3687\.3686\.2986\.2985\.7185\.7187\.6987\.6984\.5984\.5986\.5886\.5886\.8686\.8685\.2985\.2985\.8085\.8086\.3886\.38PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]87\.3687\.3686\.2786\.2785\.3485\.3486\.7086\.7084\.2184\.2185\.9985\.9986\.0186\.0185\.1185\.1184\.1884\.1886\.2386\.23SFRA \(ours\)85\.7785\.7780\.5980\.5977\.2777\.2781\.3681\.3677\.5377\.5378\.2778\.2783\.2283\.2281\.1481\.1477\.6977\.6981\.1781\.17𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]59\.0059\.0016\.0016\.0082\.0082\.0074\.0074\.0055\.0055\.0069\.0069\.0078\.0078\.0025\.0025\.0077\.0077\.0031\.0031\.00SFRA \(ours\)5\.005\.0041\.0041\.0050\.0050\.0031\.0031\.0065\.0065\.0092\.0092\.0049\.0049\.009\.009\.0089\.0089\.0013\.0013\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe91\.0091\.0068\.0068\.0083\.0083\.0069\.0069\.0082\.0082\.0068\.0068\.0087\.0087\.0082\.0082\.0073\.0073\.0085\.0085\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.740\.740\.280\.280\.900\.900\.850\.850\.710\.710\.810\.810\.870\.870\.400\.400\.860\.860\.470\.47SFRA \(ours\)0\.100\.100\.570\.570\.650\.650\.470\.470\.760\.760\.920\.920\.650\.650\.160\.160\.900\.900\.230\.23ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.23\-0\.23−0\.47\-0\.47\+0\.01\+0\.01\+0\.08\+0\.08−0\.20\-0\.20\+0\.04\+0\.04\+0\.23\+0\.23−0\.36\-0\.36−0\.02\-0\.02−0\.45\-0\.45SFRA \(ours\)\+0\.02\+0\.02\+0\.12\+0\.12\+0\.20\+0\.20\+0\.35\+0\.35−0\.07\-0\.07\+0\.39\+0\.39\+0\.22\+0\.22−0\.21\-0\.21\+0\.25\+0\.25\+0\.03\+0\.03SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned87\.1487\.1485\.9685\.9685\.4385\.4387\.0487\.0483\.7983\.7985\.6485\.6486\.4086\.4084\.6984\.6986\.3386\.3386\.6686\.66PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]86\.7586\.7585\.9585\.9584\.9884\.9887\.0387\.0382\.8282\.8285\.0285\.0286\.2186\.2184\.5384\.5384\.9484\.9486\.5586\.55SFRA \(ours\)87\.1487\.1481\.3281\.3277\.0177\.0182\.6682\.6677\.0377\.0378\.0478\.0482\.5682\.5683\.7383\.7379\.6179\.6181\.0381\.03𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]78\.0078\.0017\.0017\.0080\.0080\.0017\.0017\.0053\.0053\.0074\.0074\.0055\.0055\.0023\.0023\.0072\.0072\.0024\.0024\.00SFRA \(ours\)0\.000\.0036\.0036\.0037\.0037\.009\.009\.0059\.0059\.0066\.0066\.0018\.0018\.003\.003\.0076\.0076\.006\.006\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe94\.0094\.0063\.0063\.0084\.0084\.0074\.0074\.0079\.0079\.0073\.0073\.0079\.0079\.0077\.0077\.0072\.0072\.0085\.0085\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.870\.870\.290\.290\.890\.890\.290\.290\.690\.690\.850\.850\.710\.710\.370\.370\.830\.830\.390\.39SFRA \(ours\)0\.000\.000\.520\.520\.530\.530\.160\.160\.720\.720\.770\.770\.300\.300\.060\.060\.840\.840\.110\.11ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.09\-0\.09−0\.46\-0\.46−0\.01\-0\.01−0\.47\-0\.47−0\.22\-0\.22\+0\.08\+0\.08\+0\.07\+0\.07−0\.38\-0\.38−0\.05\-0\.05−0\.53\-0\.53SFRA \(ours\)−0\.08\-0\.08\+0\.08\+0\.08\+0\.08\+0\.08\+0\.05\+0\.05−0\.11\-0\.11\+0\.25\+0\.25−0\.13\-0\.13−0\.31\-0\.31\+0\.19\+0\.19−0\.08\-0\.08Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned88\.3688\.3688\.8588\.8588\.4888\.4888\.6888\.6888\.4288\.4288\.6388\.6388\.6188\.6188\.4888\.4888\.6788\.6788\.5588\.55PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]88\.1888\.1888\.0588\.0588\.0688\.0688\.0188\.0187\.8787\.8787\.3587\.3588\.0688\.0687\.8887\.8888\.2888\.2888\.0988\.09SFRA \(ours\)87\.6087\.6085\.8185\.8187\.1487\.1487\.3387\.3385\.3085\.3086\.2586\.2586\.6186\.6187\.6687\.6686\.4786\.4787\.3787\.37𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.002\.002\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.001\.001\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]98\.0098\.0093\.0093\.0098\.0098\.0096\.0096\.0098\.0098\.0096\.0096\.0098\.0098\.0098\.0098\.0095\.0095\.00100\.00100\.00SFRA \(ours\)98\.0098\.0086\.0086\.0096\.0096\.0091\.0091\.0099\.0099\.0094\.0094\.0093\.0093\.0095\.0095\.0090\.0090\.0098\.0098\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe97\.0097\.0076\.0076\.0091\.0091\.0087\.0087\.0095\.0095\.0082\.0082\.0092\.0092\.0093\.0093\.0086\.0086\.0095\.0095\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.950\.950\.990\.990\.980\.980\.990\.990\.970\.970\.990\.990\.990\.990\.970\.970\.990\.99SFRA \(ours\)0\.990\.990\.900\.900\.970\.970\.950\.950\.980\.980\.960\.960\.950\.950\.970\.970\.940\.940\.980\.98ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.02\+0\.02\+0\.20\+0\.20\+0\.09\+0\.09\+0\.21\+0\.21\+0\.07\+0\.07\+0\.20\+0\.20\+0\.35\+0\.35\+0\.23\+0\.23\+0\.09\+0\.09\+0\.07\+0\.07SFRA \(ours\)\+0\.91\+0\.91\+0\.45\+0\.45\+0\.53\+0\.53\+0\.83\+0\.83\+0\.15\+0\.15\+0\.43\+0\.43\+0\.52\+0\.52\+0\.60\+0\.60\+0\.29\+0\.29\+0\.78\+0\.78SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned87\.8887\.8887\.6687\.6688\.5588\.5587\.7787\.7788\.2788\.2787\.2787\.2788\.5288\.5287\.0587\.0588\.3688\.3687\.5787\.57PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]87\.8887\.8887\.6287\.6288\.5588\.5587\.7587\.7588\.2488\.2487\.1087\.1088\.5188\.5186\.9486\.9488\.3588\.3587\.5287\.52SFRA \(ours\)87\.3487\.3487\.1287\.1288\.0088\.0087\.2787\.2787\.3987\.3986\.6386\.6388\.1088\.1086\.3786\.3787\.5687\.5687\.1387\.13𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]48\.0048\.0054\.0054\.0036\.0036\.0057\.0057\.0025\.0025\.0065\.0065\.0027\.0027\.0064\.0064\.0025\.0025\.0079\.0079\.00SFRA \(ours\)47\.0047\.0044\.0044\.0018\.0018\.0068\.0068\.008\.008\.0049\.0049\.0015\.0015\.0069\.0069\.0017\.0017\.0062\.0062\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe97\.0097\.0076\.0076\.0091\.0091\.0081\.0081\.0089\.0089\.0079\.0079\.0094\.0094\.0084\.0084\.0093\.0093\.0093\.0093\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.650\.650\.700\.700\.530\.530\.730\.730\.400\.400\.790\.790\.430\.430\.780\.780\.400\.400\.880\.88SFRA \(ours\)0\.640\.640\.610\.610\.300\.300\.810\.810\.150\.150\.660\.660\.260\.260\.810\.810\.290\.290\.760\.76ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.32\-0\.32−0\.05\-0\.05−0\.36\-0\.36−0\.04\-0\.04−0\.51\-0\.51\+0\.02\+0\.02−0\.21\-0\.21\+0\.02\+0\.02−0\.48\-0\.48−0\.04\-0\.04SFRA \(ours\)\+0\.56\+0\.56\+0\.16\+0\.16−0\.14\-0\.14\+0\.69\+0\.69−0\.68\-0\.68\+0\.13\+0\.13−0\.17\-0\.17\+0\.44\+0\.44−0\.36\-0\.36\+0\.57\+0\.57DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned87\.8387\.8388\.0588\.0587\.6587\.6586\.8986\.8987\.9487\.9487\.2387\.2387\.9287\.9287\.7487\.7487\.1387\.1388\.0388\.03PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]87\.0687\.0687\.1787\.1787\.1187\.1185\.2185\.2187\.3487\.3486\.3186\.3186\.9286\.9286\.7586\.7586\.0486\.0486\.9386\.93SFRA \(ours\)84\.3084\.3079\.9979\.9980\.8180\.8182\.1782\.1782\.3982\.3979\.0379\.0381\.6881\.6884\.6684\.6678\.6678\.6686\.0386\.03𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]99\.0099\.0080\.0080\.0094\.0094\.0090\.0090\.0096\.0096\.0078\.0078\.0094\.0094\.0098\.0098\.0085\.0085\.00100\.00100\.00SFRA \(ours\)100\.00100\.0090\.0090\.00100\.00100\.0089\.0089\.00100\.00100\.0099\.0099\.0096\.0096\.0097\.0097\.0099\.0099\.0099\.0099\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe93\.0093\.0065\.0065\.0085\.0085\.0080\.0080\.0085\.0085\.0066\.0066\.0090\.0090\.0086\.0086\.0075\.0075\.0094\.0094\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.990\.990\.890\.890\.970\.970\.940\.940\.980\.980\.870\.870\.960\.960\.990\.990\.910\.910\.990\.99SFRA \(ours\)0\.980\.980\.910\.910\.960\.960\.920\.920\.970\.970\.950\.950\.950\.950\.970\.970\.950\.950\.980\.98ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.02\+0\.02\+0\.14\+0\.14\+0\.07\+0\.07\+0\.18\+0\.18\+0\.06\+0\.06\+0\.10\+0\.10\+0\.33\+0\.33\+0\.23\+0\.23\+0\.03\+0\.03\+0\.07\+0\.07SFRA \(ours\)\+0\.91\+0\.91\+0\.46\+0\.46\+0\.52\+0\.52\+0\.81\+0\.81\+0\.14\+0\.14\+0\.43\+0\.43\+0\.51\+0\.51\+0\.60\+0\.60\+0\.30\+0\.30\+0\.79\+0\.79 Table R\.9:Per\-forget\-class single\-class unlearning and relearning results on TinyImageNet using Swin\-T\. We report the unlearned checkpoint, the source\-dependent PRA baseline, our proposed SFRA, and frozen\-encoder linear probing\. Each forget class column corresponds to a separate unlearned checkpoint in which that class is designated for forgetting\.Unlearning MethodMetricVariantForget Class020406080100120140160180Original𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Original86\.2686\.2686\.3086\.3086\.3686\.3686\.3186\.3186\.3486\.3486\.3486\.3486\.3386\.3386\.3486\.3486\.2986\.2986\.3486\.34𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Original100\.00100\.0092\.0092\.0080\.0080\.0090\.0090\.0084\.0084\.0084\.0084\.0086\.0086\.0084\.0084\.0094\.0094\.0084\.0084\.00Retrained𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned86\.0886\.0886\.1486\.1486\.2886\.2886\.1086\.1085\.9685\.9686\.1386\.1386\.3786\.3786\.1986\.1986\.2386\.2386\.2786\.27PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]86\.1886\.1886\.3386\.3385\.7785\.7786\.5086\.5086\.0986\.0986\.2786\.2786\.1786\.1786\.3586\.3586\.4086\.4086\.4686\.46SFRA \(ours\)84\.1984\.1978\.8878\.8879\.4579\.4578\.6378\.6377\.8577\.8579\.4579\.4579\.2079\.2078\.3778\.3778\.8778\.8778\.6578\.65𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0096\.0096\.0082\.0082\.0096\.0096\.0078\.0078\.0088\.0088\.0082\.0082\.0080\.0080\.0096\.0096\.0072\.0072\.00SFRA \(ours\)84\.0084\.0080\.0080\.0050\.0050\.0076\.0076\.0080\.0080\.0086\.0086\.0082\.0082\.0078\.0078\.0092\.0092\.0074\.0074\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe96\.0096\.0090\.0090\.0084\.0084\.0090\.0090\.0086\.0086\.0086\.0086\.0082\.0082\.0088\.0088\.0092\.0092\.0088\.0088\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]1\.001\.000\.980\.980\.900\.900\.980\.980\.880\.880\.940\.940\.900\.900\.890\.890\.980\.980\.840\.84SFRA \(ours\)0\.910\.910\.860\.860\.650\.650\.830\.830\.860\.860\.900\.900\.870\.870\.840\.840\.920\.920\.820\.82Finetune\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned76\.5076\.5077\.1677\.1675\.9075\.9077\.5877\.5876\.9476\.9477\.1677\.1676\.9276\.9277\.8277\.8276\.9276\.9277\.2477\.24PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]76\.5076\.5077\.1677\.1675\.9075\.9077\.5877\.5876\.9476\.9477\.1677\.1676\.9076\.9077\.8277\.8276\.9176\.9176\.6876\.68SFRA \(ours\)69\.6769\.6770\.9870\.9868\.3668\.3670\.6770\.6769\.5969\.5970\.4570\.4570\.2970\.2971\.5171\.5169\.5969\.5970\.7070\.70𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]18\.0018\.0014\.0014\.004\.004\.0022\.0022\.006\.006\.000\.000\.0032\.0032\.0018\.0018\.004\.004\.006\.006\.00SFRA \(ours\)62\.0062\.0056\.0056\.0058\.0058\.0056\.0056\.0064\.0064\.0036\.0036\.0032\.0032\.0068\.0068\.0060\.0060\.0064\.0064\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe100\.00100\.0086\.0086\.0080\.0080\.0092\.0092\.0078\.0078\.0084\.0084\.0082\.0082\.0086\.0086\.0084\.0084\.0076\.0076\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.310\.310\.250\.250\.080\.080\.360\.360\.110\.110\.000\.000\.480\.480\.310\.310\.080\.080\.110\.11SFRA \(ours\)0\.740\.740\.700\.700\.710\.710\.700\.700\.760\.760\.520\.520\.480\.480\.790\.790\.730\.730\.760\.76ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.69\-0\.69−0\.73\-0\.73−0\.82\-0\.82−0\.62\-0\.62−0\.76\-0\.76−0\.94\-0\.94−0\.42\-0\.42−0\.58\-0\.58−0\.90\-0\.90−0\.72\-0\.72SFRA \(ours\)−0\.16\-0\.16−0\.16\-0\.16\+0\.06\+0\.06−0\.14\-0\.14−0\.10\-0\.10−0\.38\-0\.38−0\.39\-0\.39−0\.06\-0\.06−0\.19\-0\.19−0\.06\-0\.06Negative Gradient\[[22](https://arxiv.org/html/2609.02018#bib.bib6)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned82\.4282\.4283\.7683\.7685\.5385\.5384\.9784\.9785\.0685\.0684\.4984\.4984\.1584\.1584\.9584\.9585\.1285\.1284\.9784\.97PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]81\.5581\.5583\.1283\.1284\.7984\.7984\.7084\.7084\.0484\.0483\.5383\.5382\.8882\.8884\.6984\.6984\.5684\.5684\.6984\.69SFRA \(ours\)76\.7076\.7076\.2076\.2077\.9077\.9076\.5976\.5977\.3877\.3876\.7376\.7376\.4676\.4678\.1178\.1179\.0379\.0378\.4678\.46𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.002\.002\.002\.002\.002\.002\.000\.000\.008\.008\.000\.000\.002\.002\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]84\.0084\.0088\.0088\.0074\.0074\.0076\.0076\.0072\.0072\.0066\.0066\.0084\.0084\.0068\.0068\.0094\.0094\.0052\.0052\.00SFRA \(ours\)86\.0086\.0076\.0076\.0086\.0086\.0086\.0086\.0086\.0086\.0092\.0092\.0080\.0080\.0092\.0092\.0096\.0096\.0084\.0084\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe84\.0084\.0084\.0084\.0074\.0074\.0078\.0078\.0080\.0080\.0076\.0076\.0076\.0076\.0078\.0078\.0080\.0080\.0062\.0062\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.910\.910\.930\.930\.850\.850\.850\.850\.820\.820\.780\.780\.910\.910\.750\.750\.970\.970\.670\.67SFRA \(ours\)0\.900\.900\.830\.830\.890\.890\.880\.880\.880\.880\.910\.910\.860\.860\.880\.880\.950\.950\.870\.87ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.09\-0\.09−0\.05\-0\.05−0\.05\-0\.05−0\.13\-0\.13−0\.06\-0\.06−0\.16\-0\.16\+0\.01\+0\.01−0\.14\-0\.14−0\.01\-0\.01−0\.17\-0\.17SFRA \(ours\)−0\.01\-0\.01−0\.02\-0\.02\+0\.24\+0\.24\+0\.04\+0\.04\+0\.02\+0\.02\+0\.02\+0\.02−0\.01\-0\.01\+0\.04\+0\.04\+0\.03\+0\.03\+0\.05\+0\.05Negative Gradient\+\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned84\.9284\.9283\.1683\.1685\.2385\.2384\.8384\.8384\.4084\.4084\.6584\.6585\.1485\.1484\.5684\.5685\.5485\.5484\.9184\.91PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]84\.0484\.0483\.1683\.1684\.2384\.2383\.4683\.4683\.2383\.2382\.4082\.4084\.3284\.3283\.0983\.0985\.2485\.2483\.3083\.30SFRA \(ours\)83\.4683\.4683\.1683\.1684\.2684\.2683\.1583\.1582\.1182\.1182\.2782\.2780\.6780\.6782\.2382\.2379\.8879\.8882\.0882\.08𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.002\.002\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]82\.0082\.000\.000\.0090\.0090\.0082\.0082\.0080\.0080\.0066\.0066\.0084\.0084\.0074\.0074\.0096\.0096\.0078\.0078\.00SFRA \(ours\)38\.0038\.000\.000\.002\.002\.0022\.0022\.0028\.0028\.0062\.0062\.0068\.0068\.0032\.0032\.0088\.0088\.0060\.0060\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe84\.0084\.0092\.0092\.0082\.0082\.0084\.0084\.0076\.0076\.0082\.0082\.0078\.0078\.0074\.0074\.0082\.0082\.0068\.0068\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.900\.900\.000\.000\.940\.940\.900\.900\.880\.880\.770\.770\.910\.910\.850\.850\.980\.980\.870\.87SFRA \(ours\)0\.550\.550\.000\.000\.040\.040\.360\.360\.440\.440\.740\.740\.790\.790\.480\.480\.910\.910\.740\.74ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.10\-0\.10−0\.98\-0\.98\+0\.04\+0\.04−0\.08\-0\.08\+0\.01\+0\.01−0\.16\-0\.16\+0\.01\+0\.01−0\.04\-0\.04−0\.00\-0\.00\+0\.03\+0\.03SFRA \(ours\)−0\.36\-0\.36−0\.86\-0\.86−0\.61\-0\.61−0\.48\-0\.48−0\.42\-0\.42−0\.15\-0\.15−0\.08\-0\.08−0\.36\-0\.36−0\.01\-0\.01−0\.08\-0\.08Random Label\[[26](https://arxiv.org/html/2609.02018#bib.bib8)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned85\.4185\.4185\.5985\.5985\.5285\.5285\.0585\.0584\.5784\.5784\.4484\.4484\.4984\.4983\.7183\.7185\.2885\.2883\.4783\.47PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]84\.4584\.4585\.3385\.3384\.8884\.8883\.3783\.3782\.9882\.9882\.9682\.9683\.1583\.1582\.8282\.8284\.5984\.5982\.0682\.06SFRA \(ours\)82\.4182\.4180\.4780\.4781\.5081\.5077\.6677\.6677\.2577\.2576\.4976\.4977\.7477\.7477\.5277\.5278\.8778\.8777\.1477\.14𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0094\.0094\.0092\.0092\.0094\.0094\.0090\.0090\.0084\.0084\.0084\.0084\.0092\.0092\.0098\.0098\.0070\.0070\.00SFRA \(ours\)96\.0096\.00100\.00100\.0098\.0098\.0086\.0086\.0090\.0090\.0092\.0092\.0060\.0060\.0092\.0092\.00100\.00100\.0058\.0058\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe98\.0098\.0090\.0090\.0084\.0084\.0088\.0088\.0078\.0078\.0074\.0074\.0074\.0074\.0084\.0084\.0082\.0082\.0068\.0068\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]1\.001\.000\.970\.970\.960\.960\.960\.960\.940\.940\.910\.910\.910\.910\.950\.950\.990\.990\.820\.82SFRA \(ours\)0\.960\.960\.970\.970\.970\.970\.890\.890\.910\.910\.920\.920\.730\.730\.930\.930\.970\.970\.720\.72ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.00\-0\.00−0\.01\-0\.01\+0\.06\+0\.06−0\.02\-0\.02\+0\.07\+0\.07−0\.03\-0\.03\+0\.01\+0\.01\+0\.07\+0\.07\+0\.01\+0\.01−0\.02\-0\.02SFRA \(ours\)\+0\.06\+0\.06\+0\.11\+0\.11\+0\.32\+0\.32\+0\.06\+0\.06\+0\.06\+0\.06\+0\.03\+0\.03−0\.14\-0\.14\+0\.08\+0\.08\+0\.04\+0\.04−0\.11\-0\.11 Unlearning MethodMetricVariantForget Class020406080100120140160180Learn to Unlearn\[[6](https://arxiv.org/html/2609.02018#bib.bib14)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned85\.2085\.2084\.2084\.2084\.7484\.7484\.3884\.3884\.5784\.5783\.4783\.4782\.6582\.6583\.0083\.0084\.0984\.0983\.8283\.82PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]83\.7483\.7483\.2683\.2683\.8083\.8083\.3883\.3883\.4483\.4481\.8881\.8881\.8381\.8381\.6281\.6282\.7182\.7181\.8681\.86SFRA \(ours\)85\.0885\.0885\.2085\.2084\.8484\.8474\.6074\.6084\.0584\.0585\.4085\.4082\.4482\.4484\.4084\.4083\.9483\.9488\.4088\.40𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]94\.0094\.0098\.0098\.0082\.0082\.0082\.0082\.0074\.0074\.0070\.0070\.0074\.0074\.0082\.0082\.0092\.0092\.0068\.0068\.00SFRA \(ours\)54\.0054\.0077\.9477\.940\.000\.0075\.9975\.9918\.0018\.0076\.0976\.0932\.0032\.0075\.3275\.326\.006\.0075\.9775\.97𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe86\.0086\.0084\.0084\.0078\.0078\.0076\.0076\.0078\.0078\.0076\.0076\.0072\.0072\.0080\.0080\.0084\.0084\.0060\.0060\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.960\.960\.990\.990\.900\.900\.900\.900\.850\.850\.820\.820\.850\.850\.900\.900\.950\.950\.800\.80SFRA \(ours\)0\.700\.700\.880\.880\.000\.000\.820\.820\.300\.300\.860\.860\.480\.480\.860\.860\.110\.110\.860\.86ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.04\-0\.04\+0\.01\+0\.01−0\.00\-0\.00−0\.08\-0\.08−0\.03\-0\.03−0\.12\-0\.12−0\.05\-0\.05\+0\.01\+0\.01−0\.03\-0\.03−0\.03\-0\.03SFRA \(ours\)−0\.20\-0\.20\+0\.02\+0\.02−0\.65\-0\.65−0\.01\-0\.01−0\.55\-0\.55−0\.03\-0\.03−0\.39\-0\.39\+0\.01\+0\.01−0\.81\-0\.81\+0\.04\+0\.04SCRUB\[[37](https://arxiv.org/html/2609.02018#bib.bib7)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned82\.8882\.8883\.9883\.9884\.0984\.0983\.6283\.6283\.4983\.4982\.2982\.2983\.4783\.4782\.9882\.9884\.4384\.4384\.5284\.52PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]81\.8081\.8083\.1283\.1283\.1183\.1182\.5882\.5882\.1282\.1281\.1581\.1582\.7882\.7882\.5082\.5083\.4683\.4684\.3084\.30SFRA \(ours\)76\.5076\.5076\.5676\.5676\.0076\.0075\.5175\.5175\.7375\.7374\.1074\.1075\.3475\.3476\.7676\.7677\.9477\.9478\.9278\.92𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.002\.002\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]80\.0080\.0094\.0094\.0086\.0086\.0074\.0074\.0068\.0068\.0050\.0050\.0070\.0070\.0054\.0054\.0080\.0080\.0038\.0038\.00SFRA \(ours\)62\.0062\.0018\.0018\.0014\.0014\.0058\.0058\.0080\.0080\.0086\.0086\.0078\.0078\.0076\.0076\.0078\.0078\.0082\.0082\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe72\.0072\.0086\.0086\.0076\.0076\.0074\.0074\.0070\.0070\.0066\.0066\.0076\.0076\.0076\.0076\.0078\.0078\.0064\.0064\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]0\.880\.880\.950\.950\.920\.920\.850\.850\.810\.810\.660\.660\.820\.820\.700\.700\.890\.890\.550\.55SFRA \(ours\)0\.750\.750\.270\.270\.240\.240\.710\.710\.860\.860\.890\.890\.840\.840\.840\.840\.850\.850\.880\.88ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.12\-0\.12−0\.03\-0\.03\+0\.02\+0\.02−0\.13\-0\.13−0\.07\-0\.07−0\.27\-0\.27−0\.08\-0\.08−0\.19\-0\.19−0\.09\-0\.09−0\.29\-0\.29SFRA \(ours\)−0\.16\-0\.16−0\.59\-0\.59−0\.41\-0\.41−0\.12\-0\.12\+0\.00\+0\.00−0\.01\-0\.01−0\.03\-0\.03−0\.01\-0\.01−0\.07\-0\.07\+0\.06\+0\.06Bad Teacher\[[10](https://arxiv.org/html/2609.02018#bib.bib12)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned86\.0286\.0285\.7785\.7785\.9685\.9685\.9385\.9385\.8685\.8685\.7485\.7486\.0086\.0085\.8785\.8785\.9685\.9686\.0186\.01PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]85\.9985\.9985\.7285\.7285\.6685\.6685\.8185\.8185\.5985\.5985\.5985\.5985\.7185\.7185\.6585\.6585\.8285\.8285\.8485\.84SFRA \(ours\)83\.5683\.5684\.4284\.4279\.1879\.1882\.6582\.6578\.7678\.7682\.8582\.8578\.0278\.0282\.5182\.5179\.1279\.1283\.1783\.17𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.000\.000\.000\.000\.004\.004\.000\.000\.000\.000\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0098\.0098\.0094\.0094\.0096\.0096\.0094\.0094\.0090\.0090\.0096\.0096\.0090\.0090\.0096\.0096\.0088\.0088\.00SFRA \(ours\)100\.00100\.0098\.0098\.0098\.0098\.00100\.00100\.00100\.00100\.0096\.0096\.0098\.0098\.0098\.0098\.00100\.00100\.0096\.0096\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe98\.0098\.0094\.0094\.0084\.0084\.0092\.0092\.0086\.0086\.0084\.0084\.0084\.0084\.0090\.0090\.0092\.0092\.0086\.0086\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]1\.001\.000\.990\.990\.970\.970\.980\.980\.970\.970\.920\.920\.980\.980\.950\.950\.980\.980\.940\.94SFRA \(ours\)0\.990\.990\.980\.980\.960\.960\.980\.980\.960\.960\.940\.940\.950\.950\.970\.970\.960\.960\.970\.97ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.00\+0\.00\+0\.01\+0\.01\+0\.07\+0\.07\+0\.00\+0\.00\+0\.09\+0\.09−0\.01\-0\.01\+0\.08\+0\.08\+0\.06\+0\.06−0\.00\-0\.00\+0\.10\+0\.10SFRA \(ours\)\+0\.08\+0\.08\+0\.12\+0\.12\+0\.30\+0\.30\+0\.15\+0\.15\+0\.11\+0\.11\+0\.05\+0\.05\+0\.08\+0\.08\+0\.13\+0\.13\+0\.04\+0\.04\+0\.14\+0\.14SalUn\[[16](https://arxiv.org/html/2609.02018#bib.bib11)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned86\.0286\.0282\.4482\.4485\.9185\.9184\.2984\.2986\.2386\.2384\.9784\.9786\.1986\.1983\.0883\.0886\.0886\.0883\.8083\.80PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]85\.9885\.9881\.0881\.0885\.7985\.7982\.2882\.2886\.0986\.0983\.0883\.0885\.9885\.9881\.5181\.5186\.0386\.0381\.2081\.20SFRA \(ours\)85\.4085\.4075\.0975\.0985\.0285\.0276\.9476\.9485\.5885\.5878\.8078\.8085\.6985\.6975\.1675\.1685\.4185\.4176\.7576\.75𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.002\.002\.000\.000\.002\.002\.000\.000\.000\.000\.000\.000\.006\.006\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0098\.0098\.0082\.0082\.0094\.0094\.0076\.0076\.0088\.0088\.0092\.0092\.0092\.0092\.0094\.0094\.0086\.0086\.00SFRA \(ours\)94\.0094\.0090\.0090\.0074\.0074\.0088\.0088\.0054\.0054\.0094\.0094\.0070\.0070\.0094\.0094\.0084\.0084\.0086\.0086\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe100\.00100\.0090\.0090\.0086\.0086\.0084\.0084\.0082\.0082\.0076\.0076\.0084\.0084\.0082\.0082\.0092\.0092\.0068\.0068\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]1\.001\.000\.970\.970\.900\.900\.950\.950\.860\.860\.930\.930\.960\.960\.920\.920\.970\.970\.910\.91SFRA \(ours\)0\.970\.970\.900\.900\.850\.850\.890\.890\.700\.700\.940\.940\.820\.820\.900\.900\.910\.910\.890\.89ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]\+0\.00\+0\.00−0\.01\-0\.01\+0\.00\+0\.00−0\.03\-0\.03−0\.01\-0\.01−0\.01\-0\.01\+0\.06\+0\.06\+0\.03\+0\.03−0\.01\-0\.01\+0\.08\+0\.08SFRA \(ours\)\+0\.06\+0\.06\+0\.04\+0\.04\+0\.20\+0\.20\+0\.06\+0\.06−0\.16\-0\.16\+0\.04\+0\.04−0\.05\-0\.05\+0\.05\+0\.05−0\.01\-0\.01\+0\.07\+0\.07DELETE\[[61](https://arxiv.org/html/2609.02018#bib.bib10)\]𝒜rt\(%\)\\mathcal\{A\}^\{t\}\_\{r\}\(\\%\)Unlearned85\.7785\.7785\.9985\.9986\.0086\.0085\.7985\.7985\.8985\.8985\.0685\.0685\.9385\.9385\.5285\.5285\.7585\.7585\.9185\.91PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]85\.6985\.6985\.9585\.9585\.4185\.4185\.7285\.7285\.2585\.2582\.8682\.8685\.2585\.2584\.6584\.6585\.3285\.3285\.7785\.77SFRA \(ours\)83\.7783\.7782\.1382\.1378\.2078\.2078\.5778\.5779\.4079\.4078\.1378\.1377\.9677\.9677\.7577\.7581\.4181\.4177\.9777\.97𝒜ft\(%\)\\mathcal\{A\}^\{t\}\_\{f\}\(\\%\)Unlearned0\.000\.000\.000\.000\.000\.0026\.0026\.002\.002\.000\.000\.000\.000\.0028\.0028\.000\.000\.000\.000\.00PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]100\.00100\.0096\.0096\.0088\.0088\.0088\.0088\.0084\.0084\.0092\.0092\.0090\.0090\.0092\.0092\.0098\.0098\.0080\.0080\.00SFRA \(ours\)100\.00100\.00100\.00100\.0098\.0098\.0098\.0098\.0092\.0092\.0094\.0094\.0096\.0096\.0098\.0098\.0098\.0098\.0092\.0092\.00𝒜fLP\(%\)\\mathcal\{A\}^\{LP\}\_\{f\}\(\\%\)Linear Probe98\.0098\.0092\.0092\.0082\.0082\.0082\.0082\.0084\.0084\.0076\.0076\.0082\.0082\.0084\.0084\.0086\.0086\.0078\.0078\.00RS\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]1\.001\.000\.980\.980\.930\.930\.770\.770\.900\.900\.950\.950\.940\.940\.780\.780\.990\.990\.890\.89SFRA \(ours\)0\.990\.990\.980\.980\.950\.950\.810\.810\.920\.920\.940\.940\.940\.940\.800\.800\.970\.970\.920\.92ΔRS\\Delta\\mathrm\{RS\}PRA\[[25](https://arxiv.org/html/2609.02018#bib.bib15)\]−0\.00\-0\.00−0\.00\-0\.00\+0\.03\+0\.03−0\.21\-0\.21\+0\.02\+0\.02\+0\.01\+0\.01\+0\.04\+0\.04−0\.11\-0\.11\+0\.01\+0\.01\+0\.05\+0\.05SFRA \(ours\)\+0\.08\+0\.08\+0\.12\+0\.12\+0\.30\+0\.30−0\.02\-0\.02\+0\.06\+0\.06\+0\.04\+0\.04\+0\.07\+0\.07−0\.05\-0\.05\+0\.04\+0\.04\+0\.10\+0\.10
Similar Articles
Lost or Hidden? A Concept-Level Forgetting in Supervised Continual Learning
This paper introduces a diagnostic framework using Sparse Autoencoders to analyze concept-level forgetting in continual learning, finding that much forgetting is due to representational inaccessibility rather than erasure.
Leak-Resistant Unlearning: A New Benchmark for Evaluating Multi-Hop Reasoning Consistency and Recovery Robustness
This paper introduces a new benchmark for evaluating machine unlearning, focusing on multi-hop reasoning consistency and recovery robustness. Experiments show existing unlearning methods face an 'impossible triangle' trade-off among forget quality, robustness, and utility preservation.
Pyrecall open source tool for detecting catastrophic forgetting during LLM fine-tuning[P]
Pyrecall is a new open-source tool that detects catastrophic forgetting during LLM fine-tuning by snapshotting skill scores before and after training, flagging regressions, and rolling back LoRA adapters. It runs fully locally with no external APIs.
Measure, Don't Optimize: Forecasting Recovery in LLM Unlearning
Proposes J-Access, an inference-time audit using the Jacobian lens to measure residual knowledge accessibility in unlearned LLMs, finding that accessibility predicts recovery speed but that directly minimizing it fails to promote genuine deletion.
Erased, but Not Gone: Output Forgetting Is Not True Forgetting
This paper argues that standard output-level evaluations of machine unlearning overestimate success, showing that methods can appear successful at the output layer while retaining structured representation-level discrepancies relative to retrained models. The authors propose retraining-consistent representation forgetting as a stronger evaluative lens.