English

Neural network-based clustering using pairwise constraints

Machine Learning 2016-04-27 v5 Machine Learning

Abstract

This paper presents a neural network-based end-to-end clustering framework. We design a novel strategy to utilize the contrastive criteria for pushing data-forming clusters directly from raw data, in addition to learning a feature embedding suitable for such clustering. The network is trained with weak labels, specifically partial pairwise relationships between data instances. The cluster assignments and their probabilities are then obtained at the output layer by feed-forwarding the data. The framework has the interesting characteristic that no cluster centers need to be explicitly specified, thus the resulting cluster distribution is purely data-driven and no distance metrics need to be predefined. The experiments show that the proposed approach beats the conventional two-stage method (feature embedding with k-means) by a significant margin. It also compares favorably to the performance of the standard cross entropy loss for classification. Robustness analysis also shows that the method is largely insensitive to the number of clusters. Specifically, we show that the number of dominant clusters is close to the true number of clusters even when a large k is used for clustering.

Keywords

Cite

@article{arxiv.1511.06321,
  title  = {Neural network-based clustering using pairwise constraints},
  author = {Yen-Chang Hsu and Zsolt Kira},
  journal= {arXiv preprint arXiv:1511.06321},
  year   = {2016}
}

Comments

ICLR 2016

R2 v1 2026-06-22T11:49:44.573Z