Table of Contents
Fetching ...

Cloud-based Federated Learning Framework for MRI Segmentation

Rukesh Prajapati, Amr S. El-Wakeel

TL;DR

This paper proposes a novel framework tailored for brain tissue segmentation in rural healthcare facilities that employs a deep reinforcement learning environment in tandem with a refinement model deployed locally at rural healthcare sites, surpassing the capabilities of conventional convolutional neural networks when confronted with data insufficiency.

Abstract

In contemporary rural healthcare settings, the principal challenge in diagnosing brain images is the scarcity of available data, given that most of the existing deep learning models demand extensive training data to optimize their performance, necessitating centralized processing methods that potentially compromise data privacy. This paper proposes a novel framework tailored for brain tissue segmentation in rural healthcare facilities. The framework employs a deep reinforcement learning (DRL) environment in tandem with a refinement model (RM) deployed locally at rural healthcare sites. The proposed DRL model has a reduced parameter count and practicality for implementation across distributed rural sites. To uphold data privacy and enhance model generalization without transgressing privacy constraints, we employ federated learning (FL) for cooperative model training. We demonstrate the efficacy of our approach by training the network with a limited data set and observing a substantial performance enhancement, mitigating inaccuracies and irregularities in segmentation across diverse sites. Remarkably, the DRL model attains an accuracy of up to 80%, surpassing the capabilities of conventional convolutional neural networks when confronted with data insufficiency. Incorporating our RM results in an additional accuracy improvement of at least 10%, while FL contributes to a further accuracy enhancement of up to 5%. Collectively, the framework achieves an average 92% accuracy rate within rural healthcare settings characterized by data constraints.

Cloud-based Federated Learning Framework for MRI Segmentation

TL;DR

This paper proposes a novel framework tailored for brain tissue segmentation in rural healthcare facilities that employs a deep reinforcement learning environment in tandem with a refinement model deployed locally at rural healthcare sites, surpassing the capabilities of conventional convolutional neural networks when confronted with data insufficiency.

Abstract

In contemporary rural healthcare settings, the principal challenge in diagnosing brain images is the scarcity of available data, given that most of the existing deep learning models demand extensive training data to optimize their performance, necessitating centralized processing methods that potentially compromise data privacy. This paper proposes a novel framework tailored for brain tissue segmentation in rural healthcare facilities. The framework employs a deep reinforcement learning (DRL) environment in tandem with a refinement model (RM) deployed locally at rural healthcare sites. The proposed DRL model has a reduced parameter count and practicality for implementation across distributed rural sites. To uphold data privacy and enhance model generalization without transgressing privacy constraints, we employ federated learning (FL) for cooperative model training. We demonstrate the efficacy of our approach by training the network with a limited data set and observing a substantial performance enhancement, mitigating inaccuracies and irregularities in segmentation across diverse sites. Remarkably, the DRL model attains an accuracy of up to 80%, surpassing the capabilities of conventional convolutional neural networks when confronted with data insufficiency. Incorporating our RM results in an additional accuracy improvement of at least 10%, while FL contributes to a further accuracy enhancement of up to 5%. Collectively, the framework achieves an average 92% accuracy rate within rural healthcare settings characterized by data constraints.
Paper Structure (11 sections, 8 equations, 4 figures, 3 tables, 1 algorithm)

This paper contains 11 sections, 8 equations, 4 figures, 3 tables, 1 algorithm.

Figures (4)

  • Figure 1: Federated learning framework for MRI segmentation for rural healthcare sites.
  • Figure 2: The DRL environment for the coarse segmentation.
  • Figure 3: Network architecture of refinement model based on cascadePSP with reduced parameters.
  • Figure 4: Input MRI image and their corresponding output images from models, where the first row shows the outputs from rural healthcare site 1, the second row shows from site 2, and the third row shows from site 3