# Autoregressive Models for Sequences of Graphs

**Authors:** Daniele Zambon, Daniele Grattarola, Lorenzo Livi, Cesare Alippi

arXiv: 1903.07299 · 2019-03-19

## TL;DR

This paper introduces an autoregressive model for sequences of graphs with variable topology, using graph neural networks to predict future graphs, outperforming existing baselines on synthetic data.

## Contribution

It formalizes an autoregressive model for general graph families and employs GNNs to learn and predict graph sequences, a novel approach in this domain.

## Key findings

- Significantly better performance than baselines on synthetic graph data.
- Effective modeling of variable-topology graph sequences.
- Demonstrates the potential of GNNs in sequence prediction tasks.

## Abstract

This paper proposes an autoregressive (AR) model for sequences of graphs, which generalises traditional AR models. A first novelty consists in formalising the AR model for a very general family of graphs, characterised by a variable topology, and attributes associated with nodes and edges. A graph neural network (GNN) is also proposed to learn the AR function associated with the graph-generating process (GGP), and subsequently predict the next graph in a sequence. The proposed method is compared with four baselines on synthetic GGPs, denoting a significantly better performance on all considered problems.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.07299/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1903.07299/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1903.07299/full.md

---
Source: https://tomesphere.com/paper/1903.07299