This week’s AI ∩ Bio: Reading the Revolution series covers ConcepPath, a new framework that blends expert-derived pathology concepts with deep learning to improve both accuracy and interpretability in histopathology image analysis. Instead of relying only on slide-level labels (e.g., “adenocarcinoma”), ConcepPath uses GPT-4 to extract detailed visual concepts from medical literature and aligns them with tissue regions using vision-language models trained on pathology image–text pairs, helping explain predictions in terms that reflect how diagnoses are taught, documented, and defended in clinical practice.

Scientific Approach

Most AI models for whole slide images (WSIs) use Multiple Instance Learning (MIL); they divide slides into patches, analyze each one, and then aggregate the predictions. This works for classification but offers little insight into why a decision was made. NOTE: more on the ‘standard’ approach in the carousel. ConcepPath adds a critical layer: concept alignment. First, GPT-4 infers visual pathology features from peer-reviewed literature—these become expert-informed concepts. The model then learns additional data-driven patterns directly from the images themselves, potentially novel features that improve prediction even if they lack clinical names. These concepts, both known and learned, are aligned with image features using CLIP-style models (Contrastive Language–Image Pretraining, or models that learn to match images and text that describe the same thing). The model then produces similarity maps showing which parts of the tissue match each concept, for example, highlighting keratin pearls in a region suggestive of squamous carcinoma.

These maps improve interpretability, but they do not replicate diagnostic reasoning. Still, this structured mapping makes model outputs more traceable and aligned with how pathologists evaluate slides.

A Step Forward in Trustworthy AI?

ConcepPath signals a strategic evolution in diagnostic AI—from black-box performance to structured, clinically-aligned transparency. While attention maps and saliency overlays are increasingly common, ConcepPath distinguishes itself by embedding domain knowledge into the model architecture itself. It doesn’t just show where the model looked—it tells us what features it saw.

For early-career researchers, this paper is a reminder that innovation doesn’t always come from better algorithms—it often comes from asking deeper questions. In this case, the authors asked: What would it take for AI to reason with the same visual vocabulary and decision cues as a pathologist? That mindset led to a model that’s both potentially better and more explainable. In computational medicine, it’s this pairing of technical skill and conceptual clarity that sets the stage for meaningful impact.