paper-with-me

Papers

Efficient Medical Vision-Language Alignment Through Adapting Masked Vision Models

2025-06-10 · Chenyu Lian, Hong-Yu Zhou, Dongyun Liang, Jing Qin, Liansheng Wang

Medical vision-language alignment through cross-modal contrastive learning shows promising performance in image-text matching tasks, such as retrieval and zero-shot classification. However, conventional cross-modal contrastive learning (CLIP-based) methods suffer from suboptimal visual representation capabilities, which also limits their effectiveness in vision-language alignment. In contrast, although the models pretrained via multimodal masked modeling struggle with direct cross-modal matching, they excel in visual representation. To address this contradiction, we propose ALTA (ALign Through Adapting), an efficient medical vision-language alignment method that utilizes only about 8% of the trainable parameters and less than 1/5 of the computational consumption required for masked record modeling. ALTA achieves superior performance in vision-language matching tasks like retrieval and zero-shot classification by adapting the pretrained vision model from masked record modeling. Additionally, we integrate temporal-multiview radiograph inputs to enhance the information consistency between radiographs and their corresponding descriptions in reports, further improving the vision-language alignment. Experimental evaluations show that ALTA outperforms the best-performing counterpart by over 4% absolute points in text-to-image accuracy and approximately 6% absolute points in image-to-text retrieval accuracy. The adaptation of vision-language models during efficient alignment also promotes better vision and language understanding. Code is publicly available at https://github.com/DopamineLcy/ALTA.

📄 PDF Abstract BibTeX arXiv:2506.08990

Code (1)

dopaminelcy/alta 공식 구현 pytorch

Tasks

Contrastive LearningImage-text matchingImage to textImage-to-Text RetrievalRetrievalText MatchingText Retrievalzero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

CRAFT: Clinical Reward-Aligned Finetuning for Medical Image Synthesis

2026-05-12 · Yunsung Chung, Alex El Darzi, Carlo El Khoury, Han Feng 외 arxiv

Foundation diffusion models can generate photorealistic natural images, but adapting them to medical imaging remains challenging. In medical adaptation, limited labeled data can exacerbate hallucination-like and clinical…

Efficient Few-Shot Medical Image Analysis via Hierarchical Contrastive Vision-Language Learning

2025-01-16 · Harrison Fuller, Fernando Gabriela Garcia, Victor Flores

Few-shot learning in medical image classification presents a significant challenge due to the limited availability of annotated data and the complex nature of medical imagery. In this work, we propose Adaptive Vision-Lan…

Contrastive LearningFew-Shot Learningimage-classificationImage Classification+2

vMFCoOp: Towards Equilibrium on a Unified Hyperspherical Manifold for Prompting Biomedical VLMs

2025-11-12 · Minye Shao, Sihan Guo, Xinrun Li, Xingyu Miao 외 arxiv

Recent advances in context optimization (CoOp) guided by large language model (LLM)-distilled medical semantic priors offer a scalable alternative to manual prompt engineering and full fine-tuning for adapting biomedical…

Prompt Engineering

BiPVL-Seg: Bidirectional Progressive Vision-Language Fusion with Global-Local Alignment for Medical Image Segmentation

2025-03-30 · Rafi Ibn Sultan, Hui Zhu, Chengyin Li, Dongxiao Zhu

Medical image segmentation typically relies solely on visual data, overlooking the rich textual information clinicians use for diagnosis. Vision-language models attempt to bridge this gap, but existing approaches often p…

cross-modal alignmentImage SegmentationMedical Image SegmentationSegmentation+1

Adapting 2D Multi-Modal Large Language Model for 3D CT Image Analysis

2026-04-11 · Yang Yu, Dunyuan Xu, Yaoqian Li, Xiaomeng Li 외 arxiv

3D medical image analysis is of great importance in disease diagnosis and treatment. Recently, multimodal large language models (MLLMs) have exhibited robust perceptual capacity, strong cross-modal alignment, and promisi…

Visual Question AnsweringMedical Report Generation