English

Spectral Clustering Oracles in Sublinear Time

Data Structures and Algorithms 2021-10-20 v2

Abstract

Given a graph GG that can be partitioned into kk disjoint expanders with outer conductance upper bounded by ϵ1\epsilon\ll 1, can we efficiently construct a small space data structure that allows quickly classifying vertices of GG according to the expander (cluster) they belong to? Formally, we would like an efficient local computation algorithm that misclassifies at most an O(ϵ)O(\epsilon) fraction of vertices in every expander. We refer to such a data structure as a \textit{spectral clustering oracle}. Our main result is a spectral clustering oracle with query time O(n1/2+O(ϵ))O^*(n^{1/2+O(\epsilon)}) and preprocessing time 2O(1ϵk4log2(k))n1/2+O(ϵ)2^{O(\frac{1}{\epsilon} k^4 \log^2(k))} n^{1/2+O(\epsilon)} that provides misclassification error O(ϵlogk)O(\epsilon \log k) per cluster for any ϵ1/logk\epsilon \ll 1/\log k. More generally, query time can be reduced at the expense of increasing the preprocessing time appropriately (as long as the product is about n1+O(ϵ)n^{1+O(\epsilon)}) -- this in particular gives a nearly linear time spectral clustering primitive. The main technical contribution is a sublinear time oracle that provides dot product access to the spectral embedding of GG by estimating distributions of short random walks from vertices in GG. The distributions themselves provide a poor approximation to the spectral embedding, but we show that an appropriate linear transformation can be used to achieve high precision dot product access. We then show that dot product access to the spectral embedding is sufficient to design a clustering oracle. At a high level our approach amounts to hyperplane partitioning in the spectral embedding of GG, but crucially operates on a nested sequence of carefully defined subspaces in the spectral embedding to achieve per cluster recovery guarantees.

Keywords

Cite

@article{arxiv.2101.05549,
  title  = {Spectral Clustering Oracles in Sublinear Time},
  author = {Grzegorz Gluch and Michael Kapralov and Silvio Lattanzi and Aida Mousavifar and Christian Sohler},
  journal= {arXiv preprint arXiv:2101.05549},
  year   = {2021}
}

Comments

Proceedings of the 2021 ACM-SIAM Symposium on Discrete Algorithms (SODA). Society for Industrial and Applied Mathematics, 2021

R2 v1 2026-06-23T22:09:35.428Z