paper-with-me

홈 › Papers

Efficient and Local Parallel Random Walks

2021-12-01 · NeurIPS 2021 12 · Michael Kapralov, Silvio Lattanzi, Navid Nouri, Jakab Tardos

Random walks are a fundamental primitive used in many machine learning algorithms with several applications in clustering and semi-supervised learning. Despite their relevance, the first efficient parallel algorithm to compute random walks has been introduced very recently (Lacki et al.). Unfortunately their method has a fundamental shortcoming: their algorithm is non-local in that it heavily relies on computing random walks out of all nodes in the input graph, even though in many practical applications one is interested in computing random walks only from a small subset of nodes in the graph. In this paper, we present a new algorithm that overcomes this limitation by building random walk efficiently and locally at the same time. We show that our technique is both memory and round efficient, and in particular yields an efficient parallel local clustering algorithm. Finally, we complement our theoretical analysis with experimental results showing that our algorithm is significantly more scalable than previous approaches.

📄 PDF Abstract BibTeX arXiv:2112.00655

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Understanding Parallel Samplers in Masked Diffusion via Random Walks on Graphs

2026-06-22 · Vansh Bansal, Cho Cholyeon, Syamantak Kumar, Sujay Sanghavi 외 arxiv

In this paper, we propose using random walks on graphs as a verifiable sandbox to study different parallel sampling strategies in masked diffusion models (MDMs). We train an MDM on random walk samples from a fixed graph.…

A new method for quantifying network cyclic structure to improve community detection

2019-10-02 · Behnaz Moradi-Jamei, Heman Shakeri, Pietro Poggi-Corradini, Michael J. Higgins

A distinguishing property of communities in networks is that cycles are more prevalent within communities than across communities. Thus, the detection of these communities may be aided through the incorporation of measur…

Community Detection

Computationally-efficient Graph Modeling with Refined Graph Random Features

2025-10-09 · Krzysztof Choromanski, Avinava Dubey, Arijit Sehanobish, Isaac Reid arxiv

We propose refined GRFs (GRFs++), a new class of Graph Random Features (GRFs) for efficient and accurate computations involving kernels defined on the nodes of a graph. GRFs++ resolve some of the long-standing limitation…

An Efficient Implementation for WalkSAT

2015-10-25 · Sixue Liu

Stochastic local search (SLS) algorithms have exhibited great effectiveness in finding models of random instances of the Boolean satisfiability problem (SAT). As one of the most widely known and used SLS algorithm, WalkS…

Distributed Graph Embedding with Information-Oriented Random Walks

2023-03-28 · Peng Fang, Arijit Khan, Siqiang Luo, Fang Wang 외

Graph embedding maps graph nodes to low-dimensional vectors, and is widely adopted in machine learning tasks. The increasing availability of billion-edge graphs underscores the importance of learning efficient and effect…

CPUGraph Embeddinggraph partitioningLink Prediction