Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementation of the DropMessage paper #412

Open
rbSparky opened this issue Mar 7, 2024 · 2 comments
Open

implementation of the DropMessage paper #412

rbSparky opened this issue Mar 7, 2024 · 2 comments

Comments

@rbSparky
Copy link
Contributor

rbSparky commented Mar 7, 2024

Recently I had planned to work on some experiments related to the DropMessage paper and its extensions and application on various datasets like

  • Cora
  • CiteSeer
  • Pubmed
  • Flickr
  • ogbn-arxiv

If it would be considered useful, I could write up a tutorial/blog related to the work to show GNN.jl users how to modify architectures and use them on various datasets and experiment along the way.
Experiments include:

  • Edge perturbation
  • Feature noise injection
  • Subgraph sampling
  • Diffusion

Let me know if this will be useful for the repository! 😄
Thanks

@rbSparky rbSparky changed the title Blog related to DropMessage paper Tutorial/Blog related to DropMessage paper Mar 7, 2024
@rbSparky
Copy link
Contributor Author

rbSparky commented Mar 17, 2024

dataaugment
I will use this space to add notes regarding this problem

@rbSparky rbSparky changed the title Tutorial/Blog related to DropMessage paper Tutorial/Blog related to Equvariant Graph Neural Networks Apr 30, 2024
@rbSparky
Copy link
Contributor Author

rbSparky commented Apr 30, 2024

After further discussion(on Slack), since it has been decided that it would be more valuable to implement more relevant applications, this discussion thread can now be used for writing the tutorial for "Molecular Property Prediction using EGNNs". It can serve as a part 2 to the current published tutorial, adding a regression task(using QM9) since currently only classification is shown
Paper

Dataset to be used: QM9

The above techniques from DropMessage can be incorporated as data augmentation technique (to show the user how to write custom functions for tasks like these)

This tutorial is in progress!

@CarloLucibello CarloLucibello changed the title Tutorial/Blog related to Equvariant Graph Neural Networks implementation of the DropMessage paper Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant