Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 817 Bytes

File metadata and controls

7 lines (3 loc) · 817 Bytes

Machine_Unlearning

This paper presents a selective unlearning technique for deep learning models to protect personal information. This technique involves forgetting some of the previously learned knowledge. Existing methods, such as data modification or model retraining, are computationally expensive and often result in performance degradation. As an alternative, our work proposes a gradient-ascent based approach that selectively forgets a specific class, while preserving knowledge learned from different classes. Our method achieves selective unlearning performance with 9 times fewer computational cost, compared to the existing method that trains from scratch.