Graph Transformer with Disease Subgraph Positional Encoding for Improved Comorbidity Prediction
Journal:
arXiv
Published Date:
Mar 4, 2025
Abstract
Comorbidity, the co-occurrence of multiple medical conditions in a single
patient, profoundly impacts disease management and outcomes. Understanding
these complex interconnections is crucial, especially in contexts where
comorbidities exacerbate outcomes. Leveraging insights from the human
interactome (HI) and advancements in graph-based methodologies, this study
introduces Transformer with Subgraph Positional Encoding (TSPE) for disease
comorbidity prediction. Inspired by Biologically Supervised Embedding (BSE),
TSPE employs Transformer's attention mechanisms and Subgraph Positional
Encoding (SPE) to capture interactions between nodes and disease associations.
Our proposed SPE proves more effective than LPE, as used in Dwivedi et al.'s
Graph Transformer, underscoring the importance of integrating clustering and
disease-specific information for improved predictive accuracy. Evaluated on
real clinical benchmark datasets (RR0 and RR1), TSPE demonstrates substantial
performance enhancements over the state-of-the-art method, achieving up to
28.24% higher ROC AUC and 4.93% higher accuracy. This method shows promise for
adaptation to other complex graph-based tasks and applications. The source code
is available in the GitHub repository at:
https://github.com/xihan-qin/TSPE-GraphTransformer.