Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Dynamic Graph Representation with Knowledge-aware Attention for Histopathology Whole Slide Image Analysis

About

Histopathological whole slide images (WSIs) classification has become a foundation task in medical microscopic imaging processing. Prevailing approaches involve learning WSIs as instance-bag representations, emphasizing significant instances but struggling to capture the interactions between instances. Additionally, conventional graph representation methods utilize explicit spatial positions to construct topological structures but restrict the flexible interaction capabilities between instances at arbitrary locations, particularly when spatially distant. In response, we propose a novel dynamic graph representation algorithm that conceptualizes WSIs as a form of the knowledge graph structure. Specifically, we dynamically construct neighbors and directed edge embeddings based on the head and tail relationships between instances. Then, we devise a knowledge-aware attention mechanism that can update the head node features by learning the joint attention score of each neighbor and edge. Finally, we obtain a graph-level embedding through the global pooling process of the updated head, serving as an implicit representation for the WSI classification. Our end-to-end graph representation learning approach has outperformed the state-of-the-art WSI analysis methods on three TCGA benchmark datasets and in-house test sets. Our code is available at https://github.com/WonderLandxD/WiKG.

Jiawen Li, Yuxuan Chen, Hongbo Chu, Qiehe Sun, Tian Guan, Anjia Han, Yonghong He• 2024

Related benchmarks

TaskDatasetResultRank
ClassificationCAMELYON16 (test)
AUC92.73
69
WSI ClassificationTCGA lung cancer dataset (test)
Accuracy93.24
67
WSI ClassificationBCNB-HER2
Accuracy76.65
54
WSI ClassificationBRACS (test)
Mean AUC0.8419
54
Cancer SubtypingTCGA-NLCSC (test)
Accuracy92
53
Survival PredictionTCGA-BRCA (test)
Concordance Index (CI)0.613
41
Weakly Supervised ClassificationTCGA-BRCA Few-shot
Accuracy85.91
36
Weakly Supervised ClassificationTCGA-NSCLC Few-shot
Accuracy84.43
36
Weakly Supervised ClassificationCAMELYON Few-shot
Accuracy71
36
Multi-class classificationBRACS
Accuracy72.4
30
Showing 10 of 37 rows

Other info

Code

Follow for update