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
Posted Content

Supervised Learning on Relational Databases with Graph Neural Networks.

TL;DR: This work introduces a method that uses Graph Neural Networks to overcome challenges of training machine learning models on data stored in relational databases and outperforms state-of-the-art automatic feature engineering methods on two out of three datasets.
Proceedings ArticleDOI

Learning Dynamic Graph Embedding for Traffic Flow Forecasting: A Graph Self-Attentive Method

TL;DR: The proposed novel spatial-temporal graph self-attentive model (STGSA) for short-term traffic flow forecasting outperforms most of the state-of-the-art baselines on traffic flow data of Langfang, China throughout the year of 2014.
Posted Content

Network Transfer Learning via Adversarial Domain Adaptation with Graph Convolution.

TL;DR: A novel network transfer learning framework AdaGCN is proposed by leveraging the techniques of adversarial domain adaptation and graph convolution to solve the problem of cross-network node classification to overcome the insufficiency of labeled data in a single network.
Posted Content

Advancing GraphSAGE with A Data-Driven Node Sampling.

TL;DR: This work proposes a new data-driven sampling approach to reason about the real-valued importance of a neighborhood by a non-linear regressor, and to use the value as a criterion for subsampling neighborhoods.
Posted Content

Fisher-Bures Adversary Graph Convolutional Networks.

TL;DR: In this paper, the authors proposed a graph convolutional network based on quantum information geometry, which can be characterized by the eigendecomposition of the graph Laplacian matrix.
Related Papers (5)