paper-with-me

홈 › Papers

Generative 3D Gaussians with Learned Density Control

2026-05-08 · Runjie Yan, Yan-Pei Cao, Peng Wang, Ding Liang, Yuan-Chen Guo arxiv

We present Density-Sampled Gaussians (DeG), a novel 3D representation designed to bridge the gap between adaptive rendering primitives and scalable generative modeling. Unlike existing approaches that constrain 3D Gaussians to fixed voxel grids or arrays, DeG models Gaussian centers as samples from a learnable probability density function defined over an octree. This formulation provides a rigorous mathematical framework for adaptive density control: by jointly optimizing the spatial density and Gaussian attributes under rendering supervision, our model naturally concentrates primitives in regions of high geometric complexity. We achieve this via a new render loss contribution gradient that serves as a fully differentiable analogue to the discrete densification and pruning heuristics used in standard Gaussian Splatting. The resulting representation is highly flexible, supporting variable-resolution decoding from a single latent code by simply adjusting the sampling budget. To enable generative synthesis, we train a latent diffusion model on DeG. We identify a critical challenge in applying diffusion to unordered set-structured latents, which can significantly slow convergence, and propose VecSeq, a canonical re-indexing mechanism that anchors latent tokens to a deterministic 3D Sobol sequence. This transforms the ambiguous set-generation problem into a robust sequence modeling task. Extensive experiments demonstrate that our pipeline achieves state-of-the-art quality in single-image-to-3D generation, combining the structural adaptivity of unstructured primitives with the training stability of grid-based methods.

📄 PDF Abstract BibTeX arXiv:2605.16355

Code (0)

등록된 구현이 없습니다.

Tasks

3D Generation

Similar Papers 제목 키워드 기반

Frequency-Aware Density Control via Reparameterization for High-Quality Rendering of 3D Gaussian Splatting

2025-03-10 · Zhaojie Zeng, Yuesong Wang, Lili Ju, Tao Guan

By adaptively controlling the density and generating more Gaussians in regions with high-frequency information, 3D Gaussian Splatting (3DGS) can better represent scene details. From the signal processing perspective, rep…

3DGS

Gradient-Direction-Aware Density Control for 3D Gaussian Splatting

2025-08-12 · Zheng Zhou, Yu-Jie Xiong, Jia-Chen Zhang, Chun-Ming Xia 외 arxiv

The emergence of 3D Gaussian Splatting (3DGS) has significantly advanced Novel View Synthesis (NVS) through explicit scene representation, enabling real-time photorealistic rendering. However, existing approaches manifes…

Novel View Synthesis

Trace3D: Consistent Segmentation Lifting via Gaussian Instance Tracing

2025-08-05 · Hongyu Shen, Junfeng Ni, Yixin Chen, Weishuo Li 외 arxiv

We address the challenge of lifting 2D visual segmentation to 3D in Gaussian Splatting. Existing methods often suffer from inconsistent 2D masks across viewpoints and produce noisy segmentation boundaries as they neglect…

Improving Adaptive Density Control for 3D Gaussian Splatting

2025-03-18 · Glenn Grubert, Florian Barthel, Anna Hilsmann, Peter Eisert

3D Gaussian Splatting (3DGS) has become one of the most influential works in the past year. Due to its efficient and high-quality novel view synthesis capabilities, it has been widely adopted in many research fields and …

3DGSNovel View Synthesis

SplitAvatar: One-shot Head Avatar with Autoregressive Gaussian Splitting

2026-05-25 · Hongzhe Liao, Chuhua Xian, Hongmin Cai, Haiyang Liu 외 arxiv

3D Gaussian Splatting (3DGS) provides an efficient method for high-quality scene reconstruction using anisotropic Gaussians. Recently, 3DGS-based methods have significantly improved the rendering quality of human avatars…