ICML2026

Fully Dynamic Coreset Spectral Clustering

Ben Jourdan, Peter Macgregor, Gregory Schwartzman

被引用 6 次

摘要

We present a fully dynamic data structure that supports edge and node updates and cluster membership queries for the Normalised Cut problem with strong theoretical guarantees. Furthermore, our data structure outperforms the state of the art significantly on real world datasets. At the heart of our data structure is the novel notion of Just-in-Time Sampling Trees. The worst-case edge update time of our data structure is O(logn)O(\log n) where nn is the number of nodes in the current graph. Let dmaxd_{\max} be the maximum degree of the current graph, let TNC(n,k)T_{NC}(n',k') be the running time of an α\alpha-approximation algorithm for the Normalised Cut problem on nn' vertices and kk' clusters, and let vol(Y)\text{vol}(Y) be the sum of the unweighted degrees of all nodes in a set YY. The worst-case query time of our data structure to label all nodes in YY is O(kdmax2log(n)+γ(n,ϵ,k,Y))O\left(kd_{max}^2 \log(n) + \gamma(n,\epsilon,k,Y)\right), with approximation ratio α1+ϵ1ϵ\alpha \frac{1+\epsilon}{1-\epsilon}, where γ(n,ϵ,k,Y)\gamma(n,\epsilon,k,Y) is defined to be log(n)log(n)ϵ4k2+TNC(ϵ4k2,k)+ϵ8k4+vol(Y)\log(n)\log^\star(n)\epsilon^{-4}k^2 + T_{NC}(\epsilon^{-4}k^2,k) + \epsilon^{-8}k^4 +vol(Y). Assuming dmaxd_{\max} is polylogarithmic, as is the case with many sparse real-world graphs, our method achieves the best known trade-off between query time and update time.