paper-with-me

홈 › Papers

Beyond Heuristics: Learnable Density Control for 3D Gaussian Splatting

2026-05-01 · Zhenhua Ning, Xin Li, Jun Yu, Guangming Lu, Yaowei Wang, Wenjie Pei arxiv

While 3D Gaussian Splatting (3DGS) has demonstrated impressive real-time rendering performance, its efficacy remains constrained by a reliance on heuristic density control. Despite numerous refinements to these handcrafted rules, such methods inherently lack the flexibility to adapt to diverse scenes with complex geometries. In this paper, we propose a paradigm shift for density control from rigid heuristics to fully learnable policies. Specifically, we introduce \textbf{LeGS}, a framework that reformulates density control as a parameterized policy network optimized via Reinforcement Learning (RL). Central to our approach is the tailored effective reward function grounded in sensitivity analysis, which precisely quantifies the marginal contribution of individual Gaussians to reconstruction quality. To maintain computational tractability, we derive a closed-form solution that reduces the complexity of reward calculation from $O(N^2)$ to $O(N)$. Extensive experiments on the Mip-NeRF 360, Tanks \& Temples, and Deep Blending datasets demonstrate that \textbf{LeGS} significantly outperforms state-of-the-art methods, striking a superior balance between reconstruction quality and efficiency. The code will be released at https://github.com/AaronNZH/LeGS

📄 PDF Abstract BibTeX arXiv:2605.00408

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Generative 3D Gaussians with Learned Density Control

2026-05-08 · Runjie Yan, Yan-Pei Cao, Peng Wang, Ding Liang 외 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 Gaussi…

3D Generation

Adaptive Edge Learning for Density-Aware Graph Generation

2026-01-30 · Seyedeh Ava Razi Razavi, James Sargant, Sheridan Houghten, Renata Dividino arxiv

Generating realistic graph-structured data is challenging due to discrete structures, variable sizes, and class-specific connectivity patterns that resist conventional generative modelling. While recent graph generation …

Data AugmentationGraph Generation

Eulerian Gaussian Splatting using Hashed Probability Pyramids

2026-05-27 · Mia Gaia Polansky, George Kopanas, Stephan Garbin, Todd Zickler 외 arxiv

We introduce a probabilistic splat-based radiance field framework that retains the fast rasterization and test-time efficiency of 3D Gaussian Splatting (3DGS) while replacing heuristic primitive manipulation with gradien…

FACT-GS: Frequency-Aligned Complexity-Aware Texture Reparameterization for 2D Gaussian Splatting

2025-11-28 · Tianhao Xie, Linlian Jiang, Xinxin Zuo, Yang Wang 외 arxiv

Realistic scene appearance modeling has advanced rapidly with Gaussian Splatting, which enables real-time, high-quality rendering. Recent advances introduced per-primitive textures that incorporate spatial color variatio…

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