用对比正则化让多模态医学图像增量学习更稳定高效
Contrastive Regularization over LoRA for Multimodal Biomedical Image Incremental Learning
- 通过特定模态的LoRA模块+对比正则化,实现跨模态知识共享与区分
- 在多模态医学图像增量学习中性能比现有方法高1.88%
- 适合需要持续学习新模态的医疗AI系统开发者
多模态生物医学图像增量学习(MBIIL)对处理生物医学领域多样化任务和模态至关重要,因针对每种模态或任务训练独立模型会显著增加推理成本。现有增量学习方法仅关注单一模态的任务扩展,而MBIIL旨在跨模态统一建模并增量训练。其面临两大挑战:如何在增量更新中保留已有知识;如何有效利用已有模态知识支持新模态。为此,我们提出MSLoRA-CR,通过微调模态特定的LoRA模块,并引入对比正则化,增强模态内知识共享,促进模态间知识区分。该方法基于大视觉-语言模型(LVLM),冻结预训练主干,仅增量适配新模态的LoRA模块。在生物医学图像增量学习实验中,MSLoRA-CR优于最先进的独立建模方法和通用增量学习方法(增量微调LoRA)。具体而言,在不增加计算开销的前提下,相比无约束增量学习方法,整体性能提升1.88%。代码已公开于https://github.com/VentusAislant/MSLoRA_CR。
原文摘要 · Abstract (English)
Multimodal Biomedical Image Incremental Learning (MBIIL) is essential for handling diverse tasks and modalities in the biomedical domain, as training separate models for each modality or task significantly increases inference costs. Existing incremental learning methods focus on task expansion within a single modality, whereas MBIIL seeks to train a unified model incrementally across modalities. The MBIIL faces two challenges: I) How to preserve previously learned knowledge during incremental updates? II) How to effectively leverage knowledge acquired from existing modalities to support new modalities? To address these challenges, we propose MSLoRA-CR, a method that fine-tunes Modality-Specific LoRA modules while incorporating Contrastive Regularization to enhance intra-modality knowledge sharing and promote inter-modality knowledge differentiation. Our approach builds upon a large vision-language model (LVLM), keeping the pretrained model frozen while incrementally adapting new LoRA modules for each modality or task. Experiments on the incremental learning of biomedical images demonstrate that MSLoRA-CR outperforms both the state-of-the-art (SOTA) approach of training separate models for each modality and the general incremental learning method (incrementally fine-tuning LoRA). Specifically, MSLoRA-CR achieves a 1.88% improvement in overall performance compared to unconstrained incremental learning methods while maintaining computational efficiency. Our code is publicly available at https://github.com/VentusAislant/MSLoRA_CR.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。