scispace - formally typeset
Open AccessProceedings Article

Inductive Representation Learning on Large Graphs

TLDR
GraphSAGE as mentioned in this paper is a general, inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings instead of training individual embedding for each node.
Abstract
Low-dimensional embeddings of nodes in large graphs have proved extremely useful in a variety of prediction tasks, from content recommendation to identifying protein functions. However, most existing approaches require that all nodes in the graph are present during training of the embeddings; these previous approaches are inherently transductive and do not naturally generalize to unseen nodes. Here we present GraphSAGE, a general, inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings. Instead of training individual embeddings for each node, we learn a function that generates embeddings by sampling and aggregating features from a node's local neighborhood. Our algorithm outperforms strong baselines on three inductive node-classification benchmarks: we classify the category of unseen nodes in evolving information graphs based on citation and Reddit post data, and we show that our algorithm generalizes to completely unseen graphs using a multi-graph dataset of protein-protein interactions.

read more

Content maybe subject to copyright    Report

Citations
More filters
Proceedings ArticleDOI

BertGCN: Transductive Text Classification by Combining GNN and BERT

TL;DR: By jointly training the BERT and GCN modules within BertGCN, the proposed model is able to leverage the advantages of both worlds: large-scale pretraining which takes the advantage of the massive amount of raw data and transductive learning.
Proceedings ArticleDOI

Jointly Embedding the Local and Global Relations of Heterogeneous Graph for Rumor Detection

TL;DR: A novel global-local attention network (GLAN) for rumor detection is presented, which jointly encodes the local semantic and global structural information in the message propagation graph.
Posted Content

An Overview of Deep Semi-Supervised Learning

TL;DR: A comprehensive overview of deep semi-supervised learning is provided, starting with an introduction to the field, followed by a summarization of the dominant semi- supervised approaches in deep learning.
Posted Content

Linkage Based Face Clustering via Graph Convolution Network

TL;DR: Zhang et al. as discussed by the authors formulated the face clustering task as a link prediction problem, where a link exists between two faces if they are of the same identity and constructed sub-graphs around each instance as input data, which depict the local context.
Posted Content

Hierarchical Graph Pooling with Structure Learning

TL;DR: A novel graph pooling operator, called Hierarchical Graph Pooling with Structure Learning (HGP-SL), which can be integrated into various graph neural network architectures, and introduces a structure learning mechanism to learn a refined graph structure for the pooled graph at each layer.
Related Papers (5)