paper-with-me

Papers

MedCLIP: Contrastive Learning from Unpaired Medical Images and Text

2022-10-18 · Zifeng Wang, Zhenbang Wu, Dinesh Agarwal, Jimeng Sun

Existing vision-text contrastive learning like CLIP aims to match the paired image and caption embeddings while pushing others apart, which improves representation transferability and supports zero-shot prediction. However, medical image-text datasets are orders of magnitude below the general images and captions from the internet. Moreover, previous methods encounter many false negatives, i.e., images and reports from separate patients probably carry the same semantics but are wrongly treated as negatives. In this paper, we decouple images and texts for multimodal contrastive learning thus scaling the usable training data in a combinatorial magnitude with low cost. We also propose to replace the InfoNCE loss with semantic matching loss based on medical knowledge to eliminate false negatives in contrastive learning. We prove that MedCLIP is a simple yet effective framework: it outperforms state-of-the-art methods on zero-shot prediction, supervised classification, and image-text retrieval. Surprisingly, we observe that with only 20K pre-training data, MedCLIP wins over the state-of-the-art method (using around 200K data). Our code is available at https://github.com/RyanWangZf/MedCLIP.

📄 PDF Abstract BibTeX arXiv:2210.10163

Code (1)

ryanwangzf/medclip 공식 구현 pytorch

Tasks

Contrastive LearningImage-text RetrievalRetrievalText Retrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
InfoNCE 설명 없음

Similar Papers 제목 키워드 기반

Backdoor Attack on Unpaired Medical Image-Text Foundation Models: A Pilot Study on MedCLIP

2024-01-01 · Ruinan Jin, Chun-Yin Huang, Chenyu You, Xiaoxiao Li

In recent years, foundation models (FMs) have solidified their role as cornerstone advancements in the deep learning domain. By extracting intricate patterns from vast datasets, these models consistently achieve state-of…

Backdoor AttackContrastive LearningImage-text matchingText Matching

Can language-guided unsupervised adaptation improve medical image classification using unpaired images and texts?

2024-09-03 · Umaima Rahman, Raza Imam, Mohammad Yaqub, Boulbaba Ben Amor 외

In medical image classification, supervised learning is challenging due to the scarcity of labeled medical images. To address this, we leverage the visual-textual alignment within Vision-Language Models (VLMs) to enable …

image-classificationImage ClassificationLarge Language ModelMedical Image Classification

Contrastive Language Prompting to Ease False Positives in Medical Anomaly Detection

2024-11-12 · YeongHyeon Park, Myung Jin Kim, Hyeong Seok Kim

A pre-trained visual-language model, contrastive language-image pre-training (CLIP), successfully accomplishes various downstream tasks with text prompts, such as finding images or localizing regions within the image. De…

Anomaly DetectionLanguage ModelingLanguage Modelling

Benchmarking Robustness of Contrastive Learning Models for Medical Image-Report Retrieval

2025-01-15 · Demetrio Deanda, Yuktha Priya Masupalli, Jeong Yang, Young Lee 외

Medical images and reports offer invaluable insights into patient health. The heterogeneity and complexity of these data hinder effective analysis. To bridge this gap, we investigate contrastive learning models for cross…

BenchmarkingContrastive LearningRetrieval

MedCLIPSeg: Probabilistic Vision-Language Adaptation for Data-Efficient and Generalizable Medical Image Segmentation

2026-02-23 · Taha Koleilat, Hojat Asgariandehkordi, Omid Nejati Manzari, Berardino Barile 외 arxiv

Medical image segmentation remains challenging due to limited annotations for training, ambiguous anatomical features, and domain shifts. While vision-language models such as CLIP offer strong cross-modal representations…

Medical Image Segmentation