A graph-transformer for whole slide image classification
Yi Zheng, Rushin H. Gindra, Emily J. Green, Eric J. Burks, Margrit, Betke, Jennifer E. Beane, Vijaya B. Kolachalama

TL;DR
This paper introduces GTP, a novel graph-transformer model that combines graph-based WSI representations with vision transformers, achieving high accuracy in classifying lung cancer types and providing interpretability through GraphCAM.
Contribution
The paper presents GTP, a new graph-transformer framework for WSI classification that effectively integrates graph and transformer models, outperforming existing patch-based methods.
Findings
Achieved 91.2% accuracy on three-label classification
Demonstrated high external test accuracy of 82.3%
Introduced GraphCAM for interpretability of model predictions
Abstract
Deep learning is a powerful tool for whole slide image (WSI) analysis. Typically, when performing supervised deep learning, a WSI is divided into small patches, trained and the outcomes are aggregated to estimate disease grade. However, patch-based methods introduce label noise during training by assuming that each patch is independent with the same label as the WSI and neglect overall WSI-level information that is significant in disease grading. Here we present a Graph-Transformer (GT) that fuses a graph-based representation of an WSI and a vision transformer for processing pathology images, called GTP, to predict disease grade. We selected WSIs from the Clinical Proteomic Tumor Analysis Consortium (CPTAC), the National Lung Screening Trial (NLST), and The Cancer Genome Atlas (TCGA), and used GTP to distinguish adenocarcinoma (LUAD) and squamous cell carcinoma (LSCC) from…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI in cancer detection · Bioinformatics and Genomic Networks · Gene expression and cancer classification
MethodsAttention Is All You Need · Linear Layer · Softmax · Residual Connection · Multi-Head Attention · Layer Normalization · Dense Connections · Contrastive Learning · Vision Transformer
