scispace - formally typeset
Open AccessPosted Content

Machine Learning on Graphs: A Model and Comprehensive Taxonomy

Reads0
Chats0
TLDR
A comprehensive taxonomy of representation learning methods for graph-structured data is proposed, aiming to unify several disparate bodies of work and provide a solid foundation for understanding the intuition behind these methods, and enables future research in the area.
Abstract
There has been a surge of recent interest in learning representations for graph-structured data. Graph representation learning methods have generally fallen into three main categories, based on the availability of labeled data. The first, network embedding (such as shallow graph embedding or graph auto-encoders), focuses on learning unsupervised representations of relational structure. The second, graph regularized neural networks, leverages graphs to augment neural network losses with a regularization objective for semi-supervised learning. The third, graph neural networks, aims to learn differentiable functions over discrete topologies with arbitrary structure. However, despite the popularity of these areas there has been surprisingly little work on unifying the three paradigms. Here, we aim to bridge the gap between graph neural networks, network embedding and graph regularization models. We propose a comprehensive taxonomy of representation learning methods for graph-structured data, aiming to unify several disparate bodies of work. Specifically, we propose a Graph Encoder Decoder Model (GRAPHEDM), which generalizes popular algorithms for semi-supervised learning on graphs (e.g. GraphSage, Graph Convolutional Networks, Graph Attention Networks), and unsupervised learning of graph representations (e.g. DeepWalk, node2vec, etc) into a single consistent approach. To illustrate the generality of this approach, we fit over thirty existing methods into this framework. We believe that this unifying view both provides a solid foundation for understanding the intuition behind these methods, and enables future research in the area.

read more

Citations
More filters
Posted Content

Graph Neural Networks: A Review of Methods and Applications

TL;DR: A detailed review over existing graph neural network models is provided, systematically categorize the applications, and four open problems for future research are proposed.
Journal ArticleDOI

Graph Neural Networks: A Review of Methods and Applications

TL;DR: In this paper, the authors propose a general design pipeline for GNN models and discuss the variants of each component, systematically categorize the applications, and propose four open problems for future research.
Posted Content

Benchmarking Graph Neural Networks

TL;DR: A reproducible GNN benchmarking framework is introduced, with the facility for researchers to add new models conveniently for arbitrary datasets, and a principled investigation into the recent Weisfeiler-Lehman GNNs (WL-GNNs) compared to message passing-based graph convolutional networks (GCNs).
Journal Article

Benchmarking Graph Neural Networks

TL;DR: A reproducible GNN benchmarking framework is introduced, with the facility for researchers to add new models conveniently for arbitrary datasets, and a principled investigation into the recent Weisfeiler-Lehman GNNs (WL-GNNs) compared to message passing-based graph convolutional networks (GCNs).
Posted Content

TUDataset: A collection of benchmark datasets for learning with graphs.

TL;DR: The TUDataset for graph classification and regression is introduced, which consists of over 120 datasets of varying sizes from a wide range of applications and provides Python-based data loaders, kernel and graph neural network baseline implementations, and evaluation tools.
References
More filters
Proceedings ArticleDOI

Inferring Concept Hierarchies from Text Corpora via Hyperbolic Embeddings

TL;DR: A new method combining hyperbolic embeddings and Hearst patterns is proposed to set appropriate constraints for inferring concept hierarchies from distributional contexts while also being able to predict missing “is-a”-relationships and to correct wrong extractions.
Proceedings ArticleDOI

DDGK: Learning Graph Representations for Deep Divergence Graph Kernels

TL;DR: Deep Divergence Graph Kernels as discussed by the authors is an unsupervised method for learning representations over graphs that encodes a relaxed notion of graph isomorphism, which can learn representations for graph similarity with neither domain knowledge nor supervision.
Proceedings Article

Numerically Accurate Hyperbolic Embeddings Using Tiling-Based Models

TL;DR: This work proposes a new model which uses an integer-based tiling to represent \emph{any} point in hyperbolic space with provably bounded numerical error, and enables us to store the resulting embeddings with fewer bits.
Journal ArticleDOI

GEM: A Python package for graph embedding methods

TL;DR: Graph embedding, which aims to represent a graph in a low dimensional vector space, takes a step in this direction and can be used for various tasks on graphs such as visualization, clustering, classification and prediction.
Posted Content

Multi-relational Poincar\'e Graph Embeddings

TL;DR: The Multi-Relational Poincare model (MuRP) learns relation-specific parameters to transform entity embeddings by Mobius matrix-vector multiplication and Mobius addition and outperform their Euclidean counterpart and existing embedding methods on the link prediction task, particularly at lower dimensionality.
Related Papers (5)