PAPER DIGEST
Most Influential SIGMOD 2019 Paper · 2026-03 edition

Efficient Subgraph Matching: Harmonizing Dynamic Programming, Adaptive Matching Order, And Failing Set Together

Myoungji Han; Hyunjoon Kim; Geonmo Gu; Kunsoo Park; Wook-Shin Han

Venue
ACM SIGMOD Conference (SIGMOD) 2019
Recognition
Most Influential SIGMOD 2019 Paper (Rank No. 6)
Edition
2026-03
Impact factor
5
Certificate ID
7e0bd06045e16dcb

Abstract

Subgraph matching (or subgraph isomorphism) is one of the fundamental problems in graph analysis. Extensive research has been done to develop practical solutions for subgraph matching. The state-of-the-art algorithms such as \textsfCFL-Match and \textsfTurbo\textsubscriptiso convert a query graph into a spanning tree for obtaining candidates for each query vertex and obtaining a good matching order with the spanning tree. However, by using the spanning tree instead of the original query graph, it could lead to lower pruning power and a sub-optimal matching order. Another limitation is that they perform redundant computation in search without utilizing the knowledge learned from past computation. In this paper, we introduce three novel concepts to address these inherent limitations: 1) dynamic programming between a directed acyclic graph (DAG) and a graph, 2) adaptive matching order with DAG ordering, and 3) pruning by failing sets, which together lead to a much faster algorithm \textsfDAF for subgraph matching. Extensive experiments with real datasets show that \textsfDAF outperforms the fastest existing solution by up to orders of magnitude in terms of recursive calls as well as in terms of the elapsed time.

Download PDF certificate