CVLGApr 18, 2025

Efficient Parameter Adaptation for Multi-Modal Medical Image Segmentation and Prognosis

arXiv:2504.13645v14 citationsh-index: 9
AI Analysis

This addresses a critical bottleneck in cancer detection and prognosis by enabling flexible adaptation to scarce PET data, though it is incremental as it builds on existing transformer-based methods with parameter-efficient fine-tuning techniques.

The paper tackles the problem of limited PET scan availability for multi-modal medical image segmentation and prognosis by proposing a parameter-efficient adaptation framework that allows a model trained only on CT scans to be efficiently adapted for PET scans, achieving a +28% Dice score improvement on PET scans with only 8% of the trainable parameters compared to early fusion.

Cancer detection and prognosis relies heavily on medical imaging, particularly CT and PET scans. Deep Neural Networks (DNNs) have shown promise in tumor segmentation by fusing information from these modalities. However, a critical bottleneck exists: the dependency on CT-PET data concurrently for training and inference, posing a challenge due to the limited availability of PET scans. Hence, there is a clear need for a flexible and efficient framework that can be trained with the widely available CT scans and can be still adapted for PET scans when they become available. In this work, we propose a parameter-efficient multi-modal adaptation (PEMMA) framework for lightweight upgrading of a transformer-based segmentation model trained only on CT scans such that it can be efficiently adapted for use with PET scans when they become available. This framework is further extended to perform prognosis task maintaining the same efficient cross-modal fine-tuning approach. The proposed approach is tested with two well-known segementation backbones, namely UNETR and Swin UNETR. Our approach offers two main advantages. Firstly, we leverage the inherent modularity of the transformer architecture and perform low-rank adaptation (LoRA) as well as decomposed low-rank adaptation (DoRA) of the attention weights to achieve parameter-efficient adaptation. Secondly, by minimizing cross-modal entanglement, PEMMA allows updates using only one modality without causing catastrophic forgetting in the other. Our method achieves comparable performance to early fusion, but with only 8% of the trainable parameters, and demonstrates a significant +28% Dice score improvement on PET scans when trained with a single modality. Furthermore, in prognosis, our method improves the concordance index by +10% when adapting a CT-pretrained model to include PET scans, and by +23% when adapting for both PET and EHR data.

Foundations

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

Your Notes