FlashMesh: Faster and Better Autoregressive Mesh Synthesis via Structured Speculation
Tingrui Shen, Yiheng Zhang, Chen Tang, Chuan Ping, Zixing Zhao, Le Wan, Yuwang Wang, Ronggang Wang, Shengfeng He
TL;DR
FlashMesh tackles the slow inference of autoregressive mesh generation by rethinking decoding as a predict–correct–verify process. By leveraging a three-level hourglass Transformer and specialized SP-Block/HF-Block modules, it enables parallel speculative predictions across faces, vertices, and coordinates while enforcing geometric consistency through correction and verification steps. The approach yields up to $2\times$ faster generation with improved geometric fidelity and topology, validated across multiple meshes and baselines. These results demonstrate that incorporating structural mesh priors into speculative decoding can significantly accelerate and enhance autoregressive 3D synthesis. This work offers a practical pathway toward scalable, high-quality mesh generation for interactive and large-scale 3D content creation.
Abstract
Autoregressive models can generate high-quality 3D meshes by sequentially producing vertices and faces, but their token-by-token decoding results in slow inference, limiting practical use in interactive and large-scale applications. We present FlashMesh, a fast and high-fidelity mesh generation framework that rethinks autoregressive decoding through a predict-correct-verify paradigm. The key insight is that mesh tokens exhibit strong structural and geometric correlations that enable confident multi-token speculation. FlashMesh leverages this by introducing a speculative decoding scheme tailored to the commonly used hourglass transformer architecture, enabling parallel prediction across face, point, and coordinate levels. Extensive experiments show that FlashMesh achieves up to a 2 x speedup over standard autoregressive models while also improving generation fidelity. Our results demonstrate that structural priors in mesh data can be systematically harnessed to accelerate and enhance autoregressive generation.
