paper-with-me

홈 › Papers

Redesigning pattern mining algorithms for supercomputers

2015-10-27 · Kazuki Yoshizoe, Aika Terada, Koji Tsuda

Upcoming many core processors are expected to employ a distributed memory architecture similar to currently available supercomputers, but parallel pattern mining algorithms amenable to the architecture are not comprehensively studied. We present a novel closed pattern mining algorithm with a well-engineered communication protocol, and generalize it to find statistically significant patterns from personal genome data. For distributing communication evenly, it employs global load balancing with multiple stacks distributed on a set of cores organized as a hypercube with random edges. Our algorithm achieved up to 1175-fold speedup by using 1200 cores for solving a problem with 11,914 items and 697 transactions, while the naive approach of separating the search space failed completely.

📄 PDF Abstract BibTeX arXiv:1510.07787

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Lite Fireworks Algorithm for Optimization

2023-01-07 · Haimiao Mo, Min Zeng

The fireworks algorithm is an optimization algorithm for simulating the explosion phenomenon of fireworks. Because of its fast convergence and high precision, it is widely used in pattern recognition, optimal scheduling,…

Scheduling

Swing: Short-cutting Rings for Higher Bandwidth Allreduce

2024-01-17 · Daniele De Sensi, Tommaso Bonato, David Saam, Torsten Hoefler

The allreduce collective operation accounts for a significant fraction of the runtime of workloads running on distributed systems. One factor determining its performance is the distance between communicating nodes, espec…

Inverse renormalization group of spin glasses

2023-10-19 · Dimitrios Bachtis

We propose inverse renormalization group transformations to construct approximate configurations for lattice volumes that have not yet been accessed by supercomputers or large-scale simulations in the study of spin glass…

TaSPM: Targeted Sequential Pattern Mining

2022-02-26 · Gengsen Huang, Wensheng Gan, Philip S. Yu

Sequential pattern mining (SPM) is an important technique of pattern mining, which has many applications in reality. Although many efficient sequential pattern mining algorithms have been proposed, there are few studies …

Sequential Pattern Mining

Declarative Sequential Pattern Mining of Care Pathways

2017-07-26 · Thomas Guyet, André Happe, Yann Dauxais

Sequential pattern mining algorithms are widely used to explore care pathways database, but they generate a deluge of patterns, mostly redundant or useless. Clinicians need tools to express complex mining queries in orde…

Sequential Pattern Mining