{"_id":"23882","language":[{"iso":"eng"}],"year":"2006","publication_status":"published","status":"public","author":[{"first_name":"Gereon","last_name":"Frahling","full_name":"Frahling, Gereon"},{"first_name":"Christian","last_name":"Sohler","full_name":"Sohler, Christian"}],"date_updated":"2022-01-06T06:56:02Z","publication":"Proceedings of the twenty-second annual symposium on Computational geometry - SCG '06","date_created":"2021-09-07T13:03:31Z","title":"A fast k-means implementation using coresets","type":"conference","citation":{"mla":"Frahling, Gereon, and Christian Sohler. “A Fast K-Means Implementation Using Coresets.” Proceedings of the Twenty-Second Annual Symposium on Computational Geometry  - SCG ’06, 2006, doi:10.1145/1137856.1137879.","short":"G. Frahling, C. Sohler, in: Proceedings of the Twenty-Second Annual Symposium on Computational Geometry  - SCG ’06, 2006.","apa":"Frahling, G., & Sohler, C. (2006). A fast k-means implementation using coresets. In Proceedings of the twenty-second annual symposium on Computational geometry  - SCG ’06. https://doi.org/10.1145/1137856.1137879","ieee":"G. Frahling and C. Sohler, “A fast k-means implementation using coresets,” in Proceedings of the twenty-second annual symposium on Computational geometry  - SCG ’06, 2006.","ama":"Frahling G, Sohler C. A fast k-means implementation using coresets. In: Proceedings of the Twenty-Second Annual Symposium on Computational Geometry  - SCG ’06. ; 2006. doi:10.1145/1137856.1137879","chicago":"Frahling, Gereon, and Christian Sohler. “A Fast K-Means Implementation Using Coresets.” In Proceedings of the Twenty-Second Annual Symposium on Computational Geometry  - SCG ’06, 2006. https://doi.org/10.1145/1137856.1137879.","bibtex":"@inproceedings{Frahling_Sohler_2006, title={A fast k-means implementation using coresets}, DOI={10.1145/1137856.1137879}, booktitle={Proceedings of the twenty-second annual symposium on Computational geometry  - SCG ’06}, author={Frahling, Gereon and Sohler, Christian}, year={2006} }"},"user_id":"15415","department":[{"_id":"63"}],"doi":"10.1145/1137856.1137879","abstract":[{"lang":"eng","text":"In this paper we develop an efficient implementation for a k-means clustering algorithm. Our algorithm is a variant of KMHybrid [28, 20], i.e. it uses a combination of Lloyd-steps and random swaps, but as a novel feature it uses coresets to speed up the algorithm. A coreset is a small weighted set of points that approximates the original point set with respect to the considered problem. The main strength of the algorithm is that it can quickly determine clusterings of the same point set for many values of k. This is necessary in many applications, since, typically, one does not know a good value for k in advance. Once we have clusterings for many different values of k we can determine a good choice of k using a quality measure of clusterings that is independent of k, for example the average silhouette coefficient. The average silhouette coefficient can be approximated using coresets.To evaluate the performance of our algorithm we compare it with algorithm KMHybrid [28] on typical 3D data sets for an image compression application and on artificially created instances. Our data sets consist of 300,000 to 4.9 million points. We show that our algorithm significantly outperforms KMHybrid on most of these input instances. Additionally, the quality of the solutions computed by our algorithm deviates less than that of KMHybrid.We also computed clusterings and approximate average silhouette coefficient for k=1,…,100 for our input instances and discuss the performance of our algorithm in detail."}]}