k-means++: the advantages of careful seeding. Arthur, D. & Vassilvitskii, S. In Proceedings of the eighteenth annual ACM-SIAM symposium on Discrete algorithms, of SODA '07, pages 1027–1035, New Orleans, Louisiana, January, 2007. Society for Industrial and Applied Mathematics.
abstract   bibtex   
The k-means method is a widely used clustering technique that seeks to minimize the average squared distance between points in the same cluster. Although it offers no accuracy guarantees, its simplicity and speed are very appealing in practice. By augmenting k-means with a very simple, randomized seeding technique, we obtain an algorithm that is Θ(logk)-competitive with the optimal clustering. Preliminary experiments show that our augmentation improves both the speed and the accuracy of k-means, often quite dramatically.
@inproceedings{arthur_kmeans_2007,
	address = {New Orleans, Louisiana},
	series = {{SODA} '07},
	title = {k-means++: the advantages of careful seeding},
	isbn = {978-0-89871-624-5},
	shorttitle = {k-means++},
	abstract = {The k-means method is a widely used clustering technique that seeks to minimize the average squared distance between points in the same cluster. Although it offers no accuracy guarantees, its simplicity and speed are very appealing in practice. By augmenting k-means with a very simple, randomized seeding technique, we obtain an algorithm that is Θ(logk)-competitive with the optimal clustering. Preliminary experiments show that our augmentation improves both the speed and the accuracy of k-means, often quite dramatically.},
	urldate = {2020-02-18},
	booktitle = {Proceedings of the eighteenth annual {ACM}-{SIAM} symposium on {Discrete} algorithms},
	publisher = {Society for Industrial and Applied Mathematics},
	author = {Arthur, David and Vassilvitskii, Sergei},
	month = jan,
	year = {2007},
	pages = {1027--1035},
}

Downloads: 0