Graph-Revised Convolutional Network
Abstract
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.
Cite
Text
Yu et al. "Graph-Revised Convolutional Network." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020. doi:10.1007/978-3-030-67664-3_23Markdown
[Yu et al. "Graph-Revised Convolutional Network." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020.](https://mlanthology.org/ecmlpkdd/2020/yu2020ecmlpkdd-graphrevised/) doi:10.1007/978-3-030-67664-3_23BibTeX
@inproceedings{yu2020ecmlpkdd-graphrevised,
title = {{Graph-Revised Convolutional Network}},
author = {Yu, Donghan and Zhang, Ruohong and Jiang, Zhengbao and Wu, Yuexin and Yang, Yiming},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2020},
pages = {378-393},
doi = {10.1007/978-3-030-67664-3_23},
url = {https://mlanthology.org/ecmlpkdd/2020/yu2020ecmlpkdd-graphrevised/}
}