微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
Shadow Queries for Private Retrieval in Vector Databases
RSS 官方收录 · 可信分层展示
关键摘要
SHAQ新防御法将文档嵌入转为影子查询,隐私恢复率低至0.2104,效用提升5.53%
- SHAQ用生成式语言模型创建多样影子查询替代原始文档嵌入
- 通过语义分解与嵌入解耦抵御嵌入逆向攻击(EIAs)
- 实验显示恢复率仅0.2104,防御token提升19.50%,MAP@10达0.7967
AI 摘要 · 来源可核验
正文提要
arXiv:2609.04767v1 Announce Type: new Abstract: Large language models (LLMs) increasingly rely on information retrieval (IR) systems, such as Retrieval-Augmented Generation (RAG), to incorporate domain-specific knowledge without costly re-training. These systems often store pre-computed document embeddings in cloud-based vector databases. However, such embeddings are vulnerable to embedding inversion attacks (EIAs), which can reconstruct their underlying text. Existing defenses, such as adding noise or scaling embeddings, often provide limited privacy or significantly reduce retrieval utility. We propose SHAQ (shadow query generation), a semantic-decomposition and embedding-decoupling defense against EIAs. SHAQ is based on the insight that EIAs rely on the strong coupling between an embedding and its original text. Instead of storing document embeddings directly, SHAQ uses a generative language model to create diverse shadow queries that capture different semantic aspects of each document. These queries are then encoded and stored in place of the original document embeddings, thereby decomposing document semantics and decoupling stored embeddings from the source text. Experiments across diverse IR datasets show that SHAQ substantially improves privacy while preserving retrieval utility, achieving a recovery rate as low as 0.2104, defending up to 19.50% more tokens than baseline defenses, and reaching up to 0.7967 MAP@10 with up to 5.53% utility improvement. These results demonstrate that semantic decomposition and embedding decoupling provide an effective alternative to directly modifying embeddings for defending against EIAs.