IRLGJul 31

QASP: Query-Adaptive Robust Vector Search Policy

arXiv:2607.296062.1
Predicted impact top 98% in IR · last 90 daysOriginality Synthesis-oriented
AI Analysis

For practitioners using vector search, QASP provides a query-adaptive method that improves recall consistency and efficiency, though it is an incremental improvement over existing adaptive search techniques.

QASP predicts the full recall progression curve for each query to derive a search policy that adapts to any recall target, reducing data access by 80% while achieving 99% recall and lowering recall variance compared to fixed policies.

A fundamental challenge of vector search is achieving consistently high recall while minimizing computational costs. Fixed search parameters cause significant performance variance across queries, and conventional evaluation on average recall masks these per-query disparities. We introduce QASP (Query-Adaptive robust vector Search Policy), which predicts the complete recall progression curve per query via a single upfront supervised regression, from which a search policy is derived for any recall target; this avoids iterative model invocations during search or separate predictors per target. By predicting normalized recall values with scale-invariant features and pre-search inference, QASP generalizes across recall targets, index configurations, and datasets. Its fine-grained progress predictions further enable a lightweight reactive complement that adjusts search depth based on predicted-versus-observed deviations without additional inference. We prove that QASP requires a finite training sample independent of dataset size and dimensionality, that its loss exceeds the irreducible lower bound of any fixed policy by a vanishing margin, and that its data access savings over fixed probing grow exponentially in intrinsic dimensionality. Experimentally, QASP achieves significantly lower recall variance and deviation from target, higher query satisfaction rate, and scales to large data and hierarchical indices without retraining, achieving 99% recall with 80% less data access.

Foundations

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

Your Notes