paper-with-me

홈 › Papers

Knowledge Poisoning Attacks on Medical Multi-Modal Retrieval-Augmented Generation

2026-05-11 · Peiru Yang, Haoran Zheng, Tong Ju, Shiting Wang, Wanchun Ni, Jiajun Liu, Shangguang Wang, Yongfeng Huang, Tao Qi arxiv

Retrieval-augmented generation (RAG) is a widely adopted paradigm for enhancing LLMs in medical applications by incorporating expert multimodal knowledge during generation. However, the underlying retrieval databases may naturally contain, or be intentionally injected with, adversarial knowledge, which can perturb model outputs and undermine system reliability. To investigate this risk, prior studies have explored knowledge poisoning attacks in medical RAG systems. Nevertheless, most of them rely on the strong assumption that adversaries possess prior knowledge of user queries, which is unrealistic in deployments and substantially limits their practical applicability. In this paper, we propose M\textsuperscript{3}Att, a knowledge-poisoning framework designed for medical multimodal RAG systems, assuming only limited distribution knowledge of the underlying database. Our core idea is to inject covert misinformation into textual data while using paired visual data as a query-agnostic trigger to promote retrieval. We first propose a unified framework that introduces imperceptible perturbations to visual inputs to manipulate retrieval probabilities. Besides, due to the prior medical knowledge in LLMs, naively poisoned medical content with explicit factual errors can be corrected during generation. Thus, we leverage the inherent ambiguity of medical diagnosis and design a covert misinformation injection strategy that degrades diagnostic accuracy while evading model self-correction. Experiments on five LLMs and datasets demonstrate that M\textsuperscript{3}Att consistently produces clinically plausible yet incorrect generations. Codes: https://github.com/ypr17/M3Att.

📄 PDF Abstract BibTeX arXiv:2605.10253

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Diagnosis

Similar Papers 제목 키워드 기반

MM-PoisonRAG: Disrupting Multimodal RAG with Local and Global Poisoning Attacks

2025-02-25 · Hyeonjeong Ha, Qiusi Zhan, Jeonghwan Kim, Dimitrios Bralios 외

Multimodal large language models (MLLMs) equipped with Retrieval Augmented Generation (RAG) leverage both their rich parametric knowledge and the dynamic, external knowledge to excel in tasks such as Question Answering. …

MisinformationQuestion AnsweringRAGRetrieval-augmented Generation

Silent Sabotage During Fine-Tuning: Few-Shot Rationale Poisoning of Compact Medical LLMs

2026-02-28 · Jingyuan Xie, Wenjie Wang, Ji Wu, Jiandong Gao arxiv

Supervised fine-tuning (SFT) is essential for the development of medical large language models (LLMs), yet prior poisoning studies have mainly focused on the detectable backdoor attacks. We propose a novel poisoning atta…

Data Poisoning Attacks Against Multimodal Encoders

2022-09-30 · Ziqing Yang, Xinlei He, Zheng Li, Michael Backes 외

Recently, the newly emerged multimodal models, which leverage both visual and linguistic modalities to train powerful encoders, have gained increasing attention. However, learning from a large-scale unlabeled dataset als…

Contrastive LearningData Poisoning

Benchmarking Poisoning Attacks against Retrieval-Augmented Generation

2025-05-24 · Baolei Zhang, Haoran Xin, Jiatong Li, Dongzhe Zhang 외

Retrieval-Augmented Generation (RAG) has proven effective in mitigating hallucinations in large language models by incorporating external knowledge during inference. However, this integration introduces new security vuln…

BenchmarkingQuestion AnsweringRAGRetrieval+1

Hidden in the Metadata: Stealth Poisoning Attacks on Multimodal Retrieval-Augmented Generation

2026-02-26 · Kennedy Edemacu, Mohammad Mahdi Shokri arxiv

Retrieval-augmented generation (RAG) has emerged as a powerful paradigm for enhancing multimodal large language models by grounding their responses in external, factual knowledge and thus mitigating hallucinations. Howev…