Pseudo-Euclidean Attract-Repel Embeddings for Undirected Graphs
Alexander Peysakhovich, Anna Klimovskaia Susmel, Leon Bottou

TL;DR
This paper introduces pseudo-Euclidean embeddings with attract and repel vectors for undirected graphs, overcoming the transitivity limitations of traditional dot product embeddings and improving network representation and link prediction.
Contribution
It proposes a novel pseudo-Euclidean embedding method that captures non-transitive relationships in graphs, enhancing network compression and interpretability.
Findings
Efficient network compression achieved.
Supports multiple notions of nearest neighbors.
Integrates with existing models for improved link prediction.
Abstract
Dot product embeddings take a graph and construct vectors for nodes such that dot products between two vectors give the strength of the edge. Dot products make a strong transitivity assumption, however, many important forces generating graphs in the real world lead to non-transitive relationships. We remove the transitivity assumption by embedding nodes into a pseudo-Euclidean space - giving each node an attract and a repel vector. The inner product between two nodes is defined by taking the dot product in attract vectors and subtracting the dot product in repel vectors. Pseudo-Euclidean embeddings can compress networks efficiently, allow for multiple notions of nearest neighbors each with their own interpretation, and can be `slotted' into existing models such as exponential family embeddings or graph neural networks for better link prediction.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Opinion Dynamics and Social Influence
