DBAIApr 6

Cardinality Estimation for High Dimensional Similarity Queries with Adaptive Bucket Probing

arXiv:2604.0460320.4
AI Analysis

This work addresses the problem of efficient similarity query processing for large-scale dynamic datasets, representing an incremental improvement over existing methods.

The paper tackles the problem of cardinality estimation for similarity search in high-dimensional spaces by developing a lightweight framework based on locality-sensitive hashing with adaptive bucket probing and progressive sampling, achieving accurate estimates with satisfying online efficiency.

In this work, we address the problem of cardinality estimation for similarity search in high-dimensional spaces. Our goal is to design a framework that is lightweight, easy to construct, and capable of providing accurate estimates with satisfying online efficiency. We leverage locality-sensitive hashing (LSH) to partition the vector space while preserving distance proximity. Building on this, we adopt the principles of classical multi-probe LSH to adaptively explore neighboring buckets, accounting for distance thresholds of varying magnitudes. To improve online efficiency, we employ progressive sampling to reduce the number of distance computations and utilize asymmetric distance computation in product quantization to accelerate distance calculations in high-dimensional spaces. In addition to handling static datasets, our framework includes updating algorithm designed to efficiently support large-scale dynamic scenarios of data updates.Experiments demonstrate that our methods can accurately estimate the cardinality of similarity queries, yielding satisfying efficiency.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes