X Sun, Q Luo - Proceedings of the ACM on Management of Data, 2023 - dl.acm.org
Subgraph matching is a basic operation in graph analytics, finding all occurrences of a query graph Q in a data graph G. A common approach is to first filter out non-candidate …
We present a GPU solution for exact maximal clique enumeration (MCE) that performs a search tree traversal following the Bron-Kerbosch algorithm. Prior works on parallelizing …
Counting k-cliques in a graph is an important problem in graph analysis with many applications such as community detection and graph partitioning. Counting k-cliques is …
Subgraph isomorphism is a pattern-matching algorithm widely used in many domains such as chem-informatics, bioinformatics, databases, and social network analysis. It is …
L Zeng, L Zou, MT Özsu - IEEE Transactions on Knowledge …, 2022 - ieeexplore.ieee.org
Due to the inherent hardness of subgraph isomorphism, the performance is often a bottleneck in various real-world applications. We address this by designing an efficient …
V Dodeja, M Almasri, R Nagi, J Xiong… - 2022 IEEE International …, 2022 - ieeexplore.ieee.org
Subgraph enumeration is an important problem in the field of Graph Analytics with numerous applications. The problem is provably NP-complete and requires sophisticated …
S Cai, B Tian, H Zhang, M Gao - … of the ACM on Management of Data, 2024 - dl.acm.org
Graph pattern matching is powerful and widely applicable to many application domains. Despite the recent algorithm advances, matching patterns in large-scale real-world graphs …
G Jiang, Q Zhou, T Jin, B Li, Y Zhao… - … Conference for High …, 2022 - ieeexplore.ieee.org
Subgraph matching is a fundamental building block in graph analytics. Due to its high time complexity, GPU-based solutions have been proposed for sub graph matching. Most …
Y Wei, P Jiang - 2024 IEEE International Parallel and …, 2024 - ieeexplore.ieee.org
Continuous subgraph matching (CSM) is a key building block in many graph mining applications. Previous research has primarily focused on CSM algorithms on CPU …