English

A scalable clustering algorithm to approximate graph cuts

Data Structures and Algorithms 2024-10-15 v2 Discrete Mathematics

Abstract

Due to their computational complexity, graph cuts for cluster detection and identification are used mostly in the form of convex relaxations. We propose to utilize the original graph cuts such as Ratio, Normalized or Cheeger Cut to detect clusters in weighted undirected graphs by restricting the graph cut minimization to stst-MinCut partitions. Incorporating a vertex selection technique and restricting optimization to tightly connected clusters, we combine the efficient computability of stst-MinCuts and the intrinsic properties of Gomory-Hu trees with the cut quality of the original graph cuts, leading to linear runtime in the number of vertices and quadratic in the number of edges. Already in simple scenarios, the resulting algorithm Xist is able to approximate graph cut values better empirically than spectral clustering or comparable algorithms, even for large network datasets. We showcase its applicability by segmenting images from cell biology and provide empirical studies of runtime and classification rate.

Keywords

Cite

@article{arxiv.2308.09613,
  title  = {A scalable clustering algorithm to approximate graph cuts},
  author = {Leo Suchan and Housen Li and Axel Munk},
  journal= {arXiv preprint arXiv:2308.09613},
  year   = {2024}
}

Comments

34 pages, 5 figures

R2 v1 2026-06-28T11:58:51.537Z