pyg-team / pytorch_geometric

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

Embedding propagation #4017

Open flpgrz opened 2 years ago

flpgrz commented 2 years ago

🚀 The feature, motivation and pitch

Hi, it would be awesome to implement Learning Graph Representations with Embedding Propagation by Alberto Garcia-Duran, Mathias Niepert for unsupervised learning on graphs.

Motivation

It's a very useful unsupervised learning approach for learning graph representations without ground truth labels. Additionally, the approach can be extended to operate with missing features.

flpgrz commented 2 years ago

FYI @mniepert, @diningphil

rusty1s commented 2 years ago

We can definitively try to integrate this approach into PyG. Do you want to get involved into this?

flpgrz commented 2 years ago

@rusty1s, in a couple of months, I will hopefully have some free time and could contribute to this, yes.