LGMLOct 20, 2019

Differentiable Deep Clustering with Cluster Size Constraints

arXiv:1910.09036v143 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of improving clustering performance for high-dimensional datasets, offering a novel method that is incremental over existing soft-k-means approaches.

The paper tackles the problem of clustering high-dimensional data like images by learning a differentiable embedding and incorporating cluster size constraints, achieving better unsupervised accuracy without pre-training compared to state-of-the-art methods.

Clustering is a fundamental unsupervised learning approach. Many clustering algorithms -- such as $k$-means -- rely on the euclidean distance as a similarity measure, which is often not the most relevant metric for high dimensional data such as images. Learning a lower-dimensional embedding that can better reflect the geometry of the dataset is therefore instrumental for performance. We propose a new approach for this task where the embedding is performed by a differentiable model such as a deep neural network. By rewriting the $k$-means clustering algorithm as an optimal transport task, and adding an entropic regularization, we derive a fully differentiable loss function that can be minimized with respect to both the embedding parameters and the cluster parameters via stochastic gradient descent. We show that this new formulation generalizes a recently proposed state-of-the-art method based on soft-$k$-means by adding constraints on the cluster sizes. Empirical evaluations on image classification benchmarks suggest that compared to state-of-the-art methods, our optimal transport-based approach provide better unsupervised accuracy and does not require a pre-training phase.

Foundations

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

Your Notes