2020
DOI: 10.14778/3407790.3407843
|View full text |Cite
|
Sign up to set email alerts
|

Ordering heuristics for k -clique listing

Abstract: Listing all k -cliques in a graph is a fundamental graph mining problem that finds many important applications in community detection and social network analysis. Unfortunately, the problem of k -clique listing is often deemed infeasible for a large k , as the number of k -cliques in a graph is exponential in the size k. The state-of-the-art solutions for the problem are based on the ordering… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

1
39
0

Year Published

2021
2021
2023
2023

Publication Types

Select...
8
1

Relationship

0
9

Authors

Journals

citations
Cited by 27 publications
(40 citation statements)
references
References 44 publications
1
39
0
Order By: Relevance
“…It achieves O(mα k−2 ) work, but does not have polylogarithmic span due to the ordering and only parallelizing one or two levels of recursion. Concurrent with our work, Li et al [32] present an ordering heuristic for kclique counting based on graph coloring, which they show improves upon KCLIST in practice. It would be interesting in the future to study their heuristic applied to our algorithm.…”
Section: Peeling Resultssupporting
confidence: 57%
“…It achieves O(mα k−2 ) work, but does not have polylogarithmic span due to the ordering and only parallelizing one or two levels of recursion. Concurrent with our work, Li et al [32] present an ordering heuristic for kclique counting based on graph coloring, which they show improves upon KCLIST in practice. It would be interesting in the future to study their heuristic applied to our algorithm.…”
Section: Peeling Resultssupporting
confidence: 57%
“…We defer to the survey of Williams for an overview of theoretical algorithms for this problem [66]. The current state-of-the-art practical algorithms for 𝑘-clique counting are all based on the Chiba-Nishizeki algorithm [19,41,59].…”
Section: Related Workmentioning
confidence: 99%
“…This is the main reason why there are more methods following the approach of listing maximal cliques, category (1), rather than listing k-cliques, category (2). However, it has been found that most real-world graphs actually do not contain very large cliques and that listing k-cliques for small and medium values of k is a scalable problem in practice [2,12], in many cases it is more tractable that listing all maximal cliques. This makes algorithms in the category (2) more interesting for practical scenarios.…”
Section: Related Workmentioning
confidence: 99%
“…Then, it performs the union of all sets p i . Several algorithms exist for efficiently listing k-cliques [12]. We substitute one the best [2] to the one proposed by the authors of [9].…”
Section: Exact Cpm Algorithmmentioning
confidence: 99%