paper-with-me

Papers

DarkLLM: Learning Language-Driven Adversarial Attacks with Large Language Models

2026-05-15 · Ye Sun, Xin Wang, Jiaming Zhang, Yifeng Gao, Yixu Wang, Yifan Ding, Qixian Zhang, Henghui Ding, Xingjun Ma, Yu-Gang Jiang arxiv

While vision and multimodal foundation models underpin critical tasks from perception to complex reasoning, they remain highly vulnerable to adversarial attacks. However, traditional adversarial attacks are typically limited to single, predefined objectives, tightly coupling each attack to a specific model or task, which restricts their scalability and flexibility in real-world scenarios. In this work, we present DarkLLM, a novel attack framework that trains an LLM to translate natural-language attack instructions into latent attack vectors, which are then decoded into visual adversarial perturbations. By leveraging natural-language instruction tuning, DarkLLM not only unifies targeted, untargeted, segmentation, and multi-model attacks within a single framework, but also achieves flexible and controllable adversarial generation, enabling each instruction to produce a perturbation that induces desired behaviors across heterogeneous models. Through extensive experiments across 4 tasks, 13 datasets, and 15 models, we demonstrate that DarkLLM with only 1B parameters can follow attacker instructions and generate highly effective attacks against CLIP, SAM, and frontier LLMs, revealing a systemic vulnerability in modern foundation models.

📄 PDF Abstract BibTeX arXiv:2605.18868

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Human-Interpretable Adversarial Prompt Attack on Large Language Models with Situational Context

2024-07-19 · Nilanjana Das, Edward Raff, Manas Gaur

Previous research on testing the vulnerabilities in Large Language Models (LLMs) using adversarial attacks has primarily focused on nonsensical prompt injections, which are easily detected upon manual or automated review…

HarmNet: A Framework for Adaptive Multi-Turn Jailbreak Attacks on Large Language Models

2025-10-21 · Sidhant Narula, Javad Rafiei Asl, Mohammad Ghasemigol, Eduardo Blanco 외 arxiv

Large Language Models (LLMs) remain vulnerable to multi-turn jailbreak attacks. We introduce HarmNet, a modular framework comprising ThoughtNet, a hierarchical semantic network; a feedback-driven Simulator for iterative …

Adversarial Attacks of Vision Tasks in the Past 10 Years: A Survey

2024-10-31 · Chiyu Zhang, Lu Zhou, Xiaogang Xu, Jiafei Wu 외

With the advent of Large Vision-Language Models (LVLMs), new attack vectors, such as cognitive bias, prompt injection, and jailbreaking, have emerged. Understanding these attacks promotes system robustness improvement an…

Target-driven Attack for Large Language Models

2024-11-09 · Chong Zhang, Mingyu Jin, Dong Shu, Taowen Wang 외

Current large language models (LLM) provide a strong foundation for large-scale user-oriented natural language tasks. Many users can easily inject adversarial text or instructions through the user interface, thus causing…

Adversarial TextLanguage ModelingLanguage ModellingMisinformation

Towards Assurance of LLM Adversarial Robustness using Ontology-Driven Argumentation

2024-10-10 · Beat Buesser, Giulio Zizzo, Mark Purcell, Tomas Bueno Momcilovic

Despite the impressive adaptability of large language models (LLMs), challenges remain in ensuring their security, transparency, and interpretability. Given their susceptibility to adversarial attacks, LLMs need to be de…

Adversarial RobustnessCode Translation