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

CAGNN: Cluster-Aware Graph Neural Networks for Unsupervised Graph Representation Learning.

TL;DR: A novel cluster-aware graph neural network (CAGNN) model for unsupervised graph representation learning using self-supervised techniques, which gains over 7% improvements in terms of accuracy on node clustering over state-of-the-arts.
Proceedings ArticleDOI

Resource Allocation based on Graph Neural Networks in Vehicular Communications

TL;DR: In this article, a graph neural network (GNN) was applied to learn the low-dimensional feature of each node based on the graph information and multi-agent reinforcement learning (RL) was used to make spectrum allocation.
Posted Content

Bilinear Graph Networks for Visual Question Answering

TL;DR: This paper revisits the bilinear attention networks in the visual question answering task from a graph perspective and develops bilInear graph networks to model the context of the joint embeddings of words and objects.
Posted Content

Understanding Human Gaze Communication by Spatio-Temporal Graph Reasoning

TL;DR: A spatio-temporal graph neural network is proposed to explicitly represent the diverse gaze interactions in the social scenes and to infer atomic- level gaze communication by message passing and an event network with encoder-decoder structure to predict the event-level gaze communication.
Posted Content

Variational Graph Recurrent Neural Networks

TL;DR: A novel hierarchical variational model is developed that introduces additional latent random variables to jointly model the hidden states of a graph recurrent neural network (GRNN) to capture both topology and node attribute changes in dynamic graphs.
Related Papers (5)