IVAICVLGQMMar 14, 2025

A Graph-Based Framework for Interpretable Whole Slide Image Analysis

arXiv:2503.11846v22 citationsh-index: 23Has Code
Originality Incremental advance
AI Analysis

This addresses the need for efficient and interpretable AI tools in histopathology, offering a domain-specific improvement over existing black-box methods.

The authors tackled the problem of interpretable whole-slide image analysis for cancer diagnosis by developing a graph-based framework that transforms images into biologically-informed graphs, achieving competitive performance with significantly fewer parameters and data while providing full interpretability.

The histopathological analysis of whole-slide images (WSIs) is fundamental to cancer diagnosis but is a time-consuming and expert-driven process. While deep learning methods show promising results, dominant patch-based methods artificially fragment tissue, ignore biological boundaries, and produce black-box predictions. We overcome these limitations with a novel framework that transforms gigapixel WSIs into biologically-informed graph representations and is interpretable by design. Our approach builds graph nodes from tissue regions that respect natural structures, not arbitrary grids. We introduce an adaptive graph coarsening technique, guided by learned embeddings, to efficiently merge homogeneous regions while preserving diagnostically critical details in heterogeneous areas. Each node is enriched with a compact, interpretable feature set capturing clinically-motivated priors. A graph attention network then performs diagnosis on this compact representation. We demonstrate strong performance on challenging cancer staging and survival prediction tasks. Crucially, our resource-efficient model ($>$13x fewer parameters and $>$300x less data) achieves results competitive with a massive foundation model, while offering full interpretability through feature attribution. Our code is publicly available at https://github.com/HistoGraph31/pix2pathology.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes