English

Spectral Clustering with Side Information

Data Structures and Algorithms 2025-11-24 v1

Abstract

In the graph clustering problem with a planted solution, the input is a graph on nn vertices partitioned into kk clusters, and the task is to infer the clusters from graph structure. A standard assumption is that clusters induce well-connected subgraphs (i.e. Ω(1)\Omega(1)-expanders), and form ϵ\epsilon-sparse cuts. Such a graph defines the clustering uniquely up to ϵ\approx \epsilon misclassification rate, and efficient algorithms for achieving this rate are known. While this vanilla version of graph clustering is well studied, in practice, vertices of the graph are typically equipped with labels that provide additional information on cluster ids of the vertices. For example, each vertex could have a cluster label that is corrupted independently with probability δ\delta. Using only one of the two sources of information leads to misclassification rate min{ϵ,δ}\min\{\epsilon, \delta\}, but can they be combined to achieve a rate of ϵδ\approx \epsilon \delta? In this paper, we give an affirmative answer to this question and present a sublinear-time algorithm in the number of vertices nn. Our key algorithmic insight is a new observation on ``spectrally ambiguous'' vertices in a well-clusterable graph. While our sublinear-time classifier achieves the nearly optimal O~(ϵδ)\approx \widetilde O(\epsilon \delta) misclassification rate, the approximate clusters that it outputs do not necessarily induce expanders in the graph GG. In our second result, we give a polynomial-time algorithm that reweights edges of the original (k,ϵ,Ω(1))(k, \epsilon, \Omega(1))-clusterable graph to transform it into a (k,O~(ϵδ),Ω(1))(k, \widetilde O(\epsilon \delta), \Omega(1))-clusterable one (for constant kk), improving sparsity of cuts nearly optimally and preserving expansion properties of the communities - an algorithm for refining community structure of the input graph.

Keywords

Cite

@article{arxiv.2511.17326,
  title  = {Spectral Clustering with Side Information},
  author = {Hendrik Fichtenberger and Michael Kapralov and Ekaterina Kochetkova and Silvio Lattanzi and Davide Mazzali and Weronika Wrzos-Kaminska},
  journal= {arXiv preprint arXiv:2511.17326},
  year   = {2025}
}

Comments

The arxiv landing page contains a shortened abstract

R2 v1 2026-07-01T07:48:55.578Z