2018
DOI: 10.1007/978-3-319-98809-2_2
|View full text |Cite
|
Sign up to set email alerts
|

ScaleSCAN: Scalable Density-Based Graph Clustering

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
6
0

Year Published

2019
2019
2022
2022

Publication Types

Select...
5
2
1

Relationship

2
6

Authors

Journals

citations
Cited by 20 publications
(6 citation statements)
references
References 17 publications
0
6
0
Order By: Relevance
“…GOrder [41] (commit 7ccdfe9), Rabbit-Order [2] (commit f67a79e), and SlashBurn [24] are state-of-the-art locality optimizing relabeling algorithms we use for evaluation of iHTL. GOrder has a limit of |𝐸| < 2 31 and Rabbit-Order could not complete relabeling of ClWb9 because of an "out of memory" error.…”
Section: Evaluation Methods and Datasetsmentioning
confidence: 99%
See 1 more Smart Citation
“…GOrder [41] (commit 7ccdfe9), Rabbit-Order [2] (commit f67a79e), and SlashBurn [24] are state-of-the-art locality optimizing relabeling algorithms we use for evaluation of iHTL. GOrder has a limit of |𝐸| < 2 31 and Rabbit-Order could not complete relabeling of ClWb9 because of an "out of memory" error.…”
Section: Evaluation Methods and Datasetsmentioning
confidence: 99%
“…Scan isolates hubs and outliers (vertices marginally appended to clusters) from clusters to prevent unrelated communities to be merged because of only one hub neighbour. ScaleScan [31] removes unnecessary computations in Scan and parallelizes the execution. Graph relabeling algorithms like SlashBurn [24], GOrder [41] and Rabbit-Order [2] rearrange vertices in order to improve locality.…”
Section: Locality Optimizing Graph Reorderingmentioning
confidence: 99%
“…Although modularity clustering can efficiently handle large-scale graphs, it can not fully reproduce the ground-truth clusters [8]. To overcome the low accuracy of modularity clustering algorithms, density-based graph clustering algorithms [23], [27], [28] have been proposed in recent years. Density-based graph clustering is an extension of DBSCAN [7], which is a traditional density-based clustering algorithm for multi-dimensional data objects.…”
Section: Related Workmentioning
confidence: 99%
“…The problem of finding clusters in a graph has been studied for several decades in many areas, especially in physics and computer science. Traditional clustering algorithms such as graph partitioning [18], modularity clustering [19], [20], and densitybased methods [21], [23], [27] are natural choices for this problem. Basically, these algorithms are designed to compute homogeneous graphs.…”
Section: Introductionmentioning
confidence: 99%
“…Once they receive a query node from a user, the community search algorithms explore a single community (cluster) that has dense inner-community connections with the largest relevance to the query node. Unlike traditional community detection algorithms (e.g., modularity-based methods [1], [14] and densitybased methods [16], [17]), community search algorithms can return a search result within a short computation time since they do not need to compute the entire graph. Due to their efficiency, such algorithms have been applied to various applications, including social analysis and protein analysis.…”
Section: Introductionmentioning
confidence: 99%