paper-with-me

Papers

Node-Aligned Graph Convolutional Network for Whole-Slide Image Representation and Classification

2022-01-01 · CVPR 2022 1 · Yonghang Guan, Jun Zhang, Kuan Tian, Sen yang, Pei Dong, Jinxi Xiang, Wei Yang, Junzhou Huang, Yuyao Zhang, Xiao Han

The large-scale whole-slide images (WSIs) facilitate the learning-based computational pathology methods. However, the gigapixel size of WSIs makes it hard to train a conventional model directly. Current approaches typically adopt multiple-instance learning (MIL) to tackle this problem. Among them, MIL combined with graph convolutional network (GCN) is a significant branch, where the sampled patches are regarded as the graph nodes to further discover their correlations. However, it is difficult to build correspondence across patches from different WSIs. Therefore, most methods have to perform non-ordered node pooling to generate the bag-level representation. Direct non-ordered pooling will lose much structural and contextual information, such as patch distribution and heterogeneous patterns, which is critical for WSI representation. In this paper, we propose a hierarchical global-to-local clustering strategy to build a Node-Aligned GCN (NAGCN) to represent WSI with rich local structural information as well as global distribution. We first deploy a global clustering operation based on the instance features in the dataset to build the correspondence across different WSIs. Then, we perform a local clustering-based sampling strategy to select typical instances belonging to each cluster within the WSI. Finally, we employ the graph convolution to obtain the representation. Since our graph construction strategy ensures the alignment among different WSIs, WSI-level representation can be easily generated and used for the subsequent classification. The experiment results on two cancer subtype classification datasets demonstrate our method achieves better performance compared with the state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (1)

yohnguan/nagcn 공식 구현 pytorch

Tasks

Clusteringgraph constructionMultiple Instance Learningwhole slide images

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Multi-Scale Relational Graph Convolutional Network for Multiple Instance Learning in Histopathology Images

2022-12-17 · Roozbeh Bazargani, Ladan Fazli, Larry Goldenberg, Martin Gleave 외

Graph convolutional neural networks have shown significant potential in natural and histopathology images. However, their use has only been studied in a single magnification or multi-magnification with late fusion. In or…

ManagementMultiple Instance Learningwhole slide images

Identifying Metastases in Sentinel Lymph Nodes with Deep Convolutional Neural Networks

2016-08-04 · Richard Chen, Yating Jing, Hunter Jackson

Metastatic presence in lymph nodes is one of the most important prognostic variables of breast cancer. The current diagnostic procedure for manually reviewing sentinel lymph nodes, however, is very time-consuming and sub…

Cloud ComputingDiagnosticSpecificitywhole slide images

Context-Aware Self-Supervised Learning of Whole Slide Images

2023-06-07 · Milan Aryal, Nasim Yahyasoltani

Presenting whole slide images (WSIs) as graph will enable a more efficient and accurate learning framework for cancer diagnosis. Due to the fact that a single WSI consists of billions of pixels and there is a lack of vas…

Self-Supervised Learningwhole slide images

Automatic Multi-Stain Registration of Whole Slide Images in Histopathology

2021-07-29 · Abubakr Shafique, Morteza Babaie, Mahjabin Sajadi, Adrian Batten 외

Joint analysis of multiple biomarker images and tissue morphology is important for disease diagnosis, treatment planning and drug development. It requires cross-staining comparison among Whole Slide Images (WSIs) of immu…

Translationwhole slide images

SlideGCD: Slide-based Graph Collaborative Training with Knowledge Distillation for Whole Slide Image Classification

2024-07-12 · Tong Shu, Jun Shi, Dongdong Sun, Zhiguo Jiang 외

Existing WSI analysis methods lie on the consensus that histopathological characteristics of tumors are significant guidance for cancer diagnostics. Particularly, as the evolution of cancers is a continuous process, the …

graph constructionGraph LearningGraph Neural Networkimage-classification+4