A Simple PTAS for Weighted $k$-means and Sensor Coverage
Akash Pareek, Supratim Shit

TL;DR
This paper introduces a simple, coreset-free polynomial-time approximation scheme (PTAS) for weighted $k$-means clustering, extending unweighted methods with weighted $D^2$-sampling, and applies it to sensor coverage problems.
Contribution
It provides the first simple PTAS for weighted $k$-means that does not rely on coresets, extending existing unweighted algorithms with weighted sampling techniques.
Findings
Achieves a $(1 + rac{1}{ ext{epsilon}})$-approximation in polynomial time.
Runs in time $n d imes 2^{O(k^2/ ext{epsilon})}$.
Provides a PTAS for sensor coverage with guarantees better than previous $O( ext{log }k)$-approximation.
Abstract
Clustering is a fundamental technique in data analysis, with the -means being one of the widely studied objectives due to its simplicity and broad applicability. In many practical scenarios, data points come with associated weights that reflect their importance, frequency, or confidence. Given a weighted point set , where each point has a positive weight , the goal is to compute a set of centers that minimizes the weighted clustering cost: , where denotes the Euclidean distance from to its nearest center in . Although most existing coreset-based algorithms for -means extend naturally to the weighted setting and provide a PTAS, no prior work has offered a simple, coreset-free PTAS designed specifically for the weighted -means problem.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed Sensor Networks and Detection Algorithms · Multi-Criteria Decision Making
