Generalizing Aggregation Functions in GNNs:High-Capacity GNNs via Nonlinear Neighborhood Aggregators
Beibei Wang, Bo Jiang

TL;DR
This paper introduces nonlinear neighborhood aggregators for GNNs that balance the advantages of max and mean/sum methods, enhancing network capacity and detail sensitivity for improved graph learning.
Contribution
The paper proposes a novel class of nonlinear aggregators that unify and extend existing methods, addressing their limitations in capacity and information preservation.
Findings
Nonlinear aggregators outperform traditional linear and max aggregators.
Enhanced capacity and detail sensitivity improve GNN performance.
Experiments validate the effectiveness of the proposed approach.
Abstract
Graph neural networks (GNNs) have achieved great success in many graph learning tasks. The main aspect powering existing GNNs is the multi-layer network architecture to learn the nonlinear graph representations for the specific learning tasks. The core operation in GNNs is message propagation in which each node updates its representation by aggregating its neighbors' representations. Existing GNNs mainly adopt either linear neighborhood aggregation (mean,sum) or max aggregator in their message propagation. (1) For linear aggregators, the whole nonlinearity and network's capacity of GNNs are generally limited due to deeper GNNs usually suffer from over-smoothing issue. (2) For max aggregator, it usually fails to be aware of the detailed information of node representations within neighborhood. To overcome these issues, we re-think the message propagation mechanism in GNNs and aim to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning and ELM
MethodsAttentive Walk-Aggregating Graph Neural Network
