paper-with-me

Papers

Multiplex Heterogeneous Graph Convolutional Network

2022-08-12 · Pengyang Yu, Chaofan Fu, Yanwei Yu, Chao Huang, Zhongying Zhao, Junyu Dong

Heterogeneous graph convolutional networks have gained great popularity in tackling various network analytical tasks on heterogeneous network data, ranging from link prediction to node classification. However, most existing works ignore the relation heterogeneity with multiplex network between multi-typed nodes and different importance of relations in meta-paths for node embedding, which can hardly capture the heterogeneous structure signals across different relations. To tackle this challenge, this work proposes a Multiplex Heterogeneous Graph Convolutional Network (MHGCN) for heterogeneous network embedding. Our MHGCN can automatically learn the useful heterogeneous meta-path interactions of different lengths in multiplex heterogeneous networks through multi-layer convolution aggregation. Additionally, we effectively integrate both multi-relation structural signals and attribute semantics into the learned node embeddings with both unsupervised and semi-supervised learning paradigms. Extensive experiments on five real-world datasets with various network analytical tasks demonstrate the significant superiority of MHGCN against state-of-the-art embedding baselines in terms of all evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2208.06129

Code (1)

nsssjss/mhgcn 공식 구현 pytorch

Tasks

AttributeLink PredictionNetwork EmbeddingNode ClassificationRelation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Multiplex Bipartite Network Embedding using Dual Hypergraph Convolutional Networks

2021-02-12 · Hansheng Xue, Luwei Yang, Vaibhav Rajan, Wen Jiang 외

A bipartite network is a graph structure where nodes are from two distinct domains and only inter-domain interactions exist as edges. A large number of network embedding methods exist to learn vectorial node representati…

Link PredictionNetwork EmbeddingNode Classification

Pay Attention to Relations: Multi-embeddings for Attributed Multiplex Networks

2022-03-03 · Joshua Melton, Michael Ridenhour, Siddharth Krishnan

Graph Convolutional Neural Networks (GCNs) have become effective machine learning algorithms for many downstream network mining tasks such as node classification, link prediction, and community detection. However, most G…

Community DetectionLink PredictionNetwork EmbeddingNode Classification

Representation learning in multiplex graphs: Where and how to fuse information?

2024-02-27 · Piotr Bielak, Tomasz Kajdanowicz

In recent years, unsupervised and self-supervised graph representation learning has gained popularity in the research community. However, most proposed methods are focused on homogeneous networks, whereas real-world grap…

Graph Representation LearningRepresentation Learning

MultiVERSE: a multiplex and multiplex-heterogeneous network embedding approach

2020-08-23 · Léo Pio-Lopez, Alberto Valdeolivas, Laurent Tichit, Élisabeth Remy 외

Network embedding approaches are gaining momentum to analyse a large variety of networks. Indeed, these approaches have demonstrated their efficiency for tasks such as community detection, node classification, and link p…

ClusteringCommunity DetectionLink PredictionNetwork Embedding+2

CS-MLGCN : Multiplex Graph Convolutional Networks for Community Search in Multiplex Networks

2022-10-17 · Ali Behrouz, Farnoosh Hashemi

Community Search (CS) is one of the fundamental tasks in network science and has attracted much attention due to its ability to discover personalized communities with a wide range of applications. Given any query nodes, …

Community SearchGraph Embedding