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
Journal ArticleDOI

Disease Prediction via Graph Neural Networks

TL;DR: An innovative model based on Graph Neural Networks (GNNs) for disease prediction, which utilizes external knowledge bases to augment the insufficient EMR data, and learns highly representative node embeddings for patients, diseases and symptoms from the medical concept graph and patient record graph respectively constructed from themedical knowledge base and EMRs is introduced.
Posted Content

Composition-based Multi-Relational Graph Convolutional Networks

TL;DR: This paper proposes CompGCN, a novel Graph Convolutional framework which jointly embeds both nodes and relations in a relational graph and leverages a variety of entity-relation composition operations from Knowledge Graph Embedding techniques and scales with the number of relations.
Posted Content

AdaGCN: Adaboosting Graph Convolutional Networks into Deep Models

TL;DR: A novel RNN-like deep graph neural network architecture by incorporating AdaBoost into the computation of network called AdaGCN~(AdaBoosting Graph Convolutional Network) has the ability to efficiently extract knowledge from high-order neighbors and integrate knowledge from different hops of neighbors into the network in an AdaBoost way.
Proceedings ArticleDOI

Interactive Paths Embedding for Semantic Proximity Search on Heterogeneous Graphs

TL;DR: This paper introduces a novel concept of interactive paths to model the inter-dependency among multiple paths between a query object and a target object, and proposes an Interactive Paths Embedding (IPE) model, which learns low-dimensional representations for the resulting interactive-paths structures for proximity estimation.
Posted Content

Self-Supervised Graph Representation Learning via Global Context Prediction.

TL;DR: This paper introduces a novel self-supervised strategy for graph representation learning by exploiting natural supervision provided by the data itself by randomly selecting pairs of nodes in a graph and training a well-designed neural net to predict the contextual position of one node relative to the other.
Related Papers (5)