XSpecMesh: Quality-Preserving Auto-Regressive Mesh Generation Acceleration via Multi-Head Speculative Decoding
Abstract
Lay Summary
Creating detailed 3D meshes with current AI models can produce high-quality results, but it is often slow because the model has to build the mesh step by step, making many small decisions one after another. This paper introduces XSpecMesh, a method that makes this process faster while keeping the generated meshes at the same quality level. The key idea is to let a small assistant component quickly suggest several upcoming parts of the mesh at once. The original model then checks these suggestions and only keeps the ones that are reliable. If a suggested part is not good enough, the model replaces it with a better one. We also train the assistant component to better match the behavior of the original model, so that its suggestions are more likely to be accepted. In experiments, XSpecMesh speeds up mesh generation by up to 1.7 times without reducing the quality of the generated results. This makes high-quality 3D mesh generation more efficient and practical.