- Integration of CiNii Books functions for fiscal year 2025 has completed
- Trial version of CiNii Research Knowledge Graph Search feature is available on CiNii Labs
- 【Updated on November 26, 2025】Regarding the recording of “Research Data” and “Evidence Data”
- Incorporated Jxiv preprints from JaLC and adding coverage from NDL Search
Parallelization of Extracting Connected Subgraphs with Common Itemsets in Distributed Memory Environments
-
- Okuno Shingo
- Graduate School of Informatics, Kyoto University
-
- Hiraishi Tasuku
- Academic Center for Computing and Media Studies, Kyoto University
-
- Nakashima Hiroshi
- Academic Center for Computing and Media Studies, Kyoto University
-
- Yasugi Masahiro
- Department of Artificial Intelligence, Kyushu Institute of Technology
-
- Sese Jun
- National Institute of Advanced Industrial Science and Technology
Bibliographic Information
- Published
- 2017
- Resource Type
- journal article
- DOI
-
- 10.2197/ipsjjip.25.256
- Publisher
- Information Processing Society of Japan
Description
<p>This paper proposes a parallel implementation of graph mining that extracts all connected subgraphs with common itemsets, of which the size is not less than a given threshold, from a graph and from itemsets associated with vertices of the graph, in distributed memory environments using the task-parallel language Tascell. With regard to this problem, we have already proposed parallelization of a backtrack search algorithm named COPINE and its implementation in shared memory environments. In this implementation, all workers share a single table, which is controlled by locks, that contains the knowledge acquired during the search to obviate the need for unnecessary searching. This sharing method is not practical in distributed memory environments because it would lead to a drastic increase in the cost of internode communications. Therefore, we implemented a sharing method in which each computing node has a table and sends its updates to the other nodes at regular time intervals. In addition to this, the high task creation cost for COPINE is problematic and thus the conventional work-stealing strategy in Tascell, which aims to minimize the number of internode work-steals, significantly degrades the performance since it increases the number of intranode work-steals for small tasks. We solved this problem by promoting workers to enable them to request tasks from external nodes. We also employed a work-stealing strategy based on estimation of the sizes of tasks created by victim workers. This approach enabled us to achieve good speedup performance with up to 8 nodes × 16 workers.</p>
Journal
-
- Journal of Information Processing
-
Journal of Information Processing 25 (0), 256-267, 2017
Information Processing Society of Japan
- Tweet
Keywords
Details 詳細情報について
-
- CRID
- 1390282680272757504
-
- NII Article ID
- 130005395245
-
- ISSN
- 18826652
-
- Text Lang
- en
-
- Article Type
- journal article
-
- Data Source
-
- JaLC
- Crossref
- CiNii Articles
- KAKEN
- OpenAIRE
-
- Abstract License Flag
- Disallowed

