paper-with-me

Papers

RiWalk: Fast Structural Node Embedding via Role Identification

2019-10-15 · Xuewei Ma, Geng Qin, Zhiyang Qiu, Mingxin Zheng, Zhe Wang

Nodes performing different functions in a network have different roles, and these roles can be gleaned from the structure of the network. Learning latent representations for the roles of nodes helps to understand the network and to transfer knowledge across networks. However, most existing structural embedding approaches suffer from high computation and space cost or rely on heuristic feature engineering. Here we propose RiWalk, a flexible paradigm for learning structural node representations. It decouples the structural embedding problem into a role identification procedure and a network embedding procedure. Through role identification, rooted kernels with structural dependencies kept are built to better integrate network embedding methods. To demonstrate the effectiveness of RiWalk, we develop two different role identification methods named RiWalk-SP and RiWalk-WL respectively and employ random walk based network embedding methods. Experiments on within-network classification tasks show that our proposed algorithms achieve comparable performance with other baselines while being an order of magnitude more efficient. Besides, we also conduct across-network role classification tasks. The results show potential of structural embeddings in transfer learning. RiWalk is also scalable, making it capable of capturing structural roles in massive networks.

📄 PDF Abstract BibTeX arXiv:1910.06541

Code (1)

maxuewei2/RiWalk 공식 구현

Tasks

Feature EngineeringGeneral ClassificationNetwork EmbeddingStructural Node EmbeddingTransfer Learning

Similar Papers 제목 키워드 기반

Role action embeddings: scalable representation of network positions

2018-11-19 · George Berry

We consider the question of embedding nodes with similar local neighborhoods together in embedding space, commonly referred to as "role embeddings." We propose RAE, an unsupervised framework that learns role embeddings. …

General ClassificationGraph Neural NetworkNode Classification

On Proximity and Structural Role-based Embeddings in Networks: Misconceptions, Techniques, and Applications

2019-08-22 · Ryan A. Rossi, Di Jin, Sungchul Kim, Nesreen K. Ahmed 외

Structural roles define sets of structurally similar nodes that are more similar to nodes inside the set than outside, whereas communities define sets of nodes with more connections inside the set than outside. Roles bas…

MisconceptionsNetwork Embedding

Twitch Gamers: a Dataset for Evaluating Proximity Preserving and Structural Role-based Node Embeddings

2021-01-08 · Benedek Rozemberczki, Rik Sarkar

Proximity preserving and structural role-based node embeddings have become a prime workhorse of applied graph mining. Novel node embedding techniques are often tested on a restricted set of benchmark datasets. In this pa…

Graph MiningNode Classification

FUSE: Fast Semi-Supervised Node Embedding Learning via Structural and Label-Aware Optimization

2025-10-13 · Sujan Chakraborty, Rahul Bordoloi, Anindya Sengupta, Olaf Wolkenhauer 외 arxiv

Graph-based learning is a cornerstone for analyzing structured data, with node classification as a central task. However, in many real-world graphs, nodes lack informative feature vectors, leaving only neighborhood conne…

Node Classification

Embedding Node Structural Role Identity into Hyperbolic Space

2020-11-03 · Lili Wang, Ying Lu, Chenghan Huang, Soroush Vosoughi

Recently, there has been an interest in embedding networks in hyperbolic space, since hyperbolic space has been shown to work well in capturing graph/network structure as it can naturally reflect some properties of compl…

Network Embedding