Fast computation of distance-generalized cores using sampling

12/12/2021
by   Nikolaj Tatti, et al.
0

Core decomposition is a classic technique for discovering densely connected regions in a graph with large range of applications. Formally, a k-core is a maximal subgraph where each vertex has at least k neighbors. A natural extension of a k-core is a (k, h)-core, where each node must have at least k nodes that can be reached with a path of length h. The downside in using (k, h)-core decomposition is the significant increase in the computational complexity: whereas the standard core decomposition can be done in O(m) time, the generalization can require O(n^2m) time, where n and m are the number of nodes and edges in the given graph. In this paper we propose a randomized algorithm that produces an ϵ-approximation of (k, h) core decomposition with a probability of 1 - δ in O(ϵ^-2 hm (log^2 n - logδ)) time. The approximation is based on sampling the neighborhoods of nodes, and we use Chernoff bound to prove the approximation guarantee. We demonstrate empirically that approximating the decomposition complements the exact computation: computing the approximation is significantly faster than computing the exact solution for the networks where computing the exact solution is slow.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
04/15/2019

Distance-generalized Core Decomposition

The k-core of a graph is defined as the maximal subgraph in which every ...
research
08/28/2023

Sampling unknown large networks restricted by low sampling rates

Graph sampling plays an important role in data mining for large networks...
research
04/06/2019

Density-friendly Graph Decomposition

Decomposing a graph into a hierarchical structure via k-core analysis is...
research
09/21/2023

Temporal Network Core Decomposition and Community Search

We introduce a new generalization of the k-core decomposition for tempor...
research
04/28/2005

k-core decomposition: a tool for the visualization of large scale networks

We use the k-core decomposition to visualize large scale complex network...
research
12/26/2021

K-Core Decomposition on Super Large Graphs with Limited Resources

K-core decomposition is a commonly used metric to analyze graph structur...
research
08/07/2018

Parallel and Streaming Algorithms for K-Core Decomposition

The k-core decomposition is a fundamental primitive in many machine lear...

Please sign up or login with your details

Forgot password? Click here to reset