Semi-Supervised Clustering by Seeding
Abstract
Semi-supervised clustering uses a small amount of labeled data to aid and bias the clustering of unlabeled data. This paper explores the use of labeled data to generate initial seed clusters, as well as the use of constraints generated from labeled data to guide the clustering process. It introduces two semi-supervised variants of KMeans clustering that can be viewed as instances of the EM algorithm, where labeled data provides prior information about the conditional distributions of hidden category labels. Experimental results demonstrate the advantages of these methods over standard random seeding and COP-KMeans, a previously developed semi-supervised clustering algorithm.
Cite
Text
Basu et al. "Semi-Supervised Clustering by Seeding." International Conference on Machine Learning, 2002.Markdown
[Basu et al. "Semi-Supervised Clustering by Seeding." International Conference on Machine Learning, 2002.](https://mlanthology.org/icml/2002/basu2002icml-semi/)BibTeX
@inproceedings{basu2002icml-semi,
title = {{Semi-Supervised Clustering by Seeding}},
author = {Basu, Sugato and Banerjee, Arindam and Mooney, Raymond J.},
booktitle = {International Conference on Machine Learning},
year = {2002},
pages = {27-34},
url = {https://mlanthology.org/icml/2002/basu2002icml-semi/}
}