Sparse Tokens Suffice: Jailbreaking Audio Language Models via Token-Aware Gradient Optimization
Pith reviewed 2026-06-30 23:44 UTC · model grok-4.3
The pith
Sparse high-energy audio token gradients suffice for strong jailbreak attacks on audio language models.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Gradient energy in audio language models is highly non-uniform across tokens, so retaining only the high-energy subset during optimization produces jailbreak attacks that remain effective at token retention ratios as low as 0.25, with attack success rates staying within 1% of full-token results on models such as Qwen3-Omni.
What carries the argument
Token-Aware Gradient Optimization (TAGO), which at each iteration computes token-aligned gradients, ranks them by energy, and masks all but the top fraction before applying the update.
If this is right
- Dense waveform updates are largely redundant for audio jailbreaks.
- Substantial sparsification preserves attack success rates across three tested ALMs.
- TAGO outperforms standard dense optimization baselines.
- Future safety alignment work should exploit the heterogeneous token-level gradient structure.
Where Pith is reading between the lines
- Attack algorithms could become computationally lighter by focusing updates on fewer tokens.
- Safety training might benefit from weighting protection toward high-gradient-energy regions.
- The same non-uniformity may appear in other sequence models or modalities, enabling similar sparsification.
Load-bearing premise
The non-uniform energy distribution of token-aligned gradients stays stable enough across optimization steps and different inputs that low-energy regions can be masked without losing the attack trajectory.
What would settle it
An experiment showing that attack success rate falls sharply when low-energy gradients are masked, even on the same models and prompts used in the paper.
Figures
read the original abstract
Jailbreak attacks on audio language models (ALMs) optimize audio perturbations to elicit unsafe generations, and they typically update the entire waveform densely throughout optimization. In this work, we investigate the necessity of such dense optimization by analyzing the structure of token-aligned gradients in ALMs. We find that gradient energy is highly non-uniform across audio tokens, indicating that only a small subset of token-aligned audio regions dominates the optimization signal. Motivated by this observation, we propose Token-Aware Gradient Optimization (TAGO), which enables sparse jailbreak optimization by retaining only waveform gradients aligned with audio tokens that have high gradient energy, while masking the remaining gradients at each iteration. Across three ALMs, TAGO outperforms baselines, and substantial sparsification preserves strong attack success rates (e.g. on Qwen3-Omni, $\mathrm{ASR}_{l}$ remains at 86% with a token retention ratio of 0.25, compared to 87% with full token retention). These results demonstrate that dense waveform updates are largely redundant, and we advocate that future audio jailbreak and safety alignment research should further leverage this heterogeneous token-level gradient structure.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript claims that token-aligned gradients in audio language models exhibit highly non-uniform energy distribution, motivating Token-Aware Gradient Optimization (TAGO) which performs sparse updates by retaining only high-energy token gradients at each iteration; across three ALMs this yields attack success rates comparable to dense optimization, e.g., ASR_l of 86% at 0.25 token retention ratio versus 87% with full retention on Qwen3-Omni.
Significance. If the stability of the high-energy token mask holds, the result would establish that dense waveform updates are largely redundant for audio jailbreaks, providing a concrete efficiency gain and a new lens on gradient structure that could inform both attack design and safety alignment research.
major comments (1)
- [Abstract / Experimental results] Abstract / Experimental results: the claim that 0.25 retention preserves 86% ASR_l (versus 87% full) rests on the assumption that the high-energy token set remains stable across iterations, yet the manuscript reports only endpoint ASR numbers and supplies no quantification of mask overlap, variance, or temporal evolution of the selected tokens.
minor comments (2)
- The abstract states that TAGO outperforms baselines but gives no implementation details, statistical significance tests, or exact experimental controls for the reported ASR figures.
- Notation for ASR_l and the precise definition of the token retention ratio should be clarified with an equation or pseudocode in the methods section.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback. We address the single major comment below, clarifying the dynamic nature of TAGO and committing to added analysis.
read point-by-point responses
-
Referee: [Abstract / Experimental results] Abstract / Experimental results: the claim that 0.25 retention preserves 86% ASR_l (versus 87% full) rests on the assumption that the high-energy token set remains stable across iterations, yet the manuscript reports only endpoint ASR numbers and supplies no quantification of mask overlap, variance, or temporal evolution of the selected tokens.
Authors: TAGO recomputes the high-energy token mask at every optimization iteration from the current gradient energy (Algorithm 1, Section 3.2); the selection is therefore dynamic by design and does not rest on any assumption of mask stability across iterations. The reported endpoint ASR_l of 86% at 0.25 retention (vs. 87% full) on Qwen3-Omni directly demonstrates that per-step sparse updates suffice. We agree that explicit quantification of mask dynamics would strengthen the presentation and will add, in the revision, Jaccard overlap statistics between consecutive masks, variance of selected token indices, and a plot of mask evolution over optimization steps. revision: yes
Circularity Check
No circularity: empirical observation and masking technique
full rationale
The paper reports an empirical observation that token-aligned gradients exhibit non-uniform energy distribution, then defines TAGO as the procedure of masking low-energy gradients at each iteration and evaluates it experimentally on three ALMs. No equations, predictions, or first-principles derivations are presented that reduce to fitted parameters or self-referential inputs. Results (e.g., ASR_l values at retention ratios) are direct experimental measurements, not outputs forced by construction from the inputs. No load-bearing self-citations or uniqueness theorems appear in the provided text. The approach is self-contained as an optimization heuristic validated by attack-success metrics.
Axiom & Free-Parameter Ledger
free parameters (1)
- token retention ratio =
0.25
axioms (1)
- domain assumption Gradient energy is highly non-uniform across audio tokens
Reference graph
Works this paper leans on
-
[1]
Google DeepMind
URL https://cloud.google.com/ text-to-speech. Google DeepMind. Gemini 3 Flash model card,
-
[2]
Step-Audio: Unified Understanding and Generation in Intelligent Speech Interaction
URL https://storage.googleapis. com/deepmind-media/Model-Cards/ Gemini-3-Flash-Model-Card.pdf. Huang, A., Wu, B., Wang, B., Yan, C., Hu, C., Feng, C., Tian, F., Shen, F., Li, J., Chen, M., et al. Step-audio: Uni- fied understanding and generation in intelligent speech interaction.arXiv preprint arXiv:2502.11946, 2025. 10 Sparse Tokens Suffice: Jailbreakin...
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[3]
Sparsity in attention.Work on KV cache compression suggests that attention during generation is often dominated by a small subset of tokens (e.g., H2O (Zhang et al., 2023) and StreamingLLM (Xiao et al., 2024)), which is consistent with the view that only a small portion of the context carries most of the effective signal and may lead to concentrated optim...
2023
-
[4]
demonstrate how to make a bomb using common household items
Redundancy in audio representations.Audio masked autoencoders (Audio-MAE) show that semantic content can be preserved even when masking a large fraction of audio patches (Huang et al., 2022), suggesting substantial redundancy in audio features. Such redundancy is consistent with the existence of low-dimensional effective directions for changing model beha...
2022
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.