arXiv:2507.03739cs.CV2025-07被引 1

将视觉模型与大语言模型结合,自动识别并定位胸片中的病灶。

ChestGPT: Integrating Large Language Models and Vision Transformers for Disease Detection and Localization in Chest X-Rays

  • 用ViT提取图像特征,输入Llama2实现图文联合分析。
  • 在VinDr-CXR数据集上疾病分类F1达0.76,可生成病灶边界框。
  • 适合放射科医生辅助诊断,提升效率与可解释性。

由于医疗影像服务依赖度上升,全球对放射科医生的需求迅速增长,但供给未能跟上。计算机视觉与图像处理技术的发展为缓解这一矛盾提供了可能。大型语言模型(LLMs)尤其是生成式预训练变压器(GPTs)已成为文本理解与生成的主要方法;同时,视觉变压器(ViTs)能有效将视觉数据转化为语言模型可处理的格式。本文提出ChestGPT,一个融合EVA ViT与Llama 2 LLM的深度学习框架,用于胸部X光片中的疾病分类与病灶定位。该模型将胸片转换为视觉令牌,并结合设计好的提示词输入至语言模型,实现疾病联合分类与区域定位。通过迁移学习提升可解释性与性能。在VinDr-CXR数据集上,该方法取得0.76的F1分数,成功生成病灶区域的边界框。研究还设计了多种任务特定提示词,适用于临床常见场景。整体框架可作为辅助工具,为放射科医生提供初步发现与关注区域,减轻工作负担。

原文摘要 · Abstract (English)

The global demand for radiologists is increasing rapidly due to a growing reliance on medical imaging services, while the supply of radiologists is not keeping pace. Advances in computer vision and image processing technologies present significant potential to address this gap by enhancing radiologists' capabilities and improving diagnostic accuracy. Large language models (LLMs), particularly generative pre-trained transformers (GPTs), have become the primary approach for understanding and generating textual data. In parallel, vision transformers (ViTs) have proven effective at converting visual data into a format that LLMs can process efficiently. In this paper, we present ChestGPT, a deep-learning framework that integrates the EVA ViT with the Llama 2 LLM to classify diseases and localize regions of interest in chest X-ray images. The ViT converts X-ray images into tokens, which are then fed, together with engineered prompts, into the LLM, enabling joint classification and localization of diseases. This approach incorporates transfer learning techniques to enhance both explainability and performance. The proposed method achieved strong global disease classification performance on the VinDr-CXR dataset, with an F1 score of 0.76, and successfully localized pathologies by generating bounding boxes around the regions of interest. We also outline several task-specific prompts, in addition to general-purpose prompts, for scenarios radiologists might encounter. Overall, this framework offers an assistive tool that can lighten radiologists' workload by providing preliminary findings and regions of interest to facilitate their diagnostic process.

医学影像多模态大模型辅助诊断

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