Visual concept ranking uncovers medical shortcuts used by large multimodal models
Joseph D. Janizek, Sonnet Xu, Junayd Lateef, Roxana Daneshjou
TL;DR
The paper proposes Visual Concept Ranking (VCR), a causal-audit approach for large multimodal models that uses a vision–language model to label a probe image set with concept scores, learns Concept Activation Vectors from LMM activations, and ranks concepts by their directional-derivative sensitivity on the task score. It validates VCR with synthetic benchmarks, showing robustness to distribution shift and a strong link between VCR sensitivity and true interventional effects; it then applies VCR to malignant skin-lesion classification, revealing demographic shortcuts (e.g., blue/purple ink markings) and background-related biases that affect predictions, which are confirmed via manual interventions. The study also demonstrates VCR’s applicability beyond dermatology (CheXpert, Imagenette) and discusses limitations like gradient access requirements and semantic-label noise, while outlining future work such as combining with activation steering and improved spatial concept encoding. Overall, VCR provides a causal, scalable, and interpretable framework for auditing LMMs in safety-critical domains, enabling hypothesis generation and targeted interventions to improve reliability and fairness.
Abstract
Ensuring the reliability of machine learning models in safety-critical domains such as healthcare requires auditing methods that can uncover model shortcomings. We introduce a method for identifying important visual concepts within large multimodal models (LMMs) and use it to investigate the behaviors these models exhibit when prompted with medical tasks. We primarily focus on the task of classifying malignant skin lesions from clinical dermatology images, with supplemental experiments including both chest radiographs and natural images. After showing how LMMs display unexpected gaps in performance between different demographic subgroups when prompted with demonstrating examples, we apply our method, Visual Concept Ranking (VCR), to these models and prompts. VCR generates hypotheses related to different visual feature dependencies, which we are then able to validate with manual interventions.
