On Adaptive Distance Estimation

10/21/2020
by   Yeshwanth Cherapanamjeri, et al.
0

We provide a static data structure for distance estimation which supports adaptive queries. Concretely, given a dataset X = {x_i}_i = 1^n of n points in ℝ^d and 0 < p ≤ 2, we construct a randomized data structure with low memory consumption and query time which, when later given any query point q ∈ℝ^d, outputs a (1+ϵ)-approximation of ‖ q - x_i ‖_p with high probability for all i∈[n]. The main novelty is our data structure's correctness guarantee holds even when the sequence of queries can be chosen adaptively: an adversary is allowed to choose the jth query point q_j in a way that depends on the answers reported by the data structure for q_1,…,q_j-1. Previous randomized Monte Carlo methods do not provide error guarantees in the setting of adaptively chosen queries. Our memory consumption is Õ((n+d)d/ϵ^2), slightly more than the O(nd) required to store X in memory explicitly, but with the benefit that our time to answer queries is only Õ(ϵ^-2(n + d)), much faster than the naive Θ(nd) time obtained from a linear scan in the case of n and d very large. Here Õ hides log(nd/ϵ) factors. We discuss applications to nearest neighbor search and nonparametric estimation. Our method is simple and likely to be applicable to other domains: we describe a generic approach for transforming randomized Monte Carlo data structures which do not support adaptive queries to ones that do, and show that for the problem at hand, it can be applied to standard nonadaptive solutions to ℓ_p norm estimation with negligible overhead in query time and a factor d overhead in memory.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
12/21/2022

Adaptive and Dynamic Multi-Resolution Hashing for Pairwise Summations

In this paper, we propose Adam-Hash: an adaptive and dynamic multi-resol...
research
04/30/2022

Chromatic k-Nearest Neighbor Queries

Let P be a set of n colored points. We develop efficient data structures...
research
05/25/2019

Robotic bees: Algorithms for collision detection and prevention

In the following paper we will discuss data structures suited for distan...
research
04/14/2023

Robust Algorithms on Adaptive Inputs from Bounded Adversaries

We study dynamic algorithms robust to adaptive input generated from sour...
research
07/10/2017

Dynamic Geodesic Nearest Neighbor Searching in a Simple Polygon

We present an efficient dynamic data structure that supports geodesic ne...
research
08/07/2019

Fully dynamic hierarchical diameter k-clustering and k-center

We develop dynamic data structures for maintaining a hierarchical k-cent...
research
03/15/2018

Improved Dynamic Geodesic Nearest Neighbor Searching in a Simple Polygon

We present an efficient dynamic data structure that supports geodesic ne...

Please sign up or login with your details

Forgot password? Click here to reset