paper-with-me

Papers

Universal and Transferable Adversarial Attack on Large Language Models Using Exponentiated Gradient Descent

2025-08-20 · Sajib Biswas, Mao Nishino, Samuel Jacob Chacko, Xiuwen Liu arxiv

As large language models (LLMs) are increasingly deployed in critical applications, ensuring their robustness and safety alignment remains a major challenge. Despite the overall success of alignment techniques such as reinforcement learning from human feedback (RLHF) on typical prompts, LLMs remain vulnerable to jailbreak attacks enabled by crafted adversarial triggers appended to user prompts. Most existing jailbreak methods either rely on inefficient searches over discrete token spaces or direct optimization of continuous embeddings. While continuous embeddings can be given directly to selected open-source models as input, doing so is not feasible for proprietary models. On the other hand, projecting these embeddings back into valid discrete tokens introduces additional complexity and often reduces attack effectiveness. We propose an intrinsic optimization method which directly optimizes relaxed one-hot encodings of the adversarial suffix tokens using exponentiated gradient descent coupled with Bregman projection, ensuring that the optimized one-hot encoding of each token always remains within the probability simplex. We provide theoretical proof of convergence for our proposed method and implement an efficient algorithm that effectively jailbreaks several widely used LLMs. Our method achieves higher success rates and faster convergence compared to three state-of-the-art baselines, evaluated on five open-source LLMs and four adversarial behavior datasets curated for evaluating jailbreak methods. In addition to individual prompt attacks, we also generate universal adversarial suffixes effective across multiple prompts and demonstrate transferability of optimized suffixes to different LLMs.

📄 PDF Abstract BibTeX arXiv:2508.14853

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningAdversarial Attack

Similar Papers 제목 키워드 기반

When Robots Obey the Patch: Universal Transferable Patch Attacks on Vision-Language-Action Models

2025-11-26 · Hui Lu, Yi Yu, Yiming Yang, Chenyu Yi 외 arxiv

Vision-Language-Action (VLA) models are vulnerable to adversarial attacks, yet universal and transferable attacks remain underexplored, as most existing patches overfit to a single model and fail in black-box settings. T…

Universal, transferable and targeted adversarial attacks

2019-08-29 · Junde Wu, Rao Fu

Deep Neural Networks have been found vulnerable re-cently. A kind of well-designed inputs, which called adver-sarial examples, can lead the networks to make incorrectpredictions. Depending on the different scenarios, goa…

Toward Universal and Transferable Jailbreak Attacks on Vision-Language Models

2026-02-01 · Kaiyuan Cui, Yige Li, Yutao Wu, Xingjun Ma 외 arxiv

Vision-language models (VLMs) extend large language models (LLMs) with vision encoders, enabling text generation conditioned on both images and text. However, this multimodal integration expands the attack surface by exp…

Text Generation

Failures to Find Transferable Image Jailbreaks Between Vision-Language Models

2024-07-21 · Rylan Schaeffer, Dan Valentine, Luke Bailey, James Chua 외

The integration of new modalities into frontier AI systems offers exciting capabilities, but also increases the possibility such systems can be adversarially manipulated in undesirable ways. In this work, we focus on a p…

Instruction FollowingLanguage ModellingSafety Alignment

Enhancing the Self-Universality for Transferable Targeted Attacks

2022-09-08 · CVPR 2023 1 · Zhipeng Wei, Jingjing Chen, Zuxuan Wu, Yu-Gang Jiang

In this paper, we propose a novel transfer-based targeted attack method that optimizes the adversarial perturbations without any extra training efforts for auxiliary networks on training data. Our new attack method is pr…