LGAIJan 6, 2025

Multi-Modal One-Shot Federated Ensemble Learning for Medical Data with Vision Large Language Model

arXiv:2501.03292v15 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses communication efficiency and diagnostic accuracy for medical applications using federated learning, but it is incremental as it builds on existing one-shot and ensemble techniques with multi-modal integration.

The paper tackles the problem of communication overhead and limited diagnostic accuracy in federated learning for medical data by introducing FedMME, a one-shot multi-modal federated ensemble learning framework that uses vision large language models and BERT to combine visual and textual features, achieving over 17.5% higher accuracy on the RSNA dataset compared to existing methods.

Federated learning (FL) has attracted considerable interest in the medical domain due to its capacity to facilitate collaborative model training while maintaining data privacy. However, conventional FL methods typically necessitate multiple communication rounds, leading to significant communication overhead and delays, especially in environments with limited bandwidth. One-shot federated learning addresses these issues by conducting model training and aggregation in a single communication round, thereby reducing communication costs while preserving privacy. Among these, one-shot federated ensemble learning combines independently trained client models using ensemble techniques such as voting, further boosting performance in non-IID data scenarios. On the other hand, existing machine learning methods in healthcare predominantly use unimodal data (e.g., medical images or textual reports), which restricts their diagnostic accuracy and comprehensiveness. Therefore, the integration of multi-modal data is proposed to address these shortcomings. In this paper, we introduce FedMME, an innovative one-shot multi-modal federated ensemble learning framework that utilizes multi-modal data for medical image analysis. Specifically, FedMME capitalizes on vision large language models to produce textual reports from medical images, employs a BERT model to extract textual features from these reports, and amalgamates these features with visual features to improve diagnostic accuracy. Experimental results show that our method demonstrated superior performance compared to existing one-shot federated learning methods in healthcare scenarios across four datasets with various data distributions. For instance, it surpasses existing one-shot federated learning approaches by more than 17.5% in accuracy on the RSNA dataset when applying a Dirichlet distribution with ($α$ = 0.3).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes