A Generalization of Transformer Networks to Graphs
arXiv:2012.09699
Abstract
We propose a generalization of transformer neural network architecture for arbitrary graphs. The original transformer was designed for Natural Language Processing (NLP), which operates on fully connected graphs representing all connections between the words in a sequence. Such architecture does not leverage the graph connectivity inductive bias, and can perform poorly when the graph topology is important and has not been encoded into the node features. We introduce a graph transformer with four new properties compared to the standard model. First, the attention mechanism is a function of the neighborhood connectivity for each node in the graph. Second, the positional encoding is represented by the Laplacian eigenvectors, which naturally generalize the sinusoidal positional encodings often used in NLP. Third, the layer normalization is replaced by a batch normalization layer, which provides faster training and better generalization performance. Finally, the architecture is extended to edge feature representation, which can be critical to tasks s.a. chemistry (bond type) or link prediction (entity relationship in knowledge graphs). Numerical experiments on a graph benchmark demonstrate the performance of the proposed graph transformer architecture. This work closes the gap between the original transformer, which was designed for the limited case of line graphs, and graph neural networks, that can work with arbitrary graphs. As our architecture is simple and generic, we believe it can be used as a black box for future applications that wish to consider transformer and graphs.
AAAI 2021 Workshop on Deep Learning on Graphs: Methods and Applications (DLG-AAAI 2021); Code at https://github.com/graphdeeplearning/graphtransformer
References in corpus (8)
- PyTorch: An Imperative Style, High-Performance Deep Learning Library
- Language Models are Few-Shot Learners
- Graph Transformer Networks
- Fake News Detection on Social Media using Geometric Deep Learning
- Graph-Bert: Only Attention is Needed for Learning Graph Representations
- Distance Encoding: Design Provably More Powerful Neural Networks for Graph Representation Learning
- Position-aware Graph Neural Networks
- Learning Symbolic Physics with Graph Networks
Cited by in corpus (9)
- GraphiT: Encoding Graph Structure in Transformers
- Company-as-Tribe: Company Financial Risk Assessment on Tribe-Style Graph with Hierarchical Graph Neural Networks
- Gophormer: Ego-Graph Transformer for Node Classification
- Beltrami Flow and Neural Diffusion on Graphs
- Training a First-Order Theorem Prover from Synthetic Data
- A General-Purpose Transferable Predictor for Neural Architecture Search
- TransCamP: Graph Transformer for 6-DoF Camera Pose Estimation
- Multi-hop Graph Convolutional Network with High-order Chebyshev Approximation for Text Reasoning
- On Inductive Biases for Machine Learning in Data Constrained Settings