Safety
Beyond Token Positions: Safety Alignment Across Denoising Steps in Diffusion Language Models
arXiv:2609.00495v1 Announce Type: cross Abstract: Diffusion large language models (dLLMs) generate text through iterative denoising rather than left-to-right decoding. This generation paradigm introdu
arXiv:2609.00495v1 Announce Type: cross Abstract: Diffusion large language models (dLLMs) generate text through iterative denoising rather than left-to-right decoding. This generation paradigm introduces two axes that can influence safety alignment: when tokens are generated during denoising and where they appear in the response. In this paper, we measure dLLM safety behavior under harmful prompts by tracing intermediate token distributions and commitment decisions throughout denoising. Our analysis shows that refusal signals are concentrated in early denoising steps and leading response positions, and the tokens committed early can strongly shape the final safety outcome. Our measurements further show that the denoising step and persistence of refusal-token commitment are important for understanding dLLM safety. Based on these findings, we propose Refusal-Aware Early Commitment (RAEC), a simple training-free decoding method that commits persistent refusal signals from early steps. Experiments on LLaDA and Dream show that RAEC reduces attack success rates while largely preserving utility. The code is available at https://github.com/Glresearch1/RAEC.
Related
- Re-Mask and Redirect: Exploiting Denoising Irreversibility in Diffusion Language Models
- The Flexibility Trap: Rethinking the Value of Arbitrary Order in Diffusion Language Models
- The Path Matters: Learning a Token-Commitment Policy for Diffusion Language Models
- Inference-Time Vulnerability Beyond Shallow Safety: Alignment Along Generation Trajectories
Source: arXiv cs.AI | 2026-09-02