CVMar 12, 2024

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

arXiv:2403.07719v1105 citationsh-index: 9Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses the challenge of capturing interactions between instances in medical imaging for improved classification, representing an incremental advance in domain-specific methods.

The authors tackled the problem of histopathological whole slide image classification by proposing a dynamic graph representation algorithm that models images as knowledge graphs, which outperformed state-of-the-art methods on three TCGA benchmark datasets and in-house test sets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes