Graph Highway Networks

04/09/2020
by   Xin Xin, et al.
5

Graph Convolution Networks (GCN) are widely used in learning graph representations due to their effectiveness and efficiency. However, they suffer from the notorious over-smoothing problem, in which the learned representations of densely connected nodes converge to alike vectors when many (>3) graph convolutional layers are stacked. In this paper, we argue that there-normalization trick used in GCN leads to overly homogeneous information propagation, which is the source of over-smoothing. To address this problem, we propose Graph Highway Networks(GHNet) which utilize gating units to automatically balance the trade-off between homogeneity and heterogeneity in the GCN learning process. The gating units serve as direct highways to maintain heterogeneous information from the node itself after feature propagation. This design enables GHNet to achieve much larger receptive fields per node without over-smoothing and thus access to more of the graph connectivity information. Experimental results on benchmark datasets demonstrate the superior performance of GHNet over GCN and related models.

READ FULL TEXT
research
11/16/2021

SStaGCN: Simplified stacking based graph convolutional networks

Graph convolutional network (GCN) is a powerful model studied broadly in...
research
07/22/2022

Layer-refined Graph Convolutional Networks for Recommendation

Recommendation models utilizing Graph Convolutional Networks (GCNs) have...
research
12/12/2019

Tracing the Propagation Path: A Flow Perspective of Representation Learning on Graphs

Graph Convolutional Networks (GCNs) have gained significant developments...
research
02/27/2021

FeatureNorm: L2 Feature Normalization for Dynamic Graph Embedding

Dynamic graphs arise in a plethora of practical scenarios such as social...
research
10/23/2020

On the Equivalence of Decoupled Graph Convolution Network and Label Propagation

The original design of Graph Convolution Network (GCN) couples feature t...
research
02/24/2020

Adaptive Propagation Graph Convolutional Network

Graph convolutional networks (GCNs) are a family of neural network model...
research
03/09/2019

Interpreting and Understanding Graph Convolutional Neural Network using Gradient-based Attribution Methods

In order to solve the problem that convolutional neural networks (CNN) a...

Please sign up or login with your details

Forgot password? Click here to reset