English

DiffuGuard: How Intrinsic Safety is Lost and Found in Diffusion Large Language Models

Computation and Language 2026-03-27 v2 Artificial Intelligence

Abstract

The rapid advancement of Diffusion Large Language Models (dLLMs) introduces unprecedented vulnerabilities that are fundamentally distinct from Autoregressive LLMs, stemming from their iterative and parallel generation mechanisms. In this paper, we conduct an in-depth analysis of dLLM vulnerabilities to jailbreak attacks across two distinct dimensions: intra-step and inter-step dynamics. Experimental results reveal a harmful bias inherent in the standard greedy remasking strategy and identify a critical phenomenon we term Denoising-path Dependence, where the safety of early-stage tokens decisively influences the final output. These findings also indicate that while current decoding strategies constitute a significant vulnerability, dLLMs possess a substantial intrinsic safety potential. To unlock this potential, we propose DiffuGuard, a training-free defense framework that addresses vulnerabilities through a dual-stage approach: Stochastic Annealing Remasking dynamically introduces controlled randomness to mitigate greedy selection bias, while Block-level Audit and Repair exploits internal model representations for autonomous risk detection and guided correction. Comprehensive experiments on four dLLMs demonstrate DiffuGuard's exceptional effectiveness, reducing Attack Success Rate against six diverse jailbreak methods from 47.9% to 14.7% while preserving model utility and efficiency. Our code is available at: https://github.com/niez233/DiffuGuard.

Keywords

Cite

@article{arxiv.2509.24296,
  title  = {DiffuGuard: How Intrinsic Safety is Lost and Found in Diffusion Large Language Models},
  author = {Zherui Li and Zheng Nie and Zhenhong Zhou and Yue Liu and Yitong Zhang and Yu Cheng and Qingsong Wen and Kun Wang and Yufei Guo and Jiaheng Zhang},
  journal= {arXiv preprint arXiv:2509.24296},
  year   = {2026}
}

Comments

Accepted by ICLR2026

R2 v1 2026-07-01T06:03:34.585Z