IEEE Trans Med Imaging. 2023 Jul;42(7):1955-1968. doi: 10.1109/TMI.2022.3233405. Epub 2023 Jun 30.
The purpose of federated learning is to enable multiple clients to jointly train a machine learning model without sharing data. However, the existing methods for training an image segmentation model have been based on an unrealistic assumption that the training set for each local client is annotated in a similar fashion and thus follows the same image supervision level. To relax this assumption, in this work, we propose a label-agnostic unified federated learning framework, named FedMix, for medical image segmentation based on mixed image labels. In FedMix, each client updates the federated model by integrating and effectively making use of all available labeled data ranging from strong pixel-level labels, weak bounding box labels, to weakest image-level class labels. Based on these local models, we further propose an adaptive weight assignment procedure across local clients, where each client learns an aggregation weight during the global model update. Compared to the existing methods, FedMix not only breaks through the constraint of a single level of image supervision but also can dynamically adjust the aggregation weight of each local client, achieving rich yet discriminative feature representations. Experimental results on multiple publicly-available datasets validate that the proposed FedMix outperforms the state-of-the-art methods by a large margin. In addition, we demonstrate through experiments that FedMix is extendable to multi-class medical image segmentation and much more feasible in clinical scenarios. The code is available at: https://github.com/Jwicaksana/FedMix.
联邦学习的目的是使多个客户端能够在不共享数据的情况下共同训练机器学习模型。然而,现有的图像分割模型训练方法基于一个不切实际的假设,即每个本地客户端的训练集以相似的方式进行注释,因此遵循相同的图像监督级别。为了放宽这个假设,在这项工作中,我们提出了一个名为 FedMix 的基于混合图像标签的医学图像分割的无标签统一联邦学习框架。在 FedMix 中,每个客户端通过整合和有效利用所有可用的标记数据(从强像素级标签到弱边界框标签,再到最弱的图像级类别标签)来更新联邦模型。基于这些本地模型,我们进一步提出了一种跨本地客户端的自适应权重分配程序,其中每个客户端在全局模型更新过程中学习聚合权重。与现有方法相比,FedMix 不仅突破了单一图像监督级别的限制,还可以动态调整每个本地客户端的聚合权重,实现丰富而有区别的特征表示。在多个公开可用的数据集上的实验结果验证了所提出的 FedMix 大大优于现有方法。此外,我们通过实验证明了 FedMix 可扩展到多类别医学图像分割,并且在临床场景中更加可行。代码可在:https://github.com/Jwicaksana/FedMix 获得。