LGSIOct 14, 2020

Disentangled Dynamic Graph Deep Generation

arXiv:2010.07276v247 citations
Originality Incremental advance
AI Analysis

This work addresses a gap in deep generative models for dynamic graphs, which is incremental as it extends existing static methods to handle dynamic characteristics.

The paper tackles the problem of generating dynamic graphs, which are important for applications like protein folding and molecule reactions, by proposing a factorized deep generative model framework that achieves interpretable dynamic graph generation, with extensive experiments demonstrating its effectiveness.

Deep generative models for graphs have exhibited promising performance in ever-increasing domains such as design of molecules (i.e, graph of atoms) and structure prediction of proteins (i.e., graph of amino acids). Existing work typically focuses on static rather than dynamic graphs, which are actually very important in the applications such as protein folding, molecule reactions, and human mobility. Extending existing deep generative models from static to dynamic graphs is a challenging task, which requires to handle the factorization of static and dynamic characteristics as well as mutual interactions among node and edge patterns. Here, this paper proposes a novel framework of factorized deep generative models to achieve interpretable dynamic graph generation. Various generative models are proposed to characterize conditional independence among node, edge, static, and dynamic factors. Then, variational optimization strategies as well as dynamic graph decoders are proposed based on newly designed factorized variational autoencoders and recurrent graph deconvolutions. Extensive experiments on multiple datasets demonstrate the effectiveness of the proposed models.

Code Implementations1 repo
Foundations

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

Your Notes