LGSIJun 7, 2021

Adversarially Regularized Graph Attention Networks for Inductive Learning on Partially Labeled Graphs

arXiv:2106.03393v213 citationsHas Code
AI Analysis

This addresses the challenge of node label shortage in dynamic graph applications, offering an incremental improvement over existing semi-supervised learning approaches.

The paper tackles the problem of classifying newly added nodes in dynamic graphs with limited labeled data by proposing an adversarially regularized graph attention model, which achieves improved accuracy compared to state-of-the-art methods on real-world datasets.

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 ability by enforcing node representations to match a prior distribution. Experiments on real-world datasets demonstrate the effectiveness of the proposed method in comparison with the state-of-the-art methods. The code is available at https://github.com/JiarenX/AGAIN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes