arXiv:2608.16488cs.DBcs.IR2026-08

保护隐私的向量检索,支持范围过滤与高效搜索

Efficient Privacy-Preserving Range Filtered Approximate Nearest Neighbor Search

论文配图:Efficient Privacy-Preserving Range Filtered Approximate Nearest Neighbor Search
图 1 · 摘自论文原文
  • 分离范围定位与加密向量搜索,本地构建索引,服务器只处理加密数据
  • 采用滤波-精排流水线,减少加密比较开销,查询速度提升显著
  • 首个系统性评估加密向量数据库中隐私保护范围搜索的方法

范围过滤近似最近邻搜索(RFANNS)是向量数据库的重要基础;它检索与查询相似且满足数值范围条件的向量,但现有索引在云环境中暴露向量、属性和查询内容。针对外包加密向量数据库场景,本文首次系统提出并评估了隐私保护的RFANNS方案。方法将范围定位与加密搜索分离:授权用户在本地N叉属性树中映射查询范围,服务器仅在对应的近邻图子索引上搜索加密向量。为降低加密比较成本,采用滤波-精排流水线:先用保持距离比较特性的近似加密获取粗候选集,再用精确加密对小规模候选集重排序。分析了协议的计算、存储、通信及泄露风险。在四个主流向量数据集上的实验表明,本方法在QPS-召回率权衡上优于现有安全改进方案,可有效扩展至大规模数据。

原文摘要 · Abstract (English)

Range-filtered approximate nearest neighbor search (RFANNS) is an important primitive for vector databases; it retrieves vectors that are similar to a query and satisfy a numerical range predicate, but existing RFANNS indexes expose vectors, attributes, and queries in plaintext. This assumption is unsuitable for outsourced vector databases, where sensitive data and queries must be protected from an honest-but-curious cloud server. To the best of our knowledge, this is the first study that systematically formulates and evaluates privacy-preserving RFANNS over outsourced encrypted vector databases. Our approach separates range localization from encrypted vector search: an authorized user maps the query range to a compact set of nodes in a local N-ary attribute tree, and the server searches only the corresponding proximity graph sub-indices over encrypted vectors. To reduce expensive encrypted comparisons, we use a filter-and-refine pipeline that first retrieves coarse candidates with approximate distance-comparison-preserving encryption and then reranks a small candidate set with exact distance-comparison encryption. We then analyze the computation, storage, communication, and leakage of the protocol. Experiments on four widely used vector datasets show that our method improves the QPS-Recall trade-off over representative secure adaptations of existing RFANNS approaches, scaling effectively to large datasets.

隐私计算向量检索加密搜索

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。