Sign is Not a Remedy: Multiset-to-Multiset Message Passing for Learning on Heterophilic Graphs
Langzhang Liang, Sunwoo Kim, Kijung Shin, Zenglin Xu, Shirui Pan, Yuan Qi
TL;DR
This paper tackles the challenge of learning on heterophilic graphs where traditional GNNs underperform due to smoothing effects. It reveals two key flaws of Signed Message Passing (SMP): (i) even with desirable one-hop weights, multi-hop propagation can be undesirable, and (ii) SMP is susceptible to oversmoothing in multi-class settings. To address these issues, it proposes Multiset-to-Multiset GNN (M2M-GNN), which aggregates neighborhood information by mapping neighbor embeddings (a multiset) to a multiset of outputs across multiple chunks, thereby preserving class-wise separation and enhancing discriminability. The authors provide theoretical results showing the limitations of SMP and the mitigating properties of m-2-m aggregation, and validate the approach with extensive experiments on 11 datasets, where M2M-GNN consistently ranks among the top methods and surpasses SMP-based models. The work offers a practical, scalable alternative for heterophily-strong graphs and contributes insights into why partitioned, chunk-based aggregation improves robustness to oversmoothing.
Abstract
Graph Neural Networks (GNNs) have gained significant attention as a powerful modeling and inference method, especially for homophilic graph-structured data. To empower GNNs in heterophilic graphs, where adjacent nodes exhibit dissimilar labels or features, Signed Message Passing (SMP) has been widely adopted. However, there is a lack of theoretical and empirical analysis regarding the limitations of SMP. In this work, we unveil some potential pitfalls of SMP and their remedies. We first identify two limitations of SMP: undesirable representation update for multi-hop neighbors and vulnerability against oversmoothing issues. To overcome these challenges, we propose a novel message passing function called Multiset to Multiset GNN(M2M-GNN). Our theoretical analyses and extensive experiments demonstrate that M2M-GNN effectively alleviates the aforementioned limitations of SMP, yielding superior performance in comparison
