English

Dynamic Spectral Clustering with Provable Approximation Guarantee

Data Structures and Algorithms 2024-06-06 v1 Machine Learning

Abstract

This paper studies clustering algorithms for dynamically evolving graphs {Gt}\{G_t\}, 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 GTG_T of nTn_T vertices at time TT can be well approximated by a dynamic variant of the spectral clustering algorithm. The algorithm runs in amortised update time O(1)O(1) and query time o(nT)o(n_T). Experimental studies on both synthetic and real-world datasets further confirm the practicality of our designed algorithm.

Keywords

Cite

@article{arxiv.2406.03152,
  title  = {Dynamic Spectral Clustering with Provable Approximation Guarantee},
  author = {Steinar Laenen and He Sun},
  journal= {arXiv preprint arXiv:2406.03152},
  year   = {2024}
}

Comments

This work is accepted at the 41st International Conference on Machine Learning (ICML'24)

R2 v1 2026-06-28T16:54:21.282Z