Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.25 KB

Graph_gen.md

File metadata and controls

44 lines (26 loc) · 1.25 KB

Graph Generation Application

Application

image-20220920110245376

Two main methods:

  • One-shot generation
  • Sequential generation

image-20220920110406463

GraphVAE(One-shot generation)

image-20220920110449985

  • Encoder: GNN graph to vector

  • Decoder(generator): MLP vector to A E F (graph)

Graph Translation

GT-GAN

GT-GANs learn a conditional generative model, which is a graph translator that is conditioned on input graph and generate the associated target graph.

Aim at translating a graph with one modality to a new one with other modality using deep neural networks architecture. Eg: Examples include generating the traffic jam situation given a road network without traffic jam.

image-20220920110716974

  • Graph translator
    • Encoder + decoder
  • Conditional graph discriminator

Benchmark dataset

GraphGT

image-20220920112505346

Future Opportunities

  • Scalability.
  • Validity constraint
  • Interpretability and Controllability.