paper-with-me

홈 › Papers

Understanding and Mitigating the Threat of Vec2Text to Dense Retrieval Systems

2024-02-20 · Shengyao Zhuang, Bevan Koopman, Xiaoran Chu, Guido Zuccon

The emergence of Vec2Text -- a method for text embedding inversion -- has raised serious privacy concerns for dense retrieval systems which use text embeddings, such as those offered by OpenAI and Cohere. This threat comes from the ability for a malicious attacker with access to embeddings to reconstruct the original text. In this paper, we investigate various factors related to embedding models that may impact text recoverability via Vec2Text. We explore factors such as distance metrics, pooling functions, bottleneck pre-training, training with noise addition, embedding quantization, and embedding dimensions, which were not considered in the original Vec2Text paper. Through a comprehensive analysis of these factors, our objective is to gain a deeper understanding of the key elements that affect the trade-offs between the text recoverability and retrieval effectiveness of dense retrieval systems, offering insights for practitioners designing privacy-aware dense retrieval systems. We also propose a simple embedding transformation fix that guarantees equal ranking effectiveness while mitigating the recoverability risk. Overall, this study reveals that Vec2Text could pose a threat to current dense retrieval systems, but there are some effective methods to patch such systems.

📄 PDF Abstract BibTeX arXiv:2402.12784

Code (1)

ielab/vec2text-dense_retriever-threat 공식 구현 jax

Tasks

QuantizationRetrieval

Similar Papers 제목 키워드 기반

Does Vec2Text Pose a New Corpus Poisoning Threat?

2024-10-09 · Shengyao Zhuang, Bevan Koopman, Guido Zuccon

The emergence of Vec2Text -- a method for text embedding inversion -- has raised serious privacy concerns for dense retrieval systems which use text embeddings. This threat comes from the ability for an attacker with acc…

Retrieval

From Threat Intelligence to Firewall Rules: Semantic Relations in Hybrid AI Agent and Expert System Architectures

2026-03-04 · Chiara Bonfanti, Davide Colaiacomo, Luca Cagliero, Cataldo Basile arxiv

Web security demands rapid response capabilities to evolving cyber threats. Agentic Artificial Intelligence (AI) promises automation, but the need for trustworthy security responses is of the utmost importance. This work…

Uncovering the Bigger Picture: Comprehensive Event Understanding Via Diverse News Retrieval

2025-08-27 · Yixuan Tang, Yuanyuan Shi, Yiqun Sun, Anthony Kum Hoe Tung arxiv

Access to diverse perspectives is essential for understanding real-world events, yet most news retrieval systems prioritize textual relevance, leading to redundant results and limited viewpoint exposure. We propose NEWSC…

UniConv: Unifying Retrieval and Response Generation for Large Language Models in Conversations

2025-07-09 · Fengran Mo, Yifan Gao, Chuan Meng, Xin Liu 외 arxiv

The rapid advancement of conversational search systems revolutionizes how information is accessed by enabling the multi-turn interaction between the user and the system. Existing conversational search systems are usually…

Response Generation

Adversarial Threat Vectors and Risk Mitigation for Retrieval-Augmented Generation Systems

2025-05-30 · Chris M. Ward, Josh Harguess

Retrieval-Augmented Generation (RAG) systems, which integrate Large Language Models (LLMs) with external knowledge sources, are vulnerable to a range of adversarial attack vectors. This paper examines the importance of R…

Adversarial AttackData PoisoningManagementRAG+2