English

Local Density Estimation in High Dimensions

Data Structures and Algorithms 2018-09-21 v1

Abstract

An important question that arises in the study of high dimensional vector representations learned from data is: given a set D\mathcal{D} of vectors and a query qq, estimate the number of points within a specified distance threshold of qq. We develop two estimators, LSH Count and Multi-Probe Count that use locality sensitive hashing to preprocess the data to accurately and efficiently estimate the answers to such questions via importance sampling. A key innovation is the ability to maintain a small number of hash tables via preprocessing data structures and algorithms that sample from multiple buckets in each hash table. We give bounds on the space requirements and sample complexity of our schemes, and demonstrate their effectiveness in experiments on a standard word embedding dataset.

Keywords

Cite

@article{arxiv.1809.07471,
  title  = {Local Density Estimation in High Dimensions},
  author = {Xian Wu and Moses Charikar and Vishnu Natchu},
  journal= {arXiv preprint arXiv:1809.07471},
  year   = {2018}
}

Comments

Preliminary version appeared in ICML 2018

R2 v1 2026-06-23T04:12:19.433Z