LGMLSep 16, 2020

Too Much Information Kills Information: A Clustering Perspective

arXiv:2009.07417v1
Originality Incremental advance
AI Analysis

This addresses the challenge of computational efficiency in clustering for AI and pattern recognition, offering a significant speed-up with provable guarantees, though it is incremental as it builds on existing k-clustering frameworks.

The paper tackles the problem of variance-based k-clustering, such as k-means, by proposing a method that uses only a small subset of the dataset, achieving competitive results with 7% of the data and outperforming existing methods in at least 80% of tasks with up to 15% of the data.

Clustering is one of the most fundamental tools in the artificial intelligence area, particularly in the pattern recognition and learning theory. In this paper, we propose a simple, but novel approach for variance-based k-clustering tasks, included in which is the widely known k-means clustering. The proposed approach picks a sampling subset from the given dataset and makes decisions based on the data information in the subset only. With certain assumptions, the resulting clustering is provably good to estimate the optimum of the variance-based objective with high probability. Extensive experiments on synthetic datasets and real-world datasets show that to obtain competitive results compared with k-means method (Llyod 1982) and k-means++ method (Arthur and Vassilvitskii 2007), we only need 7% information of the dataset. If we have up to 15% information of the dataset, then our algorithm outperforms both the k-means method and k-means++ method in at least 80% of the clustering tasks, in terms of the quality of clustering. Also, an extended algorithm based on the same idea guarantees a balanced k-clustering result.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes