Dynamic Spectral Clustering with Provable Approximation Guarantee
Steinar Laenen, He Sun

TL;DR
This paper introduces a dynamic spectral clustering algorithm for evolving graphs, providing provable approximation guarantees, efficient update and query times, and validated by experiments on synthetic and real data.
Contribution
It develops a novel dynamic spectral clustering method with theoretical guarantees and practical efficiency for evolving graph structures.
Findings
Algorithm achieves $O(1)$ amortised update time.
Clusters are well approximated under mild conditions.
Experimental results confirm practicality on real datasets.
Abstract
This paper studies clustering algorithms for dynamically evolving graphs , in which new edges (and potential new vertices) are added into a graph, and the underlying cluster structure of the graph can gradually change. The paper proves that, under some mild condition on the cluster-structure, the clusters of the final graph of vertices at time can be well approximated by a dynamic variant of the spectral clustering algorithm. The algorithm runs in amortised update time and query time . Experimental studies on both synthetic and real-world datasets further confirm the practicality of our designed algorithm.
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
TopicsFace and Expression Recognition · Advanced Clustering Algorithms Research
MethodsSpectral Clustering
