HiFi-Mesh: High-Fidelity Efficient 3D Mesh Generation via Compact Autoregressive Dependence
Yanfeng Li, Tao Tan, Qingquan Gao, Zhiwen Cao, Xiaohong liu, Yue Sun
TL;DR
HiFi-Mesh tackles the bottlenecks of autoregressive 3D mesh generation by introducing Latent Autoregressive Network (LANE) to create compact latent-space dependencies for subsequence autoregression and Adaptive Computation Graph Reconfiguration (AdaGraph) to enable parallel subgraph generation. LANE partitions the mesh sequence into M subsequences, builds hierarchical latent spaces, and uses learnable queries to recover details with reduced long-historical dependence; AdaGraph enables spatiotemporal decoupling and parallel inference, yielding about a $3\times$ speedup and a $6\times$ increase in maximum sequence length. On Objaverse data with 8 NVIDIA H20 GPUs, HiFi-Mesh achieves superior generation speed and geometric fidelity, while maintaining topology and point-cloud consistency compared to baselines. This work demonstrates a scalable, high-fidelity pipeline for automatic 3D mesh synthesis with practical potential for large-scale content creation.
Abstract
High-fidelity 3D meshes can be tokenized into one-dimension (1D) sequences and directly modeled using autoregressive approaches for faces and vertices. However, existing methods suffer from insufficient resource utilization, resulting in slow inference and the ability to handle only small-scale sequences, which severely constrains the expressible structural details. We introduce the Latent Autoregressive Network (LANE), which incorporates compact autoregressive dependencies in the generation process, achieving a $6\times$ improvement in maximum generatable sequence length compared to existing methods. To further accelerate inference, we propose the Adaptive Computation Graph Reconfiguration (AdaGraph) strategy, which effectively overcomes the efficiency bottleneck of traditional serial inference through spatiotemporal decoupling in the generation process. Experimental validation demonstrates that LANE achieves superior performance across generation speed, structural detail, and geometric consistency, providing an effective solution for high-quality 3D mesh generation.
