Biomedical vision-language model aligning image regions to UMLS clinical concepts, for zero-shot diagnosis across 10 imaging modalities.
No providers recorded yet. Browse all providers
A contrastive biomedical vision-language model asked whether a chest radiograph shows a pneumothorax returns a similarity score and nothing else. The radiologist cannot tell whether the model keyed on the visceral pleural line or on the chest tube someone left in the frame, and that opacity keeps such models in benchmark papers rather than reading rooms. ConceptCLIP attacks this at pretraining time rather than bolting a saliency map on afterwards: alongside the usual global image-text objective it trains a second alignment between individual image regions and individual clinical concepts, so the representation itself is indexed by terms a clinician already uses.
The concepts come from the Unified Medical Language System. The authors parsed 6.2 million PubMed Central Open Access articles into MedConcept-23M, 23 million image-text-concept triplets in which every figure-caption pair carries the UMLS concepts extracted from its caption. Pretraining then runs two objectives over that corpus. IT-Align is a sigmoid contrastive loss over pooled image and text embeddings, the same global mechanism used by BiomedCLIP and PMC-CLIP. RC-Align builds a region-concept similarity matrix between the vision transformer's patch tokens and mean-pooled concept token embeddings, then scores an image-text pair by the best-matching region for each concept. At inference that local score can be blended with the global one, which is what lets a zero-shot prediction be traced back to specific concepts and specific patches.
The model was built by Hao Chen's group at the Hong Kong University of Science and Technology with collaborators at Harvard, the Chinese University of Hong Kong, Westlake University, Tencent YouTu Lab and two hospitals. The preprint appeared in January 2025 and the work was published in Nature Biomedical Engineering in August 2026.
ConceptCLIP pairs a SigLIP ViT-SO400M-14 vision encoder with a PubMedBERT text encoder, totalling 542,868,032 parameters; the released pretraining config runs inputs at 384×384, where the paper text says 336×336. Pretraining is staged: 32 epochs on MedConcept-23M with IT-Align alone at batch size 12,288 and learning rate 5e-4 across 48 H800 GPUs, then 20 epochs with RC-Align added at batch size 6,144 and learning rate 3e-4. Zero-shot classification mixes the global and region-concept similarities with equal weight.
Evaluation in the journal version spans 78 datasets across 10 imaging modalities — 68 public sets, 9 private cohorts and one newly curated benchmark — covering diagnosis under zero-shot, linear-probe and fully fine-tuned settings, cross-modal retrieval, visual question answering, report generation, whole-slide image analysis and concept annotation. The authors report higher diagnostic performance than prior multimodal biomedical foundation models across that suite. The newly curated benchmark, PMC-9K, is 9,222 held-out image-text pairs for retrieval, and a clinician user study across three modalities tested whether the concept explanations help readers confirm correct predictions and catch wrong ones.
The encoder serves the ordinary vision-language jobs — zero-shot triage-style classification on modalities with no labelled training set, image-text retrieval over figure archives, features for VQA and report-generation pipelines, and slide-level embeddings for pathology — with the concept channel available on top of each. Groups building concept bottleneck models or auditing a classifier for spurious correlations get a ready-made concept predictor over the UMLS vocabulary, otherwise the expensive part of such a pipeline. The authors state plainly that the model is not a medical device and that concept explanations do not guarantee causal correctness.
Explainability in medical imaging has mostly meant attribution maps computed after the fact, which tell a clinician where a model looked but not what it thought it saw. ConceptCLIP is a demonstration that the vocabulary can be pushed into pretraining at scale without giving up predictive performance, and it ships the artifacts to test that claim: MIT-licensed weights on Hugging Face behind an auto-approved responsible-use gate, pretraining and evaluation code, and the MedConcept-23M captions and concepts with a script that reconstructs the images from PMC-OA. The main caveats are structural — the corpus is published figures, so it inherits publication and modality bias, and nine evaluation cohorts are private, available only on request to the corresponding author.
Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.