Related Experiment Video
Updated: Jan 27, 2026

03:53
Author Spotlight: Exploring Behavioral Pathways Through Cross-Species Insights in Foraging and Communication
Published on: November 17, 2023
1.5K
Efficient and Exact Local Search for Random Walk Based Top-K Proximity Query in Large Graphs
Yubao Wu1, Ruoming Jin2, Xiang Zhang1
1Department of Electrical Engineering and Computer Science, Case Western Reserve University, Cleveland, OH, 44106.
Summary
This study introduces Fast Local Search (FLoS), an efficient and exact method for top-k proximity queries in large graphs. FLoS leverages the no local optimum property to accurately find node proximities.
Area of Science:
- Graph algorithms
- Data mining
- Network analysis
Background:
- Top-k proximity queries are crucial for large graph analysis.
- Existing random walk measures face computational challenges on large datasets.
- Efficiently computing proximity measures on massive graphs remains an open problem.
Purpose of the Study:
- To develop an efficient and exact method for top-k proximity queries in large graphs.
- To address the computational limitations of existing proximity measures.
- To introduce a novel approach applicable to various proximity metrics.
Main Methods:
- Developed Fast Local Search (FLoS), an exact local search algorithm.
- Utilized the 'no local optimum' property of proximity measures.
- Introduced transition probability manipulation and developed tight lower/upper bounds.
- Extended FLoS for measures with local optima by exploring inter-measure relationships.
Main Results:
- FLoS guarantees exact solutions for top-k proximity queries.
- The method demonstrates efficiency and effectiveness on large-scale real and synthetic graphs.
- Lower and upper bounds monotonically converge to the exact proximity value.
- The approach is versatile, supporting various proximity measures.
Conclusions:
- FLoS offers an efficient and exact solution for top-k proximity queries in large graphs.
- The proposed method overcomes the scalability issues of traditional approaches.
- FLoS provides a robust framework for proximity analysis in complex networks.
Related Concept Videos
Fisher's Exact Test
1.2K
Fisher's exact test is a statistical significance test widely used to analyze 2x2 contingency tables, particularly in situations where sample sizes are small. Unlike the chi-squared test, which approximates P-values and assumes minimum expected frequencies of at least five in each cell, Fisher's exact test calculates the exact probability (P-value) of observing the data or more extreme results under the null hypothesis. This feature makes it especially valuable when the assumptions of...
1.2K
Ogive Graph
6.7K
An ogive graph is sometimes called a cumulative frequency polygon. It is one type of frequency polygon that shows cumulative frequency. In other words, the cumulative percentages are added to the graph from left to right. An ogive graph plots cumulative frequency on the vertical y-axis and class boundaries along the horizontal x-axis. It’s very similar to a histogram; only instead of rectangles, an ogive displays a single point where the top right of the rectangle would be. Creating this...
6.7K
Graphing Antiderivatives
58
The concept of an antiderivative is fundamental in calculus, describing how a function's values accumulate over time. This process is closely related to physical motion, such as the movement of a rolling ball. As the ball progresses, its position changes in response to variations in velocity, just as an antiderivative graph reflects the cumulative effect of the original function's values.Graphing an antiderivative requires interpreting how a function's values influence the shape of its...
58
Bar Graph
21.9K
A bar graph is also called a bar chart and consists of bars that are separated from each other. It either uses horizontal or vertical bars to show comparisons among categories. The bars can be rectangles, or they can be rectangular boxes (used in three-dimensional plots). One axis of the graph represents the specific categories being compared, and the other axis shows a discrete value. In this graph, the length of the bar for each category is proportional to the number or percent of individuals...
21.9K
Time-Series Graph
5.1K
A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
5.1K
Multiple Bar Graph
9.1K
As the name suggests, a multiple bar graph is the same as a bar graph but has multiple bars to depict relationships between different data values. One can include as many parameters as possible. However, each parameter must have the same unit of measurement.
Each bar or column in the multiple bar graph represents a data value. These graphs are used primarily in interrelating two or more sets of data. The categories of different kinds of data are listed along the horizontal or x-axis, whereas...
Each bar or column in the multiple bar graph represents a data value. These graphs are used primarily in interrelating two or more sets of data. The categories of different kinds of data are listed along the horizontal or x-axis, whereas...
9.1K

