paper-with-me

Papers

Customizing General-Purpose Foundation Models for Medical Report Generation

2023-06-09 · Bang Yang, Asif Raza, Yuexian Zou, Tong Zhang

Medical caption prediction which can be regarded as a task of medical report generation (MRG), requires the automatic generation of coherent and accurate captions for the given medical images. However, the scarcity of labelled medical image-report pairs presents great challenges in the development of deep and large-scale neural networks capable of harnessing the potential artificial general intelligence power like large language models (LLMs). In this work, we propose customizing off-the-shelf general-purpose large-scale pre-trained models, i.e., foundation models (FMs), in computer vision and natural language processing with a specific focus on medical report generation. Specifically, following BLIP-2, a state-of-the-art vision-language pre-training approach, we introduce our encoder-decoder-based MRG model. This model utilizes a lightweight query Transformer to connect two FMs: the giant vision Transformer EVA-ViT-g and a bilingual LLM trained to align with human intentions (referred to as ChatGLM-6B). Furthermore, we conduct ablative experiments on the trainable components of the model to identify the crucial factors for effective transfer learning. Our findings demonstrate that unfreezing EVA-ViT-g to learn medical image representations, followed by parameter-efficient training of ChatGLM-6B to capture the writing styles of medical reports, is essential for achieving optimal results. Our best attempt (PCLmed Team) achieved the 4th and the 2nd, respectively, out of 13 participating teams, based on the BERTScore and ROUGE-1 metrics, in the ImageCLEFmedical Caption 2023 Caption Prediction Task competition.

📄 PDF Abstract BibTeX arXiv:2306.05642

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Report GenerationTransfer Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

An overview of domain-specific foundation model: key technologies, applications and challenges

2024-09-06 · Haolong Chen, Hanzhi Chen, Zijian Zhao, Kaifeng Han 외

The impressive performance of ChatGPT and other foundation-model-based products in human language understanding has prompted both academia and industry to explore how these models can be tailored for specific industries …

Analysis of Blood Report Images Using General Purpose Vision-Language Models

2025-09-07 · Nadia Bakhsheshi, Hamid Beigy arxiv

The reliable analysis of blood reports is important for health knowledge, but individuals often struggle with interpretation, leading to anxiety and overlooked issues. We explore the potential of general-purpose Vision-L…

Towards General Purpose Medical AI: Continual Learning Medical Foundation Model

2023-03-12 · Huahui Yi, Ziyuan Qin, Qicheng Lao, Wei Xu 외

Inevitable domain and task discrepancies in real-world scenarios can impair the generalization performance of the pre-trained deep models for medical data. Therefore, we audaciously propose that we should build a general…

Continual Learning

MedXIAOHE: A Comprehensive Recipe for Building Medical MLLMs

2026-02-13 · Baorong Shi, Bo Cui, Boyuan Jiang, Deli Yu 외 arxiv

We present MedXIAOHE, a medical vision-language foundation model designed to advance general-purpose medical understanding and reasoning in real-world clinical applications. MedXIAOHE achieves state-of-the-art performanc…

Reinforcement LearningContinual Pretraining

Multi Anatomy X-Ray Foundation Model

2025-09-15 · Nishank Singla, Krisztian Koos, Farzin Haddadpour, Amin Honarmandi Shandiz 외 arxiv

X-ray imaging is a ubiquitous in radiology, yet most existing AI foundation models are limited to chest anatomy and fail to generalize across broader clinical tasks. In this work, we introduce XR-0, the multi-anatomy X-r…

Self-Supervised LearningVisual Grounding