-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Addition of Mean Substraction Operator from "Revisiting “Over-smoothing” in Deep GCNs" #5056
Comments
Thanks for sharing. This looks super easy to integrate within the |
Sure I'll pick it up! |
Great, if you pick it up works for me :) |
Do we want to add it to the |
Oh, you are right. I totally misread. |
I also misread this (sorry I was on my phone)... I made a PR here #5068, but happy for @Alvaro-Ciudad to take over and make any changes that make sense to you. I added it to the |
🚀 The feature, motivation and pitch
I have been working on graph autoencoders, and I had some problems with oversmoothing. I ve tried a few alternatives, and this is one of the best working ones.
I also believe that PyG could benefit of more alternative methods of tackling oversmoothing. The code of the layer is already done, so it would just be a simple pull request with a few tests.
Alternatives
It could also be added as a flag inside of the PairNorm implementation, as it is an special case of this normalization.
Additional context
The paper in question: https://arxiv.org/pdf/2003.13663v1.pdf
The text was updated successfully, but these errors were encountered: