Attention-based Graph Neural Network for Semi-supervised Learning
Kiran K. Thekumparampil, Chong Wang, Sewoong Oh, Li-Jia Li

TL;DR
This paper introduces an attention-based graph neural network that simplifies the architecture by removing intermediate layers, leading to improved semi-supervised learning performance and better interpretability of neighbor influence.
Contribution
The paper proposes a novel GNN model using attention mechanisms without intermediate fully-connected layers, enhancing efficiency and accuracy in semi-supervised learning.
Findings
Outperforms existing methods on benchmark datasets
Reduces model complexity while maintaining accuracy
Provides insights into neighbor influence through attention weights
Abstract
Recently popularized graph neural networks achieve the state-of-the-art accuracy on a number of standard benchmark datasets for graph-based semi-supervised learning, improving significantly over existing approaches. These architectures alternate between a propagation layer that aggregates the hidden states of the local neighborhood and a fully-connected layer. Perhaps surprisingly, we show that a linear model, that removes all the intermediate fully-connected layers, is still able to achieve a performance comparable to the state-of-the-art models. This significantly reduces the number of parameters, which is critical for semi-supervised learning where number of labeled examples are small. This in turn allows a room for designing more innovative propagation layers. Based on this insight, we propose a novel graph neural network that removes all the intermediate fully-connected layers, and…
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 · Topic Modeling · Domain Adaptation and Few-Shot Learning
