Efficient Topology-aware Data Augmentation for High-Degree Graph Neural Networks
Yurui Lai, Xiaoyang Lin, Renchi Yang, Hongtao Wang

TL;DR
This paper introduces TADA, a novel data augmentation framework that enhances GNN performance on high-degree graphs by combining feature expansion with structure embeddings and topology-aware graph sparsification.
Contribution
TADA is the first to integrate structure-aware feature augmentation and graph sparsification specifically for high-degree GNNs, addressing over-smoothing and efficiency issues.
Findings
Significant accuracy improvements on 8 real HDGs.
Faster training and inference for GNNs on HDGs.
Effective reduction of redundant edges in complex graphs.
Abstract
In recent years, graph neural networks (GNNs) have emerged as a potent tool for learning on graph-structured data and won fruitful successes in varied fields. The majority of GNNs follow the message-passing paradigm, where representations of each node are learned by recursively aggregating features of its neighbors. However, this mechanism brings severe over-smoothing and efficiency issues over high-degree graphs (HDGs), wherein most nodes have dozens (or even hundreds) of neighbors, such as social networks, transaction graphs, power grids, etc. Additionally, such graphs usually encompass rich and complex structure semantics, which are hard to capture merely by feature aggregations in GNNs. Motivated by the above limitations, we propose TADA, an efficient and effective front-mounted data augmentation framework for GNNs on HDGs. Under the hood, TADA includes two key modules: (i) feature…
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
TopicsNeural Networks and Applications · Advanced Decision-Making Techniques · Advanced Computing and Algorithms
