Pith. sign in

REVIEW 3 cited by

3DGS-LM: Faster Gaussian-Splatting Optimization with Levenberg-Marquardt

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2409.12892 v2 pith:A7TPTXXI submitted 2024-09-19 cs.CV

classification cs.CV
keywords fasteroptimizationoptimizeradamcalculatedgs-lmdifferentiablegaussian
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

We present 3DGS-LM, a new method that accelerates the reconstruction of 3D Gaussian Splatting (3DGS) by replacing its ADAM optimizer with a tailored Levenberg-Marquardt (LM). Existing methods reduce the optimization time by decreasing the number of Gaussians or by improving the implementation of the differentiable rasterizer. However, they still rely on the ADAM optimizer to fit Gaussian parameters of a scene in thousands of iterations, which can take up to an hour. To this end, we change the optimizer to LM that runs in conjunction with the 3DGS differentiable rasterizer. For efficient GPU parallization, we propose a caching data structure for intermediate gradients that allows us to efficiently calculate Jacobian-vector products in custom CUDA kernels. In every LM iteration, we calculate update directions from multiple image subsets using these kernels and combine them in a weighted mean. Overall, our method is 20% faster than the original 3DGS while obtaining the same reconstruction quality. Our optimization is also agnostic to other methods that acclerate 3DGS, thus enabling even faster speedups compared to vanilla 3DGS.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. ContraGS: Codebook-Condensed and Trainable Gaussian Splatting for Fast, Memory-Efficient Reconstruction

    cs.GR 2025-09 reject novelty 7.0 of 10

    ContraGS trains 3D Gaussian Splatting directly on codebook-compressed representations, cutting peak model memory ~3.5x with small quality loss.

  2. PINGS: Gaussian Splatting Meets Distance Fields within a Point-Based Implicit Neural Map

    cs.RO 2025-02 conditional novelty 6.0 of 10

    PINGS jointly builds a signed distance field and a Gaussian splatting radiance field in one point-based neural map, using geometric consistency to improve both.

  3. RLGS: Reinforcement Learning-Based Adaptive Hyperparameter Tuning for Gaussian Splatting

    cs.GR 2025-08 conditional novelty 5.0 of 10

    RLGS uses online policy-gradient agents to adaptively scale 3DGS hyperparameters during training, yielding small but consistent rendering quality gains.

Pith tools