MLLGJul 30, 2021

Distribution free optimality intervals for clustering

arXiv:2107.14442v2
Originality Incremental advance
AI Analysis

This addresses the challenge of assessing clustering reliability for researchers and practitioners, offering a distribution-free validation method, though it is incremental as it builds on existing convex relaxation techniques.

The paper tackles the problem of validating clustering algorithm outputs by introducing a paradigm where a clustering is considered meaningful if it is near-optimal with respect to a loss function and stable under small perturbations, and presents a method to obtain post-inference guarantees for near-optimality and stability without distributional assumptions, demonstrating it on K-means and Normalized Cut criteria with realistic datasets.

We address the problem of validating the ouput of clustering algorithms. Given data $\mathcal{D}$ and a partition $\mathcal{C}$ of these data into $K$ clusters, when can we say that the clusters obtained are correct or meaningful for the data? This paper introduces a paradigm in which a clustering $\mathcal{C}$ is considered meaningful if it is good with respect to a loss function such as the K-means distortion, and stable, i.e. the only good clustering up to small perturbations. Furthermore, we present a generic method to obtain post-inference guarantees of near-optimality and stability for a clustering $\mathcal{C}$. The method can be instantiated for a variety of clustering criteria (also called loss functions) for which convex relaxations exist. Obtaining the guarantees amounts to solving a convex optimization problem. We demonstrate the practical relevance of this method by obtaining guarantees for the K-means and the Normalized Cut clustering criteria on realistic data sets. We also prove that asymptotic instability implies finite sample instability w.h.p., allowing inferences about the population clusterability from a sample. The guarantees do not depend on any distributional assumptions, but they depend on the data set $\mathcal{D}$ admitting a stable clustering.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes