Metric 1-median selection with fewer queries
Ching-Lueh Chang

TL;DR
This paper presents a deterministic, efficient algorithm for selecting the 1-median in metric spaces with fewer queries, improving previous methods by reducing query complexity and removing restrictions on the size of the metric space.
Contribution
It introduces a new algorithm that achieves near-optimal query complexity for 1-median selection in metric spaces, extending and improving upon Chang's prior work.
Findings
Reduces query complexity from Chang's $O(h(n) imes n^{1+1/h(n)})$ to $O(n^{1+1/h(n)})$
Provides a deterministic, nonadaptive algorithm with $O(h(n) imes n^{1+1/h(n)})$ runtime
Removes the restriction that $n$ must be a perfect $h(n)$th power
Abstract
Let be any function such that and are computable from in time. We show that given any -point metric space , the problem of finding (breaking ties arbitrarily) has a deterministic, -time, -query, -approximation and nonadaptive algorithm. Our proofs modify those of Chang~\cite{Cha15, Cha15CMCT} with the following improvements: (1) We improve Chang's~\cite{Cha15} query complexity of to , everything else being equal. (2) Chang's~\cite{Cha15CMCT} unpublished work establishes our result only when is a perfect th power.
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
TopicsComplexity and Algorithms in Graphs · Computational Geometry and Mesh Generation · Advanced Graph Theory Research
