paper-with-me

홈 › Papers

Distributed Federated Learning-Based Deep Learning Model for Privacy MRI Brain Tumor Detection

2024-04-15 · Lisang Zhou, Meng Wang, Ning Zhou

Distributed training can facilitate the processing of large medical image datasets, and improve the accuracy and efficiency of disease diagnosis while protecting patient privacy, which is crucial for achieving efficient medical image analysis and accelerating medical research progress. This paper presents an innovative approach to medical image classification, leveraging Federated Learning (FL) to address the dual challenges of data privacy and efficient disease diagnosis. Traditional Centralized Machine Learning models, despite their widespread use in medical imaging for tasks such as disease diagnosis, raise significant privacy concerns due to the sensitive nature of patient data. As an alternative, FL emerges as a promising solution by allowing the training of a collective global model across local clients without centralizing the data, thus preserving privacy. Focusing on the application of FL in Magnetic Resonance Imaging (MRI) brain tumor detection, this study demonstrates the effectiveness of the Federated Learning framework coupled with EfficientNet-B0 and the FedAvg algorithm in enhancing both privacy and diagnostic accuracy. Through a meticulous selection of preprocessing methods, algorithms, and hyperparameters, and a comparative analysis of various Convolutional Neural Network (CNN) architectures, the research uncovers optimal strategies for image classification. The experimental results reveal that EfficientNet-B0 outperforms other models like ResNet in handling data heterogeneity and achieving higher accuracy and lower loss, highlighting the potential of FL in overcoming the limitations of traditional models. The study underscores the significance of addressing data heterogeneity and proposes further research directions for broadening the applicability of FL in medical image analysis.

📄 PDF Abstract BibTeX arXiv:2404.10026

Code (0)

등록된 구현이 없습니다.

Tasks

DiagnosticFederated Learningimage-classificationImage ClassificationMedical Image AnalysisMedical Image Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Kaiming Initialization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

Differential Privacy for Adaptive Weight Aggregation in Federated Tumor Segmentation

2023-08-01 · Muhammad Irfan Khan, Esa Alhoniemi, Elina Kontio, Suleiman A. Khan 외

Federated Learning (FL) is a distributed machine learning approach that safeguards privacy by creating an impartial global model while respecting the privacy of individual client data. However, the conventional FL method…

BenchmarkingBrain Tumor SegmentationFederated LearningImage Segmentation+4

Fed-MUnet: Multi-modal Federated Unet for Brain Tumor Segmentation

2024-09-02 · Ruojun Zhou, Lisha Qu, Lei Zhang, Ziming Li 외

Deep learning-based techniques have been widely utilized for brain tumor segmentation using both single and multi-modal Magnetic Resonance Imaging (MRI) images. Most current studies focus on centralized training due to t…

Brain Tumor SegmentationFederated LearningPrivacy PreservingSegmentation+1

Few-Shot Generation of Brain Tumors for Secure and Fair Data Sharing

2025-03-31 · Yongyi Shi, Ge Wang

Leveraging multi-center data for medical analytics presents challenges due to privacy concerns and data heterogeneity. While distributed approaches such as federated learning has gained traction, they remain vulnerable t…

Brain Tumor SegmentationData AugmentationFairnessFederated Learning+2

TwinSegNet: A Digital Twin-Enabled Federated Learning Framework for Brain Tumor Analysis

2025-12-19 · Almustapha A. Wakili, Adamu Hussaini, Abubakar A. Musa, Woosub Jung 외 arxiv

Brain tumor segmentation is critical in diagnosis and treatment planning for the disease. Yet, current deep learning methods rely on centralized data collection, which raises privacy concerns and limits generalization ac…

Personalized SegmentationBrain Tumor SegmentationFederated Learning

FedBrain-Distill: Communication-Efficient Federated Brain Tumor Classification Using Ensemble Knowledge Distillation on Non-IID Data

2024-09-09 · Rasoul Jafari Gohari, Laya Aliahmadipour, Ezat Valipour

Brain is one the most complex organs in the human body. Due to its complexity, classification of brain tumors still poses a significant challenge, making brain tumors a particularly serious medical issue. Techniques such…

Brain Tumor ClassificationFederated LearningKnowledge Distillation