Harnessing Collective Structure Knowledge in Data Augmentation for Graph Neural Networks
Rongrong Ma, Guansong Pang, Ling Chen

TL;DR
This paper introduces CoS-GNN, a novel graph neural network that effectively incorporates diverse structural features at node and graph levels, significantly enhancing graph representation learning and outperforming existing models in multiple tasks.
Contribution
The paper proposes a new message passing method in GNNs that leverages a broad set of structural features, improving their expressive power and scalability.
Findings
CoS-GNN outperforms state-of-the-art models in graph classification.
It achieves superior results in anomaly detection tasks.
Demonstrates enhanced out-of-distribution generalization.
Abstract
Graph neural networks (GNNs) have achieved state-of-the-art performance in graph representation learning. Message passing neural networks, which learn representations through recursively aggregating information from each node and its neighbors, are among the most commonly-used GNNs. However, a wealth of structural information of individual nodes and full graphs is often ignored in such process, which restricts the expressive power of GNNs. Various graph data augmentation methods that enable the message passing with richer structure knowledge have been introduced as one main way to tackle this issue, but they are often focused on individual structure features and difficult to scale up with more structure features. In this work we propose a novel approach, namely collective structure knowledge-augmented graph neural network (CoS-GNN), in which a new message passing method is introduced 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
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Neural Networks and Applications
MethodsSparse Evolutionary Training · Graph Neural Network
