Block3D: Efficient Text-to-3D Generation via Block-Wise Diffusion Researchers propose Block3D, a block-wise diffusion framework for text-to-3D generation that partitions discrete shape-token sequences into contiguous blocks, generates them autoregressively, and jointly denoises tokens within each block, with confidence-guided intra-block correction to reduce error accumulation. On a held-out set from TRELLIS-500K, Block3D cuts mean end-to-end generation time from 25.71 seconds to 4.99 seconds, a 5.15x speedup over the fine-tuned autoregressive baseline without sacrificing geometric fidelity. arXiv:2608.19567v1 Announce Type: new Abstract: While text-to-3D generation has advanced rapidly, achieving high geometric fidelity at low inference cost remains challenging. Existing text-to-3D methods either decode discrete shape tokens autoregressively or iteratively refine global 3D representations with diffusion or flow models. However, autoregressive decoding is sequential and cannot revise errors, whereas diffusion and flow-matching models repeatedly process the full representation, making high-quality generation increasingly expensive. In this paper, we propose Block3D, a block-wise diffusion framework that partitions the discrete shape-token sequence into contiguous blocks, generates the blocks autoregressively, and jointly denoises all tokens within the current block. To alleviate error accumulation, we introduce confidence-guided intra-block correction, which revises low-confidence tokens before each block is finalized. On a held-out set from TRELLIS-500K, Block3D reduces mean end-to-end generation time from 25.71 seconds to 4.99 seconds, achieving a $5.15\times$ speedup over the fine-tuned autoregressive baseline without sacrificing geometric fidelity.