Permutohedral-GCN: Graph Convolutional Networks with Global Attention

03/02/2020
by   Hesham Mostafa, et al.
0

Graph convolutional networks (GCNs) update a node's feature vector by aggregating features from its neighbors in the graph. This ignores potentially useful contributions from distant nodes. Identifying such useful distant contributions is challenging due to scalability issues (too many nodes can potentially contribute) and oversmoothing (aggregating features from too many nodes risks swamping out relevant information and may result in nodes having different labels but indistinguishable features). We introduce a global attention mechanism where a node can selectively attend to, and aggregate features from, any other node in the graph. The attention coefficients depend on the Euclidean distance between learnable node embeddings, and we show that the resulting attention-based global aggregation scheme is analogous to high-dimensional Gaussian filtering. This makes it possible to use efficient approximate Gaussian filtering techniques to implement our attention-based global aggregation scheme. By employing an approximate filtering method based on the permutohedral lattice, the time complexity of our proposed global aggregation scheme only grows linearly with the number of nodes. The resulting GCNs, which we term permutohedral-GCNs, are differentiable and trained end-to-end, and they achieve state of the art performance on several node classification benchmarks.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/13/2019

Semi-supervised Node Classification via Hierarchical Graph Convolutional Networks

Graph convolutional networks (GCNs) have been successfully applied in no...
research
01/26/2023

Visiting Distant Neighbors in Graph Convolutional Networks

We extend the graph convolutional network method for deep learning on gr...
research
11/30/2018

Graph Node-Feature Convolution for Representation Learning

Graph convolutional network (GCN) is an emerging neural network approach...
research
05/16/2020

Graph Neural Networks with Composite Kernels

Learning on graph structured data has drawn increasing interest in recen...
research
01/10/2021

SPAGAN: Shortest Path Graph Attention Network

Graph convolutional networks (GCN) have recently demonstrated their pote...
research
12/26/2019

Feature-Attention Graph Convolutional Networks for Noise Resilient Learning

Noise and inconsistency commonly exist in real-world information network...
research
11/21/2022

Learnable Graph Convolutional Attention Networks

Existing Graph Neural Networks (GNNs) compute the message exchange betwe...

Please sign up or login with your details

Forgot password? Click here to reset