CLDCJan 29

A Federated and Parameter-Efficient Framework for Large Language Model Training in Medicine

arXiv:2601.22124v1h-index: 54
Originality Incremental advance
AI Analysis

This work addresses the challenge of enabling collaborative and efficient LLM training across healthcare institutions for improved medical data processing, though it is incremental as it builds on existing FL and parameter-efficient methods.

The paper tackles the problem of adapting large language models (LLMs) to medical applications by addressing limitations in federated learning (FL) for heterogeneous clinical data, introducing Fed-MedLoRA and Fed-MedLoRA+ frameworks that reduce communication overhead and improve convergence, achieving competitive accuracy in clinical information extraction across multiple patient cohorts.

Large language models (LLMs) have demonstrated strong performance on medical benchmarks, including question answering and diagnosis. To enable their use in clinical settings, LLMs are typically further adapted through continued pretraining or post-training using clinical data. However, most medical LLMs are trained on data from a single institution, which faces limitations in generalizability and safety in heterogeneous systems. Federated learning (FL) is a promising solution for enabling collaborative model development across healthcare institutions. Yet applying FL to LLMs in medicine remains fundamentally limited. First, conventional FL requires transmitting the full model during each communication round, which becomes impractical for multi-billion-parameter LLMs given the limited computational resources. Second, many FL algorithms implicitly assume data homogeneity, whereas real-world clinical data are highly heterogeneous across patients, diseases, and institutional practices. We introduce the model-agnostic and parameter-efficient federated learning framework for adapting LLMs to medical applications. Fed-MedLoRA transmits only low-rank adapter parameters, reducing communication and computation overhead, while Fed-MedLoRA+ further incorporates adaptive, data-aware aggregation to improve convergence under cross-site heterogeneity. We apply the framework to clinical information extraction (IE), which transforms patient narratives into structured medical entities and relations. Accuracy was assessed across five patient cohorts through comparisons with BERT models, and LLaMA-3 and DeepSeek-R1, GPT-4o models. Evaluation settings included (1) in-domain training and testing, (2) external validation on independent cohorts, and (3) a low-resource new-site adaptation scenario using real-world clinical notes from the Yale New Haven Health System.

Foundations

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

Your Notes