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

Heterophilic Graph Neural Networks Optimization with Causal Message-passing

About

In this work, we discover that causal inference provides a promising approach to capture heterophilic message-passing in Graph Neural Network (GNN). By leveraging cause-effect analysis, we can discern heterophilic edges based on asymmetric node dependency. The learned causal structure offers more accurate relationships among nodes. To reduce the computational complexity, we introduce intervention-based causal inference in graph learning. We first simplify causal analysis on graphs by formulating it as a structural learning model and define the optimization problem within the Bayesian scheme. We then present an analysis of decomposing the optimization target into a consistency penalty and a structure modification based on cause-effect relations. We then estimate this target by conditional entropy and present insights into how conditional entropy quantifies the heterophily. Accordingly, we propose CausalMP, a causal message-passing discovery network for heterophilic graph learning, that iteratively learns the explicit causal structure of input graphs. We conduct extensive experiments in both heterophilic and homophilic graph settings. The result demonstrates that the our model achieves superior link prediction performance. Training on causal structure can also enhance node representation in classification task across different base models.

Botao Wang, Jia Li, Heng Chang, Keli Zhang, Fugee Tsung• 2024

Related benchmarks

TaskDatasetResultRank
Link PredictionCiteseer
AUC97.2
146
Link PredictionCora
AUC0.9684
116
Link PredictionCS
AUC98.81
16
Link PredictionPhysics
AUC (%)98.18
15
Link PredictionActor
AUC86.81
13
Link PredictionTexas
AUC0.7926
8
Link PredictionChameleon
AUC0.9903
8
Link PredictionSquirrel
AUC98.11
8
Link PredictionCornell
AUC73.59
7
Showing 9 of 9 rows

Other info

Code

Follow for update