AI Navigate

Med-DualLoRA: Local Adaptation of Foundation Models for 3D Cardiac MRI

arXiv cs.CV / 3/12/2026

📰 NewsModels & Research

Key Points

  • Med-DualLoRA is a federated, parameter-efficient fine-tuning framework that splits adaptations into globally shared and locally private LoRA modules for 3D cardiac MRI foundation models.
  • The global LoRA is aggregated across sites while local adapters remain on-site, reducing communication overhead and preserving patient privacy in multi-center settings.
  • The method shows that fine-tuning only two transformer blocks can maintain or improve performance, delivering balanced accuracy 0.768 and specificity 0.612 on multi-center Cine 3D CMR data (ACDC and M&M datasets) compared to baselines.
  • It offers a scalable, privacy-conscious path for local adaptation of medical foundation models under realistic clinical constraints, treating each vendor as a federated client.

Abstract

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.