CVLGJun 15

To forget is to preserve: Machine Unlearning for 3D medical image segmentation

arXiv:2606.161802.6
Predicted impact top 93% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

This work provides a baseline for subject-specific unlearning in medical image segmentation, helping practitioners comply with data privacy regulations like GDPR.

The paper evaluates approximate machine unlearning strategies for 3D medical image segmentation, finding that the Noisy Label strategy achieves the best trade-off with a 93% decrease in forget set accuracy while retaining 84% accuracy on the retained set after 50 epochs.

With new data privacy laws such as the General Data Protection Regulation (GDPR) [1] that allow individuals to ask that any of their personal information be erased from trained machine learning models, there has been a push to investigate the unlearning of data from models as a way to comply with these laws. In this regard, based on four mechanics, we consider several approximate unlearning strategies applied to the MRBrainS18 dataset [2]. We use a 3D ResNet-50 [3] as a backbone architecture for segmentation that has been pre-trained with the Med3D framework [4]. Considering the pre-trained model as a baseline, we evaluate respective retention accuracy on 2 types of subjects, i.e., retain and forget. We assess these approaches through their Dice similarity coefficient and mean absolute error (MAE) values using two separate training horizons 20 and 50 epochs. The results show that the Noisy Label strategy had the best overall trade-off with a decrease of 93% in the forget set while maintaining 84% accuracy for the retained set after 50 epochs. All other strategies showed extreme levels of forgetting at higher epoch numbers while also demonstrating catastrophic degradation of their retain set performance. The results of this study provide a strict baseline of performance metrics for unlearning on a subject-specific level and provide practitioners with clear criteria for selecting the proper strategies.

Foundations

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

Your Notes