paper-with-me

홈 › Papers

Faster Query Times for Fully Dynamic $k$-Center Clustering with Outliers

2023-09-21 · NeurIPS 2023 11

Given a point set $P\subseteq M$ from a metric space $(M,d)$ and numbers $k, z \in N$, the *metric $k$-center problem with $z$ outliers* is to find a set $C^\ast\subseteq P$ of $k$ points such that the maximum distance of all but at most $z$ outlier points of $P$ to their nearest center in ${C}^\ast$ is minimized. We consider this problem in the fully dynamic model, i.e., under insertions and deletions of points, for the case that the metric space has a bounded doubling dimension $dim$. We utilize a hierarchical data structure to maintain the points and their neighborhoods, which enables us to efficiently find the clusters. In particular, our data structure can be queried at any time to generate a $(3+\varepsilon)$-approximate solution for input values of $k$ and $z$ in worst-case query time $\varepsilon^{-O(dim)}k \log{n} \log\log{\Delta}$, where $\Delta$ is the ratio between the maximum and minimum distance between two points in $P$. Moreover, it allows insertion/deletion of a point in worst-case update time $\varepsilon^{-O(dim)}\log{n}\log{\Delta}$. Our result achieves a significantly faster query time with respect to $k$ and $z$ than the current state-of-the-art by Pellizzoni, Pietracaprina, and Pucci, which uses $\varepsilon^{-O(dim)}(k+z)^2\log{\Delta}$ query time to obtain a $(3+\varepsilon)$-approximation.Submission Number: 13774

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Faster Nearest Neighbor Machine Translation

2021-12-15 · Shuhe Wang, Jiwei Li, Yuxian Meng, Rongbin Ouyang 외

$k$NN based neural machine translation ($k$NN-MT) has achieved state-of-the-art results in a variety of MT tasks. One significant shortcoming of $k$NN-MT lies in its inefficiency in identifying the $k$ nearest neighbors …

Machine TranslationTranslation

Faster Nearest Neighbor Machine Translation

2022-01-16 · ACL ARR January 2022 1 · Anonymous

$k$NN based neural machine translation ($k$NN-MT) has achieved state-of-the-art results in a variety of MT tasks. One significant shortcoming of $k$NN-MT lies in its inefficiency in identifying the $k$ nearest neighbors …

Machine TranslationTranslation

Designing Truthful Contextual Multi-Armed Bandits based Sponsored Search Auctions

2020-02-26 · Kumar Abhishek, Shweta Jain, Sujit Gujar

For sponsored search auctions, we consider contextual multi-armed bandit problem in the presence of strategic agents. In this setting, at each round, an advertising platform (center) runs an auction to select the best-su…

Multi-Armed Bandits

DySpec: Faster Speculative Decoding with Dynamic Token Tree Structure

2024-10-15 · Yunfan Xiong, Ruoyu Zhang, Yanzeng Li, Tianhao Wu 외

While speculative decoding has recently appeared as a promising direction for accelerating the inference of large language models (LLMs), the speedup and scalability are strongly bounded by the token acceptance rate. Pre…

Instances as Queries

2021-05-05 · ICCV 2021 10 · Yuxin Fang, Shusheng Yang, Xinggang Wang, Yu Li 외

Recently, query based object detection frameworks achieve comparable performance with previous state-of-the-art object detectors. However, how to fully leverage such frameworks to perform instance segmentation remains an…

Instance SegmentationObjectobject-detectionObject Detection+2