2017
DOI: 10.1007/978-981-10-3770-2_52
|View full text |Cite
|
Sign up to set email alerts
|

Impact of Memory Space Optimization Technique on Fast Network Motif Search Algorithm

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
5
0

Year Published

2017
2017
2024
2024

Publication Types

Select...
6
2

Relationship

0
8

Authors

Journals

citations
Cited by 9 publications
(5 citation statements)
references
References 7 publications
0
5
0
Order By: Relevance
“…Besides, some approaches cannot handle certain kinds of queries or input graphs. For example, SCMD (Wang et al 2012) and PATCOMP (Jain et al 2017) are not applicable to directed graphs, and PGD (Ahmed et al 2015) and RAGE (Marcus and Shavitt 2012) do not handle graphs with node or edge labels. Although Peregrine does not support directed edges or edge labels either, we run it on our datasets by ignoring edge directions/labels if any, and focus on its time cost only.…”
Section: Methodsmentioning
confidence: 99%
“…Besides, some approaches cannot handle certain kinds of queries or input graphs. For example, SCMD (Wang et al 2012) and PATCOMP (Jain et al 2017) are not applicable to directed graphs, and PGD (Ahmed et al 2015) and RAGE (Marcus and Shavitt 2012) do not handle graphs with node or edge labels. Although Peregrine does not support directed edges or edge labels either, we run it on our datasets by ignoring edge directions/labels if any, and focus on its time cost only.…”
Section: Methodsmentioning
confidence: 99%
“…Both Quatexelero and FaSE have potential memory issues, since there may be several nodes representing the same graph, which is not a problem for Gtrie since it only stores one copy of each possible graph. To address this, Himamshu and Jain [61] proposed Patcomp. Their method compresses the quaternary tree using a technique similar to a radix tree, however, their method is 2 to 3 times slower and only saves around 10% of the memory usage.…”
Section: Encapsulation Methodsmentioning
confidence: 99%
“…All the worker processes during the enumeration and census maintain their individual copies of PATRICIA trie and ZeroOne binary tree. Details of PATRICIA trie and ZeroOne tree data structure and their application have been illustrated in sequential algorithm based network motif search process (Himanshu et al 2017). When a worker receives the message with 'FINISH' tag, it sends three lists viz.…”
Section: Methodsmentioning
confidence: 99%
“…It could be ascertained that as we distribute the search tree branches to the processing cores of distributed-memory cluster, each core would require to maintain its own individual copy of data structure to store the subgraph isomorphism details in memory so that number of calls to 'nauty' could be reduced for identification of subgraph isomorphism each time a new subgraph is enumerated. Further, it is observed that as the query subgraph size increases, size of g-trie (Ribeiro and Silva 2009) and quaternary tree (Khakabimamaghani et al 2013) increases much higher than PATRICIA trie (Himanshu et al 2017). So g-trie and quaternary tree based algorithms run the risk of becoming infeasible on distributed-memory cluster if parallel work units are assigned to more number of cores per processor, as the motif size becomes large.…”
mentioning
confidence: 99%