paper-with-me

Papers

MPXGAT: An Attention based Deep Learning Model for Multiplex Graphs Embedding

2024-03-28 · Marco Bongiovanni, Luca Gallo, Roberto Grasso, Alfredo Pulvirenti

Graph representation learning has rapidly emerged as a pivotal field of study. Despite its growing popularity, the majority of research has been confined to embedding single-layer graphs, which fall short in representing complex systems with multifaceted relationships. To bridge this gap, we introduce MPXGAT, an innovative attention-based deep learning model tailored to multiplex graph embedding. Leveraging the robustness of Graph Attention Networks (GATs), MPXGAT captures the structure of multiplex networks by harnessing both intra-layer and inter-layer connections. This exploitation facilitates accurate link prediction within and across the network's multiple layers. Our comprehensive experimental evaluation, conducted on various benchmark datasets, confirms that MPXGAT consistently outperforms state-of-the-art competing algorithms.

📄 PDF Abstract BibTeX arXiv:2403.19246

Code (1)

marcob46/mpxgat 공식 구현 pytorch

Tasks

Graph AttentionGraph EmbeddingGraph Representation LearningLink PredictionRepresentation Learning

Similar Papers 제목 키워드 기반

MultiSAGE: a multiplex embedding algorithm for inter-layer link prediction

2022-06-24 · Luca Gallo, Vito Latora, Alfredo Pulvirenti

Research on graph representation learning has received great attention in recent years. However, most of the studies so far have focused on the embedding of single-layer graphs. The few studies dealing with the problem o…

Graph Representation LearningLink PredictionRepresentation Learning

Mind the Links: Cross-Layer Attention for Link Prediction in Multiplex Networks

2025-09-27 · Devesh Sharma, Aditya Kishore, Ayush Garg, Debajyoti Mazumder 외 arxiv

Multiplex graphs capture diverse relations among shared nodes. Most predictors either collapse layers or treat them independently. This loses crucial inter-layer dependencies and struggles with scalability. To overcome t…

Link Prediction

A Geometric Perspective for High-Dimensional Multiplex Graphs

2025-01-29 · Kamel Abdous, Nairouz Mrabah, Mohamed Bouguessa

High-dimensional multiplex graphs are characterized by their high number of complementary and divergent dimensions. The existence of multiple hierarchical latent relations between the graph dimensions poses significant c…

Graph Embedding

Unsupervised Attributed Multiplex Network Embedding

2019-11-15 · Chanyoung Park, Donghyun Kim, Jiawei Han, Hwanjo Yu

Nodes in a multiplex network are connected by multiple types of relations. However, most existing network embedding methods assume that only a single type of relation exists between nodes. Even for those that consider th…

Network EmbeddingRelation

Hierarchical Aggregations for High-Dimensional Multiplex Graph Embedding

2023-12-28 · Kamel Abdous, Nairouz Mrabah, Mohamed Bouguessa

We investigate the problem of multiplex graph embedding, that is, graphs in which nodes interact through multiple types of relations (dimensions). In recent years, several methods have been developed to address this prob…

Graph EmbeddingLink PredictionNode Classification