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

The logic of graph neural networks

TL;DR: In this article, it has been shown that the expressiveness of GNNs can be characterised precisely by the combinatorial Weisfeiler-Leman algorithms and by finite variable counting logics.
Proceedings ArticleDOI

Streaming Graph Neural Networks via Continual Learning

TL;DR: Wang et al. as mentioned in this paper proposed a streaming GNN model based on continual learning so that the model is trained incrementally and up-to-date node representations can be obtained at each time step.
Posted Content

Hierarchical Graph Representations in Digital Pathology

TL;DR: A novel multi-level hierarchical entity-graph representation of tissue specimens is proposed to model the hierarchical compositions that encode histological entities as well as their intra- and inter-entity level interactions and is demonstrated to yield superior classification results compared to alternative methods aswell as individual pathologists.
Posted Content

Heterogeneous Hypergraph Embedding for Graph Classification.

TL;DR: This work proposes a graph neural network-based representation learning framework for heterogeneous hypergraphs, an extension of conventional graphs, which can well characterize multiple non-pairwise relations and shows that relationships beyond pairwise are also advantageous in the spammer detection.
Proceedings Article

Adaptive Universal Generalized PageRank Graph Neural Network

TL;DR: In this paper, a generalized PageRank (GPR) GNN architecture is proposed that adaptively learns the GPR weights so as to jointly optimize node feature and topological information extraction, regardless of the extent to which node labels are homophilic or heterophilic.
Related Papers (5)