Beyond Homophily: Structure-Aware Path Aggregation Graph Neural Network

Abstract

Graph neural networks (GNNs) have been intensively studied in various real-world tasks. However, the homophily assumption of GNNs' aggregation function limits their representation learning ability in heterophily graphs. In this paper, we shed light on the path level patterns in graphs that can explicitly reflect rich semantic and structural information. We therefore propose a novel Structure-aware Path Aggregation Graph Neural Network (PathNet) aiming to generalize GNNs for both homophily and heterophily graphs. Specifically, we first introduce a maximal entropy path sampler, which helps us sample a number of paths containing structural context. Then, we introduce a structure-aware recurrent cell consisting of order-preserving and distance-aware components to learn the semantic information of neighborhoods. Finally, we model the preference of different paths to target node after path encoding. Experimental results demonstrate that our model achieves superior performance in node classification on both heterophily and homophily graphs.

Cite

Text

Sun et al. "Beyond Homophily: Structure-Aware Path Aggregation Graph Neural Network." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/310

Markdown

[Sun et al. "Beyond Homophily: Structure-Aware Path Aggregation Graph Neural Network." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/sun2022ijcai-beyond/) doi:10.24963/IJCAI.2022/310

BibTeX

@inproceedings{sun2022ijcai-beyond,
  title     = {{Beyond Homophily: Structure-Aware Path Aggregation Graph Neural Network}},
  author    = {Sun, Yifei and Deng, Haoran and Yang, Yang and Wang, Chunping and Xu, Jiarong and Huang, Renhong and Cao, Linfeng and Wang, Yang and Chen, Lei},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {2233-2240},
  doi       = {10.24963/IJCAI.2022/310},
  url       = {https://mlanthology.org/ijcai/2022/sun2022ijcai-beyond/}
}