Sequential Signal Mixing Aggregation for Message Passing Graph Neural Networks
Mitchell Keren Taraday, Almog David, Chaim Baskin
TL;DR
Sequential Signal Mixing Aggregation (SSMA) addresses the limited neighbor mixing of sum-based aggregators in MPGNNs by treating neighbor features as 2D discrete signals and applying a 2D circular convolution to achieve higher-order feature mixing. Grounded in a neighbor-mixing metric and an extended DeepSets polynomial framework, SSMA yields a representational size of $m=\mathcal{O}(n^2 d)$ and can be implemented efficiently via FFT-based convolutions. Empirically, SSMA provides substantial performance gains across a range of benchmarks (TU, ZINC, OGBN, LRBG) when plugged into existing MPGNN architectures, often attaining state-of-the-art results, with robust behavior in dense neighborhoods and long-range dependencies. The work also details practical considerations, including normalization, low-rank compression, and neighbor selection, and validates its claims on both synthetic and real-world tasks, supported by public code.
Abstract
Message Passing Graph Neural Networks (MPGNNs) have emerged as the preferred method for modeling complex interactions across diverse graph entities. While the theory of such models is well understood, their aggregation module has not received sufficient attention. Sum-based aggregators have solid theoretical foundations regarding their separation capabilities. However, practitioners often prefer using more complex aggregations and mixtures of diverse aggregations. In this work, we unveil a possible explanation for this gap. We claim that sum-based aggregators fail to "mix" features belonging to distinct neighbors, preventing them from succeeding at downstream tasks. To this end, we introduce Sequential Signal Mixing Aggregation (SSMA), a novel plug-and-play aggregation for MPGNNs. SSMA treats the neighbor features as 2D discrete signals and sequentially convolves them, inherently enhancing the ability to mix features attributed to distinct neighbors. By performing extensive experiments, we show that when combining SSMA with well-established MPGNN architectures, we achieve substantial performance gains across various benchmarks, achieving new state-of-the-art results in many settings. We published our code at \url{https://almogdavid.github.io/SSMA/}
