paper-with-me

Papers

Steepest Descent Density Control for Compact 3D Gaussian Splatting

2025-05-08 · CVPR 2025 1 · Peihao Wang, Yuehao Wang, Dilin Wang, Sreyas Mohan, Zhiwen Fan, Lemeng Wu, Ruisi Cai, Yu-Ying Yeh, Zhangyang Wang, Qiang Liu, Rakesh Ranjan

3D Gaussian Splatting (3DGS) has emerged as a powerful technique for real-time, high-resolution novel view synthesis. By representing scenes as a mixture of Gaussian primitives, 3DGS leverages GPU rasterization pipelines for efficient rendering and reconstruction. To optimize scene coverage and capture fine details, 3DGS employs a densification algorithm to generate additional points. However, this process often leads to redundant point clouds, resulting in excessive memory usage, slower performance, and substantial storage demands - posing significant challenges for deployment on resource-constrained devices. To address this limitation, we propose a theoretical framework that demystifies and improves density control in 3DGS. Our analysis reveals that splitting is crucial for escaping saddle points. Through an optimization-theoretic approach, we establish the necessary conditions for densification, determine the minimal number of offspring Gaussians, identify the optimal parameter update direction, and provide an analytical solution for normalizing off-spring opacity. Building on these insights, we introduce SteepGS, incorporating steepest density control, a principled strategy that minimizes loss while maintaining a compact point cloud. SteepGS achieves a ~50% reduction in Gaussian points without compromising rendering quality, significantly enhancing both efficiency and scalability.

📄 PDF Abstract BibTeX arXiv:2505.05587

Code (0)

등록된 구현이 없습니다.

Tasks

3DGSGPUNovel View Synthesis

Similar Papers 제목 키워드 기반

Faster gradient descent and the efficient recovery of images

2013-08-12 · Hui Huang, Uri Ascher

Much recent attention has been devoted to gradient descent algorithms where the steepest descent step size is replaced by a similar one from a previous iteration or gets updated only once every second step, thus forming …

DeblurringDenoisingImage Deblurring

Splitting Steepest Descent for Growing Neural Architectures

2019-10-06 · NeurIPS 2019 12 · Qiang Liu, Lemeng Wu, Dilin Wang

We develop a progressive training approach for neural networks which adaptively grows the network structure by splitting existing neurons to multiple off-springs. By leveraging a functional steepest descent idea, we deri…

Never Saddle for Reparameterized Steepest Descent as Mirror Flow

2026-03-02 · Tom Jacobs, Chao Zhou, Rebekka Burkholz arxiv

How does the choice of optimization algorithm shape a model's ability to learn features? To address this question for steepest descent methods --including sign descent, which is closely related to Adam --we introduce ste…

Flavors of Margin: Implicit Bias of Steepest Descent in Homogeneous Neural Networks

2024-10-29 · Nikolaos Tsilivis, Gal Vardi, Julia Kempe

We study the implicit bias of the general family of steepest descent algorithms with infinitesimal learning rate in deep homogeneous neural networks. We show that: (a) an algorithm-dependent geometric margin starts incre…

The Implicit Bias of Steepest Descent with Mini-batch Stochastic Gradient

2026-02-12 · Jichu Li, Xuan Tang, Difan Zou arxiv

A variety of widely used optimization methods like SignSGD and Muon can be interpreted as instances of steepest descent under different norm-induced geometries. In this work, we study the implicit bias of mini-batch stoc…

Multi-class ClassificationStochastic Optimization