CVGRJan 29

HiFi-Mesh: High-Fidelity Efficient 3D Mesh Generation via Compact Autoregressive Dependence

arXiv:2601.21314v11 citationsh-index: 5
Originality Highly original
AI Analysis

This addresses slow inference and limited detail in 3D mesh generation for computer graphics and vision applications, representing a strong incremental advance.

The paper tackles the problem of inefficient 3D mesh generation from tokenized sequences by introducing the Latent Autoregressive Network (LANE) with compact autoregressive dependencies, achieving a 6× improvement in maximum generatable sequence length, and the AdaGraph strategy for faster inference.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes