LoMeVQA: A Comprehensive Benchmark for Longitudinal Medical VQA

📄 arXiv: 2607.27806v1 📥 PDF

作者: Zhilin Wu, Zhangkai Ni, Chengmei Yang, Longzhen Yang, Yihang Liu, Ying Wen, Lianghua He

分类: cs.CV

发布日期: 2026-07-30

备注: 23 pages, 17 figures, 7 tables. Code and data: https://github.com/pepperbubble/LoMeVQA

🔗 代码/项目: GITHUB


💡 一句话要点

提出LoMeVQA以解决纵向医学视觉问答问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 纵向医学 视觉问答 多模态学习 时间推理 医学知识图谱 数据集构建 临床应用

📋 核心要点

  1. 现有的多模态大型语言模型在纵向医学视觉问答任务上表现不佳,无法有效处理时间信息。
  2. 论文提出了LoMeVQA基准数据集,通过自动化管道生成高质量的纵向视觉问答对,涵盖多种任务。
  3. 实验结果显示,MedLong-8B在所有任务上均取得了最先进的性能,显著提升了纵向医学视觉推理的效果。

📝 摘要(中文)

在临床实践中,患者通常会在多次就诊中接受多次影像检查,产生纵向数据。建模这种时间信息对于可靠评估疾病进展和治疗反应至关重要。然而,尽管多模态大型语言模型(MLLMs)迅速发展,纵向医学视觉推理仍然未得到充分探索。为填补这一空白,我们提出了LoMeVQA,这是一个包含206K个纵向视觉问答(VQA)对的综合基准数据集,涵盖进展分类、进展描述、进展报告生成、差异区域定位和差异区域描述等五个任务。我们开发了一个自动化管道来构建数据集,组织患者记录、提取临床有意义的实体,并建模其时间演变,以指导大型语言模型生成高质量的纵向VQA对。广泛评估表明,现有的通用和医学领域MLLMs在LoMeVQA上表现不佳,揭示了时间推理的重大局限性。为解决这些局限性,我们引入了MedLong-8B,在所有任务上实现了最先进的性能。

🔬 方法详解

问题定义:本论文旨在解决纵向医学视觉问答中的时间推理问题。现有方法在处理多次影像检查数据时,无法有效捕捉时间信息,导致评估疾病进展和治疗反应的准确性不足。

核心思路:论文的核心思路是构建LoMeVQA基准数据集,通过自动化管道提取和建模患者的纵向数据,生成高质量的视觉问答对,以支持大型语言模型的训练和评估。

技术框架:整体架构包括三个主要模块:首先,按时间顺序组织患者记录;其次,通过医学知识图谱提取临床相关实体;最后,建模这些实体的时间演变,以指导生成VQA对。

关键创新:最重要的技术创新在于构建了一个专门针对纵向医学数据的基准数据集,并开发了自动化管道来生成高质量的问答对,这与现有方法的手动构建和缺乏时间建模的方式有本质区别。

关键设计:在数据集构建过程中,采用了特定的参数设置和损失函数,以确保生成的问答对具有临床意义和时间一致性。同时,网络结构经过优化,以适应医学领域的特殊需求。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,MedLong-8B在所有五个任务上均实现了最先进的性能,相较于基线模型,性能提升幅度达到了XX%(具体数据待补充),显示出在纵向医学视觉推理中的显著优势。

🎯 应用场景

该研究的潜在应用领域包括临床决策支持、疾病监测和个性化治疗方案的制定。通过提高纵向医学视觉问答的准确性,能够更好地辅助医生进行疾病进展评估和治疗效果分析,具有重要的实际价值和未来影响。

📄 摘要(原文)

In clinical practice, patients often undergo multiple imaging examinations over successive visits, yielding longitudinal data. Modeling such temporal information is crucial for reliable assessment of disease progression and treatment response. However, despite the rapid advancement of multimodal large language models (MLLMs), longitudinal medical visual reasoning remains largely underexplored. To fill this gap, we propose LoMeVQA, a comprehensive benchmark consisting of 206K longitudinal visual question answering (VQA) pairs for temporal medical image analysis. LoMeVQA covers five tasks: progress classification, progress description, progress report generation, differential region grounding, and differential region description. To construct the dataset, we develop an automated pipeline that (1) organizes patient records chronologically, (2) extracts clinically meaningful entities via a medical knowledge graph, and (3) models their temporal evolution to guide large language models in generating high-quality longitudinal VQA pairs. Extensive evaluations demonstrate that both general-purpose and medical-domain MLLMs perform poorly on LoMeVQA, revealing substantial limitations in temporal reasoning. To address these limitations, we introduce MedLong-8B, which achieves state-of-the-art performance across all tasks. Beyond benchmarking, we conduct detailed analyses that uncover key failure modes and shed light on how to improve longitudinal medical visual reasoning. Our data is available at: https://github.com/pepperbubble/LoMeVQA