vix.ing · top · new · best · stats · spec

Streaming k-Means Clustering with Fast Queries

2017/01/13 by Zhang, Yu, Tangwongsan, Kanat, Tirthapura, Srikanta
#Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences #Software Engineering (cs.SE)

paper · doi:10.48550/arxiv.1701.03826

Abstract

We present methods for k-means clustering on a stream with a focus on providing fast responses to clustering queries. Compared to the current state-of-the-art, our methods provide substantial improvement in the query time for cluster centers while retaining the desirable properties of provably small approximation error and low space usage. Our algorithms rely on a novel idea of "coreset caching" that systematically reuses coresets (summaries of data) computed for recent queries in answering the current clustering query. We present both theoretical analysis and detailed experiments demonstrating their correctness and efficiency

Related