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

Graph-based Deep Learning for Communication Networks: A Survey.

TL;DR: A recent survey of graph-based deep learning methods for communication networks is presented in this article. But the focus of this survey is not on the application of deep learning in communication networks.
Posted Content

Multi-hop Reading Comprehension across Multiple Documents by Reasoning over Heterogeneous Graphs.

TL;DR: In this paper, a heterogeneous graph with different types of nodes and edges is introduced, which is named as Heterogeneous Document-Entity (HDE) graph, which contains different granularity levels of information including candidates, documents and entities in specific document contexts.
Posted Content

A Two-Step Graph Convolutional Decoder for Molecule Generation.

TL;DR: A simple two-step decoding process is introduced, in which a bag of atoms is first generated, and then assembled, that provides a simple framework that allows us to develop an efficient molecule auto-encoder.
Posted Content

Graph Convolutional Network for Recommendation with Low-pass Collaborative Filters

TL;DR: In this paper, the authors leverage the original graph convolution in GCN and propose a collaborative graph filter (LCF) to remove the noise caused by exposure and quantization in the observed data.
Posted Content

Transfer Learning of Graph Neural Networks with Ego-graph Information Maximization

TL;DR: This work proposes a novel view towards the essential graph information and advocate the capturing of it as the goal of transferable GNN training, which motivates the design of The authors', a novel GNN framework based on ego-graph information maximization to analytically achieve this goal.
Related Papers (5)