GAIN: Graph Attention & Interaction Network for Inductive Semi-Supervised Learning over Large-scale Graphs
Yunpeng Weng, Xu Chen, Liang Chen, Wei Liu

TL;DR
GAIN introduces a novel graph neural network architecture that employs multiple aggregators with attention, a graph regularized loss, and feature interaction mechanisms to improve inductive learning on large-scale graphs, outperforming existing models.
Contribution
The paper proposes GAIN, a GNN model with multi-aggregator attention, graph regularized loss, and explicit feature interaction, enhancing expressive power and inductive learning capabilities.
Findings
GAIN outperforms state-of-the-art models on node classification tasks.
The multi-aggregator attention mechanism improves information capture.
Graph regularized loss enhances topological relationship modeling.
Abstract
Graph Neural Networks (GNNs) have led to state-of-the-art performance on a variety of machine learning tasks such as recommendation, node classification and link prediction. Graph neural network models generate node embeddings by merging nodes features with the aggregated neighboring nodes information. Most existing GNN models exploit a single type of aggregator (e.g., mean-pooling) to aggregate neighboring nodes information, and then add or concatenate the output of aggregator to the current representation vector of the center node. However, using only a single type of aggregator is difficult to capture the different aspects of neighboring information and the simple addition or concatenation update methods limit the expressive capability of GNNs. Not only that, existing supervised or semi-supervised GNN models are trained based on the loss function of the node label, which leads to the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Topic Modeling
MethodsGraph Neural Network
