pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
21.41k stars 3.67k forks source link

Generative Modelling on Graphs Request. #983

Open joeybose opened 4 years ago

joeybose commented 4 years ago

I love Pytorch Geometric and it's ease of use over other graph libs. However, one pain point is that there doesn't seem to be easy to use graph generative models. In particular, it would be really to have some canonical Generative models on graphs which already have pytorch code. Personally, I would love if these ones could be added:

1) GRAN: https://github.com/lrjconan/GRAN 2) GraphRNN: https://github.com/JiaxuanYou/graph-generation

I'm happy to help build this together as well :)

rusty1s commented 4 years ago

I really like that idea, but I sadly do not have much expertise in graph generation. Eventually, @JiaxuanYou has some thoughts on how to integrate those models?

suiluj commented 3 years ago

@joeybose did you manage to use pytorch geometric for generative graph models?

joeybose commented 3 years ago

I did try it on a project but I quickly abandoned it as Graph Generation is quite a challenging task and the GRAN repo is already super opaque.

suiluj commented 3 years ago

ah okay thanks for the info.

nashid commented 2 years ago

@rusty1s @JiaxuanYou @joeybose wondering any of you built a generative model with this library?

orausch commented 2 years ago

@nashid I'm working on it (for another project), will try to open a PR later this month :)

ketyi commented 2 years ago

@nashid I'm working on it (for another project), will try to open a PR later this month :)

Keep me in the loop please :)

nashid commented 2 years ago

@orausch curious to know which generative model are you implementing?

orausch commented 2 years ago

@orausch curious to know which generative model are you implementing?

We have implemented the GraphRNN-S model from the GraphRNN paper