Mining Preserving Structures in a Graph Sequence
Takeaki Uno, Yushi Uno

TL;DR
This paper introduces the concept of preserving structures in graph sequences, focusing on connected vertex subsets and cliques that exist over specific periods, with polynomial delay algorithms for enumeration.
Contribution
It is the first to formalize and develop algorithms for mining preserving structures in dynamic graphs, such as connected subsets and cliques over time.
Findings
Polynomial delay algorithms for enumerating preserving structures.
Running time is O(|V||E|^3) for connected subsets.
Running time is O(min{Δ^5, |E|^2Δ}) for cliques.
Abstract
In the recent research of data mining, frequent structures in a sequence of graphs have been studied intensively, and one of the main concern is changing structures along a sequence of graphs that can capture dynamic properties of data. On the contrary, we newly focus on "preserving structures" in a graph sequence that satisfy a given property for a certain period, and mining such structures is studied. As for an onset, we bring up two structures, a connected vertex subset and a clique that exist for a certain period. We consider the problem of enumerating these structures. and present polynomial delay algorithms for the problems. Their running time may depend on the size of the representation, however, if each edge has at most one time interval in the representation, the running time is O(|V||E|^3) for connected vertex subsets and O(min{\Delta^5, |E|^2\Delta}) for cliques, where the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Data Mining Algorithms and Applications · semigroups and automata theory
