paper-with-me

Papers

Directed Graph Convolutional Network

2020-04-29 · Zekun Tong, Yuxuan Liang, Changsheng Sun, David S. Rosenblum, Andrew Lim

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.

📄 PDF Abstract BibTeX arXiv:2004.13970

Code (1)

seijimaekawa/a2dug pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Spectral-based Graph Convolutional Network for Directed Graphs

2019-07-21 · Yi Ma, Jianye Hao, Yaodong Yang, Han Li 외

Graph convolutional networks(GCNs) have become the most popular approaches for graph data in these days because of their powerful ability to extract features from graph. GCNs approaches are divided into two categories, s…

Learning flexible representations of stochastic processes on graphs

2017-11-03 · Addison Bohannon, Brian Sadler, Radu Balan

Graph convolutional networks adapt the architecture of convolutional neural networks to learn rich representations of data supported on arbitrary graphs by replacing the convolution operations of convolutional neural net…

DDGCN: A Dynamic Directed Graph Convolutional Network for Action Recognition

2020-08-01 · ECCV 2020 8 · Matthew Korban, Xin Li

We propose a Dynamic Directed Graph Convolutional Network (DDGCN) to model spatial and temporal features of human actions from their skeletal representations. The DDGCN consists of three new feature modeling modules: (1)…

Action Recognition

Conditional Directed Graph Convolution for 3D Human Pose Estimation

2021-07-16 · WenBo Hu, Changgong Zhang, Fangneng Zhan, Lei Zhang 외

Graph convolutional networks have significantly improved 3D human pose estimation by representing the human skeleton as an undirected graph. However, this representation fails to reflect the articulated characteristic of…

3D Human Pose EstimationPose Estimation

MotifNet: a motif-based Graph Convolutional Network for directed graphs

2018-02-04 · Federico Monti, Karl Otness, Michael M. Bronstein

Deep learning on graphs and in particular, graph convolutional neural networks, have recently attracted significant attention in the machine learning community. Many of such techniques explore the analogy between the gra…

BIG-bench Machine Learning