SC16: International Conference for High Performance Computing, Networking, Storage and Analysis 2016
DOI: 10.1109/sc.2016.60
|View full text |Cite
|
Sign up to set email alerts
|

ScaleMine: Scalable Parallel Frequent Subgraph Mining in a Single Large Graph

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
55
0

Year Published

2018
2018
2022
2022

Publication Types

Select...
4
3
2

Relationship

1
8

Authors

Journals

citations
Cited by 60 publications
(55 citation statements)
references
References 33 publications
0
55
0
Order By: Relevance
“…For example, in Fig. 2, the subgraph containing vertices 1 and 2 occurs in two places, i.e., [1,2] and [2,1]. These identical subgraphs are called automorphisms, i.e., they are automorphic with each other.…”
Section: Subgraph Trees and Vertex/edge Extensionmentioning
confidence: 99%
See 1 more Smart Citation
“…For example, in Fig. 2, the subgraph containing vertices 1 and 2 occurs in two places, i.e., [1,2] and [2,1]. These identical subgraphs are called automorphisms, i.e., they are automorphic with each other.…”
Section: Subgraph Trees and Vertex/edge Extensionmentioning
confidence: 99%
“…2, lightly colored subgraphs are removed by symmetry breaking, leaving a unique canonical subgraph for each set of automorphisms. Symmetry breaking can significantly prune the search tree: e.g., the subgraph [2,1] is not extended in Fig. 2 because it is automorphic to the subgraph [1,2].…”
Section: Pattern-aware Gpm Solutionsmentioning
confidence: 99%
“…It leverages pruning techniques to reduce the search space and provides optimized graph partitioning and collective communication operations. ScaleMine [3] is an MPI-based system to perform FSM, which uses approximation to optimize load balancing, prune the search space, and guide intra-task parallelism. ASAP [23] accelerates graph mining by sampling subgraph patterns but can only produce approximate results.…”
Section: Related Workmentioning
confidence: 99%
“…The basic frequent subgraph detection problem involves finding subgraphs having frequency higher than a threshold. Parallel approaches for this problem involve a "bottom-up" candidate generation approach, combined with careful pruning, which builds embeddings of larger subgraphs using all possible embeddings of smaller subgraphs [23], [24]. While these results allow scaling to very large networks with millions of nodes, they give no guarantees on the performance.…”
Section: Related Workmentioning
confidence: 99%