paper-with-me

Papers

May I have your Attention? Breaking Fine-Tuning based Prompt Injection Defenses using Architecture-Aware Attacks

2025-07-10 · Nishit V. Pandya, Andrey Labunets, Sicun Gao, Earlence Fernandes arxiv

A popular class of defenses against prompt injection attacks on large language models (LLMs) relies on fine-tuning to separate instructions and data, so that the LLM does not follow instructions that might be present with data. We evaluate the robustness of this approach in the whitebox setting by constructing strong optimization-based attacks, and show that the defenses do not provide the claimed security properties. Specifically, we construct a novel attention-based attack algorithm for textual LLMs and apply it to three recent whitebox defenses SecAlign (CCS 2025), SecAlign++, and StruQ (USENIX Security 2025), showing attacks with success rates of up to \textbf{85-95\%} on unseen prompts with modest increase in attacker budget in terms of tokens. Our findings make fundamental progress towards understanding the robustness of prompt injection defenses in the whitebox setting. We release our code and attacks at https://github.com/nishitvp/better_opts_attacks

📄 PDF Abstract BibTeX arXiv:2507.07417

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

What is in Your Safe Data? Identifying Benign Data that Breaks Safety

2024-04-01 · Luxi He, Mengzhou Xia, Peter Henderson

Current Large Language Models (LLMs), even those tuned for safety and alignment, are susceptible to jailbreaking. Some have found that just further fine-tuning an aligned model with benign data (i.e., data without harmfu…

Math

Follow-Your-Motion: Video Motion Transfer via Efficient Spatial-Temporal Decoupled Finetuning

2025-06-05 · Yue Ma, Yulong Liu, Qiyuan Zhu, Ayden Yang 외

Recently, breakthroughs in the video diffusion transformer have shown remarkable capabilities in diverse motion generations. As for the motion-transfer task, current methods mainly use two-stage Low-Rank Adaptations (LoR…

Imagine yourself: Tuning-Free Personalized Image Generation

2024-09-20 · Zecheng He, Bo Sun, Felix Juefei-Xu, Haoyu Ma 외

Diffusion models have demonstrated remarkable efficacy across various image-to-image tasks. In this research, we introduce Imagine yourself, a state-of-the-art model designed for personalized image generation. Unlike con…

DiversityImage GenerationPersonalized Image Generation

Edit-Your-Motion: Space-Time Diffusion Decoupling Learning for Video Motion Editing

2024-05-07 · Yi Zuo, Lingling Li, Licheng Jiao, Fang Liu 외

Existing diffusion-based methods have achieved impressive results in human motion editing. However, these methods often exhibit significant ghosting and body distortion in unseen in-the-wild cases. In this paper, we intr…

ObjectVideo Editing

BYORn: Bootstrap Your Own Responses to Defend Large Vision-Language Models Against Backdoor Attacks

2026-06-01 · Ivan Sabolić, Marin Oršić, Josip Šarić, Sven Lončarić arxiv

Supervised fine-tuning is the predominant approach for adapting autoregressive vision-language models to downstream tasks. Recent work has shown that this paradigm is highly vulnerable to backdoor attacks, and that exist…