3D-WAG: Hierarchical Wavelet-Guided Autoregressive Generation for High-Fidelity 3D Shapes
Tejaswini Medi, Arianna Rampini, Pradyumna Reddy, Pradeep Kumar Jayaraman, Margret Keuper
TL;DR
3D-WAG reframes autoregressive 3D shape generation as next-scale token map prediction over compact wavelet representations, enabling high-fidelity generation with lower inference cost than token-by-token AR or diffusion methods. The framework uses a two-stage training pipeline: a 3D VQ-VAE learns multi-scale wavelet token maps, then a GPT-2–style transformer autoregressively predicts higher-resolution token maps conditioned on previous scales, enabling coarse-to-fine geometry reconstruction via wavelet inversion. Key contributions include the compact wavelet representation, a multi-scale tokenization and reconstruction scheme with a detail-focused loss, and a next-scale AR objective that yields superior ShapeNet and DeepFashion3D results with faster generation. The approach demonstrates strong unconditional and conditional generation performance, offering a scalable, controllable path for high-fidelity 3D shape synthesis with practical inference speeds.
Abstract
Autoregressive (AR) models have achieved remarkable success in natural language and image generation, but their application to 3D shape modeling remains largely unexplored. Unlike diffusion models, AR models enable more efficient and controllable generation with faster inference times, making them especially suitable for data-intensive domains. Traditional 3D generative models using AR approaches often rely on ``next-token" predictions at the voxel or point level. While effective for certain applications, these methods can be restrictive and computationally expensive when dealing with large-scale 3D data. To tackle these challenges, we introduce 3D-WAG, an AR model for 3D implicit distance fields that can perform unconditional shape generation, class-conditioned and also text-conditioned shape generation. Our key idea is to encode shapes as multi-scale wavelet token maps and use a Transformer to predict the ``next higher-resolution token map" in an autoregressive manner. By redefining 3D AR generation task as ``next-scale" prediction, we reduce the computational cost of generation compared to traditional ``next-token" prediction models, while preserving essential geometric details of 3D shapes in a more structured and hierarchical manner. We evaluate 3D-WAG to showcase its benefit by quantitative and qualitative comparisons with state-of-the-art methods on widely used benchmarks. Our results show 3D-WAG achieves superior performance in key metrics like Coverage and MMD, generating high-fidelity 3D shapes that closely match the real data distribution.
