Federated Learning (FL) enables decentralized training while preserving data privacy, critical for sensitive domains like medical imaging. Regulatory demands for the "right to be forgotten" have driven interest in Federated Unlearning (FU), but existing methods require all clients' participation, posing challenges in privacy, efficiency, and practicability.
Figure 1: Overview of our proposed Maverick framework.
We introduce Maverick, a novel FU framework that performs unlearning locally at the target client, eliminating the need for other clients’ involvement. Leveraging Lipschitz continuity, Maverick reduces model sensitivity to unlearned data, ensuring privacy, lowering computational costs, and preserving performance.
Figure 2: Model sensitivity optimization visualization.
Before executing the project code, please prepare the Python environment according to the requirement.txt file. We set up the environment with python 3.9.12 and torch 2.0.0.
pip install -r requirement.txtInstall MedMnist dataset:
pip install medmnistOr install from source:
pip install --upgrade git+https://github.com/MedMNIST/MedMNIST.git@InProceedings{Ong_Maverick_MICCAI2025,
author = { Ong, Win Kent and Chan, Chee Seng},
title = { Maverick: Collaboration-free Federated Unlearning for Medical Privacy },
booktitle = {Proceedings of Medical Image Computing and Computer Assisted Intervention -- MICCAI 2025},
year = {2025},
publisher = {Springer Nature Switzerland},
volume = {LNCS 15973},
month = {September},
page = {367 -- 377}
}Suggestions and opinions on this work (both positive and negative) are greatly welcomed. Please contact the author by sending an email to
winkent.ong at um.edu.my or cs.chan at um.edu.my
The project is open source under BSD-3 license (see the LICENSE file).
©2025 Universiti Malaya.

