HP-GMN: Graph Memory Networks for Heterophilous Graphs
Junjie Xu, Enyan Dai, Xiang Zhang, Suhang Wang

TL;DR
This paper introduces HP-GMN, a novel graph neural network model that effectively captures local and global information in heterophilous graphs, outperforming existing methods in diverse graph scenarios.
Contribution
The paper proposes a new Graph Memory Networks model specifically designed for heterophilous graphs, incorporating local statistics and memory to learn global patterns.
Findings
Achieves state-of-the-art performance on heterophilous graphs.
Effectively captures global patterns using memory components.
Outperforms existing GNNs on both homophilous and heterophilous datasets.
Abstract
Graph neural networks (GNNs) have achieved great success in various graph problems. However, most GNNs are Message Passing Neural Networks (MPNNs) based on the homophily assumption, where nodes with the same label are connected in graphs. Real-world problems bring us heterophily problems, where nodes with different labels are connected in graphs. MPNNs fail to address the heterophily problem because they mix information from different distributions and are not good at capturing global patterns. Therefore, we investigate a novel Graph Memory Networks model on Heterophilous Graphs (HP-GMN) to the heterophily problem in this paper. In HP-GMN, local information and global patterns are learned by local statistics and the memory to facilitate the prediction. We further propose regularization terms to help the memory learn global information. We conduct extensive experiments to show that our…
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 · Text and Document Classification Technologies · Graph Theory and Algorithms
