Directed Graph Representation through Vector Cross Product
Ramanujam Madhavan, Mohit Wadhwa

TL;DR
This paper introduces a novel directed graph embedding method using vector cross product within a Siamese neural network to explicitly preserve edge directions, outperforming existing methods on real-world tasks.
Contribution
The paper proposes a new approach leveraging the non-commutative property of cross product for directed graph embeddings, extending it to N-dimensional space.
Findings
Effective preservation of edge directionality in low-dimensional embeddings
Outperforms state-of-the-art methods on link prediction
Improves node recommendation accuracy
Abstract
Graph embedding methods embed the nodes in a graph in low dimensional vector space while preserving graph topology to carry out the downstream tasks such as link prediction, node recommendation and clustering. These tasks depend on a similarity measure such as cosine similarity and Euclidean distance between a pair of embeddings that are symmetric in nature and hence do not hold good for directed graphs. Recent work on directed graphs, HOPE, APP, and NERD, proposed to preserve the direction of edges among nodes by learning two embeddings, source and target, for every node. However, these methods do not take into account the properties of directed edges explicitly. To understand the directional relation among nodes, we propose a novel approach that takes advantage of the non commutative property of vector cross product to learn embeddings that inherently preserve the direction of edges…
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 · Functional Brain Connectivity Studies
MethodsHigh-Order Proximity preserved Embedding
