Evaluating Latent Generative Paradigms for High-Fidelity 3D Shape Completion from a Single Depth Image
Matthias Humt, Ulrich Hillenbrand, Rudolph Triebel
TL;DR
The paper tackles the ill-posed problem of completing high-fidelity 3D shapes from a single depth view. It conducts a rigorous, fair comparison between denoising diffusion probabilistic models (DDPM) with continuous latent spaces (via a VAE) and autoregressive transformers using discrete latent spaces (via a VQ-VAE), evaluating both shape modeling and completion tasks. Key contributions include state-of-the-art multi-modal completion from noisy depth images, a thorough quantitative comparison against discriminative baselines, and extensive ablations on model size, conditioning, and inference settings. The findings show that diffusion in a continuous latent space delivers superior performance for shape completion under realistic conditions, while autoregressive models can match or exceed diffusion in certain latent-space configurations, providing practical guidance on when to use which paradigm.
Abstract
While generative models have seen significant adoption across a wide range of data modalities, including 3D data, a consensus on which model is best suited for which task has yet to be reached. Further, conditional information such as text and images to steer the generation process are frequently employed, whereas others, like partial 3D data, have not been thoroughly evaluated. In this work, we compare two of the most promising generative models--Denoising Diffusion Probabilistic Models and Autoregressive Causal Transformers--which we adapt for the tasks of generative shape modeling and completion. We conduct a thorough quantitative evaluation and comparison of both tasks, including a baseline discriminative model and an extensive ablation study. Our results show that (1) the diffusion model with continuous latents outperforms both the discriminative model and the autoregressive approach and delivers state-of-the-art performance on multi-modal shape completion from a single, noisy depth image under realistic conditions and (2) when compared on the same discrete latent space, the autoregressive model can match or exceed diffusion performance on these tasks.
