SOTAVerified

MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing

2019-04-30Code Available0· sign in to hype

Sami Abu-El-Haija, Bryan Perozzi, Amol Kapoor, Nazanin Alipourfard, Kristina Lerman, Hrayr Harutyunyan, Greg Ver Steeg, Aram Galstyan

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Existing popular methods for semi-supervised learning with Graph Neural Networks (such as the Graph Convolutional Network) provably cannot learn a general class of neighborhood mixing relationships. To address this weakness, we propose a new model, MixHop, that can learn these relationships, including difference operators, by repeatedly mixing feature representations of neighbors at various distances. Mixhop requires no additional memory or computational complexity, and outperforms on challenging baselines. In addition, we propose sparsity regularization that allows us to visualize how the network prioritizes neighborhood information across different graph datasets. Our analysis of the learned architectures reveals that neighborhood mixing varies per datasets.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CiteseerMixHopAccuracy71.4Unverified
CoraMixHopAccuracy81.9Unverified
PubmedMixHopAccuracy80.8Unverified

Reproductions