Representation Learning of Histopathology Images Using Graph Neural Networks

Abstract

Representation learning for Whole Slide Images (WSIs) is pivotal in developing image-based systems to achieve higher precision in diagnostic pathology. We propose a two-stage framework for WSI representation learning. We sample relevant patches using a color-based method and use graph neural networks to learn relations among sampled patches to aggregate the image information into a single vector representation. We introduce attention via graph pooling to automatically infer patches with higher relevance. We demonstrate the performance of our approach for discriminating two sub-types of lung cancers, Lung Adenocarcinoma (LUAD) & Lung Squamous Cell Carcinoma (LUSC). We collected 1,026 lung cancer WSIs with the 40× magnification from The Cancer Genome Atlas (TCGA) dataset, the largest public repository of histopathology images and achieved state-of-the-art accuracy of 88.8% and AUC of 0.89 on lung cancer sub-type classification by extracting features from a pre-trained DenseNet model.

Cite

Text

Adnan et al. "Representation Learning of Histopathology Images Using Graph Neural Networks." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020. doi:10.1109/CVPRW50498.2020.00502

Markdown

[Adnan et al. "Representation Learning of Histopathology Images Using Graph Neural Networks." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020.](https://mlanthology.org/cvprw/2020/adnan2020cvprw-representation/) doi:10.1109/CVPRW50498.2020.00502

BibTeX

@inproceedings{adnan2020cvprw-representation,
  title     = {{Representation Learning of Histopathology Images Using Graph Neural Networks}},
  author    = {Adnan, Mohammed and Kalra, Shivam and Tizhoosh, Hamid R.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2020},
  pages     = {4254-4261},
  doi       = {10.1109/CVPRW50498.2020.00502},
  url       = {https://mlanthology.org/cvprw/2020/adnan2020cvprw-representation/}
}