paper-with-me

홈 › Papers

Histographs: Graphs in Histopathology

2019-08-14 · Shrey Gadiya, Deepak Anand, Amit Sethi

Spatial arrangement of cells of various types, such as tumor infiltrating lymphocytes and the advancing edge of a tumor, are important features for detecting and characterizing cancers. However, convolutional neural networks (CNNs) do not explicitly extract intricate features of the spatial arrangements of the cells from histopathology images. In this work, we propose to classify cancers using graph convolutional networks (GCNs) by modeling a tissue section as a multi-attributed spatial graph of its constituent cells. Cells are detected using their nuclei in H&E stained tissue image, and each cell's appearance is captured as a multi-attributed high-dimensional vertex feature. The spatial relations between neighboring cells are captured as edge features based on their distances in a graph. We demonstrate the utility of this approach by obtaining classification accuracy that is competitive with CNNs, specifically, Inception-v3, on two tasks-cancerous versus non-cancerous and in situ versus invasive-on the BACH breast cancer dataset.

📄 PDF Abstract BibTeX arXiv:1908.05020

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…
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…
Average Pooling 설명 없음
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Inception-v3 Module Inception-v3 Module is an image block used in the Inception-v3 architecture. This architecture is used on the coarsest (8 ×…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

GrapHist: Graph Self-Supervised Learning for Histopathology

2026-02-24 · Sevda Öğüt, Cédric Vincent-Cuaz, Natalia Dubljevic, Carlos Hurtado 외 arxiv

Self-supervised vision models have achieved notable success in digital pathology. However, their domain-agnostic transformer architectures are not originally designed to account for fundamental biological elements of his…

Self-Supervised LearningRepresentation Learning

CO-PILOT: Dynamic Top-Down Point Cloud with Conditional Neighborhood Aggregation for Multi-Gigapixel Histopathology Image Representation

2023-01-01 · ICCV 2023 1 · Ramin Nakhli, Allen Zhang, Ali Mirabadi, Katherine Rich 외

Predicting survival rates based on multi-gigapixel histopathology images is one of the most challenging tasks in digital pathology. Due to the computational complexities, Multiple Instance Learning (MIL) has become t…

Multiple Instance LearningSurvival Prediction

Dynamic Entity-Masked Graph Diffusion Model for histopathological image Representation Learning

2024-12-13 · Zhenfeng Zhuang, Min Cen, Yanfeng Li, Fangyu Zhou 외

Significant disparities between the features of natural images and those inherent to histopathological images make it challenging to directly apply and transfer pre-trained models from natural images to histopathology ta…

Representation LearningSelf-Supervised LearningSurvival Analysis

BreastRegNet: A Deep Learning Framework for Registration of Breast Faxitron and Histopathology Images

2024-01-18 · Negar Golestani, Aihui Wang, Gregory R Bean, Mirabela Rusu

A standard treatment protocol for breast cancer entails administering neoadjuvant therapy followed by surgical removal of the tumor and surrounding tissue. Pathologists typically rely on cabinet X-ray radiographs, known …

Breast Cancer DetectionImage Registration

HistoCartography: A Toolkit for Graph Analytics in Digital Pathology

2021-07-21 · MICCAI Workshop COMPAY 2021 9 · Guillaume Jaume, Pushpak Pati, Valentin Anklin, Antonio Foncubierta 외

Advances in entity-graph based analysis of histopathology images have brought in a new paradigm to describe tissue composition, and learn the tissue structure-to-function relationship. Entity-graphs offer flexible and sc…

BIG-bench Machine LearningTranslation