菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-11
📄 Abstract - Med-DualLoRA: Local Adaptation of Foundation Models for 3D Cardiac MRI

Foundation models (FMs) show great promise for robust downstream performance across medical imaging tasks and modalities, including cardiac magnetic resonance (CMR), following task-specific adaptation. However, adaptation using single-site data may lead to suboptimal performance and increased model bias, while centralized fine-tuning on clinical data is often infeasible due to privacy constraints. Federated fine-tuning offers a privacy-preserving alternative; yet conventional approaches struggle under heterogeneous, non-IID multi-center data and incur substantial communication overhead when adapting large models. In this work, we study federated FM fine-tuning for 3D CMR disease detection and propose Med-DualLoRA, a client-aware parameter-efficient fine-tuning (PEFT) federated framework that disentangles globally shared and local low-rank adaptations (LoRA) through additive decomposition. Global and local LoRA modules are trained locally, but only the global component is shared and aggregated across sites, keeping local adapters private. This design improves personalization while significantly reducing communication cost, and experiments show that adapting only two transformer blocks preserves performance while further improving efficiency. We evaluate our method on a multi-center state-of-the-art cine 3D CMR FM fine-tuned for disease detection using ACDC and combined M\&Ms datasets, treating each vendor as a federated client. Med-DualLoRA achieves statistically significant improved performance (balanced accuracy 0.768, specificity 0.612) compared to other federated PEFT baselines, while maintaining communication efficiency. Our approach provides a scalable solution for local federated adaptation of medical FMs under realistic clinical constraints.

顶级标签: medical model training systems
详细标签: federated learning parameter-efficient fine-tuning medical imaging cardiac mri low-rank adaptation 或 搜索:

Med-DualLoRA:用于3D心脏磁共振成像的基础模型本地自适应方法 / Med-DualLoRA: Local Adaptation of Foundation Models for 3D Cardiac MRI


1️⃣ 一句话总结

这篇论文提出了一种名为Med-DualLoRA的新方法,它能在保护病人隐私的前提下,让多个医疗中心高效协作,共同训练一个强大的AI模型来检测3D心脏MRI图像中的疾病,同时让每个中心还能拥有适应自己数据特点的个性化模型版本。

源自 arXiv: 2603.10967