Mining Frequent Patterns in Evolving Graphs
Cigdem Aslay, Muhammad Anis Uddin Nasir, Gianmarco De Francisci, Morales, Aristides Gionis

TL;DR
This paper introduces algorithms for approximate frequent subgraph mining in evolving graphs, efficiently handling dynamic updates and providing high-quality results with theoretical guarantees and empirical validation.
Contribution
It presents novel algorithms for approximate FSM in streaming settings that maintain high-quality samples efficiently, unlike existing methods.
Findings
Algorithms achieve high-quality approximation with high probability.
Proposed methods outperform baselines in empirical evaluations.
Theoretical analysis supports the effectiveness of the algorithms.
Abstract
Given a labeled graph, the frequent-subgraph mining (FSM) problem asks to find all the -vertex subgraphs that appear with frequency greater than a given threshold. FSM has numerous applications ranging from biology to network science, as it provides a compact summary of the characteristics of the graph. However, the task is challenging, even more so for evolving graphs due to the streaming nature of the input and the exponential time complexity of the problem. In this paper, we initiate the study of the approximate FSM problem in both incremental and fully-dynamic streaming settings, where arbitrary edges can be added or removed from the graph. For each streaming setting, we propose algorithms that can extract a high-quality approximation of the frequent -vertex subgraphs for a given threshold, at any given time instance, with high probability. In contrast to the existing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications · Data Management and Algorithms · Rough Sets and Fuzzy Logic
