paper-with-me

Papers

Diffusion Forcing: Next-token Prediction Meets Full-Sequence Diffusion

2024-07-01 · Boyuan Chen, Diego Marti Monso, Yilun Du, Max Simchowitz, Russ Tedrake, Vincent Sitzmann

This paper presents Diffusion Forcing, a new training paradigm where a diffusion model is trained to denoise a set of tokens with independent per-token noise levels. We apply Diffusion Forcing to sequence generative modeling by training a causal next-token prediction model to generate one or several future tokens without fully diffusing past ones. Our approach is shown to combine the strengths of next-token prediction models, such as variable-length generation, with the strengths of full-sequence diffusion models, such as the ability to guide sampling to desirable trajectories. Our method offers a range of additional capabilities, such as (1) rolling-out sequences of continuous tokens, such as video, with lengths past the training horizon, where baselines diverge and (2) new sampling and guiding schemes that uniquely profit from Diffusion Forcing's variable-horizon and causal architecture, and which lead to marked performance gains in decision-making and planning tasks. In addition to its empirical success, our method is proven to optimize a variational lower bound on the likelihoods of all subsequences of tokens drawn from the true joint distribution. Project website: https://boyuan.space/diffusion-forcing

📄 PDF Abstract BibTeX arXiv:2407.01392

Code (3)

buoyancy99/diffusion-forcing 공식 구현 pytorch
leffff/diffusion-forcing
skyworkai/skyreels-v2 pytorch

Tasks

Decision MakingPrediction

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

K-Forcing: Joint Next-K-Token Decoding via Push-Forward Language Modeling

2026-06-09 · Zhiwei Tang, Yuanyu He, Yizheng Han, Wangbo Zhao 외 arxiv

Autoregressive (AR) language modeling is the dominant paradigm for text generation, yet its sequential token-by-token decoding makes inference memory-bound and inefficient. Existing acceleration approaches, such as specu…

Text Generation

The pitfalls of next-token prediction

2024-03-11 · Gregor Bachmann, Vaishnavh Nagarajan

Can a mere next-token predictor faithfully model human intelligence? We crystallize this emerging concern and correct popular misconceptions surrounding it, and advocate a simple multi-token objective. As a starting poin…

MambaMisconceptionsPrediction

Computational Tradeoffs in Image Synthesis: Diffusion, Masked-Token, and Next-Token Prediction

2024-05-21 · Maciej Kilian, Varun Jampani, Luke Zettlemoyer

Nearly every recent image synthesis approach, including diffusion, masked-token prediction, and next-token prediction, uses a Transformer network architecture. Despite this common backbone, there has been no direct, comp…

Image GenerationPrediction

NExT-Mol: 3D Diffusion Meets 1D Language Modeling for 3D Molecule Generation

2025-02-18 · Zhiyuan Liu, Yanchen Luo, Han Huang, Enzhi Zhang 외

3D molecule generation is crucial for drug discovery and material design. While prior efforts focus on 3D diffusion models for their benefits in modeling continuous 3D conformers, they overlook the advantages of 1D SELFI…

3D Generation3D Molecule GenerationDrug DiscoveryLanguage Modeling+2

FlowAR: Scale-wise Autoregressive Image Generation Meets Flow Matching

2024-12-19 · Sucheng Ren, Qihang Yu, Ju He, Xiaohui Shen 외

Autoregressive (AR) modeling has achieved remarkable success in natural language processing by enabling models to generate text with coherence and contextual understanding through next token prediction. Recently, in imag…

Image GenerationPrediction