paper-with-me

Papers

IDEATOR: Jailbreaking Large Vision-Language Models Using Themselves

2024-10-29 · Ruofan Wang, Bo wang, Xiaosen Wang, Xingjun Ma, Yu-Gang Jiang

As large Vision-Language Models (VLMs) grow in prominence, ensuring their safe deployment has become critical. Recent studies have explored VLM robustness against jailbreak attacks--techniques that exploit model vulnerabilities to elicit harmful outputs. However, the limited availability of diverse multi-modal data has led current approaches to rely heavily on adversarial or manually crafted images derived from harmful text datasets, which may lack effectiveness and diversity across different contexts. In this paper, we propose a novel jailbreak method named IDEATOR, which autonomously generates malicious image-text pairs for black-box jailbreak attacks. IDEATOR is based on the insight that VLMs themselves could serve as powerful red team models for generating multimodal jailbreak prompts. Specifically, IDEATOR uses a VLM to create targeted jailbreak texts and pairs them with jailbreak images generated by a state-of-the-art diffusion model. Our extensive experiments demonstrate IDEATOR's high effectiveness and transferability. Notably, it achieves a 94% success rate in jailbreaking MiniGPT-4 with an average of only 5.34 queries, and high success rates of 82%, 88%, and 75% when transferred to LLaVA, InstructBLIP, and Meta's Chameleon, respectively. IDEATOR uncovers specific vulnerabilities in VLMs under black-box conditions, underscoring the need for improved safety mechanisms.

📄 PDF Abstract BibTeX arXiv:2411.00827

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Scideator: Human-LLM Scientific Idea Generation Grounded in Research-Paper Facet Recombination

2024-09-23 · Marissa Radensky, Simra Shahid, Raymond Fok, Pao Siangliulue 외

The scientific ideation process often involves blending salient aspects of existing papers to create new ideas, and facet-based ideation is an established framework for idea generation. To see how large language models (…

RAGRetrieval-augmented Generation

EvoIdeator: Evolving Scientific Ideas through Checklist-Grounded Reinforcement Learning

2026-03-23 · Andreas Sauter, Yuyue Zhao, Jacopo Urbani, Wenxiang Hu 외 arxiv

Scientific idea generation is a cornerstone of autonomous knowledge discovery, yet the iterative evolution required to transform initial concepts into high-quality research proposals remains a formidable challenge for La…

Reinforcement Learning

Jailbreaking to Jailbreak

2025-02-09 · Jeremy Kritz, Vaughn Robinson, Robert Vacareanu, Bijan Varjavand 외

Large Language Models (LLMs) can be used to red team other models (e.g. jailbreaking) to elicit harmful contents. While prior works commonly employ open-weight models or private uncensored models for doing jailbreaking, …

Self-Jailbreaking: Language Models Can Reason Themselves Out of Safety Alignment After Benign Reasoning Training

2025-10-23 · Zheng-Xin Yong, Stephen H. Bach arxiv

We discover a novel and surprising phenomenon of unintentional misalignment in reasoning language models (RLMs), which we call self-jailbreaking. Specifically, after benign reasoning training on math or code domains, RLM…

Learning to Ideate for Machine Learning Engineering Agents

2026-01-24 · Yunxiang Zhang, Kang Zhou, Zhichao Xu, Kiran Ramnath 외 arxiv

Existing machine learning engineering (MLE) agents struggle to iteratively optimize their implemented algorithms for effectiveness. To address this, we introduce MLE-Ideator, a dual-agent framework that separates ideatio…

Reinforcement Learning