FedMLP
The official implementation for the paper: "FedMLP: Federated Multi-Label Medical Image Classiffcation under Task Heterogeneity", which is accepted at MICCAI'24 (Early Accept, top 11% in total 2869 submissions).
Install / Use
/learn @szbonaldo/FedMLPREADME
FedMLP
This is the official implementation for the paper: "FedMLP: Federated Multi-Label Medical Image Classiffcation under Task Heterogeneity", which is accepted at MICCAI'24 (Early Accept, top 11% in total 2869 submissions).
<p align="center"> <img src="./Figures/overview_latest.png" alt="intro" width="90%"/> </p>Introduction
Cross-silo federated learning (FL) enables decentralized organizations to collaboratively train models while preserving data privacy and has made signiffcant progress in medical image classiffcation. One common assumption is task homogeneity where each client has access to all classes during training. However, in clinical practice, given a multi-label classiffcation task, constrained by the level of medical knowledge and the prevalence of diseases, each institution may diagnose only partial categories, resulting in task heterogeneity. How to pursue effective multi-label medical image classiffcation under task heterogeneity is under-explored. In this paper, we first formulate such a realistic label missing setting in the multi-label FL domain and propose a two-stage method FedMLP to combat class missing from two aspects: pseudo label tagging and global knowledge learning. The former utilizes a warmed-up model to generate class prototypes and select samples with high confidence to supplement missing labels, while the latter uses a global model as a teacher for consistency regularization to prevent forgetting missing class knowledge. Experiments on two publicly-available medical datasets validate the superiority of FedMLP against the state-of-the-art both federated semi-supervised and noisy label learning approaches under task heterogeneity.
<p align="center"> <img src="./Figures/bgMLP.png" alt="intro" width="90%"/> </p>Related Work
Dataset
Please download the ICH dataset from kaggle and preprocess it follow this notebook. Please download the ChestXray14 dataset from this link.
Requirements
We recommend using conda to setup the environment, See the requirements.txt for environment configuration.
Citation
If this repository is useful for your research, please consider citing:
@inproceedings{sun2024fedmlp,
title={FedMLP: Federated Multi-label Medical Image Classification Under Task Heterogeneity},
author={Sun, Zhaobin and Wu, Nannan and Shi, Junjie and Yu, Li and Cheng, Kwang-Ting and Yan, Zengqiang},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
pages={394--404},
year={2024},
organization={Springer}
}
Contact
For any questions, please contact 'zbsun@hust.edu.cn'.
