Book Chapter10.1007/978-3-030-59410-7_36
Graph Convolutional Network Using a Reliability-Based Feature Aggregation Mechanism
Yanling Wang,Cuiping Li,Jing Zhang,Peng Ni,Hong Chen +4 more
- 24 Sep 2020
- pp 536-552
TL;DR: This work presents a Graph Convolutional Network using a Reliability-based Feature Aggregation Mechanism called GraphRFA, where the neighbors for each node are sample according to different kinds of link reliability and further aggregate feature information from different reliability-specific neighborhoods by a dual feature aggregation scheme.
read more
Abstract: Graph convolutional networks (GCNs) have been proven extremely effective in a variety of prediction tasks. The general idea is to update the embedding of a node by recursively aggregating features from the node’s neighborhood. To improve the training efficiency, modern GCNs usually sample a fixed-size set of neighbors uniformly or sample according to nodes’ importance, instead of using the full neighborhood. However, both the sampling strategies ignore the reliability of a link between the target node and its neighbor, which can be implied by the graph structure and may seriously impact the performance of GCNs. To deal with this problem, we present a Graph Convolutional Network using a Reliability-based Feature Aggregation Mechanism called GraphRFA, where we sample the neighbors for each node according to different kinds of link reliability and further aggregate feature information from different reliability-specific neighborhoods by a dual feature aggregation scheme. We also theoretically prove that our aggregation scheme is permutation invariant for the graph data, and provide two simple but effective instantiations satisfying such scheme. Experimental results demonstrate the effectiveness of GraphRFA on different datasets.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
References
Emergence of Scaling in Random Networks
TL;DR: A model based on these two ingredients reproduces the observed stationary scale-free distributions, which indicates that the development of large networks is governed by robust self-organizing phenomena that go beyond the particulars of the individual systems.
39.1K
•Posted Content
Semi-Supervised Classification with Graph Convolutional Networks
Thomas Kipf,Max Welling +1 more
TL;DR: A scalable approach for semi-supervised learning on graph-structured data that is based on an efficient variant of convolutional neural networks which operate directly on graphs which outperforms related methods by a significant margin.
22.7K
Community structure in social and biological networks
Michelle Girvan,Mark Newman +1 more
TL;DR: This article proposes a method for detecting communities, built around the idea of using centrality indices to find community boundaries, and tests it on computer-generated and real-world graphs whose community structure is already known and finds that the method detects this known structure with high sensitivity and reliability.
Graph Attention Networks
Petar Veličković,Guillem Cucurull,Arantxa Casanova,Adriana Romero,Pietro Liò,Yoshua Bengio +5 more
- 15 Feb 2018
TL;DR: Graph Attention Networks (GATs) as mentioned in this paper leverage masked self-attentional layers to address the shortcomings of prior methods based on graph convolutions or their approximations.
•Posted Content
Inductive Representation Learning on Large Graphs
TL;DR: GraphSAGE is presented, a general, inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen data and outperforms strong baselines on three inductive node-classification benchmarks.
11.9K