AutoGDA: Automated Graph Data Augmentation for Node Classification

Abstract

Graph data augmentation has been used to improve generalizability of graph machine learning. However, by only applying fixed augmentation operations on entire graphs, existing methods overlook the unique characteristics of communities which naturally exist in the graphs. For example, different communities can have various degree distributions and homophily ratios. Ignoring such discrepancy with unified augmentation strategies on the entire graph could lead to sub-optimal performance for graph data augmentation methods. In this paper, we study a novel problem of automated graph data augmentation for node classification from the localized perspective of communities. We formulate it as a bilevel optimization problem: finding a set of augmentation strategies for each community, which maximizes the performance of graph neural networks on node classification. As the bilevel optimization is hard to solve directly and the search space for community-customized augmentations strategy is huge, we propose a reinforcement learning framework AutoGDA that learns the local-optimal augmentation strategy for each community sequentially. Our proposed approach outperforms established and popular baselines on public node classification benchmarks as well as real industry e-commerce networks by up to +12.5% accuracy.

Cite

Text

Zhao et al. "AutoGDA: Automated Graph Data Augmentation for Node Classification." Proceedings of the First Learning on Graphs Conference, 2022.

Markdown

[Zhao et al. "AutoGDA: Automated Graph Data Augmentation for Node Classification." Proceedings of the First Learning on Graphs Conference, 2022.](https://mlanthology.org/log/2022/zhao2022log-autogda/)

BibTeX

@inproceedings{zhao2022log-autogda,
  title     = {{AutoGDA: Automated Graph Data Augmentation for Node Classification}},
  author    = {Zhao, Tong and Tang, Xianfeng and Zhang, Danqing and Jiang, Haoming and Rao, Nikhil and Song, Yiwei and Agrawal, Pallav and Subbian, Karthik and Yin, Bing and Jiang, Meng},
  booktitle = {Proceedings of the First Learning on Graphs Conference},
  year      = {2022},
  pages     = {32:1-32:17},
  volume    = {198},
  url       = {https://mlanthology.org/log/2022/zhao2022log-autogda/}
}