Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery &Amp; Data Mining 2018
DOI: 10.1145/3219819.3219947
|View full text |Cite
|
Sign up to set email alerts
|

Large-Scale Learnable Graph Convolutional Networks

Abstract: Convolutional neural networks (CNNs) have achieved great success on grid-like data such as images, but face tremendous challenges in learning from more generic data such as graphs. In CNNs, the trainable local filters enable the automatic extraction of high-level features. The computation with filters requires a fixed number of ordered units in the receptive fields. However, the number of neighboring units is neither fixed nor are they ordered in generic graphs, thereby hindering the applications of convolutio… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
312
0
1

Year Published

2018
2018
2022
2022

Publication Types

Select...
4
2
1
1

Relationship

0
8

Authors

Journals

citations
Cited by 487 publications
(313 citation statements)
references
References 19 publications
0
312
0
1
Order By: Relevance
“…The core idea is to iteratively aggregate attributed node vectors around each node, and messages propagates by stacking multiple layers. However, the original design of GCN is not suitable for our scenario because of the following reasons: First, existing GCN works [12,14] do not distinguish different types of nodes, whereas in our case, it does not make sense to aggregate user and URL nodes together. And the aggregation function proposed in most GCN works treats all its adjacency nodes with the same importance.…”
Section: Graph Convolutional Networkmentioning
confidence: 99%
See 1 more Smart Citation
“…The core idea is to iteratively aggregate attributed node vectors around each node, and messages propagates by stacking multiple layers. However, the original design of GCN is not suitable for our scenario because of the following reasons: First, existing GCN works [12,14] do not distinguish different types of nodes, whereas in our case, it does not make sense to aggregate user and URL nodes together. And the aggregation function proposed in most GCN works treats all its adjacency nodes with the same importance.…”
Section: Graph Convolutional Networkmentioning
confidence: 99%
“…With the surge of Graph-based Neural Network, GCN-based approaches have shown strong effectiveness on various tasks [12,14,23], including recommender system. The core idea is to iteratively aggregate attributed node vectors around each node, and messages propagates by stacking multiple layers.…”
Section: Graph Convolutional Networkmentioning
confidence: 99%
“…Compared to the spectralbased methods which handle the whole graph simultaneously, the spatial approaches can instead process graph nodes in batches thus can be scalable to large graphs. Recent works on this approach include [21,23,12,37,36,40].…”
Section: Related Work 21 Drug Representationmentioning
confidence: 99%
“…Compared to the spectral-based methods which handle the whole graph simultaneously, the spatial approaches can instead process graph nodes in batches thus can be scalable to large graphs. Recent works on this approach include [21,23,12,37,36,40] GCNs have been used in computational drug discovery [34], including quantitative structure activity/property relationship prediction, interaction prediction, synthesis prediction, and de novo molecular design. The problem we explore in this paper, prediction of drug-target binding affinity, belongs to the task of interaction prediction, where the interactions could be among drugs, among proteins, or between drugs and proteins.…”
Section: Related Work 21 Drug Representationmentioning
confidence: 99%
“…Graph Convolutional Neural Network (G-CNN): for apply convolution-like operators over irregular local supports, as graphs where nodes can have a varying number of neighbors which can be used as layers in deep networks, for node classification or recommendation, link prediction and etc. in this process we involved with three challenges, a) defining translation structure on graphs to allow parameters sharing, b) designing compactly supported filters on graphs, c) aggregating multi-scale information, the proposed strategies broadly fall into two domains, there is one spatial operation directly perform the convolution by aggregating the neighbor nodes' information in a certain batch of the graph, where weights can be easily shared across different structures [21,22] and other one is spectral operation relies on the Eigen-decomposition of the Laplacian matrix that apply in whole graph at the same time [23,24,25,26], spectral-based decomposition is often unstable making the generalization across different graphs difficult [10], that cannot preserve both the local and global network structures also require large memory and computation. On the other hand, local filtering approaches [27] rely on possibly suboptimal hardcoded local pseudo-coordinates over graph to define filters.…”
Section: Approachmentioning
confidence: 99%