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

A Restricted Black-box Adversarial Framework Towards Attacking Graph Embedding Models

TL;DR: In this article, a generalized adversarial attack (GF-attack) is proposed to attack graph embeddings in a black-box fashion, where the graph embedding model is constructed by the graph filter and feature matrix.
Proceedings ArticleDOI

Coherent Comments Generation for Chinese Articles with a Graph-to-Sequence Model

TL;DR: A graph-to-sequence model that models the input news as a topic interaction graph can better understand the internal structure of the article and the connection between topics, which makes it better able to generate coherent and informative comments.
Journal ArticleDOI

Context-Dependent Propagating-Based Video Recommendation in Multimodal Heterogeneous Information Networks

TL;DR: This paper proposes a Context-Dependent Propagating Recommendation network (CDPRec) to obtain accurate video embedding and capture global context cues among videos in HINs, and demonstrates the effectiveness of the proposed methods compared with strong baselines.
Posted Content

Bi-GCN: Binary Graph Convolutional Network

TL;DR: A Binary Graph Convolutional Network (Bi-GCN), which binarizes both the network parameters and input node features, and the original matrix multiplications are revised to binary operations for accelerations.
Journal ArticleDOI

Learning Multi-Attention Context Graph for Group-Based Re-Identification.

TL;DR: A novel unified framework to simultaneously address the above tasks, i.e., group re-id and group-aware person re-ids is proposed, and a context graph is constructed to exploit dependencies among different people.
Related Papers (5)