SIAILGNEMLSep 11, 2018

Multitask Learning on Graph Neural Networks: Learning Multiple Graph Centrality Measures with a Unified Network

arXiv:1809.07695v420 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of relational learning in symbolic domains, offering a method to efficiently compute multiple centrality measures simultaneously, though it is incremental in applying existing multitask techniques to GNNs.

The paper tackles the problem of multitask learning on graph neural networks (GNNs) by training a unified model to estimate multiple graph centrality measures, achieving 89% accuracy on random graphs with up to 128 vertices and generalizing to larger real-world graphs with up to 4k vertices.

The application of deep learning to symbolic domains remains an active research endeavour. Graph neural networks (GNN), consisting of trained neural modules which can be arranged in different topologies at run time, are sound alternatives to tackle relational problems which lend themselves to graph representations. In this paper, we show that GNNs are capable of multitask learning, which can be naturally enforced by training the model to refine a single set of multidimensional embeddings $\in \mathbb{R}^d$ and decode them into multiple outputs by connecting MLPs at the end of the pipeline. We demonstrate the multitask learning capability of the model in the relevant relational problem of estimating network centrality measures, focusing primarily on producing rankings based on these measures, i.e. is vertex $v_1$ more central than vertex $v_2$ given centrality $c$?. We then show that a GNN can be trained to develop a \emph{lingua franca} of vertex embeddings from which all relevant information about any of the trained centrality measures can be decoded. The proposed model achieves $89\%$ accuracy on a test dataset of random instances with up to 128 vertices and is shown to generalise to larger problem sizes. The model is also shown to obtain reasonable accuracy on a dataset of real world instances with up to 4k vertices, vastly surpassing the sizes of the largest instances with which the model was trained ($n=128$). Finally, we believe that our contributions attest to the potential of GNNs in symbolic domains in general and in relational learning in particular.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes