Optimal Metric Search Is Equivalent to the Minimum Dominating Set Problem
Magnus Lie Hetland

TL;DR
This paper establishes a precise connection between optimal metric search and the minimum dominating set problem, showing that their solutions are computationally equivalent and providing insights into search efficiency.
Contribution
It introduces an exact, linear-time reduction between optimal metric search and the minimum dominating set problem, linking search performance to a well-studied combinatorial optimization problem.
Findings
Linear-time reductions between metric search and dominating set problem
Greedy approximation of dominating set parallels AESA's pivot selection
Modified AESA improves search performance on specific datasets
Abstract
In metric search, worst-case analysis is of little value, as the search invariably degenerates to a linear scan for ill-behaved data. Consequently, much effort has been expended on more nuanced descriptions of what performance might in fact be attainable, including heuristic baselines like the AESA family, as well as statistical proxies such as intrinsic dimensionality. This paper gets to the heart of the matter with an exact characterization of the best performance actually achievable for any given data set and query. Specifically, linear-time objective-preserving reductions are established in both directions between optimal metric search and the minimum dominating set problem, whose greedy approximation becomes the equivalent of an oracle-based AESA, repeatedly selecting the pivot that eliminates the most of the remaining points. As an illustration, the AESA heuristic is adapted to…
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.
