paper-with-me

Papers

Directed Graph Representation through Vector Cross Product

2020-10-21 · Ramanujam Madhavan, Mohit Wadhwa

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 among nodes. We learn the node embeddings through a Siamese neural network where the cross-product operation is incorporated into the network architecture. Although cross product between a pair of vectors is defined in three dimensional, the approach is extended to learn N dimensional embeddings while maintaining the non-commutative property. In our empirical experiments on three real-world datasets, we observed that even very low dimensional embeddings could effectively preserve the directional property while outperforming some of the state-of-the-art methods on link prediction and node recommendation tasks

📄 PDF Abstract BibTeX arXiv:2010.10737

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringGraph EmbeddingLink Prediction

Methods 이 논문이 사용한 방법론

HOPE 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Directed Graph Embedding

2020-08-09 · Shijie Zhu, JianXin Li, Hao Peng, Senzhang Wang 외

Node representation learning for directed graphs is critically important to facilitate many graph mining tasks. To capture the directed edges between nodes, existing methods mostly learn two embedding vectors for each no…

Generative Adversarial NetworkGraph EmbeddingGraph MiningRepresentation Learning

SVDformer: Direction-Aware Spectral Graph Embedding Learning via SVD and Transformer

2025-08-19 · Jiayu Fang, Zhiqi Shao, S T Boris Choy, Junbin Gao arxiv

Directed graphs are widely used to model asymmetric relationships in real-world systems. However, existing directed graph neural networks often struggle to jointly capture directional semantics and global structural patt…

Graph Representation LearningNode ClassificationGraph Embedding

Can Language Models Capture Graph Semantics? From Graphs to Language Model and Vice-Versa

2022-06-18 · Tarun Garg, Kaushik Roy, Amit Sheth

Knowledge Graphs are a great resource to capture semantic knowledge in terms of entities and relationships between the entities. However, current deep learning models takes as input distributed representations or vectors…

Deep LearningKnowledge GraphsLanguage ModelingLanguage Modelling

Rethinking the positive role of cluster structure in complex networks for link prediction tasks

2022-11-04 · Shanfan Zhang, Wenjiao Zhang, Zhan Bu

Clustering is a fundamental problem in network analysis that finds closely connected groups of nodes and separates them from other nodes in the graph, while link prediction is to predict whether two nodes in a network ar…

ClusteringLink PredictionPrediction

Estimating Vector Fields on Manifolds and the Embedding of Directed Graphs

2014-05-30 · Dominique Perrault-Joncas, Marina Meila

This paper considers the problem of embedding directed graphs in Euclidean space while retaining directional information. We model a directed graph as a finite set of observations from a diffusion on a manifold endowed w…

Graph Embedding