English

LSGNN: Towards General Graph Neural Network in Node Classification by Local Similarity

Machine Learning 2023-06-21 v2 Artificial Intelligence

Abstract

Heterophily has been considered as an issue that hurts the performance of Graph Neural Networks (GNNs). To address this issue, some existing work uses a graph-level weighted fusion of the information of multi-hop neighbors to include more nodes with homophily. However, the heterophily might differ among nodes, which requires to consider the local topology. Motivated by it, we propose to use the local similarity (LocalSim) to learn node-level weighted fusion, which can also serve as a plug-and-play module. For better fusion, we propose a novel and efficient Initial Residual Difference Connection (IRDC) to extract more informative multi-hop information. Moreover, we provide theoretical analysis on the effectiveness of LocalSim representing node homophily on synthetic graphs. Extensive evaluations over real benchmark datasets show that our proposed method, namely Local Similarity Graph Neural Network (LSGNN), can offer comparable or superior state-of-the-art performance on both homophilic and heterophilic graphs. Meanwhile, the plug-and-play model can significantly boost the performance of existing GNNs. Our code is provided at https://github.com/draym28/LSGNN.

Keywords

Cite

@article{arxiv.2305.04225,
  title  = {LSGNN: Towards General Graph Neural Network in Node Classification by Local Similarity},
  author = {Yuhan Chen and Yihong Luo and Jing Tang and Liang Yang and Siya Qiu and Chuan Wang and Xiaochun Cao},
  journal= {arXiv preprint arXiv:2305.04225},
  year   = {2023}
}

Comments

The first two authors contributed equally to this work; IJCAI23

R2 v1 2026-06-28T10:27:57.417Z