LGCVNov 13, 2024

Machine Unlearning on Pre-trained Models by Residual Feature Alignment Using LoRA

arXiv:2411.08443v12 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses privacy and data management challenges in machine learning by providing a more efficient unlearning method for pre-trained models, though it is incremental as it builds on existing fine-tuning and LoRA techniques.

The paper tackles the problem of efficiently removing specific training data from pre-trained models without harming performance on remaining data, achieving competitive unlearning results with lower computational cost.

Machine unlearning is new emerged technology that removes a subset of the training data from a trained model without affecting the model performance on the remaining data. This topic is becoming increasingly important in protecting user privacy and eliminating harmful or outdated data. The key challenge lies in effectively and efficiently unlearning specific information without compromising the model's utility on the retained data. For the pre-trained models, fine-tuning is an important way to achieve the unlearning target. Previous work typically fine-tuned the entire model's parameters, which incurs significant computation costs. In addition, the fine-tuning process may cause shifts in the intermediate layer features, affecting the model's overall utility. In this work, we propose a novel and efficient machine unlearning method on pre-trained models. We term the method as Residual Feature Alignment Unlearning. Specifically, we leverage LoRA (Low-Rank Adaptation) to decompose the model's intermediate features into pre-trained features and residual features. By adjusting the residual features, we align the unlearned model with the pre-trained model at the intermediate feature level to achieve both unlearning and remaining targets. The method aims to learn the zero residuals on the retained set and shifted residuals on the unlearning set. Extensive experiments on numerous datasets validate the effectiveness of our approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes