paper-with-me

홈 › Papers

Data Augmentation Improves Machine Unlearning

2025-08-25 · Andreza M. C. Falcao, Filipe R. Cordeiro arxiv

Machine Unlearning (MU) aims to remove the influence of specific data from a trained model while preserving its performance on the remaining data. Although a few works suggest connections between memorisation and augmentation, the role of systematic augmentation design in MU remains under-investigated. In this work, we investigate the impact of different data augmentation strategies on the performance of unlearning methods, including SalUn, Random Label, and Fine-Tuning. Experiments conducted on CIFAR-10 and CIFAR-100, under varying forget rates, show that proper augmentation design can significantly improve unlearning effectiveness, reducing the performance gap to retrained models. Results showed a reduction of up to 40.12% of the Average Gap unlearning Metric, when using TrivialAug augmentation. Our results suggest that augmentation not only helps reduce memorization but also plays a crucial role in achieving privacy-preserving and efficient unlearning.

📄 PDF Abstract BibTeX arXiv:2508.18502

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Privacy-Preserving Debiasing using Data Augmentation and Machine Unlearning

2024-04-19 · Zhixin Pan, Emma Andrews, Laura Chang, Prabhat Mishra

Data augmentation is widely used to mitigate data bias in the training dataset. However, data augmentation exposes machine learning models to privacy attacks, such as membership inference attacks. In this paper, we propo…

Data AugmentationFairnessMachine UnlearningPrivacy Preserving

Auditing Approximate Machine Unlearning for Differentially Private Models

2025-08-26 · Yuechun Gu, Jiajie He, Keke Chen arxiv

Approximate machine unlearning aims to remove the effect of specific data from trained models to ensure individuals' privacy. Existing methods focus on the removed records and assume the retained ones are unaffected. How…

Data Augmentation

Improving LLM Unlearning Robustness via Random Perturbations

2025-01-31 · Dang Huu-Tien, Hoang Thanh-Tung, Anh Bui, Le-Minh Nguyen 외

In this paper, we show that current state-of-the-art LLM unlearning methods inherently reduce models' robustness, causing them to misbehave even when a single non-adversarial forget-token is in the retain-query. Toward u…

Language ModelingLanguage ModellingLarge Language Model

Analise de Desaprendizado de Maquina em Modelos de Classificacao de Imagens Medicas

2025-08-25 · Andreza M. C. Falcao, Filipe R. Cordeiro arxiv

Machine unlearning aims to remove private or sensitive data from a pre-trained model while preserving the model's robustness. Despite recent advances, this technique has not been explored in medical image classification.…

Medical Image ClassificationData Augmentation

Label Smoothing Improves Machine Unlearning

2024-06-11 · Zonglin Di, Zhaowei Zhu, Jinghan Jia, Jiancheng Liu 외

The objective of machine unlearning (MU) is to eliminate previously learned data from a model. However, it is challenging to strike a balance between computation cost and performance when using existing MU techniques. Ta…

Machine Unlearning