학술논문

Federated Versus Central Machine Learning on Diabetic Foot Ulcer Images: Comparative Simulations
Document Type
Periodical
Source
IEEE Access Access, IEEE. 12:58960-58971 2024
Subject
Aerospace
Bioengineering
Communication, Networking and Broadcast Technologies
Components, Circuits, Devices and Systems
Computing and Processing
Engineered Materials, Dielectrics and Plasmas
Engineering Profession
Fields, Waves and Electromagnetics
General Topics for Engineers
Geoscience
Nuclear Engineering
Photonics and Electrooptics
Power, Energy and Industry Applications
Robotics and Control Systems
Signal Processing and Analysis
Transportation
Data models
Image segmentation
Federated learning
Diabetes
Foot
Data privacy
Biological system modeling
Deep learning
Biomedical imaging
Comparative simulations
deep learning
diabetic foot ulcer
federated learning
U-Net model
Language
ISSN
2169-3536
Abstract
This research examines the implementation of the U-Net model within a federated learning framework, focusing on the semantic segmentation of Diabetic Foot Ulcers (DFUs) images. The objective is to start with a set of random parameters for a U-Net model and train in a federated learning setting and a centralized setting. Due to the sensitive nature of medical images, we use an open-source dataset of diabetic foot ulcers provided by Medetec. Federated learning enables us to decentralize our approach to machine learning, which eliminates the need for centralizing raw data. Methods used include comparative simulations between federated and centralized machine learning systems. The results indicate that federated learning, combined with the U-Net architecture, eliminates centralized data collection and achieves a notable dice score of 0.9, paralleling the performance of centralized models. This conclusion underscores the potential of federated learning in enhancing detection methods for DFUs, balancing privacy concerns with analytical accuracy. Significantly, this study contributes to the biomedical imaging field by providing a set of federated learning codebases that enable interested researchers to reproduce the results and expand upon them. The source code can be accessed via GitHub.