IVCVTOJul 27, 2021

Whole Slide Images are 2D Point Clouds: Context-Aware Survival Prediction using Patch-based Graph Convolutional Networks

arXiv:2107.13048v1266 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses survival prediction for cancer patients by providing a more accurate and context-aware method, though it is incremental as it builds on existing weakly-supervised deep learning approaches.

The paper tackles cancer prognostication by developing Patch-GCN, a context-aware graph convolutional network that models morphological feature interactions in histology images, and it outperforms prior weakly-supervised methods by 3.58-9.46% across five cancer types.

Cancer prognostication is a challenging task in computational pathology that requires context-aware representations of histology features to adequately infer patient survival. Despite the advancements made in weakly-supervised deep learning, many approaches are not context-aware and are unable to model important morphological feature interactions between cell identities and tissue types that are prognostic for patient survival. In this work, we present Patch-GCN, a context-aware, spatially-resolved patch-based graph convolutional network that hierarchically aggregates instance-level histology features to model local- and global-level topological structures in the tumor microenvironment. We validate Patch-GCN with 4,370 gigapixel WSIs across five different cancer types from the Cancer Genome Atlas (TCGA), and demonstrate that Patch-GCN outperforms all prior weakly-supervised approaches by 3.58-9.46%. Our code and corresponding models are publicly available at https://github.com/mahmoodlab/Patch-GCN.

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