SOTAVerified

Residual Network and Embedding Usage: New Tricks of Node Classification with Graph Convolutional Networks

2021-05-18Code Available1· sign in to hype

Huixuan Chi, Yuying Wang, Qinfen Hao, Hong Xia

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Graph Convolutional Networks (GCNs) and subsequent variants have been proposed to solve tasks on graphs, especially node classification tasks. In the literature, however, most tricks or techniques are either briefly mentioned as implementation details or only visible in source code. In this paper, we first summarize some existing effective tricks used in GCNs mini-batch training. Based on this, two novel tricks named GCN_res Framework and Embedding Usage are proposed by leveraging residual network and pre-trained embedding to improve baseline's test accuracy in different datasets. Experiments on Open Graph Benchmark (OGB) show that, by combining these techniques, the test accuracy of various GCNs increases by 1.21%~2.84%. We open source our implementation at https://github.com/ytchx1999/PyG-OGB-Tricks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ogbn-arxivGAT-node2vec + BoT + self-KDNumber of params1,700,432Unverified
ogbn-arxivGAT-node2vec + BoTNumber of params1,700,432Unverified
ogbn-magR-GSN + metapath2vecNumber of params309,777,252Unverified

Reproductions