Machine Unlearning for Random Forest via Method of Images

Abstract

Privacy law can now demand specific training samples, if requested from concerned parties, to be deleted from a trained model. Random forest, an effective and widely used machine learning algorithm, has been the model of study for various machine unlearning techniques. The current unlearning techniques of random forest involve additional processing before model training, so that fast unlearning of some samples can be achieved. However, no algorithm can achieve the unlearning of a trained random forest. This paper proposes a novel algorithm for unlearning a trained random forest. The algorithm employs the method of images to generate image samples of the samples that need to be forgotten and trains a small number of additional decision trees on these image samples. The proposed method, called MUMI, enables efficient unlearning of samples from a trained random forest. Our theorems and experiments show that MUMI achieves fast unlearning in a trained random forest with virtually no loss of model performance.

Cite

Text

Zhang and Ting. "Machine Unlearning for Random Forest via Method of Images." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-032-06096-9_24

Markdown

[Zhang and Ting. "Machine Unlearning for Random Forest via Method of Images." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/zhang2025ecmlpkdd-machine/) doi:10.1007/978-3-032-06096-9_24

BibTeX

@inproceedings{zhang2025ecmlpkdd-machine,
  title     = {{Machine Unlearning for Random Forest via Method of Images}},
  author    = {Zhang, Hang and Ting, Kai Ming},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2025},
  pages     = {415-431},
  doi       = {10.1007/978-3-032-06096-9_24},
  url       = {https://mlanthology.org/ecmlpkdd/2025/zhang2025ecmlpkdd-machine/}
}