paper-with-me

홈 › Papers

StableDreamer: Taming Noisy Score Distillation Sampling for Text-to-3D

2023-12-02 · Pengsheng Guo, Hans Hao, Adam Caccavale, Zhongzheng Ren, Edward Zhang, Qi Shan, Aditya Sankar, Alexander G. Schwing, Alex Colburn, Fangchang Ma

In the realm of text-to-3D generation, utilizing 2D diffusion models through score distillation sampling (SDS) frequently leads to issues such as blurred appearances and multi-faced geometry, primarily due to the intrinsically noisy nature of the SDS loss. Our analysis identifies the core of these challenges as the interaction among noise levels in the 2D diffusion process, the architecture of the diffusion network, and the 3D model representation. To overcome these limitations, we present StableDreamer, a methodology incorporating three advances. First, inspired by InstructNeRF2NeRF, we formalize the equivalence of the SDS generative prior and a simple supervised L2 reconstruction loss. This finding provides a novel tool to debug SDS, which we use to show the impact of time-annealing noise levels on reducing multi-faced geometries. Second, our analysis shows that while image-space diffusion contributes to geometric precision, latent-space diffusion is crucial for vivid color rendition. Based on this observation, StableDreamer introduces a two-stage training strategy that effectively combines these aspects, resulting in high-fidelity 3D models. Third, we adopt an anisotropic 3D Gaussians representation, replacing Neural Radiance Fields (NeRFs), to enhance the overall quality, reduce memory usage during training, and accelerate rendering speeds, and better capture semi-transparent objects. StableDreamer reduces multi-face geometries, generates fine details, and converges stably.

📄 PDF Abstract BibTeX arXiv:2312.02189

Code (0)

등록된 구현이 없습니다.

Tasks

3D GenerationText to 3DTransparent objects

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Consistent3D: Towards Consistent High-Fidelity Text-to-3D Generation with Deterministic Sampling Prior

2024-01-17 · CVPR 2024 1 · Zike Wu, Pan Zhou, Xuanyu Yi, Xiaoding Yuan 외

Score distillation sampling (SDS) and its variants have greatly boosted the development of text-to-3D generation, but are vulnerable to geometry collapse and poor textures yet. To solve this issue, we first deeply analyz…

3D GenerationText to 3D

Taming Mode Collapse in Score Distillation for Text-to-3D Generation

2023-12-31 · CVPR 2024 1 · Peihao Wang, Dejia Xu, Zhiwen Fan, Dilin Wang 외

Despite the remarkable performance of score distillation in text-to-3D generation, such techniques notoriously suffer from view inconsistency issues, also known as "Janus" artifact, where the generated objects fake each …

3D GenerationPrompt EngineeringText to 3D

Identity-preserving Distillation Sampling by Fixed-Point Iterator

2025-02-27 · CVPR 2025 1 · SeonHwa Kim, Jiwon Kim, Soobin Park, Donghoon Ahn 외

Score distillation sampling (SDS) demonstrates a powerful capability for text-conditioned 2D image and 3D object generation by distilling the knowledge from learned score functions. However, SDS often suffers from blurri…

NeRF

Variance Reduction on the Camera Axis: Multi-View Score Distillation for 3D

2026-06-29 · Marian Lupascu, Mihai Sorin Stupariu, Ionut Mironica arxiv

Score distillation turns a pretrained 2D diffusion model into a 3D generator, but the per-step gradient is estimated from a single randomly chosen view: it is high-variance and blind to global shape consistency. Prior wo…

Taming Diffusion for Dataset Distillation with High Representativeness

2025-05-23 · Lin Zhao, Yushu Wu, Xinru Jiang, Jianyang Gu 외

Recent deep learning models demand larger datasets, driving the need for dataset distillation to create compact, cost-efficient datasets while maintaining performance. Due to the powerful image generation capability of d…

Dataset DistillationImage Generation