MedForget: Hierarchy-Aware Multimodal Unlearning Testbed for Medical AI
Fengli Wu, Vaidehi Patil, Jaehong Yoon, Yue Zhang, Mohit Bansal
TL;DR
MedForget introduces a hierarchy-aware multimodal unlearning benchmark for medical AI, organizing data into Institution→Patient→Study→Section and evaluating forget/retain performance across multiple granularities. Using MIMIC-CXR as the data backbone, the study tests four unlearning methods and demonstrates clear trade-offs between forgetting strength and diagnostic utility, with coarse-grained forgetting delivering stronger privacy at the expense of performance and fine-grained forgetting preserving utility but risking leakage. The paper also presents a hierarchical reconstruction attack to assess leakage risk and highlights the need for structure-aware unlearning to meet regulatory demands under HIPAA and GDPR. Overall, MedForget provides a practical, HIPAA-aligned evaluation framework to guide development of safe, compliant medical AI systems that can forget sensitive information without catastrophically degrading clinical reasoning.
Abstract
Pretrained Multimodal Large Language Models (MLLMs) are increasingly deployed in medical AI systems for clinical reasoning, diagnosis support, and report generation. However, their training on sensitive patient data raises critical privacy and compliance challenges under regulations such as HIPAA and GDPR, which enforce the "right to be forgotten". Unlearning, the process of tuning models to selectively remove the influence of specific training data points, offers a potential solution, yet its effectiveness in complex medical settings remains underexplored. To systematically study this, we introduce MedForget, a Hierarchy-Aware Multimodal Unlearning Testbed with explicit retain and forget splits and evaluation sets containing rephrased variants. MedForget models hospital data as a nested hierarchy (Institution -> Patient -> Study -> Section), enabling fine-grained assessment across eight organizational levels. The benchmark contains 3840 multimodal (image, question, answer) instances, each hierarchy level having a dedicated unlearning target, reflecting distinct unlearning challenges. Experiments with four SOTA unlearning methods on three tasks (generation, classification, cloze) show that existing methods struggle to achieve complete, hierarchy-aware forgetting without reducing diagnostic performance. To test whether unlearning truly deletes hierarchical pathways, we introduce a reconstruction attack that progressively adds hierarchical level context to prompts. Models unlearned at a coarse granularity show strong resistance, while fine-grained unlearning leaves models vulnerable to such reconstruction. MedForget provides a practical, HIPAA-aligned testbed for building compliant medical AI systems.
