Clique Enumeration in Large Graphs
Summary
Clique enumeration seeks to list all complete subgraphs within a larger network, a task central to understanding cohesive structures in domains as diverse as social science, bioinformatics and cybersecurity. As clique enumeration is NP-complete, research has focused on methods that cope with scale and density. Classical techniques employ recursive backtracking—most notably the Bron-Kerbosch framework—enhanced by pivot selection and vertex ordering based on degeneracy to prune the search space. More recent advances introduce graph partitioning, hybrid strategies and parallelisation to distribute work across cores or clusters. These approaches balance memory footprint against computational overhead, leveraging sparsity metrics and dynamic pruning to avoid redundant exploration. Practical implementations integrate heuristics such as lowest-degree insertion and neighbourhood intersection counts to accelerate branch-and-bound. Applications span detection of tightly knit communities in social media, discovery of protein complexes in biological networks, identification of fraud rings in financial transactions and analysis of collaborative patterns in scholarly citation graphs. By revealing every maximal clique, these algorithms provide a granular view of network cohesion, informing downstream tasks in machine learning, statistical modelling and systems design.
Research from Nature Portfolio
No recent Nature Portfolio content available.
Clique Enumeration in Large Graphs publication trend
The graph below shows the total number of articles in clique enumeration in large graphs across all publications each year (not limited to Nature Index journals).
Technical terms
Clique: A subset of vertices where every pair is connected by an edge.
Maximal clique: A clique that cannot be extended by adding any adjacent vertex.
Bron-Kerbosch algorithm: A principal recursive backtracking method for listing all maximal cliques.
Pivoting: A strategy in Bron-Kerbosch that chooses a vertex to reduce the number of recursive calls.
Degeneracy ordering: A vertex ordering by iteratively removing the lowest-degree vertex, bounding the enumeration complexity.
Graph partitioning: Dividing a graph into smaller subgraphs to enable parallel or distributed enumeration.
References
- A linear delay algorithm for enumerating all connected induced subgraphs. BMC Bioinformatics (2019).
- Efficient Maximal Clique Enumeration Over Graph Data. Data Science and Engineering (2016).
- On Finding and Enumerating Maximal and Maximum k-Partite Cliques in k-Partite Graphs. Algorithms (2019).
About these summaries
This Nature Research Intelligence Topic summary is created with the cited references and a large language model. We take care to ground generated text with facts, and have systems in place to gain human feedback on the overall quality of the process in line with our AI principles. We strive to create accurate and useful summaries for people unfamiliar with the research topic and that supports this goal. These pages are a beta release and will be updated as we learn how best to help people gain value from a research topic summary.
Turn complex research questions into confident strategic decisions
When you're under pressure to set direction, justify investment, or understand your competitive position, you need more than raw data — you need trusted insights you can act on.
Benchmark your performance against global peers using robust, methodologically sound analysis.
Combine quantitative metrics with qualitative expert insight to uncover strengths, gaps and emerging opportunities.
Gain tailored, decision-ready recommendations aligned to your strategic priorities.
Talk to us to learn more about our data dashboards and bespoke strategy reports.
Grow research skills, confidence and careers with training built for every stage of the research lifecycle.
Developed with Nature Portfolio journal Editors and internationally renowned experts. Discover three ways to learn:
Self-paced, online courses in convenient bite-sized units, covering key skills across scientific writing, publishing, grant writing, data analysis, and more.
Expert trainer-led workshops with hands-on exercises and real-time feedback across core research skills, delivered via interactive group sessions.
Editor-led workshops combining core principles in writing and publishing, personalised 1:1 feedback from Nature Portfolio Editors and hands-on exercises.
Explore course catalogues and workshop agendas, enquire about the options or request institutional pricing.