arXiv:2503.15940cs.CV2025-03被引 2

用轻量适配器让CLIP更好理解医学影像与报告的对应关系。

UniCrossAdapter: Multimodal Adaptation of CLIP for Radiology Report Generation

  • 在CLIP中加入可训练适配器,保持主干不变以适应医学图像
  • 在两个公开数据集上超越现有方法,提升报告生成质量
  • 适合医疗AI研究者快速利用大模型解决标注数据少的问题

自动化放射科报告生成旨在加速放射科医生繁琐且易出错的报告流程。尽管近期研究取得进展,但由于标注医学数据相对稀缺,图像与文本语义对齐仍具挑战性——例如,该任务的数据集远小于计算机视觉图像描述任务所用数据集。本文提出将CLIP这一大规模预训练视觉-语言模型的表示能力迁移到该任务,以更好捕捉图像与文本间的跨模态语义。然而,直接使用CLIP效果不佳,因自然图像与医学影像存在领域差距。为此,我们引入UniCrossAdapter,一种轻量级适配模块,嵌入CLIP并仅在目标任务上微调,同时固定基础参数。适配器分布于多模态及其交互路径中,增强视觉-语言对齐。在两个公开数据集上的实验表明该方法有效,推动了放射科报告生成的性能上限。所提出的迁移学习框架为在数据稀缺的医学视觉-语言任务中利用大规模预训练模型提供了可行路径。代码已开源:https://github.com/chauncey-tow/MRG-CLIP。

原文摘要 · Abstract (English)

Automated radiology report generation aims to expedite the tedious and error-prone reporting process for radiologists. While recent works have made progress, learning to align medical images and textual findings remains challenging due to the relative scarcity of labeled medical data. For example, datasets for this task are much smaller than those used for image captioning in computer vision. In this work, we propose to transfer representations from CLIP, a large-scale pre-trained vision-language model, to better capture cross-modal semantics between images and texts. However, directly applying CLIP is suboptimal due to the domain gap between natural images and radiology. To enable efficient adaptation, we introduce UniCrossAdapter, lightweight adapter modules that are incorporated into CLIP and fine-tuned on the target task while keeping base parameters fixed. The adapters are distributed across modalities and their interaction to enhance vision-language alignment. Experiments on two public datasets demonstrate the effectiveness of our approach, advancing state-of-the-art in radiology report generation. The proposed transfer learning framework provides a means of harnessing semantic knowledge from large-scale pre-trained models to tackle data-scarce medical vision-language tasks. Code is available at https://github.com/chauncey-tow/MRG-CLIP.

医学影像CLIP报告生成适配器

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。