论文标题
联合的跨学习用于医学图像细分
Federated Cross Learning for Medical Image Segmentation
论文作者
论文摘要
联邦学习(FL)可以使用不同医院拥有的各种临床应用(包括医疗图像分割)的孤立患者数据进行协作训练深度学习模型。但是,FL的一个主要问题是在处理非独立和分布相同(非IID)的数据时的性能降解,这在医学图像中通常是这种情况。在本文中,我们首先对FL算法进行了理论分析,以揭示非IID数据训练期间模型聚集的问题。通过通过分析获得的见解,我们提出了一种简单而有效的方法,即联邦交叉学习(FEDCROSS),以解决这个具有挑战性的问题。与在服务器节点上结合了多个单独训练的本地模型的常规FL方法不同,我们的FedCross以圆形旋转方式依次跨不同客户端训练全局模型,因此整个培训过程不涉及任何模型聚合步骤。为了进一步提高其性能,以与集中学习方法相媲美,我们将FedCross与合奏学习机制相结合,以组成联合跨组合学习(FedCrossens)方法。最后,我们使用一组公共数据集进行了广泛的实验。实验结果表明,提出的FedCross培训策略优于非IID数据的主流FL方法。除了提高分割性能外,我们的FedCrossens还可以进一步提供对模型不确定性的定量估计,从而证明了我们的设计的有效性和临床意义。源代码可在https://github.com/dial-rpi/fedcross上公开获取。
Federated learning (FL) can collaboratively train deep learning models using isolated patient data owned by different hospitals for various clinical applications, including medical image segmentation. However, a major problem of FL is its performance degradation when dealing with data that are not independently and identically distributed (non-iid), which is often the case in medical images. In this paper, we first conduct a theoretical analysis on the FL algorithm to reveal the problem of model aggregation during training on non-iid data. With the insights gained through the analysis, we propose a simple yet effective method, federated cross learning (FedCross), to tackle this challenging problem. Unlike the conventional FL methods that combine multiple individually trained local models on a server node, our FedCross sequentially trains the global model across different clients in a round-robin manner, and thus the entire training procedure does not involve any model aggregation steps. To further improve its performance to be comparable with the centralized learning method, we combine the FedCross with an ensemble learning mechanism to compose a federated cross ensemble learning (FedCrossEns) method. Finally, we conduct extensive experiments using a set of public datasets. The experimental results show that the proposed FedCross training strategy outperforms the mainstream FL methods on non-iid data. In addition to improving the segmentation performance, our FedCrossEns can further provide a quantitative estimation of the model uncertainty, demonstrating the effectiveness and clinical significance of our designs. Source code is publicly available at https://github.com/DIAL-RPI/FedCross.