Related Experiment Video
Updated: Mar 28, 2026

Lower-Limb Biomechanical Characteristics Associated with Unplanned Gait Termination Under Different Walking Speeds
Published on: August 25, 2020
Fast Inbound Top-K Query for Random Walk with Restart
We introduce the inbound top-k (Ink) query for graph analysis, using random walk with restart (RWR) to find k nearest neighbors. Our novel Squeeze and Ripple algorithms efficiently process Ink queries on large graphs.
Area of Science:
- Graph theory
- Network analysis
- Data mining
Background:
- Random Walk with Restart (RWR) is a key node proximity measure for graphs, capturing structure and noise robustness.
- Existing RWR computation methods struggle with efficiency and accuracy for large-scale graph queries.
- The inbound top-k (Ink) query, based on RWR, seeks k nodes with highest weighted RWR scores to a query node.
Purpose of the Study:
- To address the limitations of existing RWR techniques for the novel Ink query.
- To develop accurate and efficient algorithms for processing Ink queries on large graphs.
- To enable applications like traffic scheduling, disease treatment, and targeted advertising through effective Ink query processing.
Main Methods:
- Proposed two novel algorithms: Squeeze and Ripple, for accurate and incremental Ink query processing.
- Squeeze: Iteratively uses matrix-vector multiplication to estimate lower/upper bounds for all nodes.
- Ripple: Focuses on nodes within a 'vicinity' of the query node, propagating scores from the boundary.
Main Results:
- Ink queries successfully retrieve meaningful results from real-life graph datasets.
- The proposed Squeeze and Ripple algorithms demonstrate significant speedups, being orders of magnitude faster than state-of-the-art methods.
- Both algorithms provide accurate answers to the Ink query in a fast and incremental manner.
Conclusions:
- The novel Ink query, leveraging RWR, offers valuable insights for various applications.
- Squeeze and Ripple algorithms provide an efficient and accurate solution for Ink queries on large graphs.
- The developed methods significantly advance the state-of-the-art in graph query processing.
More Related Videos
04:13Using a Real-Time Locating System to Measure Walking Activity Associated with Wandering Behaviors Among Institutionalized Older Adults
Published on: February 8, 2019
06:44Age-dependent Dynamics of Locomotion in Caenorhabditis elegans: A Lyapunov Exponent Analysis
Published on: September 23, 2025
Related Concept Videos
Wald-Wolfowitz Runs Test I
The test works...
Random Sampling Method
Random Variables
Uppercase letters such as X or Y denote a random variable. Lowercase letters like x or y denote the value of a random variable. If X is a random variable, then X is written in words, and x is given as a number.
For example, let X = the...
Wald-Wolfowitz Runs Test II
For binary data, runs are identified using symbols such as + and −, or equivalently, 1s and 0s. In...
Randomized Experiments
Simple randomization
Simple...
Bootstrapping