AI Navigate

On Optimizing Multimodal Jailbreaks for Spoken Language Models

arXiv cs.LG / 3/20/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • JAMA is a joint multimodal attack framework that jointly optimizes text and audio prompts (using Greedy Coordinate Gradient for text and Projected Gradient Descent for audio) to jailbreak Spoken Language Models.
  • Across four state-of-the-art SLMs and four audio types, JAMA achieves higher jailbreak rates than unimodal attacks by about 1.5x to 10x.
  • A sequential approximation method reduces the attack runtime by roughly 4x to 6x, making the approach faster in practice.
  • The study concludes that unimodal safety is insufficient for robust SLMs and provides code and data to facilitate further evaluation.

Abstract

As Spoken Language Models (SLMs) integrate speech and text modalities, they inherit the safety vulnerabilities of their LLM backbone and an expanded attack surface. SLMs have been previously shown to be susceptible to jailbreaking, where adversarial prompts induce harmful responses. Yet existing attacks largely remain unimodal, optimizing either text or audio in isolation. We explore gradient-based multimodal jailbreaks by introducing JAMA (Joint Audio-text Multimodal Attack), a joint multimodal optimization framework combining Greedy Coordinate Gradient (GCG) for text and Projected Gradient Descent (PGD) for audio, to simultaneously perturb both modalities. Evaluations across four state-of-the-art SLMs and four audio types demonstrate that JAMA surpasses unimodal jailbreak rate by 1.5x to 10x. We analyze the operational dynamics of this joint attack and show that a sequential approximation method makes it 4x to 6x faster. Our findings suggest that unimodal safety is insufficient for robust SLMs. The code and data are available at https://repos.lsv.uni-saarland.de/akrishnan/multimodal-jailbreak-slm