LGAICVQMJun 3, 2025

HIEGNet: A Heterogenous Graph Neural Network Including the Immune Environment in Glomeruli Classification

arXiv:2506.02542v1h-index: 8Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific problem in histopathology for nephropathology, offering an incremental improvement in glomeruli classification.

The authors tackled the classification of glomeruli health in nephropathology by proposing HIEGNet, a heterogeneous graph neural network that integrates immune cells, and demonstrated it outperforms baseline models with improved generalization between patients.

Graph Neural Networks (GNNs) have recently been found to excel in histopathology. However, an important histopathological task, where GNNs have not been extensively explored, is the classification of glomeruli health as an important indicator in nephropathology. This task presents unique difficulties, particularly for the graph construction, i.e., the identification of nodes, edges, and informative features. In this work, we propose a pipeline composed of different traditional and machine learning-based computer vision techniques to identify nodes, edges, and their corresponding features to form a heterogeneous graph. We then proceed to propose a novel heterogeneous GNN architecture for glomeruli classification, called HIEGNet, that integrates both glomeruli and their surrounding immune cells. Hence, HIEGNet is able to consider the immune environment of each glomerulus in its classification. Our HIEGNet was trained and tested on a dataset of Whole Slide Images from kidney transplant patients. Experimental results demonstrate that HIEGNet outperforms several baseline models and generalises best between patients among all baseline models. Our implementation is publicly available at https://github.com/nklsKrmnn/HIEGNet.git.

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