Table of Contents
Fetching ...

A Novel Approach to Breast Cancer Segmentation using U-Net Model with Attention Mechanisms and FedProx

Eyad Gad, Mustafa Abou Khatwa, Mustafa A. Elattar, Sahar Selim

TL;DR

The paper addresses privacy-preserving segmentation of breast cancer regions in ultrasound images under non-IID data across institutions. It combines FedProx-based federated learning with an Attention U-Net to improve segmentation accuracy while protecting patient data. Experimental results across 6 federated rounds show a strong global model performance, achieving a Dice Loss of 0.2924 and an accuracy of 0.9607, with high specificity. The approach demonstrates the potential of distributed learning for reliable, privacy-preserving medical image analysis in breast cancer applications.

Abstract

Breast cancer is a leading cause of death among women worldwide, emphasizing the need for early detection and accurate diagnosis. As such Ultrasound Imaging, a reliable and cost-effective tool, is used for this purpose, however the sensitive nature of medical data makes it challenging to develop accurate and private artificial intelligence models. A solution is Federated Learning as it is a promising technique for distributed machine learning on sensitive medical data while preserving patient privacy. However, training on non-Independent and non-Identically Distributed (non-IID) local datasets can impact the accuracy and generalization of the trained model, which is crucial for accurate tumour boundary delineation in BC segmentation. This study aims to tackle this challenge by applying the Federated Proximal (FedProx) method to non-IID Ultrasonic Breast Cancer Imaging datasets. Moreover, we focus on enhancing tumour segmentation accuracy by incorporating a modified U-Net model with attention mechanisms. Our approach resulted in a global model with 96% accuracy, demonstrating the effectiveness of our method in enhancing tumour segmentation accuracy while preserving patient privacy. Our findings suggest that FedProx has the potential to be a promising approach for training precise machine learning models on non-IID local medical datasets.

A Novel Approach to Breast Cancer Segmentation using U-Net Model with Attention Mechanisms and FedProx

TL;DR

The paper addresses privacy-preserving segmentation of breast cancer regions in ultrasound images under non-IID data across institutions. It combines FedProx-based federated learning with an Attention U-Net to improve segmentation accuracy while protecting patient data. Experimental results across 6 federated rounds show a strong global model performance, achieving a Dice Loss of 0.2924 and an accuracy of 0.9607, with high specificity. The approach demonstrates the potential of distributed learning for reliable, privacy-preserving medical image analysis in breast cancer applications.

Abstract

Breast cancer is a leading cause of death among women worldwide, emphasizing the need for early detection and accurate diagnosis. As such Ultrasound Imaging, a reliable and cost-effective tool, is used for this purpose, however the sensitive nature of medical data makes it challenging to develop accurate and private artificial intelligence models. A solution is Federated Learning as it is a promising technique for distributed machine learning on sensitive medical data while preserving patient privacy. However, training on non-Independent and non-Identically Distributed (non-IID) local datasets can impact the accuracy and generalization of the trained model, which is crucial for accurate tumour boundary delineation in BC segmentation. This study aims to tackle this challenge by applying the Federated Proximal (FedProx) method to non-IID Ultrasonic Breast Cancer Imaging datasets. Moreover, we focus on enhancing tumour segmentation accuracy by incorporating a modified U-Net model with attention mechanisms. Our approach resulted in a global model with 96% accuracy, demonstrating the effectiveness of our method in enhancing tumour segmentation accuracy while preserving patient privacy. Our findings suggest that FedProx has the potential to be a promising approach for training precise machine learning models on non-IID local medical datasets.
Paper Structure (11 sections, 5 equations, 5 figures, 2 tables)

This paper contains 11 sections, 5 equations, 5 figures, 2 tables.

Figures (5)

  • Figure 1: The Proposed Architecture of FL for BC Segmentation using Attention U-Net Model and FedProx
  • Figure 2: Distribution of BC data across the server and client sides
  • Figure 3: The Attention Mechanism oktay2018attention
  • Figure 4: Performance Metrics of Server and Client Models
  • Figure 5: Predicted outcome using Proposed Model