English

Curator: Efficient Vector Search with Low-Selectivity Filters

Databases 2026-01-13 v3 Information Retrieval

Abstract

Embedding-based dense retrieval has become the cornerstone of many critical applications, where approximate nearest neighbor search (ANNS) queries are often combined with filters on labels such as dates and price ranges. Graph-based indexes achieve state-of-the-art performance on unfiltered ANNS but encounter connectivity breakdown on low-selectivity filtered queries, where qualifying vectors become sparse and the graph structure among them fragments. Recent research proposes specialized graph indexes that address this issue by expanding graph degree, which incurs prohibitively high construction costs. Given these inherent limitations of graph-based methods, we argue for a dual-index architecture and present Curator, a partition-based index that complements existing graph-based approaches for low-selectivity filtered ANNS. Curator builds specialized indexes for different labels within a shared clustering tree, where each index adapts to the distribution of its qualifying vectors to ensure efficient search while sharing structure to minimize memory overhead. The system also supports incremental updates and handles arbitrary complex predicates beyond single-label filters by efficiently constructing temporary indexes on the fly. Our evaluation demonstrates that integrating Curator with state-of-the-art graph indexes reduces low-selectivity query latency by up to 20.9x compared to pre-filtering fallback, while increasing construction time and memory footprint by only 5.5% and 4.3%, respectively.

Keywords

Cite

@article{arxiv.2601.01291,
  title  = {Curator: Efficient Vector Search with Low-Selectivity Filters},
  author = {Yicheng Jin and Yongji Wu and Wenjun Hu and Bruce M. Maggs and Jun Yang and Xiao Zhang and Danyang Zhuo},
  journal= {arXiv preprint arXiv:2601.01291},
  year   = {2026}
}

Comments

Accepted at SIGMOD 2026

R2 v1 2026-07-01T08:49:31.762Z