paper-with-me

Papers

Re-Mask and Redirect: Exploiting Denoising Irreversibility in Diffusion Language Models

2026-03-17 · Arth Singh arxiv

Safety alignment in diffusion language models (dLLMs) relies on a single load-bearing assumption: that committed tokens are permanent. We show that violating this assumption, by re-masking committed refusal tokens and injecting a short affirmative prefix, achieves 74-82% ASR on HarmBench across all three publicly available safety-tuned dLLMs, rising to 92-98% with a generic 8-token compliance prefix. We call this attack TrajHijack; it is the first trajectory-level attack on dLLMs, requires no gradient computation, and generalizes across SFT and preference-optimized (VRPO) models. Three findings emerge. First, the vulnerability is irreducibly two-component: re-masking alone (4.4%) and prefix alone (5.7%) both fail. Second, gradient optimization via a differentiable Gumbel-softmax chain consistently degrades ASR (41.5% vs. 76.1%), because continuous perturbations push token distributions off-manifold. Third, A2D (the strongest published dLLM defense) is more vulnerable to TrajHijack (89.9%) than the undefended model (76.1%): its silent-refusal training removes the contextual resistance that trajectory-level attacks must overcome, an effect we call the Defense Inversion Effect.

📄 PDF Abstract BibTeX arXiv:2604.08557

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Structure Matters: Tackling the Semantic Discrepancy in Diffusion Models for Image Inpainting

2024-03-29 · CVPR 2024 1 · Haipeng Liu, Yang Wang, Biao Qian, Meng Wang 외

Denoising diffusion probabilistic models for image inpainting aim to add the noise to the texture of image during the forward process and recover masked regions with unmasked ones of the texture via the reverse denoising…

DenoisingImage Inpainting

ReTrack: Data Unlearning in Diffusion Models through Redirecting the Denoising Trajectory

2025-09-16 · Qitan Shi, Cheng Jin, Jiawei Zhang, Yuantao Gu arxiv

Diffusion models excel at generating high-quality, diverse images but suffer from training data memorization, raising critical privacy and safety concerns. Data unlearning has emerged to mitigate this issue by removing t…

Attentive Eraser: Unleashing Diffusion Model's Object Removal Potential via Self-Attention Redirection Guidance

2024-12-17 · Wenhao Sun, Benlei Cui, Xue-Mei Dong, Jingqun Tang

Recently, diffusion models have emerged as promising newcomers in the field of generative models, shining brightly in image generation. However, when employed for object removal tasks, they still encounter issues such as…

Image GenerationObject

Diffusion Model for Camouflaged Object Detection

2023-08-01 · Zhennan Chen, Rongrong Gao, Tian-Zhu Xiang, Fan Lin

Camouflaged object detection is a challenging task that aims to identify objects that are highly similar to their background. Due to the powerful noise-to-image denoising capability of denoising diffusion models, in this…

Camouflaged Object SegmentationDenoisingImage Denoisingmodel+4

MAGE: All-[MASK] Block Already Knows Where to Look in Block Diffusion LLM

2026-02-15 · Omin Kwon, Yeonjae Kim, Doyeon Kim, Minseo Kim 외 arxiv

Block diffusion LLMs are an emerging paradigm for parallel language generation, but their KV caching makes memory access the dominant bottleneck in long-context inference. Sparse attention, which attends only to a small …