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

Directed Graph Convolutional Network

About

Graph Convolutional Networks (GCNs) have been widely used due to their outstanding performance in processing graph-structured data. However, the undirected graphs limit their application scope. In this paper, we extend spectral-based graph convolution to directed graphs by using first- and second-order proximity, which can not only retain the connection properties of the directed graph, but also expand the receptive field of the convolution operation. A new GCN model, called DGCN, is then designed to learn representations on the directed graph, leveraging both the first- and second-order proximity information. We empirically show the fact that GCNs working only with DGCNs can encode more useful information from graph and help achieve better performance when generalized to other models. Moreover, extensive experiments on citation networks and co-purchase datasets demonstrate the superiority of our model against the state-of-the-art methods.

Zekun Tong, Yuxuan Liang, Changsheng Sun, David S. Rosenblum, Andrew Lim• 2020

Related benchmarks

TaskDatasetResultRank
Node ClassificationCiteseer (test)
Accuracy0.6465
729
Node ClassificationSquirrel (test)
Mean Accuracy41.04
234
Node ClassificationChameleon (test)
Mean Accuracy42.42
230
Node ClassificationCora-ML
Accuracy78.05
228
Node ClassificationTexas (test)
Mean Accuracy67.03
228
Node ClassificationWisconsin (test)
Mean Accuracy54.9
198
Node ClassificationCornell (test)
Mean Accuracy56.76
188
Showing 7 of 7 rows

Other info

Follow for update