This is the official implementation for the paper: "FedIIC: Towards Robust Federated Learning for Class-Imbalanced Medical Image Classification", which is accepted at MICCAI'23
(Early Accept, top 14% in total 2253 submissions).
This paper investigates federated learning using class-imbalanced (global) and heterogeneous (local) medical data.
Please download the ICH dataset from kaggle and preprocess it follow this notebook. Please download the ISIC 2019 dataset from this link.
We recommend using conda to setup the environment, See the requirements.txt
for environment configuration.
If this repository is useful for your research, please consider citing:
@inproceedings{Wu2023FedIIC,
title={FedIIC: Towards Robust Federated Learning for Class-Imbalanced Medical Image Classification},
author={Wu, Nannan and Yu, Li and Yang, Xin and Cheng, Kwang-Ting and Yan, Zengqiang},
booktitle={MICCAI},
year={2023}
}
For any questions, please contact '[email protected]'.