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

Rethinking the Item Order in Session-based Recommendation with Graph Neural Networks

TL;DR: Wang et al. as discussed by the authors propose a novel model which collaboratively considers the sequence order and the latent order in the session graph for a session-based recommender system, and formulate the next item recommendation within the session as a graph classification problem.
Journal ArticleDOI

Densely Connected Graph Convolutional Networks for Graph-to-Sequence Learning

TL;DR: This work introduces a dense connection strategy, proposing a novel Densely Connected Graph Convolutional Network (DCGCN), able to integrate both local and non-local features to learn a better structural representation of a graph.
Posted Content

Computing Graph Neural Networks: A Survey from Algorithms to Accelerators

TL;DR: A review of the field of GNNs is presented from the perspective of computing, and an in-depth analysis of current software and hardware acceleration schemes is provided, from which a hardware-software, graph-aware, and communication-centric vision for GNN accelerators is distilled.
Proceedings ArticleDOI

Leverage Lexical Knowledge for Chinese Named Entity Recognition via Collaborative Graph Network.

TL;DR: Experiments show that the model not only outperforms the state-of-the-art (SOTA) results, but also achieves a speed that is six to fifteen times faster than that of the SOTA model.
Journal ArticleDOI

Learning to Adapt Invariance in Memory for Person Re-Identification

TL;DR: Zhang et al. as mentioned in this paper proposed a graph-based positive prediction (GPP) method to explore reliable neighbors for the target domain, which is built upon the memory and is trained on the source samples.
Related Papers (5)