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 Article

Unifying Graph Convolutional Neural Networks and Label Propagation

TL;DR: This work proposes an end-to-end model that unifies GCN and LPA for node classification, and shows superiority over state-of-the-art GCN-based methods in terms of node classification accuracy.
Proceedings ArticleDOI

Learning to Cluster Faces on an Affinity Graph

TL;DR: This work explores a novel approach, namely, learning to cluster instead of relying on hand-crafted criteria, and proposes a framework based on graph convolutional network, which combines a detection and a segmentation module to pinpoint face clusters.
Proceedings ArticleDOI

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

TL;DR: This paper introduces a heterogeneous graph with different types of nodes and edges, 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

Auto-GNN: Neural Architecture Search of Graph Neural Networks.

TL;DR: The automated graph neural networks (AGNN) framework is proposed, which aims to find an optimal GNN architecture within a predefined search space, and has a novel parameter sharing strategy that enables homogeneous architectures to share parameters, based on a carefully-designed homogeneity definition.
Proceedings ArticleDOI

Bipartite Graph Network with Adaptive Message Passing for Unbiased Scene Graph Generation

TL;DR: This work introduces a novel confidence-aware bipartite graph neural network with adaptive message propagation mechanism for unbiased scene graph generation and proposes an efficient bi-level data resampling strategy to alleviate the imbalanced data distribution problem in training the authors' graph network.
Related Papers (5)