Counting Cohesive Subgraphs with Hereditary Properties
Rong-Hua Li, Xiaowei Ye, Fusheng Jin, Yu-Ping Wang, Ye Yuan, Guoren, Wang

TL;DR
This paper introduces new frameworks for counting hereditary cohesive subgraphs in graphs, overcoming limitations of previous clique-based methods by enabling efficient enumeration and counting of various subgraph types in large real-world graphs.
Contribution
The paper proposes the extsc{HCSList} and extsc{HCSPivot} frameworks for counting hereditary cohesive subgraphs, allowing enumeration and efficient counting of multiple subgraph types without exhaustive listing.
Findings
extsc{HCSPivot} can count most hereditary cohesive subgraphs efficiently.
The methods outperform existing approaches on large real-world graphs.
The frameworks are flexible for different subgraph types and sizes.
Abstract
Counting small cohesive subgraphs in a graph is a fundamental operation with numerous applications in graph analysis. Previous studies on cohesive subgraph counting are mainly based on the clique model, which aim to count the number of -cliques in a graph with a small . However, the clique model often proves too restrictive for practical use. To address this issue, we investigate a new problem of counting cohesive subgraphs that adhere to the hereditary property. Here the hereditary property means that if a graph has a property , then any induced subgraph of also has a property . To count these hereditary cohesive subgraphs (\hcss), we propose a new listing-based framework called \hcslist, which employs a backtracking enumeration procedure to count all \hcss. A notable limitation of \hcslist is that it requires enumerating all \hcss, making it…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Advanced Graph Theory Research · Data Mining Algorithms and Applications
