paper-with-me

Papers

MedBLIP: Fine-tuning BLIP for Medical Image Captioning

2025-05-20 · Manshi Limbu, Diwita Banerjee

Medical image captioning is a challenging task that requires generating clinically accurate and semantically meaningful descriptions of radiology images. While recent vision-language models (VLMs) such as BLIP, BLIP2, Gemini and ViT-GPT2 show strong performance on natural image datasets, they often produce generic or imprecise captions when applied to specialized medical domains. In this project, we explore the effectiveness of fine-tuning the BLIP model on the ROCO dataset for improved radiology captioning. We compare the fine-tuned BLIP against its zero-shot version, BLIP-2 base, BLIP-2 Instruct and a ViT-GPT2 transformer baseline. Our results demonstrate that domain-specific fine-tuning on BLIP significantly improves performance across both quantitative and qualitative evaluation metrics. We also visualize decoder cross-attention maps to assess interpretability and conduct an ablation study to evaluate the contributions of encoder-only and decoder-only fine-tuning. Our findings highlight the importance of targeted adaptation for medical applications and suggest that decoder-only fine-tuning (encoder-frozen) offers a strong performance baseline with 5% lower training time than full fine-tuning, while full model fine-tuning still yields the best results overall.

📄 PDF Abstract BibTeX arXiv:2505.14726

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage Captioning

Methods 이 논문이 사용한 방법론

BLIP Vision-Language Pre-training (VLP) has advanced the performance for many vision-language tasks. However, most existing pre-trained models only excel in either understanding-based…

Similar Papers 제목 키워드 기반

MedBLIP: Bootstrapping Language-Image Pre-training from 3D Medical Images and Texts

2023-05-18 · Qiuhui Chen, Xinyue Hu, ZiRui Wang, Yi Hong

Vision-language pre-training (VLP) models have been demonstrated to be effective in many computer vision applications. In this paper, we consider developing a VLP model in the medical domain for making computer-aided dia…

Medical Visual Question AnsweringQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)+2

Improving Medical Report Generation with Adapter Tuning and Knowledge Enhancement in Vision-Language Foundation Models

2023-12-07 · Shibin Wu, Bang Yang, Zhiyu Ye, Haoqian Wang 외

Medical report generation demands automatic creation of coherent and precise descriptions for medical images. However, the scarcity of labelled medical image-report pairs poses formidable challenges in developing large-s…

Domain AdaptationMedical Report Generation

BLIP-Diffusion: Pre-trained Subject Representation for Controllable Text-to-Image Generation and Editing

2023-05-24 · NeurIPS 2023 11 · Dongxu Li, Junnan Li, Steven C. H. Hoi

Subject-driven text-to-image generation models create novel renditions of an input subject based on text prompts. Existing models suffer from lengthy fine-tuning and difficulties preserving the subject fidelity. To overc…

Image GenerationPersonalized Image GenerationRepresentation LearningText to Image Generation+1

InstructBLIP: Towards General-purpose Vision-Language Models with Instruction Tuning

2023-05-11 · NeurIPS 2023 11 · Wenliang Dai, Junnan Li, Dongxu Li, Anthony Meng Huat Tiong 외

Large-scale pre-training and instruction tuning have been successful at creating general-purpose language models with broad competence. However, building general-purpose vision-language models is challenging due to the r…

1 Image, 2*2 StitchingDiversityImage RetrievalLong-Context Understanding+4

HemBLIP: A Vision-Language Model for Interpretable Leukemia Cell Morphology Analysis

2026-01-07 · Julie van Logtestijn, Petru Manescu arxiv

Microscopic evaluation of white blood cell morphology is central to leukemia diagnosis, yet current deep learning models often act as black boxes, limiting clinical trust and adoption. We introduce HemBLIP, a vision lang…