paper-with-me

Papers

Universal Multilayer Network Exploration by Random Walk with Restart

2021-07-09 · Anthony Baptista, Aitor Gonzalez, Anaïs Baudot

The amount and variety of data is increasing drastically for several years. These data are often represented as networks, which are then explored with approaches arising from network theory. Recent years have witnessed the extension of network exploration methods to leverage more complex and richer network frameworks. Random walks, for instance, have been extended to explore multilayer networks. However, current random walk approaches are limited in the combination and heterogeneity of network layers they can handle. New analytical and numerical random walk methods are needed to cope with the increasing diversity and complexity of multilayer networks. We propose here MultiXrank, a Python package that enables Random Walk with Restart (RWR) on any kind of multilayer network with an optimized implementation. This package is supported by a universal mathematical formulation of the RWR. We evaluated MultiXrank with leave-one-out cross-validation and link prediction, and introduced protocols to measure the impact of the addition or removal of multilayer network data on prediction performances. We further measured the sensitivity of MultiXrank to input parameters by in-depth exploration of the parameter space. Finally, we illustrate the versatility of MultiXrank with different use-cases of unsupervised node prioritization and supervised classification in the context of human genetic diseases.

📄 PDF Abstract BibTeX arXiv:2107.04565

Code (1)

anthbapt/multixrank 공식 구현

Tasks

Link Prediction

Similar Papers 제목 키워드 기반

Discovering Intrinsic Reward with Contrastive Random Walk

2022-04-23 · Zixuan Pan, Zihao Wei, Yidong Huang, Aditya Gupta

The aim of this paper is to demonstrate the efficacy of using Contrastive Random Walk as a curiosity method to achieve faster convergence to the optimal policy.Contrastive Random Walk defines the transition matrix of a r…

Community detection in multiplex networks using locally adaptive random walks

2015-07-06 · Zhana Kuncheva, Giovanni Montana

Multiplex networks, a special type of multilayer networks, are increasingly applied in many domains ranging from social media analytics to biology. A common task in these applications concerns the detection of community …

Community Detection

Breadth-First Search vs. Restarting Random Walks for Escaping Uninformed Heuristic Regions

2025-11-12 · Daniel Platnick, Dawson Tomasz, Eamon Earl, Sourena Khanzadeh 외 arxiv

Greedy search methods like Greedy Best-First Search (GBFS) and Enforced Hill-Climbing (EHC) often struggle when faced with Uninformed Heuristic Regions (UHRs) like heuristic local minima or plateaus. In this work, we the…

Expected Runtime Comparisons Between Breadth-First Search and Constant-Depth Restarting Random Walks

2024-06-24 · Daniel Platnick, Richard Anthony Valenzano

When greedy search algorithms encounter a local minima or plateau, the search typically devolves into a breadth-first search (BrFS), or a local search technique is used in an attempt to find a way out. In this work, we f…

Multiple Random Walkers and Their Application to Image Cosegmentation

2015-06-01 · CVPR 2015 6 · Chulwoo Lee, Won-Dong Jang, Jae-Young Sim, Chang-Su Kim

A graph-based system to simulate the movements and interactions of multiple random walkers (MRW) is proposed in this work. In the MRW system, multiple agents traverse a single graph simultaneously. To achieve desired int…

Clustering