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

Hyperspectral Image Classification With Context-Aware Dynamic Graph Convolutional Network

TL;DR: Zhang et al. as mentioned in this paper proposed to capture long range contextual relations in hyperspectral image classification by performing successive graph convolutions on a learned region-induced graph which is transformed from the original 2D image grids.
Journal ArticleDOI

Contextual Correlation Preserving Multiview Featured Graph Clustering

TL;DR: This paper proposes a unified objective function for CCPMVFGC and develops an iterative strategy to solve the formulated optimization problem, and provides the theoretical analysis of the proposed model, including convergence proof and computational complexity analysis.
Proceedings ArticleDOI

Graph Neural Networks for IceCube Signal Classification

TL;DR: In this article, a graph neural network (GNN) was used to improve signal detection in the IceCube neutrino observatory, where nodes are sensors and edges are learned function of the sensors spatial coordinates.
Journal ArticleDOI

Familial Clustering for Weakly-Labeled Android Malware Using Hybrid Representation Learning

TL;DR: Andre, a new ANDroid Hybrid REpresentation Learning approach to clustering weakly-labeled Android malware by preserving heterogeneous information from multiple sources to jointly learn a hybrid representation for accurate clustering.
Posted Content

GE-SpMM: General-purpose Sparse Matrix-Matrix Multiplication on GPUs for Graph Neural Networks

TL;DR: GE-SpMM performs SpMM-like operation on sparse matrices represented in the most common Compressed Sparse Row (CSR) format, so it can be embedded in GNN frameworks with no preprocessing overheads and support general GNN algorithms.
Related Papers (5)