CVMar 22, 2018

Clustering-driven Deep Embedding with Pairwise Constraints

arXiv:1803.08457v550 citations
Originality Incremental advance
AI Analysis

This work addresses clustering challenges in domains like 3D shapes, offering a semi-supervised method that is incremental over existing deep embedding approaches.

The paper tackled the problem of non-parametric clustering by proposing CPAC, a framework using a Siamese network to encourage similar representations for data pairs, which improved clustering performance even with limited labeled pairs.

Recently, there has been increasing interest to leverage the competence of neural networks to analyze data. In particular, new clustering methods that employ deep embeddings have been presented. In this paper, we depart from centroid-based models and suggest a new framework, called Clustering-driven deep embedding with PAirwise Constraints (CPAC), for non-parametric clustering using a neural network. We present a clustering-driven embedding based on a Siamese network that encourages pairs of data points to output similar representations in the latent space. Our pair-based model allows augmenting the information with labeled pairs to constitute a semi-supervised framework. Our approach is based on analyzing the losses associated with each pair to refine the set of constraints. We show that clustering performance increases when using this scheme, even with a limited amount of user queries. We demonstrate how our architecture is adapted for various types of data and present the first deep framework to cluster 3D shapes.

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