2018
DOI: 10.14778/3275536.3275540
|View full text |Cite
|
Sign up to set email alerts
|

Local algorithms for hierarchical dense subgraph discovery

Abstract: Finding the dense regions of a graph and relations among them is a fundamental problem in network analysis. Core and truss decompositions reveal dense subgraphs with hierarchical relations. The incremental nature of algorithms for computing these decompositions and the need for global information at each step of the algorithm hinders scalable parallelization and approximations since the densest regions are not revealed until the end. In a previous work, Lu et al. proposed to iteratively compute the h-indices o… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
33
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
5
2

Relationship

0
7

Authors

Journals

citations
Cited by 61 publications
(35 citation statements)
references
References 45 publications
0
33
0
Order By: Relevance
“…Our sequential bounds are asymptotically better than theirs in terms of either work or space, except in the highly degenerate case where C(G, k) = o(ρ log n). Sariyuce et al [47] also give a parallel algorithm, which is similarly not work-efficient.…”
Section: Vertex Peelingmentioning
confidence: 99%
“…Our sequential bounds are asymptotically better than theirs in terms of either work or space, except in the highly degenerate case where C(G, k) = o(ρ log n). Sariyuce et al [47] also give a parallel algorithm, which is similarly not work-efficient.…”
Section: Vertex Peelingmentioning
confidence: 99%
“…As we have presented in Section 2, the nucleous decomposition is a framework that generalizes the k-core and k-truss decompositions, using higher order structures to find dense subgraphs. The authors of [129] generalized the work by Lu et al for any nucleus decomposition -providing also theoretical quarantess about the convergence properties. In addition, the proposed algorithms are highly parallel due to the fact that they operate based on local computations.…”
Section: Local Computation Of Core Numbersmentioning
confidence: 96%
“…Truss and nucleus decomposition. In a more recent work, Sariyüce et al [129] capitalized on the relationship between core number and h-index [98], in order to propose efficient local algorithms for truss and nucleus decomposition with convergence guarantees. Lu et al [98] have introduced an alternative formulation for the k-core decomposition that considers local information, utilizing the concept of h-index which is widely used in scientometrics.…”
Section: Local Computation Of Core Numbersmentioning
confidence: 99%
“…This is because its parallelization would require parallel algorithms for computing graph degeneracy ordering (Line 3 of Algorithm 5) and for graph coloring (Line 6 of Algorithm 5), whose studies are beyond the scope of this paper. Specifically, designing practical algorithms for the former (i.e., parallel graph degeneracy ordering) has been preliminarily investigated in [20,44,52], but no practical algorithm with good solution quality for the latter (i.e., parallel graph coloring) is known. Note that the existing algorithms for parallel graph coloring typically use O(Δ) colors for a graph with maximum vertex degree Δ [19,41], which is ineffective for the coloring-based upper bound (this would make it degenerate to the degree-based upper bound).…”
Section: Parallelize Our Algorithmsmentioning
confidence: 99%