paper-with-me

Papers

An Approach for Link Prediction in Directed Complex Networks based on Asymmetric Similarity-Popularity

2022-07-15 · Hafida Benhidour, Lama Almeshkhas, Said Kerrache

Complex networks are graphs representing real-life systems that exhibit unique characteristics not found in purely regular or completely random graphs. The study of such systems is vital but challenging due to the complexity of the underlying processes. This task has nevertheless been made easier in recent decades thanks to the availability of large amounts of networked data. Link prediction in complex networks aims to estimate the likelihood that a link between two nodes is missing from the network. Links can be missing due to imperfections in data collection or simply because they are yet to appear. Discovering new relationships between entities in networked data has attracted researchers' attention in various domains such as sociology, computer science, physics, and biology. Most existing research focuses on link prediction in undirected complex networks. However, not all real-life systems can be faithfully represented as undirected networks. This simplifying assumption is often made when using link prediction algorithms but inevitably leads to loss of information about relations among nodes and degradation in prediction performance. This paper introduces a link prediction method designed explicitly for directed networks. It is based on the similarity-popularity paradigm, which has recently proven successful in undirected networks. The presented algorithms handle the asymmetry in node relationships by modeling it as asymmetry in similarity and popularity. Given the observed network topology, the algorithms approximate the hidden similarities as shortest path distances using edge weights that capture and factor out the links' asymmetry and nodes' popularity. The proposed approach is evaluated on real-life networks, and the experimental results demonstrate its effectiveness in predicting missing links across a broad spectrum of networked data types and sizes.

📄 PDF Abstract BibTeX arXiv:2207.07399

Code (0)

등록된 구현이 없습니다.

Tasks

Link PredictionPredictionSociology

Similar Papers 제목 키워드 기반

Learning Asymmetric Embedding for Attributed Networks via Convolutional Neural Network

2022-02-13 · Mohammadreza Radmanesh, Hossein Ghorbanzadeh, Ahmad Asgharian Rezaei, Mahdi Jalili 외

Recently network embedding has gained increasing attention due to its advantages in facilitating network computation tasks such as link prediction, node classification and node clustering. The objective of network embedd…

Graph Neural NetworkLink PredictionNetwork EmbeddingNode Classification+1

Directed Homophily-Aware Graph Neural Network

2025-05-28 · Aihu Zhang, Jiaxing Xu, Mengcheng Lan, Shili Xiang 외

Graph Neural Networks (GNNs) have achieved significant success in various learning tasks on graph-structured data. Nevertheless, most GNNs struggle to generalize to heterophilic neighborhoods. Additionally, many GNNs ign…

Graph Neural NetworkInformativenessLink PredictionNode Classification

Asymmetric Transitivity Preserving Graph Embedding

2020-05-13 · ‏‏‎ ‎ 2020 5 · Mingdong Ou, Peng Cui, Jian Pei, Ziwei Zhang 외

Graph embedding algorithms embed a graph into a vector space where the structure and the inherent properties of the graph are preserved. The existing graph embedding methods cannot preserve the asymmetric transitivity we…

Graph EmbeddingLink Prediction

Directed Graph Auto-Encoders

2022-02-25 · Georgios Kollias, Vasileios Kalantzis, Tsuyoshi Idé, Aurélie Lozano 외

We introduce a new class of auto-encoders for directed graphs, motivated by a direct extension of the Weisfeiler-Leman algorithm to pairs of node labels. The proposed model learns pairs of interpretable latent representa…

DecoderLink Prediction

ATP: Directed Graph Embedding with Asymmetric Transitivity Preservation

2018-11-02 · Jiankai Sun, Bortik Bandyopadhyay, Armin Bashizade, Jiongqian Liang 외

Directed graphs have been widely used in Community Question Answering services (CQAs) to model asymmetric relationships among different types of nodes in CQA graphs, e.g., question, answer, user. Asymmetric transitivity …

Community Question AnsweringGraph EmbeddingLink PredictionQuestion Answering