PAPER DIGEST
Most Influential WWW 2010 Paper · 2026-03 edition

Web-scale K-means Clustering

D. Sculley

Venue
ACM Web Conference (WWW) 2010
Recognition
Most Influential WWW 2010 Paper (Rank No. 6)
Edition
2026-03
Impact factor
9
Certificate ID
4b2a7458ad2eb65b

Abstract

We present two modifications to the popular <i>k</i>-means clustering algorithm to address the extreme requirements for latency, scalability, and sparsity encountered in user-facing web applications. First, we propose the use of mini-batch optimization for <i>k</i>-means clustering. This reduces computation cost by orders of magnitude compared to the classic batch algorithm while yielding significantly better solutions than online stochastic gradient descent. Second, we achieve sparsity with projected gradient descent, and give a fast ε-accurate projection onto the <i>L</i>1-ball. Source code is freely available: http://code.google.com/p/sofia-ml

Download PDF certificate