AutoMine: harmonizing high-level abstraction and high performance for graph mining
AutoMine: harmonizing high-level abstraction and high performance for graph mining
复制标题
DOI:
10.1145/3341301.3359633
复制
发表时间:
2019-10
期刊:
影响因子:
--
通讯作者:
Daniel Mawhirter;Bo Wu
中科院分区:
文献类型:
--
作者:
Daniel Mawhirter;Bo Wu
Graph mining algorithms that aim at identifying structural patterns of graphs are typically more complex than graph computation algorithms such as breadth first search. Researchers have implemented several systems with high-level and flexible interfaces customized for tackling graph mining problems. However, we find that for triangle counting, one of the simplest graph mining problems, such systems can be several times slower than a single-threaded implementation of a straightforward algorithm. In this paper, we reveal the root causes of the severe inefficiencies of state-of-the-art graph mining systems and the challenges to address the performance problems. We build AutoMine, a single-machine system to provide both high-level interfaces and high performance for large-scale graph mining applications. The novelty of AutoMine comes from 1) a new representation of subgraph patterns and 2) compilation techniques that automatically generate efficient mining code with minimized memory consumption from a high-level abstraction. We have extensively evaluated AutoMine against 3 graph mining systems on 8 real-world graphs of different scales. Our experimental results show that AutoMine often produces several orders of magnitude better performance and can process very large graphs existing systems cannot handle.