Symmetric Continuous Subgraph Matching with Bidirectional Dynamic Programming
In many real datasets such as social media streams and cyber data sources, graphs change over time through a graph update stream of edge insertions and deletions. Detecting critical patterns in such dynamic graphs plays an important role in various application domains such as fraud detection, cyber...
Gespeichert in:
Hauptverfasser: | , , , , , |
---|---|
Format: | Artikel |
Sprache: | eng |
Schlagworte: | |
Online-Zugang: | Volltext bestellen |
Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
Zusammenfassung: | In many real datasets such as social media streams and cyber data sources,
graphs change over time through a graph update stream of edge insertions and
deletions. Detecting critical patterns in such dynamic graphs plays an
important role in various application domains such as fraud detection, cyber
security, and recommendation systems for social networks. Given a dynamic data
graph and a query graph, the continuous subgraph matching problem is to find
all positive matches for each edge insertion and all negative matches for each
edge deletion. The state-of-the-art algorithm TurboFlux uses a spanning tree of
a query graph for filtering. However, using the spanning tree may have a low
pruning power because it does not take into account all edges of the query
graph. In this paper, we present a symmetric and much faster algorithm SymBi
which maintains an auxiliary data structure based on a directed acyclic graph
instead of a spanning tree, which maintains the intermediate results of
bidirectional dynamic programming between the query graph and the dynamic
graph. Extensive experiments with real and synthetic datasets show that SymBi
outperforms the state-of-the-art algorithm by up to three orders of magnitude
in terms of the elapsed time. |
---|---|
DOI: | 10.48550/arxiv.2104.00886 |