REVIEW 23 cited by
MedCLIP: Contrastive Learning from Unpaired Medical Images and Text
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
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.
Forward citations
Cited by 23 Pith papers
-
CARE-X: Towards Clinically Useful Radiology VLMs with Auxiliary Supervision, Reward-Aligned Learning, and Tool-Augmented Measurement
A chest X-ray VLM co-trained with classification and grounding heads, tuned with DAPO reinforcement learning, and augmented with deterministic measurement tools outperforms prior radiology VLMs on report generation, V...
-
Cross-Contextual Vision-Language Adaptation with LoRA for Personalized Severe Adverse Event Detection in Clinical Wound Monitoring
Cross-contextual dual-stream LoRA on BiomedCLIP plus multi-signal temporal OOD scoring detects personalized SAEs in longitudinal diabetic foot ulcer images better than unimodal baselines on one clinical trial dataset.
-
GLAM: Geometry-Guided Local Alignment for Multi-View VLP in Mammography
GLAM adds geometry-guided local alignment to mammography visual-language pre-training and outperforms prior VLP baselines on EMBED, VinDr, and RSNA.
-
Enhancing 3D Medical Image Understanding with Pretraining Aided by 2D Multimodal Large Language Models
A 3D encoder pretrained with GPT-4V slice captions and partial optimal transport alignment beats vision-only SSL baselines on several medical tasks, but a key evaluation dataset may overlap with pretraining.
-
Enhancing Remote Sensing Vision-Language Models Through MLLM and LLM-Based High-Quality Image-Text Dataset Generation
A two-stage method (MpGI) produces a 210K-image, 1.26M-caption remote sensing dataset and state-of-the-art CLIP and CoCa models.
-
MadCLIP: Few-shot Medical Anomaly Detection with CLIP
A dual-branch CLIP adaptation with learnable adapters and text prompts, trained with SigLIP loss, achieves state-of-the-art few-shot medical anomaly detection and segmentation.
-
MVP-CBM:Multi-layer Visual Preference-enhanced Concept Bottleneck Model for Explainable Medical Image Classification
By modeling which visual layers best explain each diagnostic concept and sparsely fusing multi-layer concept activations, MVP-CBM improves accuracy and interpretability over prior concept bottleneck models on seven me...
-
IQE-CLIP: Instance-aware Query Embedding for Zero-/Few-shot Anomaly Detection in Medical Domain
IQE-CLIP improves zero- and few-shot medical anomaly detection by building query embeddings that combine text prompts with visual features from each test image, beating prior CLIP-based methods on six BMAD datasets.
-
Prototype-Enhanced Confidence Modeling for Cross-Modal Medical Image-Report Retrieval
PECM combines multi-level prototypes with dual-stream confidence weighting and reports up to 10.17% retrieval gains on radiology datasets, including zero-shot transfer.
-
LSDM: LLM-Enhanced Spatio-temporal Diffusion Model for Service-Level Mobile Traffic Prediction
LSDM predicts next-hour mobile traffic per app category by feeding a diffusion model with satellite imagery, POI counts, and LLM-generated text descriptions, outperforming eight baselines on a single real-world dataset.
-
MCA-RG: Enhancing LLMs with Medical Concept Alignment for Radiology Report Generation
MCA-RG uses concept alignment, contrastive learning, matching loss, and feature gating to generate radiology reports, reporting SOTA on MIMIC-CXR and CheXpert Plus.
-
Recognizing Surgical Phases Anywhere: Few-Shot Test-time Adaptation and Task-graph Guided Refinement
SPA uses few-shot spatial adaptation, a diffusion model trained on a hand-provided procedure graph, and test-time mutual agreement to achieve strong surgical phase recognition with minimal labeled data.
-
MOSCARD -- Causal Reasoning and De-confounding for Multimodal Opportunistic Screening of Cardiovascular Adverse Events
MOSCARD fuses CXR and ECG with co-attention and claims de-confounded MACE risk prediction, reaching 0.75 internal and 0.837 ED AUC, but causal intervention details are missing.
-
HealthGPT: A Medical Large Vision-Language Model for Unifying Comprehension and Generation via Heterogeneous Knowledge Adaptation
HealthGPT unifies medical image comprehension and generation in a single autoregressive model using heterogeneous low-rank adaptation, reporting strong benchmark results.
-
Automated Radiology Report Generation Based on Topic-Keyword Semantic Guidance
A topic-keyword semantic guidance framework improves automated radiology report generation and reaches state-of-the-art on two public chest X-ray benchmarks.
-
CXR-CML: Improved zero-shot classification of long-tailed multi-label diseases in Chest X-Rays
A CLIP-based chest X-ray classifier enhanced with GMM clustering and triplet loss reports higher AUC, but it is trained on the target dataset rather than being zero-shot.
-
MaskedCLIP: Bridging the Masked and CLIP Space for Semi-Supervised Medical Vision-Language Pre-training
MaskedCLIP jointly trains a masked autoencoder and a CLIP-style contrastive model on paired and unpaired medical images, improving downstream retinal disease classification.
-
A Comprehensive Survey of Electronic Health Record Modeling: From Deep Learning Approaches to Large Language Models
A survey that taxonomizes EHR modeling research into data-centric, architectural, learning-focused, multimodal, and LLM-based categories, with datasets and metrics.
-
Medical-Knowledge Driven Multiple Instance Learning for Classifying Severe Abdominal Anomalies on Prenatal Ultrasound
A medical-knowledge-driven multiple instance learning framework classifies fetal abdominal anomalies at case level from whole ultrasound examination image pools, without standard plane localization.
-
Enhancing Biomedical Multi-modal Representation Learning with Multi-scale Pre-training and Perturbed Report Discrimination
A biomedical vision-language model is pre-trained with a contrastive loss that distinguishes original radiology reports from nine perturbed variants, plus a local attention loss, and is reported to beat ConVIRT and GL...
-
Advancements in Medical Image Classification through Fine-Tuning Natural Domain Foundation Models
Fine-tuning recent natural-domain foundation models, especially AIMv2, improves medical image classification accuracy across mammography, skin lesion, retinopathy, and chest X-ray benchmarks.
-
On the Robustness of Medical Vision-Language Models: Are they Truly Generalizable?
Medical vision-language models lose accuracy on corrupted images; RobustMedCLIP, a few-shot LoRA-tuned BioMedCLIP, partially restores robustness on the new MediMeta-C benchmark.
-
Quality Versus Sparsity in Image Recovery by Dictionary Learning Using Iterative Shrinkage
A dictionary learning paper whose abstract claims sparsity does not hurt recovery quality, but whose full text is an unrelated medical retrieval manuscript.
Discussion (0). Sign in to comment.