paper-with-me

Papers

Force-directed graph embedding with hops distance

2023-09-11 · Hamidreza Lotfalizadeh, Mohammad Al Hasan

Graph embedding has become an increasingly important technique for analyzing graph-structured data. By representing nodes in a graph as vectors in a low-dimensional space, graph embedding enables efficient graph processing and analysis tasks like node classification, link prediction, and visualization. In this paper, we propose a novel force-directed graph embedding method that utilizes the steady acceleration kinetic formula to embed nodes in a way that preserves graph topology and structural features. Our method simulates a set of customized attractive and repulsive forces between all node pairs with respect to their hop distance. These forces are then used in Newton's second law to obtain the acceleration of each node. The method is intuitive, parallelizable, and highly scalable. We evaluate our method on several graph analysis tasks and show that it achieves competitive performance compared to state-of-the-art unsupervised embedding techniques.

📄 PDF Abstract BibTeX arXiv:2309.05865

Code (1)

hessamla/forcedirected 공식 구현 pytorch

Tasks

Graph EmbeddingLink PredictionNode Classification

Similar Papers 제목 키워드 기반

Embedding Directed Graphs in Potential Fields Using FastMap-D

2020-06-04 · Sriram Gopalakrishnan, Liron Cohen, Sven Koenig, T. K. Satish Kumar

Embedding undirected graphs in a Euclidean space has many computational benefits. FastMap is an efficient embedding algorithm that facilitates a geometric interpretation of problems posed on undirected graphs. However, E…

Force2Vec: Parallel force-directed graph embedding

2020-09-17 · Md. Khaledur Rahman, Majedul Haque Sujon, Ariful Azad

A graph embedding algorithm embeds a graph into a low-dimensional space such that the embedding preserves the inherent properties of the graph. While graph embedding is fundamentally related to graph visualization, prior…

ClusteringGraph EmbeddingLink PredictionNode Classification

The Immersion of Directed Multi-graphs in Embedding Fields. Generalisations

2020-04-28 · Bogdan Bocse, Ioan Radu Jinga

The purpose of this paper is to outline a generalised model for representing hybrids of relational-categorical, symbolic, perceptual-sensory and perceptual-latent data, so as to embody, in the same architectural data lay…

Reinforcement LearningReinforcement Learning (RL)

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 task…

ClusteringGraph EmbeddingLink Prediction

The Forward-Backward Embedding of Directed Graphs

2019-05-01 · ICLR 2019 5 · Thomas Bonald, Nathan de Lara

We introduce a novel embedding of directed graphs derived from the singular value decomposition (SVD) of the normalized adjacency matrix. Specifically, we show that, after proper normalization of the singular vectors, …