Predicting ulcer in H&E images of inflammatory bowel disease using domain-knowledge-driven graph neural network
Ruiwen Ding, Lin Li, Rajath Soans, Tosha Shah, Radha Krishnan, Marc Alexander Sze, Sasha Lukyanov, Yash Deshpande, Antong Chen
TL;DR
The study tackles ulcer detection in IBD histology WSIs by introducing DomainGCN, a domain-knowledge-driven GNN that constructs WSI graphs from patches, fusing high-level UNI features with positional encoding and weighting nodes by ulcer-relevant tissue content. By injecting domain knowledge—epithelium, lymphocytes, and debris probabilities—into the message-passing process, DomainGCN enhances WSI-level ulcer prediction and yields more localized, plausible attention to ulcer regions. Empirical results show graph-based methods outperform MIL approaches, with DomainGCN achieving the highest mean AUC (0.800), F1 (0.794), and ACC (0.793), and domain weighting further improving consistency. This approach enables spatially aware ulcer characterization and sets the stage for integrated immune-cell analysis, potentially generalizing to other GI tract locations.
Abstract
Inflammatory bowel disease (IBD) involves chronic inflammation of the digestive tract, with treatment options often burdened by adverse effects. Identifying biomarkers for personalized treatment is crucial. While immune cells play a key role in IBD, accurately identifying ulcer regions in whole slide images (WSIs) is essential for characterizing these cells and exploring potential therapeutics. Multiple instance learning (MIL) approaches have advanced WSI analysis but they lack spatial context awareness. In this work, we propose a weakly-supervised model called DomainGCN that employs a graph convolution neural network (GCN) and incorporates domain-specific knowledge of ulcer features, specifically, the presence of epithelium, lymphocytes, and debris for WSI-level ulcer prediction in IBD. We demonstrate that DomainGCN outperforms various state-of-the-art (SOTA) MIL methods and show the added value of domain knowledge.
