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

Meta-Inductive Node Classification across Graphs.

TL;DR: This paper proposes a novel meta-inductive framework called MI-GNN to customize the inductive model to each graph under a meta-learning paradigm, and employs a dual adaptation mechanism at both the graph and task levels.
Proceedings ArticleDOI

Unsupervised Author Disambiguation using Heterogeneous Graph Convolutional Network Embedding

TL;DR: This paper proposes a novel and efficient author disambiguation framework which needs no labeled data, and proposes a graph enhanced clustering method for name disambIGuation that can greatly accelerate the clustering process and need not require the number of distinct persons.
Journal ArticleDOI

FastGAE: Scalable graph autoencoders with stochastic subgraph decoding.

TL;DR: FastGAE as mentioned in this paper is a general framework to scale graph AE and VAE to large graphs with millions of nodes and edges, based on an effective stochastic subgraph decoding scheme.
Posted Content

DeepDrawing: A Deep Learning Approach to Graph Drawing.

TL;DR: This work proposes using a graph-LSTM-based approach to directly map network structures to graph drawings and evaluates the proposed approach on two special types of layouts and two general type of layouts in both qualitative and quantitative ways.
Proceedings ArticleDOI

Twitter Homophily: Network Based Prediction of User’s Occupation

TL;DR: This study extends an existing data set for this problem, and achieves significantly better performance by using social network homophily that has not been fully exploited in previous work by using the graph convolutional network to exploit socialhomophily.
Related Papers (5)