REVIEW 3 major objections 6 minor 60 references
A Review on Machine Unlearning
T0 review · 3 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read This review argues that machine unlearning is best organized as exact retraining versus fast approximate updates, with data lineage as the audit trail that makes deletion practical.
desk verdict A useful but imperfect survey of machine unlearning that needs correcting before it can be trusted as a map of the field. 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
The central object is the exact-versus-approximate taxonomy of unlearning, with approximate methods subdivided into three groups (Fisher-information-based retraining with noise, influence-function or Newton updates, and stored-batch parameter rollback). The taxonomy does the argument's work by giving every reviewed method a slot and by making the trade-off visible: exact methods are strongest in fidelity to true retraining and weakest in cost, while approximate methods invert that. A second load-bearing object is the data-lineage record, defined here as a running log of where each data point came from and how it was transformed during training; the paper argues this record is what makes unlearning auditable and helps defend against data-poisoning attacks. The SAPE-based metrics (effectiveness, certifiability, efficiency) supply a common yardstick for comparing updated models with fully retrained models.
What would settle it
A peer-reviewed unlearning method that fits none of the four categories — exact retraining, Fisher-information retraining with noise, influence/Newton updates, or stored-batch rollback — would show the survey's organizing taxonomy is incomplete; zero-shot unlearning, which erases data without accessing the original training set, is a plausible candidate to test.
Extended reading notes
Core claim
On the paper's own terms, machine unlearning is a security and privacy mechanism that lets a service provider respond to a data-holder's deletion request by producing a model that is as close as possible to one never trained on the deleted data. Exact unlearning achieves this by retraining on the dataset minus the removed points, while approximate unlearning updates the model or dataset directly and is the main focus of current research. Following the classification it adopts, the review groups approximate methods into three families: retraining the remaining data while injecting noise calibrated by the Fisher information matrix, taking a Newton step or influence-function update to remove the deleted data's effect, and storing training batches and their parameter updates so that a deletion can roll back the corresponding updates. It then proposes that effectiveness, certifiability, and efficiency, measured through Symmetric Absolute Percentage Error, form a common evaluation scheme, and argues that data lineage management should track every change so that unlearning and poisoning defense can operate on a complete record.
Load-bearing premise
The argument depends on the assumption that the exact/approximate split with three approximate families covers the important work in the field; if a substantial line of unlearning research falls outside those four bins, the review's map and its conclusions about open challenges are incomplete.
Editorial extensions
If this is right
- For a small deletion request, methods that isolate training data into shards and retrain only the affected shard can answer quickly without retraining the whole model, while very large deletions may be cheaper by full retraining.
- Approximate methods trade a formal closeness guarantee against the fully retrained model for lower time and computation cost; the three families differ mainly in what they retain from training to enable the update.
- Using the SAPE-based effectiveness, certifiability, and efficiency metrics gives researchers a shared way to compare any unlearning algorithm against full retraining.
- Data lineage, a record of data provenance and transformation during training, makes unlearning auditable and also helps detect data poisoning, so privacy protection and security defense can share the same tracking infrastructure.
- Unlearning does not automatically restore privacy: the review reports that membership-inference attacks can still recover information from unlearned models, and retraining-from-scratch is more vulnerable to them than distributed or block-based approaches.
Reading between the lines
- The taxonomy covers methods that operate on the trained model or training batches; unlearning approaches that never touch the original training data, such as zero-shot unlearning, would form a natural fourth category that the review leaves out.
- The evaluation scheme takes full retraining as the gold standard, which makes exact unlearning the implicit target; a privacy-focused benchmark that measures residual membership-inference risk rather than closeness to retraining could rank the same methods very differently.
- A practical extension the paper only hints at: data-lineage metadata could automatically supply the batch identifiers that stored-batch unlearning methods need, making the rollback step auditable and nearly free to execute.
- Because approximate methods only make outputs close to a retrained model, they may still leak information through other channels; testing updated models against membership-inference attacks after each family of updates is a direct way to check whether forgetting is real.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper is a survey of machine unlearning, motivated by the GDPR right to be forgotten. It introduces the distinction between exact and approximate unlearning, reviews representative methods in each category (e.g., SQ-learning based unlearning, SISA, influence-based methods, scrubbing, and amnesiac unlearning), and discusses data lineage management as a supporting mechanism for privacy-preserving ML. The central contribution is a taxonomy and a summary table classifying 23 works, together with a discussion of open challenges.
Significance. The survey is potentially useful as an entry point for researchers and practitioners: it compiles a broad set of recent references, anchors the discussion in a clear exact-versus-approximate frame, and explicitly connects unlearning to data lineage tools such as MLMD. The value of the paper, however, rests on the fidelity of its classifications and complexity statements, since it provides no new experiments or proofs. The paper's strengths are its organizational clarity and the breadth of coverage within the chosen taxonomy.
major comments (3)
- [Section 4.5.2] The text describing Izzo et al. states that the computational cost 'is linearly related to the feature dimension d, i.e., O(d^2), and is independent of the number of training data n.' O(d^2) is quadratic in d, not linear, so the two claims are contradictory. Since the efficiency gain of approximate unlearning is central to the review's argument, this complexity statement must be corrected and reconciled with the cited source.
- [Table 1 and Figure 6] Table 1 classifies Bourtoule et al.'s SISA as 'Federated learning (SISA)', and Figure 6's caption says the SISA approach is 'presented in the form of federated learning.' Section 4.4.2 correctly describes SISA as sharded, isolated, sliced, and aggregated training on a single dataset without federated communication among multiple data owners. This internal inconsistency misleads readers about a representative exact-unlearning method; the same mischaracterization recurs in Section 6.3, where SISA is called a 'distributed unlearning model.'
- [Section 4.5.4] The Effectiveness metric is defined as AccErr = SAPE(Acc*_test, Accu_test), but the accompanying interpretation says a lower value means the updated model's accuracy is closer to 'the accuracy of the initial model (in which the noise value σ = 0).' Earlier in the same paragraph, Acc*_test is defined as 'the optimal accuracy of the regression model on the same dataset,' and σ is not introduced anywhere in the section. This makes the metric ambiguous; please clarify what Acc*_test represents and define σ.
minor comments (6)
- [Section 1.1] There is a typo: 'makings it more accessible for attackers' should be 'making it more accessible for attackers.'
- [Section 4.2] Reference [19] is cited for the idea of dividing data into blocks and training sub-models, but the cited work (Fredrikson et al.) is about model inversion attacks and does not appear to support this claim; please re-check the citation.
- [Section 4.5.4] There is a typo: 'delated data' should be 'deleted data.'
- [Table 1] The entry for He et al. 2021 says 'Intermeidate models'; this should be 'Intermediate models.'
- [Section 4.5.2] The notation for θ\k is garbled: 'θ\k = θ((θ, ..., k, 1, ... n−k)⊤)' does not clearly define the weight vector; please rewrite the expression in standard form.
- [References] Reference [5] (Schelter) lacks a publication venue and year; please complete the citation.
Circularity Check
No circularity found: the paper is a descriptive literature review with no derived predictions or fitted inputs.
full rationale
This paper is a survey. It presents a taxonomy of machine unlearning (exact vs approximate) adopted from Bourtoule et al. [3] and Mahadevan et al. [20], summarizes representative methods, and discusses data lineage. There is no equation that is fitted to data and then rediscovered as a prediction; the only equations are quoted from the surveyed works (e.g., Newton step, influence function, amnesiac unlearning parameter update) and are presented as descriptions rather than as new results. The paper contains no first-principles derivation whose conclusion is equivalent to its assumptions by construction. Its claims depend on external cited works, but the citations are to independent research groups and are not self-citations; no argument reduces to a citation of the present authors' own prior work. Inaccuracies such as classifying SISA as federated learning in Table 1/Fig. 6 or the O(d^2) wording in Section 4.5.2 are internal consistency/correctness issues, not circularity, because they do not make any conclusion identical to an input by definition. Therefore no circular step can be identified under the required standard.
Assumptions & free parameters
assumptions (2)
- domain assumption Machine learning models can memorize and leak training data, including private information.
- domain assumption Exact retraining after data deletion is computationally expensive, making approximate methods necessary.
Cite this review
Pith. "Pith review of A Review on Machine Unlearning." pith.science (2026). https://pith.science/paper/4UAUBFAQ
@misc{pith2026241111315,
author = {Pith},
title = {Pith review of: A Review on Machine Unlearning},
year = {2026},
howpublished = {\url{https://pith.science/paper/4UAUBFAQ}},
note = {Machine review of arXiv:2411.11315}
}
read the original abstract
Recently, an increasing number of laws have governed the useability of users' privacy. For example, Article 17 of the General Data Protection Regulation (GDPR), the right to be forgotten, requires machine learning applications to remove a portion of data from a dataset and retrain it if the user makes such a request. Furthermore, from the security perspective, training data for machine learning models, i.e., data that may contain user privacy, should be effectively protected, including appropriate erasure. Therefore, researchers propose various privacy-preserving methods to deal with such issues as machine unlearning. This paper provides an in-depth review of the security and privacy concerns in machine learning models. First, we present how machine learning can use users' private data in daily life and the role that the GDPR plays in this problem. Then, we introduce the concept of machine unlearning by describing the security threats in machine learning models and how to protect users' privacy from being violated using machine learning platforms. As the core content of the paper, we introduce and analyze current machine unlearning approaches and several representative research results and discuss them in the context of the data lineage. Furthermore, we also discuss the future research challenges in this field.
Reference graph
Works this paper leans on
-
[1]
In: Proceedings of the 10th ACM Workshop on Artificial Intelligence and Security, pp
Baracaldo, N., Chen, B., Ludwig, H., Safavi, J.A.: Mitigating poisoning attacks on machine learning models: A data provenance based approach. In: Proceedings of the 10th ACM Workshop on Artificial Intelligence and Security, pp. 103–110 (2017)
work page 2017
-
[2]
arXiv preprint arXiv:2201.09538 (2022)
Liu, Y., Fan, M., Chen, C., Liu, X., Ma, Z., Wang, L., Ma, J.: Backdoor defense with machine unlearning. arXiv preprint arXiv:2201.09538 (2022)
arXiv 2022
-
[3]
In: 2021 IEEE Symposium on Security and Privacy (SP), pp
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 (SP), pp. 141–159 (2021). IEEE
2021
-
[4]
IEEE Security & Privacy 17(2), 49–58 (2019)
Al-Rubaie, M., Chang, J.M.: Privacy-preserving machine learning: Threats and solutions. IEEE Security & Privacy 17(2), 49–58 (2019)
work page 2019
-
[5]
Schelter, S.: Towards efficient machine unlearning via incremental view maintenance Springer Nature 2021 LATEX template A Review on Machine Unlearning 21
work page 2021
-
[6]
arXiv preprint arXiv:2010.10981 (2020)
Graves, L., Nagisetty, V., Ganesh, V.: Amnesiac machine learning. arXiv preprint arXiv:2010.10981 (2020)
arXiv 2020
-
[7]
In: Proceedings of the 2021 ACM SIGSAC Conference on Computer and Communications Security, pp
Chen, M., Zhang, Z., Wang, T., Backes, M., Humbert, M., Zhang, Y.: When machine unlearning jeopardizes privacy. In: Proceedings of the 2021 ACM SIGSAC Conference on Computer and Communications Security, pp. 896–911 (2021)
work page 2021
-
[8]
arXiv preprint arXiv:2202.03460 (2022)
Gao, J., Garg, S., Mahmoody, M., Vasudevan, P.N.: Deletion inference, reconstruction, and compliance in machine (un) learning. arXiv preprint arXiv:2202.03460 (2022)
arXiv 2022
Show all 60 references
-
[9]
arXiv preprint arXiv:2109.08266 (2021)
Marchant, N.G., Rubinstein, B.I., Alfeld, S.: Hard to forget: Poisoning attacks on certified machine unlearning. arXiv preprint arXiv:2109.08266 (2021)
2021 arXiv
-
[10]
In: 2018 IEEE International Congress on Internet of Things (ICIOT), pp
Baracaldo, N., Chen, B., Ludwig, H., Safavi, A., Zhang, R.: Detecting poisoning attacks on machine learning in iot environments. In: 2018 IEEE International Congress on Internet of Things (ICIOT), pp. 57–64 (2018). IEEE
2018
-
[11]
arXiv preprint arXiv:2201.05629 (2022)
Chundawat, V.S., Tarun, A.K., Mandal, M., Kankanhalli, M.: Zero-shot machine unlearning. arXiv preprint arXiv:2201.05629 (2022)
2022 arXiv
-
[12]
In: Proceedings of the 2020 Conference on Fairness, Accountability, and Transparency, pp
Toreini, E., Aitken, M., Coopamootoo, K., Elliott, K., Zelaya, C.G., Van Moorsel, A.: The relationship between trust in ai and trustworthy machine learning technologies. In: Proceedings of the 2020 Conference on Fairness, Accountability, and Transparency, pp. 272–283 (2020)
2020
-
[13]
In: Proceedings of the 2020 the 4th International Conference on Innovation in Artificial Intelligence, pp
Surma, J.: Hacking machine learning: towards the comprehensive tax- onomy of attacks against machine learning systems. In: Proceedings of the 2020 the 4th International Conference on Innovation in Artificial Intelligence, pp. 1–4 (2020)
2020
-
[14]
In: 25th {USENIX} Security Symposium ({USENIX} Security 16), pp
Tram` er, F., Zhang, F., Juels, A., Reiter, M.K., Ristenpart, T.: Stealing machine learning models via prediction apis. In: 25th {USENIX} Security Symposium ({USENIX} Security 16), pp. 601–618 (2016)
2016
-
[15]
In: Proceedings of the 2017 ACM SIGSAC Confer- ence on Computer and Communications Security, pp
Song, C., Ristenpart, T., Shmatikov, V.: Machine learning models that remember too much. In: Proceedings of the 2017 ACM SIGSAC Confer- ence on Computer and Communications Security, pp. 587–601 (2017)
2017
-
[16]
In: Proceedings of the 32nd Annual Conference on Computer Security Applications, pp
Shen, S., Tople, S., Saxena, P.: Auror: Defending against poisoning attacks in collaborative deep learning systems. In: Proceedings of the 32nd Annual Conference on Computer Security Applications, pp. 508–519 (2016)
2016
-
[17]
arXiv preprint arXiv:2005.08502 (2020)
Alsdurf, H., Belliveau, E., Bengio, Y., Deleu, T., Gupta, P., Ippolito, D., Springer Nature 2021 LATEX template 22 A Review on Machine Unlearning Janda, R., Jarvie, M., Kolody, T., Krastev, S., et al.: Covi white paper. arXiv preprint arXiv:2005.08502 (2020)
2020 arXiv
-
[18]
arXiv preprint arXiv:1907.05012 (2019)
Ginart, A., Guan, M.Y., Valiant, G., Zou, J.: Making ai forget you: Data deletion in machine learning. arXiv preprint arXiv:1907.05012 (2019)
2019 arXiv
-
[19]
In: Proceedings of the 22nd ACM SIGSAC Conference on Computer and Communications Security, pp
Fredrikson, M., Jha, S., Ristenpart, T.: Model inversion attacks that exploit confidence information and basic countermeasures. In: Proceedings of the 22nd ACM SIGSAC Conference on Computer and Communications Security, pp. 1322–1333 (2015)
2015
-
[20]
arXiv preprint arXiv:2106.15093 (2021)
Mahadevan, A., Mathioudakis, M.: Certifiable machine unlearning for linear models. arXiv preprint arXiv:2106.15093 (2021)
2021 arXiv
-
[21]
arXiv preprint arXiv:1911.03030 (2019)
Guo, C., Goldstein, T., Hannun, A., Van Der Maaten, L.: Certified data removal from machine learning models. arXiv preprint arXiv:1911.03030 (2019)
2019 arXiv
-
[22]
arXiv preprint arXiv:2110.11891 (2021)
Thudi, A., Jia, H., Shumailov, I., Papernot, N.: On the necessity of auditable algorithmic definitions for machine unlearning. arXiv preprint arXiv:2110.11891 (2021)
2021 arXiv
-
[23]
In: Conference on Learning Theory, pp
Ullah, E., Mai, T., Rao, A., Rossi, R.A., Arora, R.: Machine unlearning via algorithmic stability. In: Conference on Learning Theory, pp. 4126–4142 (2021). PMLR
2021
-
[24]
In: 2015 IEEE Symposium on Security and Privacy, pp
Cao, Y., Yang, J.: Towards making systems forget with machine unlearn- ing. In: 2015 IEEE Symposium on Security and Privacy, pp. 463–480 (2015). IEEE
2015
-
[25]
In: Proceedings of the 2018 on Asia Conference on Computer and Communications Security, pp
Cao, Y., Yu, A.F., Aday, A., Stahl, E., Merwine, J., Yang, J.: Effi- cient repair of polluted machine learning systems via causal unlearning. In: Proceedings of the 2018 on Asia Conference on Computer and Communications Security, pp. 735–747 (2018)
2018
-
[26]
Expert Systems with Applications167, 114154 (2021)
Kashef, R.: A boosted svm classifier trained by incremental learning and decremental unlearning approach. Expert Systems with Applications167, 114154 (2021)
2021
-
[27]
In: 2021 IEEE 31st Inter- national Workshop on Machine Learning for Signal Processing (MLSP), pp
Jose, S.T., Simeone, O.: A unified pac-bayesian framework for machine unlearning via information risk minimization. In: 2021 IEEE 31st Inter- national Workshop on Machine Learning for Signal Processing (MLSP), pp. 1–6 (2021). IEEE
2021
-
[28]
In: 2021 IEEE/ACM 29th International Symposium on Quality of Service Springer Nature 2021 LATEX template A Review on Machine Unlearning 23 (IWQOS), pp
Liu, G., Ma, X., Yang, Y., Wang, C., Liu, J.: Federaser: Enabling efficient client-level data removal from federated learning models. In: 2021 IEEE/ACM 29th International Symposium on Quality of Service Springer Nature 2021 LATEX template A Review on Machine Unlearning 23 (IWQ...
2021
-
[29]
In: Inter- national Conference on Machine Learning, pp
Brophy, J., Lowd, D.: Machine unlearning for random forests. In: Inter- national Conference on Machine Learning, pp. 1092–1104 (2021). PMLR
2021
-
[30]
arXiv preprint arXiv:2201.09441 (2022)
Wu, C., Zhu, S., Mitra, P.: Federated unlearning with knowledge distilla- tion. arXiv preprint arXiv:2201.09441 (2022)
2022 arXiv
-
[31]
In: Proceedings of the 2019 ACM SIGSAC Conference on Computer and Communications Security, pp
Du, M., Chen, Z., Liu, C., Oak, R., Song, D.: Lifelong anomaly detec- tion through unlearning. In: Proceedings of the 2019 ACM SIGSAC Conference on Computer and Communications Security, pp. 1283–1297 (2019)
2019
-
[32]
arXiv preprint arXiv:2002.02730 (2020)
Baumhauer, T., Sch¨ ottle, P., Zeppelzauer, M.: Machine unlearning: Lin- ear filtration for logit-based classifiers. arXiv preprint arXiv:2002.02730 (2020)
2020 arXiv
-
[33]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp
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, pp. 9304–9312 (2020)
2020
-
[34]
In: International Conference on Machine Learn- ing, pp
Wu, Y., Dobriban, E., Davidson, S.: Deltagrad: Rapid retraining of machine learning models. In: International Conference on Machine Learn- ing, pp. 10355–10366 (2020). PMLR
2020
-
[35]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp
Golatkar, A., Achille, A., Ravichandran, A., Polito, M., Soatto, S.: Mixed- privacy forgetting in deep networks. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 792–801 (2021)
2021
-
[36]
In: International Conference on Artificial Intelligence and Statistics, pp
Izzo, Z., Smart, M.A., Chaudhuri, K., Zou, J.: Approximate data deletion from machine learning models. In: International Conference on Artificial Intelligence and Statistics, pp. 2008–2016 (2021). PMLR
2021
-
[37]
In: Algorithmic Learning Theory, pp
Neel, S., Roth, A., Sharifi-Malvajerdi, S.: Descent-to-delete: Gradient- based methods for machine unlearning. In: Algorithmic Learning Theory, pp. 931–962 (2021). PMLR
2021
-
[38]
arXiv preprint arXiv:2109.13398 (2021)
Thudi, A., Deza, G., Chandrasekaran, V., Papernot, N.: Unrolling sgd: Understanding factors influencing machine unlearning. arXiv preprint arXiv:2109.13398 (2021)
2021 arXiv
-
[39]
arXiv preprint arXiv:2108.11577 (2021)
Warnecke, A., Pirch, L., Wressnegger, C., Rieck, K.: Machine unlearning of features and labels. arXiv preprint arXiv:2108.11577 (2021)
2021 arXiv
-
[40]
arXiv preprint arXiv:2105.06209 (2021)
He, Y., Meng, G., Chen, K., He, J., Hu, X.: Deepobliviate: A powerful Springer Nature 2021 LATEX template 24 A Review on Machine Unlearning charm for erasing data residual memory in deep neural networks. arXiv preprint arXiv:2105.06209 (2021)
2021 arXiv
-
[41]
arXiv preprint arXiv:2111.12056 (2021)
Gong, J., Simeone, O., Kassab, R., Kang, J.: Forget-svgd: Particle-based bayesian federated unlearning. arXiv preprint arXiv:2111.12056 (2021)
2021 arXiv
-
[42]
arXiv preprint arXiv:2202.13295 (2022)
Guo, T., Guo, S., Zhang, J., Xu, W., Wang, J.: Vertical machine unlearn- ing: Selectively removing sensitive information from latent feature space. arXiv preprint arXiv:2202.13295 (2022)
2022 arXiv
-
[43]
Advances in neural information processing systems 13 (2000)
Cauwenberghs, G., Poggio, T.: Incremental and decremental support vec- tor machine learning. Advances in neural information processing systems 13 (2000)
2000
-
[44]
In: Proceedings of the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pp
Tsai, C.-H., Lin, C.-Y., Lin, C.-J.: Incremental and decremental train- ing for linear classification. In: Proceedings of the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pp. 343–352 (2014)
2014
-
[45]
IEEE Transactions on Neural Networks21(7), 1048–1059 (2010)
Karasuyama, M., Takeuchi, I.: Multiple incremental decremental learning of support vector machines. IEEE Transactions on Neural Networks21(7), 1048–1059 (2010)
2010
-
[46]
Journal of the ACM (JACM) 45(6), 983–1006 (1998)
Kearns, M.: Efficient noise-tolerant learning from statistical queries. Journal of the ACM (JACM) 45(6), 983–1006 (1998)
1998
-
[47]
arXiv preprint arXiv:1412.1193 (2014)
Martens, J.: New insights and perspectives on the natural gradient method. arXiv preprint arXiv:1412.1193 (2014)
2014 arXiv
-
[48]
: The algorithmic foundations of differential privacy
Dwork, C., Roth, A., et al. : The algorithmic foundations of differential privacy. Found. Trends Theor. Comput. Sci. 9(3-4), 211–407 (2014)
2014
-
[49]
Advances in neural information processing systems 21 (2008)
Chaudhuri, K., Monteleoni, C.: Privacy-preserving logistic regression. Advances in neural information processing systems 21 (2008)
2008
-
[50]
In: European Conference on Computer Vision, pp
Golatkar, A., Achille, A., Soatto, S.: Forgetting outside the box: Scrubbing deep networks of information accessible from input-output observations. In: European Conference on Computer Vision, pp. 383–398 (2020). Springer
2020
-
[51]
In: International Conference on Machine Learning, pp
Koh, P.W., Liang, P.: Understanding black-box predictions via influence functions. In: International Conference on Machine Learning, pp. 1885– 1894 (2017). PMLR
2017
-
[52]
In: The 22nd International Conference on Artificial Intelligence and Statistics, pp
Giordano, R., Stephenson, W., Liu, R., Jordan, M., Broderick, T.: A swiss army infinitesimal jackknife. In: The 22nd International Conference on Artificial Intelligence and Statistics, pp. 1139–1147 (2019). PMLR Springer Nature 2021 LATEX template A Review on Machine Unlearning 25
2019
-
[53]
In: Proceedings of the 26th International Symposium on High-Performance Parallel and Distributed Computing, pp
Zhang, Z., Sparks, E.R., Franklin, M.J.: Diagnosing machine learn- ing pipelines with fine-grained lineage. In: Proceedings of the 26th International Symposium on High-Performance Parallel and Distributed Computing, pp. 143–153 (2017)
2017
-
[54]
JMIR Medical Informatics 9(5), 27778 (2021)
Luo, G., et al.: A roadmap for automating lineage tracing to aid automati- cally explaining machine learning predictions for clinical decision support. JMIR Medical Informatics 9(5), 27778 (2021)
2021
-
[55]
In: First EAGE Digitalization Conference and Exhibi- tion, vol
Thiago, R.M., Souza, R., Azevedo, L., Soares, E.F.D.S., Santos, R., Dos Santos, W., De Bayser, M., Cardoso, M.C., Moreno, M.F., Cerqueira, R.: Managing data lineage of o&g machine learning models: the sweet spot for shale use case. In: First EAGE Digitalization Conference and ...
2020
-
[56]
arXiv preprint arXiv:2203.11491 (2022)
Li, Y., Zheng, X., Chen, C., Liu, J.: Making recommender systems for- get: Learning and unlearning for erasable recommendation. arXiv preprint arXiv:2203.11491 (2022)
2022 arXiv
-
[57]
In: 2017 IEEE Symposium on Security and Privacy (SP), pp
Shokri, R., Stronati, M., Song, C., Shmatikov, V.: Membership inference attacks against machine learning models. In: 2017 IEEE Symposium on Security and Privacy (SP), pp. 3–18 (2017). IEEE
2017
-
[58]
In: 2018 IEEE 31st Computer Security Foundations Symposium (CSF), pp
Yeom, S., Giacomelli, I., Fredrikson, M., Jha, S.: Privacy risk in machine learning: Analyzing the connection to overfitting. In: 2018 IEEE 31st Computer Security Foundations Symposium (CSF), pp. 268–282 (2018). IEEE
2018
-
[59]
In: International Conference on Machine Learning, pp
Sablayrolles, A., Douze, M., Schmid, C., Ollivier, Y., J´ egou, H.: White- box vs black-box: Bayes optimal strategies for membership inference. In: International Conference on Machine Learning, pp. 5558–5567 (2019). PMLR
2019
-
[60]
In: Proceedings on Privacy Enhancing Technologies (PoPETs), vol
Hayes, J., Melis, L., Danezis, G., De Cristofaro, E.: Logan: Membership inference attacks against generative models. In: Proceedings on Privacy Enhancing Technologies (PoPETs), vol. 2019, pp. 133–152 (2019). De Gruyter
2019
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.