English

Simple, Scalable, and Stable Variational Deep Clustering

Machine Learning 2020-05-22 v2 Machine Learning

Abstract

Deep clustering (DC) has become the state-of-the-art for unsupervised clustering. In principle, DC represents a variety of unsupervised methods that jointly learn the underlying clusters and the latent representation directly from unstructured datasets. However, DC methods are generally poorly applied due to high operational costs, low scalability, and unstable results. In this paper, we first evaluate several popular DC variants in the context of industrial applicability using eight empirical criteria. We then choose to focus on variational deep clustering (VDC) methods, since they mostly meet those criteria except for simplicity, scalability, and stability. To address these three unmet criteria, we introduce four generic algorithmic improvements: initial γ\gamma-training, periodic β\beta-annealing, mini-batch GMM (Gaussian mixture model) initialization, and inverse min-max transform. We also propose a novel clustering algorithm S3VDC (simple, scalable, and stable VDC) that incorporates all those improvements. Our experiments show that S3VDC outperforms the state-of-the-art on both benchmark tasks and a large unstructured industrial dataset without any ground truth label. In addition, we analytically evaluate the usability and interpretability of S3VDC.

Keywords

Cite

@article{arxiv.2005.08047,
  title  = {Simple, Scalable, and Stable Variational Deep Clustering},
  author = {Lele Cao and Sahar Asadi and Wenfei Zhu and Christian Schmidli and Michael Sjöberg},
  journal= {arXiv preprint arXiv:2005.08047},
  year   = {2020}
}

Comments

17 pages, 5 figures, source code: https://github.com/king/s3vdc

R2 v1 2026-06-23T15:35:43.381Z