Heterophilic Graph Neural Networks Optimization with Causal Message-passing
Botao Wang, Jia Li, Heng Chang, Keli Zhang, Fugee Tsung

TL;DR
This paper introduces CausalMP, a novel method leveraging causal inference to improve heterophilic graph neural network learning by explicitly modeling causal structures, resulting in better link prediction and node classification.
Contribution
It proposes a causal message-passing framework that captures heterophilic relationships in graphs, enhancing GNN performance over existing methods.
Findings
CausalMP outperforms baseline models in link prediction tasks.
Training on causal structures improves node classification accuracy.
The method effectively captures heterophilic edges using causal inference.
Abstract
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,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsBalanced Selection · Graph Neural Network · Causal inference
