English

SIGMA: An Efficient Heterophilous Graph Neural Network with Fast Global Aggregation

Machine Learning 2026-04-14 v5 Social and Information Networks

Abstract

Graph neural networks (GNNs) realize great success in graph learning but suffer from performance loss when meeting heterophily, i.e. neighboring nodes are dissimilar, due to their local and uniform aggregation. Existing attempts of heterophilous GNNs incorporate long-range or global aggregations to distinguish nodes in the graph. However, these aggregations usually require iteratively maintaining and updating full-graph information, which limits their efficiency when applying to large-scale graphs. In this paper, we propose SIGMA, an efficient global heterophilous GNN aggregation integrating the structural similarity measurement SimRank. Our theoretical analysis illustrates that SIGMA inherently captures distant global similarity even under heterophily, that conventional approaches can only achieve after iterative aggregations. Furthermore, it enjoys efficient one-time computation with a complexity only linear to the node set size O(n)\mathcal{O}(n). Comprehensive evaluation demonstrates that SIGMA achieves state-of-the-art performance with superior aggregation and overall efficiency. Notably, it obtains 5×5\times acceleration on the large-scale heterophily dataset pokec with over 30 million edges compared to the best baseline aggregation.

Keywords

Cite

@article{arxiv.2305.09958,
  title  = {SIGMA: An Efficient Heterophilous Graph Neural Network with Fast Global Aggregation},
  author = {Haoyu Liu and Ningyi Liao and Siqiang Luo},
  journal= {arXiv preprint arXiv:2305.09958},
  year   = {2026}
}

Comments

ICDE 2025

R2 v1 2026-06-28T10:36:42.658Z