CVAIMar 8, 2025

Text-to-3D Generation using Jensen-Shannon Score Distillation

arXiv:2503.10660v32 citationsh-index: 27
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in 3D asset generation for creative and industrial applications, offering an incremental improvement over existing score distillation methods.

The paper tackles the problem of over-saturation and limited diversity in text-to-3D generation by proposing a Jensen-Shannon divergence objective, which stabilizes optimization and produces high-quality, diversified 3D assets as validated on T3Bench.

Score distillation sampling is an effective technique to generate 3D models from text prompts, utilizing pre-trained large-scale text-to-image diffusion models as guidance. However, the produced 3D assets tend to be over-saturating, over-smoothing, with limited diversity. These issues are results from a reverse Kullback-Leibler (KL) divergence objective, which makes the optimization unstable and results in mode-seeking behavior. In this paper, we derive a bounded score distillation objective based on Jensen-Shannon divergence (JSD), which stabilizes the optimization process and produces high-quality 3D generation. JSD can match well generated and target distribution, therefore mitigating mode seeking. We provide a practical implementation of JSD by utilizing the theory of generative adversarial networks to define an approximate objective function for the generator, assuming the discriminator is well trained. By assuming the discriminator following a log-odds classifier, we propose a minority sampling algorithm to estimate the gradients of our proposed objective, providing a practical implementation for JSD. We conduct both theoretical and empirical studies to validate our method. Experimental results on T3Bench demonstrate that our method can produce high-quality and diversified 3D assets.

Foundations

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

Your Notes