paper-with-me

Papers

Planned Diffusion

2025-10-20 · Daniel Israel, Tian Jin, Ellie Cheng, Guy Van den Broeck, Aditya Grover, Suvinay Subramanian, Michael Carbin arxiv

Most large language models are autoregressive: they generate tokens one at a time. Discrete diffusion language models can generate multiple tokens in parallel, but sampling from them requires a denoising order: a strategy for deciding which tokens to decode at each step. Determining a good denoising order is difficult, and existing approaches use heuristics that create a steep trade-off between quality and latency. We propose planned diffusion, a system that trains the model to determine its own denoising order. Planned diffusion uses a single model that transitions between autoregressive and diffusion-based generation: first, the model autoregressively generates a plan that partitions the response into semantically independent chunks; second, the model denoises all chunks in parallel. The autoregressive plan enables the model to define the denoising order itself. On AlpacaEval, planned diffusion achieves 1.27x to 1.81x speedup over autoregressive generation with only 0.87% to 5.4% drop in win rate, establishing a new Pareto frontier for parallel generation with discrete diffusion. Additionally, planned diffusion's instruction following quality continues to improve with more finetuning compute, while the autoregressive baseline plateaus. Our implementation provides simple runtime knobs that offer tunable control over the quality-latency trade-off.

📄 PDF Abstract BibTeX arXiv:2510.18087

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

Baton: Explicit Semantic Blueprints for Joint Video-Audio Generation

2026-05-24 · Shuyuan Tu, Qi Tian, Zihan Yang, Yue Wu 외 arxiv

Current open-source diffusion models struggle to generate stable and synchronized audio-visual content, particularly in scenarios demanding complex semantic reasoning. The root cause is that existing methods rely on coar…

Audio GenerationVideo Denoising

Think While You Generate: Discrete Diffusion with Planned Denoising

2024-10-08 · Sulin Liu, Juno Nam, Andrew Campbell, Hannes Stärk 외

Discrete diffusion has achieved state-of-the-art performance, outperforming or approaching autoregressive models on standard benchmarks. In this work, we introduce Discrete Diffusion with Planned Denoising (DDPD), a nove…

DenoisingImage GenerationLanguage ModelingLanguage Modelling

Task-Aware Environment Augmentation for Reliable Navigation via Shielded Conditional Diffusion

2026-06-13 · Bharawee Phoompho, Gokul Puthumanaillam, Yan Miao, Ruben Hernandez 외 arxiv

Reliable trajectory planning under partial observability depends not only on computing a feasible geometric path, but also on whether the robot receives informative observations while executing that trajectory. Existing …

Trajectory Planning

Is Energy Guidance All You Need? Training-Free Norm Injection for Driving World Models

2026-07-12 · Xiyan Su, Frank Diermeyer, Markus Lienkamp arxiv

Driving world models built on large video-diffusion backbones generate realistic scenes but are hard to control: enforcing a traffic norm typically means retraining the backbone or conditioning it on hand-built layouts. …

UP-Diff: Latent Diffusion Model for Remote Sensing Urban Prediction

2024-07-16 · Zeyu Wang, Zecheng Hao, Jingyu Lin, Yuchao Feng 외

This study introduces a novel Remote Sensing (RS) Urban Prediction (UP) task focused on future urban planning, which aims to forecast urban layouts by utilizing information from existing urban layouts and planned change …

Change Detection