Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Deep Generative Model for Periodic Graphs

About

Periodic graphs are graphs consisting of repetitive local structures, such as crystal nets and polygon mesh. Their generative modeling has great potential in real-world applications such as material design and graphics synthesis. Classical models either rely on domain-specific predefined generation principles (e.g., in crystal net design), or follow geometry-based prescribed rules. Recently, deep generative models has shown great promise in automatically generating general graphs. However, their advancement into periodic graphs have not been well explored due to several key challenges in 1) maintaining graph periodicity; 2) disentangling local and global patterns; and 3) efficiency in learning repetitive patterns. To address them, this paper proposes Periodical-Graph Disentangled Variational Auto-encoder (PGD-VAE), a new deep generative models for periodic graphs that can automatically learn, disentangle, and generate local and global graph patterns. Specifically, we develop a new periodic graph encoder consisting of global-pattern encoder and local-pattern encoder that ensures to disentangle the representation into global and local semantics. We then propose a new periodic graph decoder consisting of local structure decoder, neighborhood decoder, and global structure decoder, as well as the assembler of their outputs that guarantees periodicity. Moreover, we design a new model learning objective that helps ensure the invariance of local-semantic representations for the graphs with the same local structure. Comprehensive experimental evaluations have been conducted to demonstrate the effectiveness of the proposed method. The code of proposed PGD-VAE is availabe at https://github.com/shi-yu-wang/PGD-VAE.

Shiyu Wang, Xiaojie Guo, Liang Zhao• 2022

Related benchmarks

TaskDatasetResultRank
Graph generationQMOF
KLD Cluster0.8508
8
Graph generationMeshSeq
KLD (Cluster)0.3977
8
Graph generationSynthetic
KLD (Cluster)3.1863
8
Graph generationQMOF
Uniqueness1
8
Graph generationMeshSeg
Uniqueness1
8
Graph generationSynthetic
Uniqueness1
8
Showing 6 of 6 rows

Other info

Code

Follow for update