Dreamer XL: Towards High-Resolution Text-to-3D Generation via Trajectory Score Matching
Xingyu Miao, Haoran Duan, Varun Ojha, Jun Song, Tejal Shah, Yang Long, Rajiv Ranjan
TL;DR
Dreamer XL introduces Trajectory Score Matching (TSM) to address pseudo ground truth inconsistency caused by accumulated errors in DDIM inversion used by Interval Score Matching (ISM). By running dual diffusion trajectories from the same starting latent and minimizing $L_{\text{TSM}}(\theta)=\mathbb{E}_{t,c}[\omega(t) \| \epsilon_\phi(x_t,t,y) - \epsilon_\phi(x_\mu,\mu,\emptyset) \|^2]$ with $\mu = \gamma(t-s)+s$, TSM reduces error accumulation and treats ISM as a special case. The method leverages Stable Diffusion XL (SDXL) for high-resolution guidance (1024×1024) in 3D Gaussian splatting and introduces a pixel-by-pixel gradient clipping strategy to stabilize gradients during SDXL optimization. Theoretical support is provided via Theorem 1, which formalizes the reduced error for the dual-path trajectory, and empirical results show substantial improvements in visual quality and consistency over state-of-the-art baselines. Overall, Dreamer XL delivers high-quality, detailed text-to-3D generation with fewer artifacts, enabling more practical high-resolution 3D content creation on standard hardware.
Abstract
In this work, we propose a novel Trajectory Score Matching (TSM) method that aims to solve the pseudo ground truth inconsistency problem caused by the accumulated error in Interval Score Matching (ISM) when using the Denoising Diffusion Implicit Models (DDIM) inversion process. Unlike ISM which adopts the inversion process of DDIM to calculate on a single path, our TSM method leverages the inversion process of DDIM to generate two paths from the same starting point for calculation. Since both paths start from the same starting point, TSM can reduce the accumulated error compared to ISM, thus alleviating the problem of pseudo ground truth inconsistency. TSM enhances the stability and consistency of the model's generated paths during the distillation process. We demonstrate this experimentally and further show that ISM is a special case of TSM. Furthermore, to optimize the current multi-stage optimization process from high-resolution text to 3D generation, we adopt Stable Diffusion XL for guidance. In response to the issues of abnormal replication and splitting caused by unstable gradients during the 3D Gaussian splatting process when using Stable Diffusion XL, we propose a pixel-by-pixel gradient clipping method. Extensive experiments show that our model significantly surpasses the state-of-the-art models in terms of visual quality and performance. Code: \url{https://github.com/xingy038/Dreamer-XL}.
