AIWiki
Malaysia
Back to all articles
AI Foundationsmachine learningprivacyright to erasure

Machine Unlearning

5 min readUpdated August 2026
Machine Unlearning
Type
Machine learning technique
Purpose
Remove the influence of specific data from a trained model
Related right
Right to erasure (GDPR Article 17)
First major benchmark
NeurIPS 2023 Machine Unlearning Challenge
Key challenge
Verifying that forgetting has actually occurred

Machine unlearning is a field of research concerned with removing the influence of particular training data from an already-trained machine learning model, so that the model behaves as if that data had never been used, without retraining it from scratch.[1] It is motivated by legal requirements such as the European Union's "right to be forgotten" under Article 17 of the General Data Protection Regulation (GDPR), by copyright concerns over training data, and by the need to remove toxic, outdated, or incorrect knowledge from deployed systems.[2][3]

History and Background

The concept emerged from the observation that machine learning models trained on personal data become indirect carriers of that data: the learned parameters of a model are influenced by every example in its training set, so deleting a row from a database does not remove its effect from the model.[3] The term "machine unlearning" was formalised in a 2021 paper by Bourtoule and colleagues, which framed unlearning as a trade-off between the cost of removing data and the quality of the resulting model, and introduced techniques based on data partitioning and ensembling.[1]

Interest in the field intensified with the rise of large language models (LLMs), which are trained on massive internet-scale datasets that inevitably contain private information, copyrighted text, and harmful content. Because an LLM stores information as distributed statistical patterns across billions of parameters, "deleting" a specific fact is fundamentally harder than deleting a record in a spreadsheet.[2] In 2023 the first Machine Unlearning Challenge was run at NeurIPS, organised with IBM and Google, to benchmark unlearning methods.[4]

Key Concepts

Machine unlearning methods fall into several broad categories. Exact unlearning aims to guarantee, provably, that a model is indistinguishable from one trained without the deleted data, typically by partitioning training data into shards and retraining only the affected shard. Approximate unlearning accepts a bounded error and uses faster heuristics, such as fine-tuning on the retained data, gradient ascent on the data to be forgotten, or knowledge editing that directly modifies model weights.[1][5]

A central difficulty is verification: proving that forgetting has occurred is itself an open problem. Researchers often use membership inference attacks to test whether a model still exhibits traces of the deleted data, although recent work has shown that membership-inference accuracy can be unreliable for this purpose.[6] Related research has also explored the interaction between unlearning and model compression, introducing concepts such as "un-pruning" to remove the influence of deleted data from sparse or pruned models.[6]

Critics note that machine unlearning is not a general-purpose solution: a 2025 NeurIPS analysis argued that there are systematic mismatches between the goals of unlearning (removing information, suppressing outputs) and feasible implementations, particularly for generative AI systems.[5]

Applications and Limitations

Proposed applications of machine unlearning include complying with data-subject deletion requests, removing copyrighted content identified by rightsholders, expunging poisoned or backdoored training examples for security, and correcting outdated or false knowledge in deployed models.[2][3] For enterprises, the practical question of whether a model vendor can technically — rather than contractually — honour a "forget request" is becoming a standard due-diligence consideration in procurement.[2]

The main limitations are computational cost, degradation of model performance on retained tasks, and the difficulty of auditing success. Full retraining remains the only guaranteed method in many cases, but is prohibitively expensive for frontier-scale models.[1][3]

>See Also

References

🇲🇾Malaysian Context

In Malaysia, the policy driver for machine unlearning is the Personal Data Protection Act 2010 (PDPA), which regulates the processing of personal data in commercial transactions. The Personal Data Protection (Amendment) Act 2024, passed in July 2024 and brought into force in stages through 2025, strengthened the regime by introducing mandatory data breach notification, a designated data protection officer requirement, a new right of data portability, and obligations for data processors.[7][8] Legal commentators note that the Malaysian framework still lacks a detailed right to erasure comparable to GDPR Article 17, leaving the question of how personal data embedded in AI models should be handled unresolved.[9]

The National Guidelines on AI Governance and Ethics (AIGE), published in 2024 by the Ministry of Digital, emphasise privacy and security as core principles and require organisations to consider data-subject rights when deploying AI systems.[10] Malaysian universities, including Universiti Teknologi MARA and Universiti Sains Islam Malaysia, have begun researching privacy-preserving machine learning and unlearning, and local AI vendors offering model deployment services increasingly face customer questions about data deletion and model-level privacy compliance.[7][9]

References

  1. Bourtoule, N. et al. (2021). Machine unlearning. 2021 IEEE Symposium on Security and Privacy. https://ieeexplore.ieee.org/document/9159469
  2. IAPP. (2025). The AI right to unlearn: Reconciling human rights with generative systems. https://iapp.org/news/a/the-ai-right-to-unlearn-reconciling-human-rights-with-generative-systems
  3. Computer Law & Security Review. (2023). Algorithms that forget: Machine unlearning and the right to erasure. https://www.sciencedirect.com/science/article/pii/S026736492300095X
  4. NeurIPS. (2023). The first Machine Unlearning Challenge. https://sites.google.com/view/tr-challenge
  5. NeurIPS. (2025). Machine unlearning doesn't do what you think: Lessons for generative AI policy and research. https://neurips.cc/virtual/2025/poster/121925
  6. NeurIPS. (2025). The right to be forgotten in pruning: Unveil machine unlearning on sparse models. https://neurips.cc/virtual/2025/130248
  7. Future of Privacy Forum. (2025). Malaysia charts its digital course: A guide to the new frameworks for data protection and AI ethics. https://fpf.org/blog/malaysia-charts-its-digital-course-a-guide-to-the-new-frameworks-for-data-protection-and-ai-ethics
  8. Data Protection Report. (2025). New horizons in data protection: Malaysia's Personal Data Protection (Amendment) Act 2024. https://www.dataprotectionreport.com/2025/01/new-horizons-in-data-protection-malaysias-personal-data-protection-amendment-act-2024
  9. Cheang & Ariff. (2025). A brief overview of the Personal Data Protection (Amendment) Act 2024 and its implications on Malaysia's data protection landscape. https://www.cheangariff.com/knowledge/2025/04/a-brief-overview-of-the-personal-data-protection-amendment-act-2024-and-its-implications-on-malaysias-data-protection-landscape
  10. UNESCO. (2026). Malaysia — Global AI Ethics and Governance Observatory. https://www.unesco.org/ethics-ai/en/malaysia