Clustering Through Ranking on Manifolds

Abstract

Clustering aims to find useful hidden structures in data. In this paper we present a new clustering algorithm that builds upon the consistency method (Zhou, et.al., 2003), a semi-supervised learning technique with the property of learning very smooth functions with respect to the intrinsic structure revealed by the data. Other methods, e.g. Spectral Clustering, obtain good results on data that reveals such a structure. However, unlike Spectral Clustering, our algorithm effectively detects both global and within-class outliers, and the most representative examples in each class. Furthermore, we specify an optimization framework that estimates all learning parameters, including the number of clusters, directly from data. Finally, we show that the learned cluster-models can be used to add previously unseen points to clusters without re-learning the original cluster model. Encouraging experimental results are obtained on a number of real world problems.

Cite

Text

Breitenbach and Grudic. "Clustering Through Ranking on Manifolds." International Conference on Machine Learning, 2005. doi:10.1145/1102351.1102361

Markdown

[Breitenbach and Grudic. "Clustering Through Ranking on Manifolds." International Conference on Machine Learning, 2005.](https://mlanthology.org/icml/2005/breitenbach2005icml-clustering/) doi:10.1145/1102351.1102361

BibTeX

@inproceedings{breitenbach2005icml-clustering,
  title     = {{Clustering Through Ranking on Manifolds}},
  author    = {Breitenbach, Markus and Grudic, Gregory Z.},
  booktitle = {International Conference on Machine Learning},
  year      = {2005},
  pages     = {73-80},
  doi       = {10.1145/1102351.1102361},
  url       = {https://mlanthology.org/icml/2005/breitenbach2005icml-clustering/}
}