paper-with-me

홈 › Papers

On Random Walk Based Graph Sampling

2020-05-13 · ‏‏‎ ‎ 2020 5 · Rong-Hua Li, Jeffrey Xu Yu, Lu Qin, Rui Mao, Tan Ji

Random walk based graph sampling has been recognized as a fundamental technique to collect uniform node samples from a large graph. In this paper, we first present a comprehensive analysis of the drawbacks of three widely-used random walk based graph sampling algorithms, called re-weighted random walk (RW) algorithm, Metropolis-Hastings random walk (MH) algorithm and maximum-degree random walk (MD) algorithm. Then, to address the limitations of these algorithms, we propose two general random walk based algorithms, named rejection-controlled Metropolis-Hastings (RCMH) algorithm and generalized maximum-degree random walk (GMD) algorithm. We show that RCMH balances the tradeoff between the limitations of RW and MH, and GMD balances the tradeoff between the drawbacks of RW and MD. To further improve the performance of our algorithms, we integrate the so-called delayed acceptance technique and the non-backtracking random walk technique into RCMH and GMD respectively. We conduct extensive experiments over four real-world datasets, and the results demonstrate the effectiveness of the proposed algorithms.

📄 PDF Abstract BibTeX

Code (1)

benedekrozemberczki/littleballoffur

Tasks

Graph Sampling

Similar Papers 제목 키워드 기반

Memory-aware framework for fast and scalable second-order random walk over billion-edge natural graphs

2021-05-07 · The VLDB Journal 2021 5 · Yingxia Shao, Shiyue Huang, Yawen Li, Xupeng Miao 외

Second-order random walk is an important technique for graph analysis. Many applications including graph embedding, proximity measure and community detection use it to capture higher-order patterns in the graph, thus imp…

Community DetectionGraph Embedding

Walking with Perception: Efficient Random Walk Sampling via Common Neighbor Awareness

2020-05-13 · ‏‏‎ ‎ 2020 5 · Yongkun Li, Zhiyong Wu, Shuai Lin, Hong Xie 외

Random walk is widely applied to sample large-scale graphs due to its simplicity of implementation and solid theoretical foundations of bias analysis. However, its computational efficiency is heavily limited by the slow …

Computational Efficiency

Random Walk Sampling for Big Data over Networks

2017-04-16 · Saeed Basirian, Alexander Jung

It has been shown recently that graph signals with small total variation can be accurately recovered from only few samples if the sampling set satisfies a certain condition, referred to as the network nullspace property.…

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…

GAT-RWOS: Graph Attention-Guided Random Walk Oversampling for Imbalanced Data Classification

2024-12-20 · Zahiriddin Rustamov, Abderrahmane Lakas, Nazar Zaki

Class imbalance poses a significant challenge in machine learning (ML), often leading to biased models favouring the majority class. In this paper, we propose GAT-RWOS, a novel graph-based oversampling method that combin…

Graph Attentionimbalanced classification