Node2Seq: Towards Trainable Convolutions in Graph Neural Networks
Hao Yuan, Shuiwang Ji

TL;DR
Node2Seq introduces a trainable convolutional layer for graph neural networks that explicitly learns weights for neighboring nodes, utilizing attention-based sorting and 1D CNNs to enhance node feature learning.
Contribution
The paper proposes a novel Node2Seq layer that enables trainable weights for neighbors and incorporates non-local information adaptively, advancing graph neural network capabilities.
Findings
Node2Seq outperforms existing methods on benchmark datasets.
Explicit neighbor weighting improves node embedding quality.
Adaptive non-local information enhances feature learning.
Abstract
Investigating graph feature learning becomes essentially important with the emergence of graph data in many real-world applications. Several graph neural network approaches are proposed for node feature learning and they generally follow a neighboring information aggregation scheme to learn node features. While great performance has been achieved, the weights learning for different neighboring nodes is still less explored. In this work, we propose a novel graph network layer, known as Node2Seq, to learn node embeddings with explicitly trainable weights for different neighboring nodes. For a target node, our method sorts its neighboring nodes via attention mechanism and then employs 1D convolutional neural networks (CNNs) to enable explicit weights for information aggregation. In addition, we propose to incorporate non-local information for feature learning in an adaptive manner based on…
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 · Data Stream Mining Techniques · Recommender Systems and Techniques
MethodsGraph Neural Network
