Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
119 tokens/sec
GPT-4o
56 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Dynamic Fusion based Federated Learning for COVID-19 Detection (2009.10401v4)

Published 22 Sep 2020 in cs.DC and cs.LG

Abstract: Medical diagnostic image analysis (e.g., CT scan or X-Ray) using machine learning is an efficient and accurate way to detect COVID-19 infections. However, sharing diagnostic images across medical institutions is usually not allowed due to the concern of patients' privacy. This causes the issue of insufficient datasets for training the image classification model. Federated learning is an emerging privacy-preserving machine learning paradigm that produces an unbiased global model based on the received updates of local models trained by clients without exchanging clients' local data. Nevertheless, the default setting of federated learning introduces huge communication cost of transferring model updates and can hardly ensure model performance when data heterogeneity of clients heavily exists. To improve communication efficiency and model performance, in this paper, we propose a novel dynamic fusion-based federated learning approach for medical diagnostic image analysis to detect COVID-19 infections. First, we design an architecture for dynamic fusion-based federated learning systems to analyse medical diagnostic images. Further, we present a dynamic fusion method to dynamically decide the participating clients according to their local model performance and schedule the model fusion-based on participating clients' training time. In addition, we summarise a category of medical diagnostic image datasets for COVID-19 detection, which can be used by the machine learning community for image analysis. The evaluation results show that the proposed approach is feasible and performs better than the default setting of federated learning in terms of model performance, communication efficiency and fault tolerance.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (9)
  1. Weishan Zhang (24 papers)
  2. Tao Zhou (398 papers)
  3. Qinghua Lu (100 papers)
  4. Xiao Wang (507 papers)
  5. Chunsheng Zhu (3 papers)
  6. Haoyun Sun (1 paper)
  7. Zhipeng Wang (43 papers)
  8. Sin Kit Lo (9 papers)
  9. Fei-Yue Wang (72 papers)
Citations (193)

Summary

Dynamic Fusion-based Federated Learning for COVID-19 Detection

The paper "Dynamic Fusion-based Federated Learning for COVID-19 Detection" presents a novel approach to leverage federated learning (FL) for enhancing medical diagnostic processes in detecting COVID-19 via medical imaging. The research tackles the challenges of communication efficiency and model performance when dealing with heterogeneous data across multiple institutions.

Throughout the document, the authors specified a dynamic fusion strategy designed to optimize federated learning frameworks. This strategy involves dynamically selecting client models based on their local performance, reducing the undue communication load typical of federated systems, and accommodating data inconsistencies present in federated networks. The approach was implemented and tested using a series of CT and X-ray image datasets identifying COVID-19 conditions, reporting that the dynamic fusion method consistently outperforms the default federated learning settings.

Key insights from the proposed method reveal several enhancements. The dynamic client participation approach ensures that only clients providing useful updates are considered in a training round, effectively increasing model accuracy and system fault tolerance. This improvement is evidenced by a 14-18% higher accuracy rate in detecting COVID-19 cases across different network models and data configurations compared to traditional settings.

The implications of this paper extend broadly into practical areas of medical data sharing and processing. The dynamic fusion mechanism notably caters to data privacy preservation, a crucial factor in healthcare data management, ensuring local data confidentiality while still allowing collaborative model training across various institutions. Furthermore, theoretically, this contribution underscores a potential pivot in federated learning towards more adaptive and efficient paradigms, suited for real-world applications with strict privacy and performance requirements.

Future research born out of this paper's findings might explore greater scalability options of this dynamic fusion approach or its application across differing model architectures and other medical conditions. The research might also ignite further developments in communication-efficient federated algorithms optimized for other high-performance yet data-sensitive fields like finance or personalized consumer services. Overall, this paper demonstrates significant advancements in privacy-preserving AI methodologies, promoting innovation in federated learning paradigms.