Proceedings of the 2018 World Wide Web Conference on World Wide Web - WWW '18 2018
DOI: 10.1145/3178876.3186124
|View full text |Cite
|
Sign up to set email alerts
|

Fully Dynamick-Center Clustering

Abstract: Static and dynamic clustering algorithms are a fundamental tool in any machine learning library. Most of the eorts in developing dynamic machine learning and data mining algorithms have been focusing on the sliding window model (where at any given point in time only the most recent data items are retained) or more simplistic models. However, in many real-world applications one might need to deal with arbitrary deletions and insertions. For example, one might need to remove data items that are not necessarily t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
31
0

Year Published

2021
2021
2023
2023

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 27 publications
(31 citation statements)
references
References 11 publications
0
31
0
Order By: Relevance
“…For this we need to distinguish between an adaptive adversary that can choose each operation based on all the algorithm's query answers so far (e.g., which points are centers) and an oblivious adversary that knows the algorithm, but does not see the actual answers of the algorithm (which might depend on random bits). So far there are only dynamic O(1)-approximation algorithms known for k-center, k-median, and k-means with expected update times of Õ(k 2 /ǫ O (1) ) against an oblivious adversary [8,19] (where Õ suppresses factors that are polylogarithmic in n, k, and ∆). In particular, for none of the problems listed above there is a dynamic algorithm known that works against an adaptive adversary.…”
Section: Problemmentioning
confidence: 99%
See 4 more Smart Citations
“…For this we need to distinguish between an adaptive adversary that can choose each operation based on all the algorithm's query answers so far (e.g., which points are centers) and an oblivious adversary that knows the algorithm, but does not see the actual answers of the algorithm (which might depend on random bits). So far there are only dynamic O(1)-approximation algorithms known for k-center, k-median, and k-means with expected update times of Õ(k 2 /ǫ O (1) ) against an oblivious adversary [8,19] (where Õ suppresses factors that are polylogarithmic in n, k, and ∆). In particular, for none of the problems listed above there is a dynamic algorithm known that works against an adaptive adversary.…”
Section: Problemmentioning
confidence: 99%
“…Already for the deletion-only case, no data structure was known that maintains a O(1)-approximation with update time k(log n) O (1) . Similarly as Chan et al [8], we initialize our data structure by selecting the first center c 1 uniformly at random among all points in P =: U 1 and assign all points to c 1 that are covered by c 1 . We say that they form a cluster with center c 1 .…”
Section: Technical Overviewmentioning
confidence: 99%
See 3 more Smart Citations