REVIEW 2 major objections 5 minor 29 references
Association Restoration Test: Revealing Restorable Shortcuts after Unlearning
T0 review · 2 major / 5 minor · reviewed 2026-07-11 · grok-4.5
Pith's one-line read Improving worst-group accuracy does not mean a learned label–attribute shortcut is gone; ART can reactivate many residual associations under the original classifier head.
desk verdict Clean association-level restoration diagnostic with solid multi-dataset evidence that WGA, probes, and functional restorability can diverge; scoped novelty, not a new unlearning method. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Association Restoration Test (ART): a post-hoc find–gate–restore procedure that estimates class-conditional residual association directions in frozen penultimate features, gates weak directions by projected subgroup separation, amplifies each test example’s residual component along its class direction, and scores the modified features with the original classifier head.
What would settle it
If control directions (shuffled attributes, random directions, or matched random subspaces) produced WGA drops and CSR gains as large as ART’s association directions on the same models and datasets, or if ART failed to separate low-restoration balanced retrain references from high-restoration association-adapted methods under the reported defaults, the functional-restorability reading would fail.
Extended reading notes
Core claim
Output robustness, representation probes, and functional restorability measure different things. Many shortcut-mitigation and association-adapted unlearning methods raise worst-group accuracy while leaving class-conditional shortcut structure readable in frozen features; ART can amplify that structure and restore shortcut-consistent errors under the original head. Some methods mainly decouple the head from retained structure, while others leave associations that ART reactivates, producing large worst-group accuracy drops and higher conflict shortcut rates.
Load-bearing premise
The claim rests on treating linear class-conditional residual directions in penultimate features, when scaled by a fixed amplification factor, as a fair test of whether a retained association is still usable by the original head rather than a generic feature-space jolt.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces the Association Restoration Test (ART), a post-hoc diagnostic for whether label–attribute shortcuts remain functionally usable by a trained classifier after association unlearning or shortcut mitigation. ART estimates class-conditional residual association directions in frozen penultimate features (with partial label-null correction), gates poorly supported directions, amplifies residual components along those directions, and re-evaluates the modified features with the original classifier head. Across Waterbirds, CelebA, SpuCoDogs, and a multiclass ISIC timestamp-artifact extension, the authors audit ERM, Balanced Retrain, GroupDRO, DFR, JTT, and association-adapted unlearning variants (A-NegGrad+, A-SCRUB, A-SalUn, A-SSD). They report that worst-group accuracy and conflict shortcut rate can improve while class-conditional attribute probes remain high, and that ART can still produce large WGA drops and CSR gains for many methods—evidence that output robustness, feature readability, and functional restorability can diverge.
Significance. If the reported divergence holds, the paper supplies a useful evaluation gap for association unlearning and shortcut mitigation: methods can look robust by WGA while retaining associations that the original head can still exploit under a controlled feature-space restoration. The contribution is primarily diagnostic rather than a new unlearning algorithm. Strengths include multi-dataset evidence, negative controls (shuffled-a, random, and matched-subspace directions near zero), Find/Gate/Restore ablations, qualitative t-SNE and Grad-CAM illustrations, a multiclass extension, and an ART-head mitigation probe showing that head retraining on clean+ART features can reduce vulnerability. These elements make the central claim falsifiable and practically relevant for auditing association-level interventions.
major comments (2)
- Section 3 (Find/Gate/Restore) and the central claim that ART measures functional restorability rest on linear class-conditional residual directions in penultimate space, amplified by scalar β under partial label-null correction ρ. Tables 5–6 and the predicted-label ablation provide good support that the effect is association-specific rather than generic disruption, but the manuscript should more explicitly bound what a low ART score does and does not certify (as the conclusion already notes for nonlinear alternatives). A short, load-bearing clarification in §3 or §5.4—stating that ART is a linear penultimate stress test of head usability, not a complete certificate of association deletion—would prevent over-reading of the taxonomy in Fig. 3.
- Section 4 defines the A-* methods as association-adapted variants of NegGrad+, SCRUB, SalUn, and SSD via a class-conditional association objective, but the objective, loss form, and implementation details are only sketched. Because these methods are central to the claim that association-adapted unlearning often leaves restorable shortcuts (Table 4), the paper needs a precise definition of the association loss / importance signal and enough protocol detail for independent reimplementation; otherwise the A-* results are hard to interpret as a stable baseline class rather than author-specific adaptations.
minor comments (5)
- Table 1 and the binary setup use A1/C1/C2/A2 ordering; a brief reminder of π(a) and aligned vs. conflicting groups near Table 2 would help readers parse CSR without flipping back to §3.
- Fig. 3’s four-region taxonomy is useful but uses soft thresholds (probe >70%, ΔWGA >15). State explicitly that these are interpretive guides, not decision rules, to avoid treating the plot as a hard classifier of methods.
- The ISIC multiclass extension in §5.6 is important but reported only narratively; a compact table of WGA/CSR (or timestamp shortcut rate) before/after ART would match the binary presentation standard of Tables 2–4.
- Notation for the partial label-null correction (ρ P_Sy) and residual projection P_Uc is clear in equations but denser in prose; a one-line intuition that ρ trades label leakage against shortcut signal would improve accessibility.
- Code and exact A-* training recipes are not mentioned; releasing them would strengthen reproducibility of the association-adapted baselines and ART protocol.
Circularity Check
No significant circularity: ART is an empirical post-hoc diagnostic with independent controls, not a derivation that reduces to its inputs by construction.
full rationale
The paper proposes ART as a feature-space diagnostic (class-conditional residual directions, gated, then amplified and scored under the original head) and reports that WGA, probes, and ART can diverge across methods and datasets. That claim is empirical, not forced by definition: directions are estimated on an audit split and evaluated on a held-out test split; β, ρ, and the gate are free hyperparameters that are ablated rather than fitted to the target claim; and Table 5 shows that shuffled-attribute, random-direction, and matched-subspace controls produce near-zero WGA drops while ART does not. Calling a large ART-induced WGA drop / CSR gain “restorable” is the usual naming of a diagnostic outcome, not a self-definitional reduction of a first-principles prediction. There is no load-bearing self-citation uniqueness theorem, no fitted parameter renamed as a prediction of a closely related quantity, and no ansatz smuggled in via overlapping-author prior work. The A-* adaptations are author-defined interventions under audit, not circular premises. Remaining modeling choices (linear penultimate directions, need for attribute labels) are limitations of scope, not circularity. Score 0 with empty steps is the correct outcome.
Assumptions & free parameters
free parameters (3)
- restoration strength β =
2 (default)
- label-null correction ρ =
0.5 (default)
- gate threshold τ and n_min =
τ=0.5, n_min=20
assumptions (3)
- domain assumption Within-class residual linear directions in penultimate features capture the restorable label-attribute association of interest.
- ad hoc to paper Amplifying an example’s residual component along uc and re-applying the frozen head tests functional usability of the association by the original classifier.
- domain assumption An audit split with both target and attribute labels is available for direction estimation and gating.
invented entities (2)
-
Association Restoration Test (ART)
-
Conflict shortcut rate (CSR)
Cite this review
Pith. "Pith review of Association Restoration Test: Revealing Restorable Shortcuts after Unlearning." pith.science (2026). https://pith.science/paper/CPGIRPVX
@misc{pith2026260705726,
author = {Pith},
title = {Pith review of: Association Restoration Test: Revealing Restorable Shortcuts after Unlearning},
year = {2026},
howpublished = {\url{https://pith.science/paper/CPGIRPVX}},
note = {Machine review of arXiv:2607.05726}
}
read the original abstract
Association unlearning aims to disable learned label-attribute shortcuts while preserving task performance. Existing evaluations mainly measure output-level robustness or probe whether shortcut attributes remain readable in frozen features, but neither test determines whether a retained association remains functionally usable by the original classifier. We propose the Association Restoration Test (ART), a post-hoc diagnostic for functional shortcut restorability. ART estimates class-conditional association directions, amplifies residual components, and evaluates the modified features with the original classifier head. Across Waterbirds, CelebA, SpuCoDogs, and an ISIC timestamp-artifact extension, we show that output metrics, representation probes, and ART characterize distinct aspects of shortcut mitigation. These findings motivate restoration-aware evaluation for unlearning and shortcut-mitigation methods that target learned associations rather than individual classes or concepts.
Figures
Reference graph
Works this paper leans on
-
[1]
Understanding intermediate layers using linear classifier probes
Alain, G., Bengio, Y.: Understanding intermediate layers using linear classifier probes. arXiv preprint arXiv:1610.01644 (2016)
work page Pith review arXiv 2016
-
[2]
In: Proceedings of Topological, Algebraic, and Geometric Learning Work- shops 2022
Ben-Shaul, I., Dekel, S.: Nearest class-center simplification through intermediate layers. In: Proceedings of Topological, Algebraic, and Geometric Learning Work- shops 2022. Proceedings of Machine Learning Research, vol. 196, pp. 37–47. PMLR (2022)
work page 2022
-
[3]
In: 2021 IEEE Symposium on Security and Privacy
Bourtoule, L., Chandrasekaran, V., Choquette-Choo, C.A., Jia, H., Travers, A., Zhang, B., Lie, D., Papernot, N.: Machine unlearning. In: 2021 IEEE Symposium on Security and Privacy. pp. 141–159. IEEE (2021)
work page 2021
-
[4]
In: 2015 IEEE Symposium on Security and Privacy
Cao, Y., Yang, J.: Towards making systems forget with machine unlearning. In: 2015 IEEE Symposium on Security and Privacy. pp. 463–480. IEEE (2015)
work page 2015
-
[5]
In: 2018 IEEE 15th International Symposium on Biomedi- cal Imaging (ISBI 2018)
Codella, N.C.F., Gutman, D., Celebi, M.E., Helba, B., Marchetti, M.A., Dusza, S.W., Kalloo, A., Liopyris, K., Mishra, N., Kittler, H., Halpern, A.: Skin lesion analysis toward melanoma detection: A challenge at the 2017 international sym- posium on biomedical imaging (ISBI), hosted by the international skin imaging collaboration (ISIC). In: 2018 IEEE 15th...
-
[6]
In: Proceedings of the 38th International Conference on Machine Learning
Creager, E., Jacobsen, J.H., Zemel, R.: Environment inference for invariant learn- ing. In: Proceedings of the 38th International Conference on Machine Learning. Proceedings of Machine Learning Research, vol. 139, pp. 2189–2200. PMLR (2021)
work page 2021
-
[7]
In: International Conference on Learning Representations (2024)
Fan, C., Liu, J., Zhang, Y., Wong, E., Wei, D., Liu, S.: SalUn: Empowering ma- chine unlearning via gradient-based weight saliency in both image classification and generation. In: International Conference on Learning Representations (2024)
work page 2024
-
[8]
In: Proceedings of the AAAI Conference on Artificial Intelligence
Foster, J., Schoepf, S., Brintrup, A.: Fast machine unlearning without retraining through selective synaptic dampening. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 38, pp. 12043–12051 (2024)
work page 2024
Show all 29 references
-
[9]
arXiv preprint arXiv:2604.08271 (2026)
Gao, Y., Unal, A., Rangamani, A., Zhu, Z.: An illusion of unlearning? assessing ma- chine unlearning through internal representations. arXiv preprint arXiv:2604.08271 (2026)
2026 arXiv
-
[10]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
George, N., Dasaraju, K.N., Chittepu, R.R., Mopuri, K.R.: The illusion of unlearn- ing: The unstable nature of machine unlearning in text-to-image diffusion models. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 13393–13402 (2025)
2025
-
[11]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (2020)
Golatkar, A., Achille, A., Soatto, S.: Eternal sunshine of the spotless net: Selective forgetting in deep networks. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (2020)
2020
-
[12]
arXiv preprint arXiv:2506.01318 (2025)
Ha, S., Park, S., Yoon, S.W.: Unlearning’s blind spots: Over-unlearning and pro- totypical relearning attack. arXiv preprint arXiv:2506.01318 (2025)
2025 arXiv
-
[13]
arXiv preprint arXiv:2501.14182 (2025)
Hakemi, S., Akhtar, N., Hassan, G.M., Mian, A.: Post-hoc spurious correla- tion neutralization with single-weight fictitious class unlearning. arXiv preprint arXiv:2501.14182 (2025)
2025
-
[14]
Scientific Data11(1), 641 (2024).https://doi.org/10.1038/s41597-024-03387-w
Hern´ andez-P´ erez, C., Combalia, M., Podlipnik, S., Codella, N.C.F., Rotemberg, V., Halpern, A.C., Reiter, O., Carrera, C., Barreiro, A., Helba, B., Puig, S., Vilaplana, V., Malvehy, J.: BCN20000: Dermoscopic lesions in the wild. Scientific Data11(1), 641 (2024).https://doi....
2024 doi
-
[15]
arXiv preprint arXiv:2602.18505 (2026), wWW 2026 Short Paper 16 A
Jang, Y., Lee, J., Kim, D., Jo, J., Woo, S.S.: Suppression or deletion: A restoration-based representation-level analysis of machine unlearning. arXiv preprint arXiv:2602.18505 (2026), wWW 2026 Short Paper 16 A. Lu and C. Ji
2026
-
[16]
arXiv preprint arXiv:2306.11957 (2023)
Joshi, S., Yang, Y., Xue, Y., Yang, W., Mirzasoleiman, B.: Challenges and oppor- tunities in improving worst-group generalization in presence of spurious features. arXiv preprint arXiv:2306.11957 (2023)
2023 arXiv
-
[17]
In: International Conference on Learning Rep- resentations (2023)
Kirichenko, P., Izmailov, P., Wilson, A.G.: Last layer re-training is sufficient for robustness to spurious correlations. In: International Conference on Learning Rep- resentations (2023)
2023
-
[18]
In: Proceedings of the 38th International Conference on Machine Learning
Koh, P.W., Sagawa, S., Marklund, H., Xie, S.M., Zhang, M., Balsubramani, A., Hu, W., Yasunaga, M., Phillips, R.L., Gao, I., Lee, T., David, E., Stavness, I., Guo, W., Earnshaw, B.A., Haque, I.S., Beery, S., Leskovec, J., Kundaje, A., Pierson, E., Levine, S., Finn, C., Liang, P...
2021
-
[19]
In: Advances in Neural Information Processing Systems
Kurmanji, M., Triantafillou, P., Hayes, J., Triantafillou, E.: Towards unbounded machine unlearning. In: Advances in Neural Information Processing Systems. vol. 36 (2023)
2023
-
[20]
In: Proceedings of the 38th International Conference on Machine Learning
Liu, E.Z., Haghgoo, B., Chen, A.S., Raghunathan, A., Koh, P.W., Sagawa, S., Liang, P., Finn, C.: Just train twice: Improving group robustness without train- ing group information. In: Proceedings of the 38th International Conference on Machine Learning. Proceedings of Machine ...
-
[21]
In: Proceedings of the IEEE International Conference on Computer Vision
Liu, Z., Luo, P., Wang, X., Tang, X.: Deep learning face attributes in the wild. In: Proceedings of the IEEE International Conference on Computer Vision. pp. 3730–3738 (2015)
2015
-
[22]
arXiv preprint arXiv:2409.02792 (2024)
Mitchell, J., Mart´ ınez del Rinc´ on, J., McLaughlin, N.: Unlearning from experience to avoid spurious correlations. arXiv preprint arXiv:2409.02792 (2024)
2024 arXiv
-
[23]
In: Advances in Neural Information Processing Systems
Nam, J., Cha, H., Ahn, S., Lee, J., Shin, J.: Learning from failure: Training debiased classifier from biased classifier. In: Advances in Neural Information Processing Systems. vol. 33 (2020)
2020
-
[24]
Qiu, Y., Chen, W., Xu, M.: The illusion of forgetting: Post-hoc utility recovery from unlearned models (2025), iCLR 2026 withdrawn submission, OpenReview
2025
-
[25]
In: International Conference on Learning Representations (2020)
Sagawa, S., Koh, P.W., Hashimoto, T.B., Liang, P.: Distributionally robust neu- ral networks for group shifts: On the importance of regularization for worst-case generalization. In: International Conference on Learning Representations (2020)
2020
-
[26]
arXiv preprint arXiv:2507.18794 (2025)
Sun, M., Goldstein, B.A., Engelhard, M.M.: Clear: Unlearning spurious style- content associations with contrastive learning with anti-contrastive regularization. arXiv preprint arXiv:2507.18794 (2025)
2025 arXiv
-
[27]
Scientific Data5, 180161 (2018).https://doi.org/10.1038/sdata.2018.161
Tschandl, P., Rosendahl, C., Kittler, H.: The HAM10000 dataset, a large collection of multi-source dermatoscopic images of common pigmented skin lesions. Scientific Data5, 180161 (2018).https://doi.org/10.1038/sdata.2018.161
2018 doi
-
[28]
arXiv preprint arXiv:2605.20282 (2026)
Yu, Z., Zeng, Y., Meng, C., Yao, G., Zhou, S.: Can vision models truly for- get? mirage: Representation-level certification of visual unlearning. arXiv preprint arXiv:2605.20282 (2026)
2026 arXiv
-
[29]
In: Pro- ceedings of the 39th International Conference on Machine Learning
Zhang, M., Sohoni, N.S., Zhang, H.R., Finn, C., R´ e, C.: Correct-n-contrast: A contrastive approach for improving robustness to spurious correlations. In: Pro- ceedings of the 39th International Conference on Machine Learning. Proceedings of Machine Learning Research, vol. 16...
2022
Reviewed July 11, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.