paper-with-me

Papers

HIGT: Hierarchical Interaction Graph-Transformer for Whole Slide Image Analysis

2023-09-14 · Ziyu Guo, Weiqin Zhao, Shujun Wang, Lequan Yu

In computation pathology, the pyramid structure of gigapixel Whole Slide Images (WSIs) has recently been studied for capturing various information from individual cell interactions to tissue microenvironments. This hierarchical structure is believed to be beneficial for cancer diagnosis and prognosis tasks. However, most previous hierarchical WSI analysis works (1) only characterize local or global correlations within the WSI pyramids and (2) use only unidirectional interaction between different resolutions, leading to an incomplete picture of WSI pyramids. To this end, this paper presents a novel Hierarchical Interaction Graph-Transformer (i.e., HIGT) for WSI analysis. With Graph Neural Network and Transformer as the building commons, HIGT can learn both short-range local information and long-range global representation of the WSI pyramids. Considering that the information from different resolutions is complementary and can benefit each other during the learning process, we further design a novel Bidirectional Interaction block to establish communication between different levels within the WSI pyramids. Finally, we aggregate both coarse-grained and fine-grained features learned from different levels together for slide-level prediction. We evaluate our methods on two public WSI datasets from TCGA projects, i.e., kidney carcinoma (KICA) and esophageal carcinoma (ESCA). Experimental results show that our HIGT outperforms both hierarchical and non-hierarchical state-of-the-art methods on both tumor subtyping and staging tasks.

📄 PDF Abstract BibTeX arXiv:2309.07400

Code (1)

hku-medai/higt 공식 구현 pytorch

Tasks

Graph Neural NetworkPrognosiswhole slide images

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Graph Neural Network 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Hierarchical Graph Matching Networks for Deep Graph Similarity Learning

2019-09-25 · Xiang Ling, Lingfei Wu, Saizhuo Wang, Tengfei Ma 외

While the celebrated graph neural networks yields effective representations for individual nodes of a graph, there has been relatively less success in extending to deep graph similarity learning. Recent work has conside…

Graph MatchingGraph Neural NetworkGraph Similarity

HVTSurv: Hierarchical Vision Transformer for Patient-Level Survival Prediction from Whole Slide Image

2023-06-30 · Zhuchen Shao, Yang Chen, Hao Bian, Jian Zhang 외

Survival prediction based on whole slide images (WSIs) is a challenging task for patient-level multiple instance learning (MIL). Due to the vast amount of data for a patient (one or multiple gigapixels WSIs) and the irre…

Multiple Instance LearningSurvival Predictionwhole slide images

ConSlide: Asynchronous Hierarchical Interaction Transformer with Breakup-Reorganize Rehearsal for Continual Whole Slide Image Analysis

2023-08-25 · ICCV 2023 1 · Yanyan Huang, Weiqin Zhao, Shujun Wang, Yu Fu 외

Whole slide image (WSI) analysis has become increasingly important in the medical imaging community, enabling automated and objective diagnosis, prognosis, and therapeutic-response prediction. However, in clinical practi…

Continual LearningPrognosis

Hierarchical Multi-Scale Graph Learning with Knowledge-Guided Attention for Whole-Slide Image Survival Analysis

2026-02-26 · Bin Xu, Yufei Zhou, Boling Song, Jingwen Sun 외 arxiv

We propose a Hierarchical Multi-scale Knowledge-aware Graph Network (HMKGN) that models multi-scale interactions and spatially hierarchical relationships within whole-slide images (WSIs) for cancer prognostication. Unlik…

Graph Learning

Navigating Hierarchy: Hyperbolic Learning on Brain Graphs for Disorder Diagnosis

2026-07-08 · Yapeng Li, Bo Jiang, Ziyan Zhang, Dongdong Chen 외 arxiv

Functional brain networks exhibit a hierarchical organization across ROI, community, and whole-brain levels, supporting local processing, inter-community coordination, and global integration. Recent studies have demonstr…