CVLGAug 17, 2024

MoRA: LoRA Guided Multi-Modal Disease Diagnosis with Missing Modality

arXiv:2408.09064v18 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses the challenge of missing data in medical AI applications, though it is incremental as it builds on existing low-rank adaptation techniques.

The paper tackles the problem of missing modalities in multi-modal disease diagnosis and introduces MoRA, a computationally efficient method that improves performance with less than 1.6% of trainable parameters compared to full model training.

Multi-modal pre-trained models efficiently extract and fuse features from different modalities with low memory requirements for fine-tuning. Despite this efficiency, their application in disease diagnosis is under-explored. A significant challenge is the frequent occurrence of missing modalities, which impairs performance. Additionally, fine-tuning the entire pre-trained model demands substantial computational resources. To address these issues, we introduce Modality-aware Low-Rank Adaptation (MoRA), a computationally efficient method. MoRA projects each input to a low intrinsic dimension but uses different modality-aware up-projections for modality-specific adaptation in cases of missing modalities. Practically, MoRA integrates into the first block of the model, significantly improving performance when a modality is missing. It requires minimal computational resources, with less than 1.6% of the trainable parameters needed compared to training the entire model. Experimental results show that MoRA outperforms existing techniques in disease diagnosis, demonstrating superior performance, robustness, and training efficiency.

Foundations

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

Your Notes