Dynamic Structural Clustering Unleashed: Flexible Similarities, Versatile Updates and for All Parameters
Zhuowei Zhao, Junhao Gan, Boyu Ruan, Zhifeng Bao, Jianzhong Qi, Sibo, Wang

TL;DR
This paper introduces VD-STAR, an efficient and simple algorithm for dynamic graph structural clustering that adapts to arbitrary updates and parameters, providing high-quality results with significantly improved update times.
Contribution
The paper presents VD-STAR, a novel dynamic clustering algorithm with theoretical guarantees, practical simplicity, and superior update efficiency without assumptions on update patterns.
Findings
VD-STAR achieves up to 99.9% clustering accuracy.
It improves update time from O(log^2 n) to O(log n) amortized.
Experimental results outperform competitors by up to 9,315 times.
Abstract
We study structural clustering on graphs in dynamic scenarios, where the graphs can be updated by arbitrary insertions or deletions of edges/vertices. The goal is to efficiently compute structural clustering results for any clustering parameters and given on the fly, for arbitrary graph update patterns, and for all typical similarity measurements. Specifically, we adopt the idea of update affordability and propose an a-lot-simpler yet more efficient (both theoretically and practically) algorithm (than state of the art), named VD-STAR to handle graph updates. First, with a theoretical clustering result quality guarantee, VD-STAR can output high-quality clustering results with up to 99.9% accuracy. Second, our VD-STAR is easy to implement as it just needs to maintain certain sorted linked lists and hash tables, and hence, effectively enhances its deployment in practice.…
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
TopicsAdvanced Clustering Algorithms Research
