paper-with-me

홈 › Papers

Second-order Optimization of Gaussian Splats with Importance Sampling

2025-04-17 · Hamza Pehlivan, Andrea Boscolo Camiletto, Lin Geng Foo, Marc Habermann, Christian Theobalt

3D Gaussian Splatting (3DGS) is widely used for novel view synthesis due to its high rendering quality and fast inference time. However, 3DGS predominantly relies on first-order optimizers such as Adam, which leads to long training times. To address this limitation, we propose a novel second-order optimization strategy based on Levenberg-Marquardt (LM) and Conjugate Gradient (CG), which we specifically tailor towards Gaussian Splatting. Our key insight is that the Jacobian in 3DGS exhibits significant sparsity since each Gaussian affects only a limited number of pixels. We exploit this sparsity by proposing a matrix-free and GPU-parallelized LM optimization. To further improve its efficiency, we propose sampling strategies for both the camera views and loss function and, consequently, the normal equation, significantly reducing the computational complexity. In addition, we increase the convergence rate of the second-order approximation by introducing an effective heuristic to determine the learning rate that avoids the expensive computation cost of line search methods. As a result, our method achieves a $3\times$ speedup over standard LM and outperforms Adam by $~6\times$ when the Gaussian count is low while remaining competitive for moderate counts. Project Page: https://vcai.mpi-inf.mpg.de/projects/LM-IS

📄 PDF Abstract BibTeX arXiv:2504.12905

Code (0)

등록된 구현이 없습니다.

Tasks

3DGSGPUNovel View Synthesis

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Optimization-Free Style Transfer for 3D Gaussian Splats

2025-08-07 · Raphael Du Sablon, David Hart arxiv

The task of style transfer for 3D Gaussian splats has been explored in many previous works, but these require reconstructing or fine-tuning the splat while incorporating style information or optimizing a feature extracti…

Style Transfer

Sampling 3D Gaussian Scenes in Seconds with Latent Diffusion Models

2024-06-18 · Paul Henderson, Melonie de Almeida, Daniela Ivanova, Titas Anciukevičius

We present a latent diffusion model over 3D scenes, that can be trained using only 2D image data. To achieve this, we first design an autoencoder that maps multi-view images to 3D Gaussian splats, and simultaneously buil…

NeRF

GraspSplats: Efficient Manipulation with 3D Feature Splatting

2024-09-03 · Mazeyu Ji, Ri-Zhao Qiu, Xueyan Zou, Xiaolong Wang

The ability for robots to perform efficient and zero-shot grasping of object parts is crucial for practical applications and is becoming prevalent with recent advances in Vision-Language Models (VLMs). To bridge the 2D-t…

Feature SplattingNeRF

CL-Splats: Continual Learning of Gaussian Splatting with Local Optimization

2025-06-26 · Jan Ackermann, Jonas Kulhanek, Shengqu Cai, Haofei Xu 외

In dynamic 3D environments, accurately updating scene representations over time is crucial for applications in robotics, mixed reality, and embodied AI. As scenes evolve, efficient methods to incorporate changes are need…

3D Scene ReconstructionChange DetectionContinual LearningMixed Reality

OMeGa: Joint Optimization of Explicit Meshes and Gaussian Splats for Robust Scene-Level Surface Reconstruction

2025-09-29 · Yuhang Cao, Haojun Yan, Danya Yao arxiv

Neural rendering with Gaussian splatting has advanced novel view synthesis, and most methods reconstruct surfaces via post-hoc mesh extraction. However, existing methods suffer from two limitations: (i) inaccurate geomet…

Novel View Synthesis