Switch language한국어
Back to the list

BlockGen: Flexible Blockwise Sequence Modeling with Hybrid Samplers

TL;DR AI

Key summary

2 min read
  1. BlockGen is a blockwise discrete diffusion model trained on mixed block sizes, comparing masked and uniform diffusion for sequence generation.

  2. The authors also introduce AR-informed predictor-corrector sampling, which combines autoregressive and diffusion predictions to regenerate tokens that are likely wrong.

  3. Experiments show uniform diffusion has an edge under ancestral sampling, especially with few steps, in blockwise generation.

  4. With AR-informed sampling at higher compute, masked diffusion can match or slightly outperform uniform diffusion on some benchmarks.

  5. The work suggests discrete diffusion can be improved without a separate verifier, and tests whether uniform-state diffusion still matters in blockwise settings.

Read the original