LGCRCVJun 29, 2025

Forget-MI: Machine Unlearning for Forgetting Multimodal Information in Healthcare Settings

arXiv:2506.23145v16 citationsh-index: 5Has CodeMICCAI
Originality Incremental advance
AI Analysis

This addresses privacy preservation for healthcare AI by enabling targeted data forgetting, though it is an incremental improvement over existing unlearning methods.

The paper tackles the problem of removing sensitive patient data from trained multimodal AI models in healthcare, proposing Forget-MI, which reduces membership inference attack success by 0.202 and decreases AUC and F1 scores on the forget set by 0.221 and 0.305 while maintaining test performance.

Privacy preservation in AI is crucial, especially in healthcare, where models rely on sensitive patient data. In the emerging field of machine unlearning, existing methodologies struggle to remove patient data from trained multimodal architectures, which are widely used in healthcare. We propose Forget-MI, a novel machine unlearning method for multimodal medical data, by establishing loss functions and perturbation techniques. Our approach unlearns unimodal and joint representations of the data requested to be forgotten while preserving knowledge from the remaining data and maintaining comparable performance to the original model. We evaluate our results using performance on the forget dataset, performance on the test dataset, and Membership Inference Attack (MIA), which measures the attacker's ability to distinguish the forget dataset from the training dataset. Our model outperforms the existing approaches that aim to reduce MIA and the performance on the forget dataset while keeping an equivalent performance on the test set. Specifically, our approach reduces MIA by 0.202 and decreases AUC and F1 scores on the forget set by 0.221 and 0.305, respectively. Additionally, our performance on the test set matches that of the retrained model, while allowing forgetting. Code is available at https://github.com/BioMedIA-MBZUAI/Forget-MI.git

Code Implementations1 repo
Foundations

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

Your Notes