paper-with-me

홈 › Papers

Silent Leaks: Implicit Knowledge Extraction Attack on RAG Systems through Benign Queries

2025-05-21 · Yuhao Wang, Wenjie Qu, Yanze Jiang, Zichen Liu, Yue Liu, Shengfang Zhai, Yinpeng Dong, Jiaheng Zhang

Retrieval-Augmented Generation (RAG) systems enhance large language models (LLMs) by incorporating external knowledge bases, but they are vulnerable to privacy risks from data extraction attacks. Existing extraction methods typically rely on malicious inputs such as prompt injection or jailbreaking, making them easily detectable via input- or output-level detection. In this paper, we introduce Implicit Knowledge Extraction Attack (IKEA), which conducts knowledge extraction on RAG systems through benign queries. IKEA first leverages anchor concepts to generate queries with the natural appearance, and then designs two mechanisms to lead to anchor concept thoroughly 'explore' the RAG's privacy knowledge: (1) Experience Reflection Sampling, which samples anchor concepts based on past query-response patterns to ensure the queries' relevance to RAG documents; (2) Trust Region Directed Mutation, which iteratively mutates anchor concepts under similarity constraints to further exploit the embedding space. Extensive experiments demonstrate IKEA's effectiveness under various defenses, surpassing baselines by over 80% in extraction efficiency and 90% in attack success rate. Moreover, the substitute RAG system built from IKEA's extractions consistently outperforms those based on baseline methods across multiple evaluation tasks, underscoring the significant privacy risk in RAG systems.

📄 PDF Abstract BibTeX arXiv:2505.15420

Code (1)

Wangyuhao06/IKEA pytorch

Tasks

RAGRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
WordPiece 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

VLALeaks: Membership Inference Attacks against Vision-Language-Action Models

2026-06-13 · Xukun Luan, Jinyan Liu, Xuesong Li, Yuanguo Bi 외 arxiv

Vision-Language-Action (VLA) models enable end-to-end robot control and have garnered widespread attention. However, the memorization of training data inherent to VLA, coupled with the high cost of robotic data acquisiti…

l-Leaks: Membership Inference Attacks with Logits

2022-05-13 · Shuhao Li, Yajie Wang, Yuanzhang Li, Yu-an Tan

Machine Learning (ML) has made unprecedented progress in the past several decades. However, due to the memorability of the training data, ML is susceptible to various attacks, especially Membership Inference Attacks (MIA…

ML-Leaks: Model and Data Independent Membership Inference Attacks and Defenses on Machine Learning Models

2018-06-04 · Ahmed Salem, Yang Zhang, Mathias Humbert, Pascal Berrang 외

Machine learning (ML) has become a core component of many real-world applications and training data is a key factor that drives current progress. This huge success has led Internet companies to deploy machine learning as…

BIG-bench Machine LearningInference AttackMembership Inference Attack

Privacy Auditing of Machine Learning using Membership Inference Attacks

2021-09-29 · Jiayuan Ye, Aadyaa Maddi, Sasi Kumar Murakonda, Reza Shokri

Membership inference attacks determine if a given data point is used for training a target model. Thus, this attack could be used as an auditing tool to quantify the private information that a model leaks about the indiv…

BIG-bench Machine Learning

Minimizing Trust Leaks for Robust Sybil Detection

2017-08-01 · ICML 2017 8 · János Höner, Shinichi Nakajima, Alexander Bauer, Klaus-Robert Müller 외

Sybil detection is a crucial task to protect online social networks (OSNs) against intruders who try to manipulate automatic services provided by OSNs to their customers. In this paper, we first discuss the robustne…