English

Statistically Optimal K-means Clustering via Nonnegative Low-rank Semidefinite Programming

Machine Learning 2024-04-16 v5 Machine Learning Optimization and Control

Abstract

KK-means clustering is a widely used machine learning method for identifying patterns in large datasets. Recently, semidefinite programming (SDP) relaxations have been proposed for solving the KK-means optimization problem, which enjoy strong statistical optimality guarantees. However, the prohibitive cost of implementing an SDP solver renders these guarantees inaccessible to practical datasets. In contrast, nonnegative matrix factorization (NMF) is a simple clustering algorithm widely used by machine learning practitioners, but it lacks a solid statistical underpinning and theoretical guarantees. In this paper, we consider an NMF-like algorithm that solves a nonnegative low-rank restriction of the SDP-relaxed KK-means formulation using a nonconvex Burer--Monteiro factorization approach. The resulting algorithm is as simple and scalable as state-of-the-art NMF algorithms while also enjoying the same strong statistical optimality guarantees as the SDP. In our experiments, we observe that our algorithm achieves significantly smaller mis-clustering errors compared to the existing state-of-the-art while maintaining scalability.

Keywords

Cite

@article{arxiv.2305.18436,
  title  = {Statistically Optimal K-means Clustering via Nonnegative Low-rank Semidefinite Programming},
  author = {Yubo Zhuang and Xiaohui Chen and Yun Yang and Richard Y. Zhang},
  journal= {arXiv preprint arXiv:2305.18436},
  year   = {2024}
}

Comments

Accepted to ICLR 2024

R2 v1 2026-06-28T10:49:44.407Z