Share your thoughts, 1 month free Claude Pro on usSee more
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
824
Node ClassificationChameleon (test)
Mean Accuracy42.42
297
Node ClassificationCornell (test)
Mean Accuracy56.76
274
Node ClassificationTexas (test)
Mean Accuracy67.03
269
Node ClassificationSquirrel (test)
Mean Accuracy41.04
267
Node ClassificationWisconsin (test)
Mean Accuracy54.9
239
Node ClassificationCora-ML
Accuracy78.05
232
Showing 7 of 7 rows

Other info

Follow for update