Graph Neural Convection-Diffusion with Heterophily
Kai Zhao, Qiyu Kang, Yang Song, Rui She, Sijie Wang, Wee Peng Tay

TL;DR
This paper introduces a novel graph neural network model based on the convection-diffusion equation to effectively handle heterophilic graphs, improving node classification performance in such challenging scenarios.
Contribution
It proposes a new GNN framework that models information flow using CDE, explicitly addressing heterophily in graph learning tasks.
Findings
Achieves competitive node classification results on heterophilic graphs.
Demonstrates the effectiveness of CDE-based modeling in GNNs.
Outperforms some existing methods on heterophilic graph benchmarks.
Abstract
Graph neural networks (GNNs) have shown promising results across various graph learning tasks, but they often assume homophily, which can result in poor performance on heterophilic graphs. The connected nodes are likely to be from different classes or have dissimilar features on heterophilic graphs. In this paper, we propose a novel GNN that incorporates the principle of heterophily by modeling the flow of information on nodes using the convection-diffusion equation (CDE). This allows the CDE to take into account both the diffusion of information due to homophily and the ``convection'' of information due to heterophily. We conduct extensive experiments, which suggest that our framework can achieve competitive performance on node classification tasks for heterophilic graphs, compared to the state-of-the-art methods. The code is available at…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning and ELM · Stochastic Gradient Optimization Techniques
MethodsDiffusion
