paper-with-me

홈 › Papers

3DGS$^2$: Near Second-order Converging 3D Gaussian Splatting

2025-01-22 · Lei Lan, Tianjia Shao, Zixuan Lu, Yu Zhang, Chenfanfu Jiang, Yin Yang

3D Gaussian Splatting (3DGS) has emerged as a mainstream solution for novel view synthesis and 3D reconstruction. By explicitly encoding a 3D scene using a collection of Gaussian kernels, 3DGS achieves high-quality rendering with superior efficiency. As a learning-based approach, 3DGS training has been dealt with the standard stochastic gradient descent (SGD) method, which offers at most linear convergence. Consequently, training often requires tens of minutes, even with GPU acceleration. This paper introduces a (near) second-order convergent training algorithm for 3DGS, leveraging its unique properties. Our approach is inspired by two key observations. First, the attributes of a Gaussian kernel contribute independently to the image-space loss, which endorses isolated and local optimization algorithms. We exploit this by splitting the optimization at the level of individual kernel attributes, analytically constructing small-size Newton systems for each parameter group, and efficiently solving these systems on GPU threads. This achieves Newton-like convergence per training image without relying on the global Hessian. Second, kernels exhibit sparse and structured coupling across input images. This property allows us to effectively utilize spatial information to mitigate overshoot during stochastic training. Our method converges an order faster than standard GPU-based 3DGS training, requiring over $10\times$ fewer iterations while maintaining or surpassing the quality of the compared with the SGD-based 3DGS reconstructions.

📄 PDF Abstract BibTeX arXiv:2501.13975

Code (0)

등록된 구현이 없습니다.

Tasks

3DGS3D ReconstructionGPUNovel View Synthesis

Similar Papers 제목 키워드 기반

LEGS: Laplacian-Enhanced Gaussian Splatting with a Nonlinear Weighted Loss

2026-06-06 · Yongfei Guo, Qizhou Huo, Xuan Sun, Yuanhao Gong arxiv

3D Gaussian Splatting (3DGS) has become an efficient explicit representation for radiance field reconstruction and real-time novel view synthesis. However, its standard photometric loss treats flat and structure-rich reg…

Novel View Synthesis

Quadratic Gaussian Splatting for Efficient and Detailed Surface Reconstruction

2024-11-25 · Ziyu Zhang, Binbin Huang, Hanqing Jiang, Liyang Zhou 외

Recently, 3D Gaussian Splatting (3DGS) has attracted attention for its superior rendering quality and speed over Neural Radiance Fields (NeRF). To address 3DGS's limitations in surface representation, 2D Gaussian Splatti…

3DGSNeRFSurface Reconstruction

3DGS$^2$-TR: Scalable Second-Order Trust-Region Method for 3D Gaussian Splatting

2026-01-30 · Roger Hsiao, Yuchen Fang, Xiangru Huang, Ruilong Li 외 arxiv

We propose 3DGS$^2$-TR,a second-order optimizer for accelerating the scene training problem in 3D Gaussian Splatting (3DGS). Unlike existing second-order approaches that rely on explicit or dense curvature representation…

GeoSplat: A Deep Dive into Geometry-Constrained Gaussian Splatting

2025-09-05 · Yangming Li, Chaoyu Liu, Lihao Liu, Simon Masnou 외 arxiv

A few recent works explored incorporating geometric priors to regularize the optimization of Gaussian splatting, further improving its performance. However, those early studies mainly focused on the use of low-order geom…

Novel View Synthesis

Hierarchical Gaussian Mixture Model Splatting for Efficient and Part Controllable 3D Generation

2025-01-01 · CVPR 2025 1 · Qitong Yang, Mingtao Feng, Zijie Wu, Weisheng Dong 외

3D content creation has achieved significant progress in terms of both quality and speed. Although current Gaussian Splatting-based methods can produce 3D objects within seconds, they are still limited by complex pre…

3D GenerationMamba