Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Graph-Revised Convolutional Network

About

Graph Convolutional Networks (GCNs) have received increasing attention in the machine learning community for effectively leveraging both the content features of nodes and the linkage patterns across graphs in various applications. As real-world graphs are often incomplete and noisy, treating them as ground-truth information, which is a common practice in most GCNs, unavoidably leads to sub-optimal solutions. Existing efforts for addressing this problem either involve an over-parameterized model which is difficult to scale, or simply re-weight observed edges without dealing with the missing-edge issue. This paper proposes a novel framework called Graph-Revised Convolutional Network (GRCN), which avoids both extremes. Specifically, a GCN-based graph revision module is introduced for predicting missing edges and revising edge weights w.r.t. downstream tasks via joint optimization. A theoretical analysis reveals the connection between GRCN and previous work on multigraph belief propagation. Experiments on six benchmark datasets show that GRCN consistently outperforms strong baseline methods by a large margin, especially when the original graphs are severely incomplete or the labeled instances for model training are highly sparse.

Donghan Yu, Ruohong Zhang, Zhengbao Jiang, Yuexin Wu, Yiming Yang• 2019

Related benchmarks

TaskDatasetResultRank
RecommendationAmazon Sports (test)
Recall@103.71
57
Node ClassificationCora (standard)
Accuracy67.4
46
Node ClassificationCiteseer (standard)
Accuracy67.3
46
RecommendationAmazon Baby (test)
Recall@100.0359
42
Node ClassificationPubmed standard (original)
Accuracy67.3
25
Node ClassificationPubmed v1 (test)
Accuracy69.24
19
Node ClassificationCiteseer120 1 (test)
Accuracy71.24
18
Node ClassificationCora390 1 (test)
Accuracy73.34
18
Node ClassificationCora140 1 (test)
Accuracy0.6886
18
Node ClassificationCiteseer370 1 (test)
Accuracy73.62
18
Showing 10 of 15 rows

Other info

Follow for update