TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Attention-based Graph Neural Network for Semi-supervised L...

Attention-based Graph Neural Network for Semi-supervised Learning

Kiran K. Thekumparampil, Chong Wang, Sewoong Oh, Li-Jia Li

2018-03-10ICLR 2018 1Graph Regression
PaperPDFCode

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 replaces the propagation layers with attention mechanisms that respect the structure of the graph. The attention mechanism allows us to learn a dynamic and adaptive local summary of the neighborhood to achieve more accurate predictions. In a number of experiments on benchmark citation networks datasets, we demonstrate that our approach outperforms competing methods. By examining the attention weights among neighbors, we show that our model provides some interesting insights on how neighbors influence each other.

Results

TaskDatasetMetricValueModel
Graph RegressionLipophilicity RMSE0.963AGNN

Related Papers

Graph Neural Networks for Jamming Source Localization2025-06-01Improving the Effective Receptive Field of Message-Passing Neural Networks2025-05-29A Benchmark Dataset for Graph Regression with Homogeneous and Multi-Relational Variants2025-05-29GotenNet: Rethinking Efficient 3D Equivariant Graph Neural Networks2025-04-24Power Spectrum Signatures of Graphs2025-03-12Pre-training Graph Neural Networks on Molecules by Using Subgraph-Conditioned Graph Information Bottleneck2025-02-20Unlocking the Potential of Classic GNNs for Graph-level Tasks: Simple Architectures Meet Excellence2025-02-13Learning Efficient Positional Encodings with Graph Neural Networks2025-02-03