paper-with-me

Papers

Node Representation Learning for Directed Graphs

2018-10-22 · Megha Khosla, Jurek Leonhardt, Wolfgang Nejdl, Avishek Anand

We propose a novel approach for learning node representations in directed graphs, which maintains separate views or embedding spaces for the two distinct node roles induced by the directionality of the edges. We argue that the previous approaches either fail to encode the edge directionality or their encodings cannot be generalized across tasks. With our simple \emph{alternating random walk} strategy, we generate role specific vertex neighborhoods and train node embeddings in their corresponding source/target roles while fully exploiting the semantics of directed graphs. We also unearth the limitations of evaluations on directed graphs in previous works and propose a clear strategy for evaluating link prediction and graph reconstruction in directed graphs. We conduct extensive experiments to showcase our effectiveness on several real-world datasets on link prediction, node classification and graph reconstruction tasks. We show that the embeddings from our approach are indeed robust, generalizable and well performing across multiple kinds of tasks and graphs. We show that we consistently outperform all baselines for node classification task. In addition to providing a theoretical interpretation of our method we also show that we are considerably more robust than the other directed graph approaches.

📄 PDF Abstract BibTeX arXiv:1810.09176

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationGraph ReconstructionLink PredictionMulti-Label ClassificationNode ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

A Simple and Scalable Graph Neural Network for Large Directed Graphs

2023-06-14 · Seiji Maekawa, Yuya Sasaki, Makoto Onizuka

Node classification is one of the hottest tasks in graph analysis. Though existing studies have explored various node representations in directed and undirected graphs, they have overlooked the distinctions of their capa…

ClassificationGraph Neural NetworkNode Classification

A Deep Latent Space Model for Directed Graph Representation Learning

2021-09-29 · Hanxuan Yang, Qingchao Kong, Wenji Mao

Graph representation learning is a fundamental problem for modeling relational data and benefits a number of downstream applications. Traditional Bayesian-based random graph models and recent deep learning based methods …

Community DetectionGraph Representation LearningLink PredictionRepresentation Learning

Rethinking the positive role of cluster structure in complex networks for link prediction tasks

2022-11-04 · Shanfan Zhang, Wenjiao Zhang, Zhan Bu

Clustering is a fundamental problem in network analysis that finds closely connected groups of nodes and separates them from other nodes in the graph, while link prediction is to predict whether two nodes in a network ar…

ClusteringLink PredictionPrediction

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

Asymmetric Graph Representation Learning

2021-10-14 · Zhuo Tan, Bin Liu, Guosheng Yin

Despite the enormous success of graph neural networks (GNNs), most existing GNNs can only be applicable to undirected graphs where relationships among connected nodes are two-way symmetric (i.e., information can be passe…

Graph Representation LearningRepresentation Learning