CVSep 28, 2023

DreamGaussian: Generative Gaussian Splatting for Efficient 3D Content Creation

arXiv:2309.16653v2982 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses efficiency limitations in 3D content generation for practical applications, representing a strong incremental improvement.

The paper tackles the problem of slow per-sample optimization in 3D content creation by proposing DreamGaussian, a framework that uses generative 3D Gaussian Splatting to produce high-quality textured meshes from a single-view image in just 2 minutes, achieving about 10 times faster than existing methods.

Recent advances in 3D content creation mostly leverage optimization-based 3D generation via score distillation sampling (SDS). Though promising results have been exhibited, these methods often suffer from slow per-sample optimization, limiting their practical usage. In this paper, we propose DreamGaussian, a novel 3D content generation framework that achieves both efficiency and quality simultaneously. Our key insight is to design a generative 3D Gaussian Splatting model with companioned mesh extraction and texture refinement in UV space. In contrast to the occupancy pruning used in Neural Radiance Fields, we demonstrate that the progressive densification of 3D Gaussians converges significantly faster for 3D generative tasks. To further enhance the texture quality and facilitate downstream applications, we introduce an efficient algorithm to convert 3D Gaussians into textured meshes and apply a fine-tuning stage to refine the details. Extensive experiments demonstrate the superior efficiency and competitive generation quality of our proposed approach. Notably, DreamGaussian produces high-quality textured meshes in just 2 minutes from a single-view image, achieving approximately 10 times acceleration compared to existing methods.

Code Implementations1 repo
Foundations

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

Your Notes