paper-with-me

홈 › Papers

Learning-Augmented $k$-means Clustering

2021-10-27 · ICLR 2022 4 · Jon C. Ergun, Zhili Feng, Sandeep Silwal, David P. Woodruff, Samson Zhou

$k$-means clustering is a well-studied problem due to its wide applicability. Unfortunately, there exist strong theoretical limits on the performance of any algorithm for the $k$-means problem on worst-case inputs. To overcome this barrier, we consider a scenario where "advice" is provided to help perform clustering. Specifically, we consider the $k$-means problem augmented with a predictor that, given any point, returns its cluster label in an approximately optimal clustering up to some, possibly adversarial, error. We present an algorithm whose performance improves along with the accuracy of the predictor, even though na\"{i}vely following the accurate predictor can still lead to a high clustering cost. Thus if the predictor is sufficiently accurate, we can retrieve a close to optimal clustering with nearly optimal runtime, breaking known computational barriers for algorithms that do not have access to such advice. We evaluate our algorithms on real datasets and show significant improvements in the quality of clustering.

📄 PDF Abstract BibTeX arXiv:2110.14094

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Improved Clustering with Augmented k-means

2017-05-22 · J. Andrew Howe

Identifying a set of homogeneous clusters in a heterogeneous dataset is one of the most important classes of problems in statistical modeling. In the realm of unsupervised partitional clustering, k-means is a very import…

Clusteringregression

Fast Multiplier Methods to Optimize Non-exhaustive, Overlapping Clustering

2016-02-05 · Yangyang Hou, Joyce Jiyoung Whang, David F. Gleich, Inderjit S. Dhillon

Clustering is one of the most fundamental and important tasks in data mining. Traditional clustering algorithms, such as K-means, assign every data point to exactly one cluster. However, in real-world datasets, the clust…

Clustering

SAKR: Enhancing Retrieval-Augmented Generation via Streaming Algorithm and K-Means Clustering

2024-07-31 · Haoyu Kang, Yuzhou Zhu, Yukun Zhong, Ke Wang

Retrieval-augmented generation (RAG) has achieved significant success in information retrieval to assist large language models LLMs because it builds an external knowledge database. However, it also has many problems, it…

Information RetrievalRAGRetrievalRetrieval-augmented Generation

Learning Augmented Graph $k$-Clustering

2025-06-16 · Chenglin Fan, Kijun Shin

Clustering is a fundamental task in unsupervised learning. Previous research has focused on learning-augmented $k$-means in Euclidean metrics, limiting its applicability to complex data representations. In this paper, we…

Clustering

Improved Learning-augmented Algorithms for k-means and k-medians Clustering

2022-10-31 · Thy Nguyen, Anamay Chaturvedi, Huy Lê Nguyen

We consider the problem of clustering in the learning-augmented setting, where we are given a data set in $d$-dimensional Euclidean space, and a label for each data point given by an oracle indicating what subsets of poi…

Clustering