Pith. sign in

REVIEW 1 cited by

K*-Means: A Parameter-free Clustering Algorithm

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2505.11904 v1 pith:IRPAYV2H submitted 2025-05-17 cs.LG cs.AIcs.ITmath.IT

K*-Means: A Parameter-free Clustering Algorithm

classification cs.LG cs.AIcs.ITmath.IT
keywords clusteringclustersmeansalgorithmdetermineexistingmethodsneed
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Clustering is a widely used and powerful machine learning technique, but its effectiveness is often limited by the need to specify the number of clusters, k, or by relying on thresholds that implicitly determine k. We introduce k*-means, a novel clustering algorithm that eliminates the need to set k or any other parameters. Instead, it uses the minimum description length principle to automatically determine the optimal number of clusters, k*, by splitting and merging clusters while also optimising the standard k-means objective. We prove that k*-means is guaranteed to converge and demonstrate experimentally that it significantly outperforms existing methods in scenarios where k is unknown. We also show that it is accurate in estimating k, and that empirically its runtime is competitive with existing methods, and scales well with dataset size.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Cross-Attention Calibrated Deduplication for Retrieval-Augmented Generation System

    cs.CL 2026-07 conditional novelty 5.5

    CACD deduplicates RAG chunks via cross-encoder scores, attention-entropy NIS, and majority vote, dropping ~9.75% of chunks on SQuAD faster than cosine filtering.