论文标题
Fediic:朝着强大的联邦学习进行课堂失衡的医学图像分类
FedIIC: Towards Robust Federated Learning for Class-Imbalanced Medical Image Classification
论文作者
论文摘要
联合学习(FL),来自没有隐私泄漏的分散数据的深层模型,最近在医疗图像计算中显示出巨大的潜力。但是,考虑到医疗数据中普遍存在的类不平衡,FL会表现出绩效降解,尤其是对于少数群体(例如罕见疾病)。实现此问题的现有方法主要集中于培训平衡的分类器,以消除班级之间的班级偏见,但忽略了探索更好的表示以促进分类绩效。在本文中,我们提出了一种名为Fediic的隐私的FL方法,可以从两个角度来对抗类失衡:功能学习和分类器学习。在功能学习中,旨在通过FL中的数据不平衡地提取更好的类特异性特征。在分类器学习中,根据实时难度和班级先验,动态设置了每类边缘,这有助于模型平均学习课程。公共可用数据集的实验结果证明了Fediic在处理类不平衡下处理现实世界和模拟的多源医学成像数据方面的出色表现。代码可从https://github.com/wnn2000/fediic获得。
Federated learning (FL), training deep models from decentralized data without privacy leakage, has shown great potential in medical image computing recently. However, considering the ubiquitous class imbalance in medical data, FL can exhibit performance degradation, especially for minority classes (e.g. rare diseases). Existing methods towards this problem mainly focus on training a balanced classifier to eliminate class prior bias among classes, but neglect to explore better representation to facilitate classification performance. In this paper, we present a privacy-preserving FL method named FedIIC to combat class imbalance from two perspectives: feature learning and classifier learning. In feature learning, two levels of contrastive learning are designed to extract better class-specific features with imbalanced data in FL. In classifier learning, per-class margins are dynamically set according to real-time difficulty and class priors, which helps the model learn classes equally. Experimental results on publicly-available datasets demonstrate the superior performance of FedIIC in dealing with both real-world and simulated multi-source medical imaging data under class imbalance. Code is available at https://github.com/wnn2000/FedIIC.