paper-with-me

Papers

From Pixels to Histopathology: A Graph-Based Framework for Interpretable Whole Slide Image Analysis

2025-03-14 · Alexander Weers, Alexander H. Berger, Laurin Lux, Peter Schüffler, Daniel Rueckert, Johannes C. Paetzold

The histopathological classification of whole-slide images (WSIs) is a fundamental task in digital pathology; yet it requires extensive time and expertise from specialists. While deep learning methods show promising results, they typically process WSIs by dividing them into artificial patches, which inherently prevents a network from learning from the entire image context, disregards natural tissue structures and compromises interpretability. Our method overcomes this limitation through a novel graph-based framework that constructs WSI graph representations. The WSI-graph efficiently captures essential histopathological information in a compact form. We build tissue representations (nodes) that follow biological boundaries rather than arbitrary patches all while providing interpretable features for explainability. Through adaptive graph coarsening guided by learned embeddings, we progressively merge regions while maintaining discriminative local features and enabling efficient global information exchange. In our method's final step, we solve the diagnostic task through a graph attention network. We empirically demonstrate strong performance on multiple challenging tasks such as cancer stage classification and survival prediction, while also identifying predictive factors using Integrated Gradients. Our implementation is publicly available at https://github.com/HistoGraph31/pix2pathology

📄 PDF Abstract BibTeX arXiv:2503.11846

Code (1)

histograph31/pix2pathology 공식 구현 pytorch

Tasks

DiagnosticGraph AttentionSurvival Predictionwhole slide images

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Evaluating and interpreting caption prediction for histopathology images

2020-07-08 · Machine Learning for Healthcare 2020 7 · Renyu Zhang, Christopher Weber, Robert Grossman, Aly A. Khan

The automatic generation of captions from medical images can provide for an efficient way to annotate histopathology images with natural language descriptions. Such large-scale annotation of medical images may help facil…

Caption GenerationImage CaptioningImage RetrievalPrediction+2

GRAPHITE: Graph-Based Interpretable Tissue Examination for Enhanced Explainability in Breast Cancer Histopathology

2025-01-08 · Raktim Kumar Mondol, Ewan K. A. Millar, Peter H. Graham, Lois Browne 외

Explainable AI (XAI) in medical histopathology is essential for enhancing the interpretability and clinical trustworthiness of deep learning models in cancer diagnosis. However, the black-box nature of these models often…

DiagnosticGraph Attentionwhole slide images

CLEAR-HPV: Interpretable concept discovery for human-papillomavirus-associated morphology in whole-slide histology

2026-02-04 · Weiyi Qin, Yingci Liu-Swetz, Shiwei Tan, Hao Wang arxiv

Human papillomavirus (HPV) status is a critical determinant of prognosis and treatment response in head and neck and cervical cancers. Although attention-based multiple instance learning (MIL) achieves strong slide-level…

Multiple Instance Learning

Graph Memory: A Structured and Interpretable Framework for Modality-Agnostic Embedding-Based Inference

2025-11-18 · Artur A. Oliveira, Mateus Espadoto, Roberto M. Cesar, Roberto Hirata arxiv

We introduce Graph Memory (GM), a structured non-parametric framework that represents an embedding space through a compact graph of reliability-annotated prototype regions. GM encodes local geometry and regional ambiguit…

Ink removal from histopathology whole slide images by combining classification, detection and image generation models

2019-05-10 · Sharib Ali, Nasullah Khalid Alham, Clare Verrill, Jens Rittscher

Histopathology slides are routinely marked by pathologists using permanent ink markers that should not be removed as they form part of the medical record. Often tumour regions are marked up for the purpose of highlightin…

General ClassificationImage Generationwhole slide images