paper-with-me

홈 › Papers

Strong and Weak Random Walks on Signed Networks

2024-06-12 · Shazia'Ayn Babul, Yu Tian, Renaud Lambiotte

Random walks play an important role in probing the structure of complex networks. On traditional networks, they can be used to extract community structure, understand node centrality, perform link prediction, or capture the similarity between nodes. On signed networks, where the edge weights can be either positive or negative, it is non-trivial to design a random walk which can be used to extract information about the signed structure of the network, in particular the ability to partition the graph into communities with positive edges inside and negative edges in between. Prior works on signed network random walks focus on the case where there are only two such communities (strong balance), which is rarely the case in empirical networks. In this paper, we propose a signed network random walk which can capture the structure of a network with more than two such communities (weak balance). The walk results in a similarity matrix which can be used to cluster the nodes into antagonistic communities. We compare the characteristics of the so-called strong and weak random walks, in terms of walk length and stationarity. We show through a series of experiments on synthetic and empirical networks that the similarity matrix based on weak walks can be used for both unsupervised and semi-supervised clustering, outperforming the same similarity matrix based on strong walks when the graph has more than two communities, or exhibits asymmetry in the density of links. These results suggest that other random-walk based algorithms for signed networks could be improved simply by running them with weak walks instead of strong walks.

📄 PDF Abstract BibTeX arXiv:2406.08034

Code (1)

saynbabul/weak-walk 공식 구현

Tasks

Link Prediction

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Dual-Phase Playtime-guided Recommendation: Interest Intensity Exploration and Multimodal Random Walks

2025-08-09 · Jingmao Zhang, Zhiting Zhao, Yunqi Lin, Jianghong Ma 외 arxiv

The explosive growth of the video game industry has created an urgent need for recommendation systems that can scale with expanding catalogs and maintain user engagement. While prior work has explored accuracy and divers…

Recommendation SystemsSemantic Similarity

Adaptive Martingale Boosting

2008-12-01 · NeurIPS 2008 12 · Phil Long, Rocco Servedio

In recent work Long and Servedio LS05short presented a ``martingale boosting'' algorithm that works by constructing a branching program over weak classifiers and has a simple analysis based on elementary properties of ra…

General Classification

Delving Into Deep Walkers: A Convergence Analysis of Random-Walk-Based Vertex Embeddings

2021-07-21 · Dominik Kloepfer, Angelica I. Aviles-Rivero, Daniel Heydecker

Graph vertex embeddings based on random walks have become increasingly influential in recent years, showing good performance in several tasks as they efficiently transform a graph into a more computationally digestible f…

Random Walks: A Review of Algorithms and Applications

2020-08-09 · Feng Xia, Jiaying Liu, Hansong Nie, Yonghao Fu 외

A random walk is known as a random process which describes a path including a succession of random steps in the mathematical space. It has increasingly been popular in various disciplines such as mathematics and computer…

Link PredictionNetwork Embedding

Phase transition in random adaptive walks on correlated fitness landscapes

2015-04-15

We study biological evolution on a random fitness landscape where correlations are introduced through a linear fitness gradient of strength $c$. When selection is strong and mutations rare the dynamics is a directed uphi…