paper-with-me

Papers

Don't Let It Fade: Preserving Edits in Diffusion Language Models via Token Timestep Allocation

2025-10-30 · Woojin Kim, Jaeyoung Do arxiv

While diffusion language models (DLMs) enable fine-grained refinement, their practical controllability remains fragile. We identify and formally characterize a central failure mode called update forgetting, in which uniform and context agnostic updates induce token level fluctuations across timesteps, erasing earlier semantic edits and disrupting the cumulative refinement process, thereby degrading fluency and coherence. As this failure originates in uniform and context agnostic updates, effective control demands explicit token ordering. We propose Token Timestep Allocation (TTA), which realizes soft and semantic token ordering via per token timestep schedules: critical tokens are frozen early, while uncertain tokens receive continued refinement. This timestep based ordering can be instantiated as either a fixed policy or an adaptive policy driven by task signals, thereby supporting a broad spectrum of refinement strategies. Because it operates purely at inference time, it applies uniformly across various DLMs and naturally extends to diverse supervision sources. Empirically, TTA improves controllability and fluency: on sentiment control, it yields more than 20 percent higher accuracy and nearly halves perplexity using less than one fifth the steps; in detoxification, it lowers maximum toxicity (12.2 versus 14.5) and perplexity (26.0 versus 32.0). Together, these results demonstrate that softened ordering via timestep allocation is the critical lever for mitigating update forgetting and achieving stable and controllable diffusion text generation.

📄 PDF Abstract BibTeX arXiv:2510.26200

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

FADE: Frequency-Aware Diffusion Model Factorization for Video Editing

2025-06-06 · CVPR 2025 1 · Yixuan Zhu, Haolin Wang, Shilin Ma, Wenliang Zhao 외

Recent advancements in diffusion frameworks have significantly enhanced video editing, achieving high fidelity and strong alignment with textual prompts. However, conventional approaches using image diffusion models fall…

Video Editing

FADE: Adversarial Concept Erasure in Flow Models

2025-07-16 · Zixuan Fu, Yan Ren, Finn Carter, Chenyue Wang 외

Diffusion models have demonstrated remarkable image generation capabilities, but also pose risks in privacy and fairness by memorizing sensitive concepts or perpetuating biases. We propose a novel \textbf{concept erasure…

FairnessImage Generation

FadeMem: Distance-Aware Memory Consolidation for Autoregressive Video Diffusion

2026-06-09 · Yu Lu, Junjie Yang, Piotr Koniusz, YuXin Song 외 arxiv

Autoregressive video generators synthesize long videos by generating successive temporal segments, but their historical KV cache grows with video length. Existing bounded-cache methods reduce this cost with local windows…

Recolour What Matters: Region-Aware Colour Editing via Token-Level Diffusion

2026-03-19 · Yuqi Yang, Dongliang Chang, Yijia Ling, Ruoyi Du 외 arxiv

Colour is one of the most perceptually salient yet least controllable attributes in image generation. Although recent diffusion models can modify object colours from user instructions, their results often deviate from th…

Image Generation

Fine-Grained Erasure in Text-to-Image Diffusion-based Foundation Models

2025-03-25 · CVPR 2025 1 · Kartik Thakral, Tamar Glaser, Tal Hassner, Mayank Vatsa 외

Existing unlearning algorithms in text-to-image generative models often fail to preserve the knowledge of semantically related concepts when removing specific target concepts: a challenge known as adjacency. To address t…