[Feature Proposal] Attract-Repel Embeddings for PyTorch Geometric #10085
Closed
tommyly201
started this conversation in
Ideas
Replies: 1 comment
-
Duplicate of #10084. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
[Feature Proposal] Attract-Repel Embeddings for PyTorch Geometric
Hi PyG team,
I'm interested in contributing an implementation of Attract-Repel embeddings from the paper "Pseudo-Euclidean Attract-Repel Embeddings for Undirected Graphs" (Peysakhovich et al.). https://arxiv.org/pdf/2106.09671
This approach addresses a fundamental limitation in traditional graph embeddings: their inability to effectively represent non-transitive relationships. By splitting node representations into "attract" and "repel" components, the method improves link prediction performance, especially on heterophilic graphs.
The implementation would include:
The method has shown 10-20% AUC improvements on heterophilic networks while requiring minimal architectural changes. Result of a rudimentary implementation here: https://substack.com/home/post/p-157861370
Would the PyG team be interested in such a contribution? I'd appreciate any feedback or guidance before submitting a PR.
Thanks,
Tommy
Beta Was this translation helpful? Give feedback.
All reactions