LGJun 24, 2023

Generalised f-Mean Aggregation for Graph Neural Networks

Cambridge
arXiv:2306.13826v27 citationsh-index: 30
Originality Incremental advance
AI Analysis

This work addresses a crucial but often overlooked bottleneck in GNN design for researchers and practitioners, offering a flexible solution to improve model performance, though it is incremental as it builds on existing aggregation methods.

The paper tackles the problem of selecting appropriate aggregation functions in Graph Neural Networks (GNNs), which significantly impact performance, by introducing GenAgg, a generalised aggregation operator that parametrises a function space including standard aggregators like mean, sum, and max. The result shows that GenAgg can represent standard aggregators with high accuracy and, when used as a drop-in replacement, often leads to significant performance boosts across various tasks.

Graph Neural Network (GNN) architectures are defined by their implementations of update and aggregation modules. While many works focus on new ways to parametrise the update modules, the aggregation modules receive comparatively little attention. Because it is difficult to parametrise aggregation functions, currently most methods select a ``standard aggregator'' such as $\mathrm{mean}$, $\mathrm{sum}$, or $\mathrm{max}$. While this selection is often made without any reasoning, it has been shown that the choice in aggregator has a significant impact on performance, and the best choice in aggregator is problem-dependent. Since aggregation is a lossy operation, it is crucial to select the most appropriate aggregator in order to minimise information loss. In this paper, we present GenAgg, a generalised aggregation operator, which parametrises a function space that includes all standard aggregators. In our experiments, we show that GenAgg is able to represent the standard aggregators with much higher accuracy than baseline methods. We also show that using GenAgg as a drop-in replacement for an existing aggregator in a GNN often leads to a significant boost in performance across various tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes