Adversarially Regularized Graph Attention Networks for Inductive Learning on Partially Labeled Graphs
Jiaren Xiao, Quanyu Dai, Xiaochen Xie, James Lam, Ka-Wai Kwok

TL;DR
This paper introduces an adversarially regularized graph attention network designed for inductive learning on partially labeled graphs, effectively classifying new nodes without requiring full graph information during training.
Contribution
It proposes a novel attention-based aggregator combined with adversarial training to improve robustness and enable inductive learning on dynamic, partially labeled graphs.
Findings
Outperforms state-of-the-art methods on real-world datasets.
Effectively classifies newly added nodes in dynamic graphs.
Enhances model robustness through adversarial regularization.
Abstract
The high cost of data labeling often results in node label shortage in real applications. To improve node classification accuracy, graph-based semi-supervised learning leverages the ample unlabeled nodes to train together with the scarce available labeled nodes. However, most existing methods require the information of all nodes, including those to be predicted, during model training, which is not practical for dynamic graphs with newly added nodes. To address this issue, an adversarially regularized graph attention model is proposed to classify newly added nodes in a partially labeled graph. An attention-based aggregator is designed to generate the representation of a node by aggregating information from its neighboring nodes, thus naturally generalizing to previously unseen nodes. In addition, adversarial training is employed to improve the model's robustness and generalization…
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 · Domain Adaptation and Few-Shot Learning · Machine Learning and ELM
