MLLGDec 30, 2019

Discriminative Clustering with Representation Learning with any Ratio of Labeled to Unlabeled Data

arXiv:1912.12979v21 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of clustering complex datasets with limited labeled data, though it is incremental as it builds upon existing DIFFRAC methods.

The authors tackled the problem of discriminative clustering with representation learning that can utilize any ratio of labeled to unlabeled data, by augmenting the DIFFRAC method with gradient-based training and optimal transport, resulting in improved feature representations and better clusterings on real datasets, especially when leveraging small amounts of labeled data.

We present a discriminative clustering approach in which the feature representation can be learned from data and moreover leverage labeled data. Representation learning can give a similarity-based clustering method the ability to automatically adapt to an underlying, yet hidden, geometric structure of the data. The proposed approach augments the DIFFRAC method with a representation learning capability, using a gradient-based stochastic training algorithm and an optimal transport algorithm with entropic regularization to perform the cluster assignment step. The resulting method is evaluated on several real datasets when varying the ratio of labeled data to unlabeled data and thereby interpolating between the fully unsupervised regime and the fully supervised regime. The experimental results suggest that the proposed method can learn powerful feature representations even in the fully unsupervised regime and can leverage even small amounts of labeled data to improve the feature representations and to obtain better clusterings of complex datasets.

Code Implementations1 repo
Foundations

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

Your Notes