LGJan 7, 2021

A Framework for Deep Constrained Clustering

arXiv:2101.02792v139 citationsHas Code
Originality Incremental advance
AI Analysis

This work provides a more flexible and robust constrained clustering method for practitioners working with diverse types of side information, potentially improving clustering accuracy and applicability.

This paper introduces a deep learning framework for constrained clustering, addressing limitations of existing methods. It successfully handles standard together/apart constraints, as well as more complex constraints derived from continuous values and high-level domain knowledge, demonstrating effectiveness on image and text datasets.

The area of constrained clustering has been extensively explored by researchers and used by practitioners. Constrained clustering formulations exist for popular algorithms such as k-means, mixture models, and spectral clustering but have several limitations. A fundamental strength of deep learning is its flexibility, and here we explore a deep learning framework for constrained clustering and in particular explore how it can extend the field of constrained clustering. We show that our framework can not only handle standard together/apart constraints (without the well documented negative effects reported earlier) generated from labeled side information but more complex constraints generated from new types of side information such as continuous values and high-level domain knowledge. Furthermore, we propose an efficient training paradigm that is generally applicable to these four types of constraints. We validate the effectiveness of our approach by empirical results on both image and text datasets. We also study the robustness of our framework when learning with noisy constraints and show how different components of our framework contribute to the final performance. Our source code is available at $\href{https://github.com/blueocean92/deep_constrained_clustering}{\text{URL}}$.

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