paper-with-me

Papers

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 the multiplexity of a network, they overlook node attributes, resort to node labels for training, and fail to model the global properties of a graph. We present a simple yet effective unsupervised network embedding method for attributed multiplex network called DMGI, inspired by Deep Graph Infomax (DGI) that maximizes the mutual information between local patches of a graph, and the global representation of the entire graph. We devise a systematic way to jointly integrate the node embeddings from multiple graphs by introducing 1) the consensus regularization framework that minimizes the disagreements among the relation-type specific node embeddings, and 2) the universal discriminator that discriminates true samples regardless of the relation types. We also show that the attention mechanism infers the importance of each relation type, and thus can be useful for filtering unnecessary relation types as a preprocessing step. Extensive experiments on various downstream tasks demonstrate that DMGI outperforms the state-of-the-art methods, even though DMGI is fully unsupervised.

📄 PDF Abstract BibTeX arXiv:1911.06750

Code (2)

pcy1302/DMGI 공식 구현 pytorch
arangoml/fastgraphml pytorch

Tasks

Network EmbeddingRelation

Similar Papers 제목 키워드 기반

Learning Multiplex Representations on Text-Attributed Graphs with One Language Model Encoder

2023-10-10 · Bowen Jin, Wentao Zhang, Yu Zhang, Yu Meng 외

In real-world scenarios, texts in a graph are often linked by multiple semantic relations (e.g., papers in an academic graph are referenced by other publications, written by the same author, or published in the same venu…

Language ModelingLanguage ModellingRepresentation Learning

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

Unsupervised Attributed Dynamic Network Embedding with Stability Guarantees

2025-03-04 · Emma Ceccherini, Ian Gallagher, Andrew Jones, Daniel Lawson

Stability for dynamic network embeddings ensures that nodes behaving the same at different times receive the same embedding, allowing comparison of nodes in the network across time. We present attributed unfolded adjacen…

Link PredictionNetwork EmbeddingNode ClassificationPosition+1

Attributed Sequence Embedding

2019-11-03 · Zhongfang Zhuang, Xiangnan Kong, Elke Rundensteiner, Jihane Zouaoui 외

Mining tasks over sequential data, such as clickstreams and gene sequences, require a careful design of embeddings usable by learning algorithms. Recent research in feature learning has been extended to sequential data, …

Clustering

Representation Learning for Attributed Multiplex Heterogeneous Network

2019-05-05 · Yukuo Cen, Xu Zou, Jianwei Zhang, Hongxia Yang 외

Network embedding (or graph embedding) has been widely used in many real-world applications. However, existing methods mainly focus on networks with single-typed nodes/edges and cannot scale well to handle large networks…

Graph EmbeddingInductive LearningLink PredictionNetwork Embedding+2