Ambesange Sateesh, Annappa B, Koolagudi Shashidhar G
Computer Science Engineering Dept, National Institute of Technology Karnataka, Surathkal, Mangalore, Karnataka state, India-575025.
Procedia Comput Sci. 2023;218:1485-1496. doi: 10.1016/j.procs.2023.01.127. Epub 2023 Jan 31.
Lung segmentation helps doctors in analyzing and diagnosing lung diseases effectively. Covid -19 pandemic highlighted the need for such artificial intelligence (AI) model to segment Lung X-ray images and diagnose patient covid conditions, in a short time, which was not possible due to huge number of patient influx at hospitals with the limited radiologist to diagnose based on test report in short time. AI models developed to assist doctors to diagnose faster, faces another challenge of data privacy. Such AI Models, for better performance, need huge data collected from multiple hospitals/diagnostic centres across the globe into single place to train the AI models. Federated Learning (FL) framework, using transfer learning approach addresses these concerns as FL framework doesn't need data to be shared to outside hospital ecosystem, as AI model get trained on local system and AI model get trained on distributed data. FL with Transfer learning doesn't need the parallel training of the model at all participants nodes like other FL. Paper simulates Federated Transfer learning for Image segmentation using transfer learning technique with few participating nodes and each nodes having different size dataset. The proposed method also leverages other healthcare data available at local system to train the proposed model to overcome lack of more data. Paper uses pre-trained weights of U-net Segmentation Model trained for MRI image segmentation to lung segmentation model. Paper demonstrates using such similar healthcare data available at local system helps improving the performance of the model. The paper uses Explainable AI approach to explain the result. Using above three techniques, Lung segmentation AI model gets near perfect segmentation accuracy.
肺部分割有助于医生有效地分析和诊断肺部疾病。新冠疫情凸显了对这种人工智能(AI)模型的需求,以便在短时间内对肺部X光图像进行分割并诊断患者的新冠病情,而这在医院因患者大量涌入、放射科医生数量有限而无法在短时间内根据检测报告进行诊断的情况下是不可能实现的。为帮助医生更快诊断而开发的AI模型面临着数据隐私的另一挑战。此类AI模型为了有更好的性能,需要将从全球多家医院/诊断中心收集的大量数据集中到一个地方来训练AI模型。联邦学习(FL)框架采用迁移学习方法解决了这些问题,因为FL框架不需要将数据共享到医院外部生态系统,因为AI模型在本地系统上进行训练,且AI模型在分布式数据上进行训练。与其他联邦学习不同,带有迁移学习的联邦学习根本不需要在所有参与节点上并行训练模型。本文使用迁移学习技术,在少数参与节点且每个节点具有不同大小数据集的情况下,模拟用于图像分割的联邦迁移学习。所提出的方法还利用本地系统中可用的其他医疗数据来训练所提出的模型,以克服数据不足的问题。本文使用预训练的U-net分割模型的权重,该模型是为MRI图像分割而训练的,用于肺部分割模型。本文证明使用本地系统中可用 的此类相似医疗数据有助于提高模型的性能。本文使用可解释人工智能方法来解释结果。通过以上三种技术,肺部分割AI模型获得了近乎完美的分割精度。