TL;DR
This paper presents a unified theoretical framework viewing various GNN aggregation methods as graph signal denoising, leading to a new adaptable GNN model that improves performance on graphs with varying smoothness.
Contribution
It unifies the understanding of different GNN aggregation techniques as graph denoising and introduces a new adaptable GNN model, ADA-UGNN.
Findings
Unified view enhances understanding of GNNs' aggregation processes.
ADA-UGNN outperforms existing models on graphs with varying smoothness.
The framework enables development of more flexible GNN architectures.
Abstract
Graph Neural Networks (GNNs) have risen to prominence in learning representations for graph structured data. A single GNN layer typically consists of a feature transformation and a feature aggregation operation. The former normally uses feed-forward networks to transform features, while the latter aggregates the transformed features over the graph. Numerous recent works have proposed GNN models with different designs in the aggregation operation. In this work, we establish mathematically that the aggregation processes in a group of representative GNN models including GCN, GAT, PPNP, and APPNP can be regarded as (approximately) solving a graph denoising problem with a smoothness assumption. Such a unified view across GNNs not only provides a new perspective to understand a variety of aggregation operations but also enables us to develop a unified graph neural network framework UGNN. 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsApproximation of Personalized Propagation of Neural Predictions · Graph Neural Network · Graph Convolutional Network · Graph Attention Network
