paper-with-me

홈 › Papers

LiteGS: A High-Performance Modular Framework for Gaussian Splatting Training

2025-03-03 · Kaimin Liao

Gaussian splatting has emerged as a powerful technique for reconstruction of 3D scenes in computer graphics and vision. However, conventional implementations often suffer from inefficiencies, limited flexibility, and high computational overhead, which constrain their adaptability to diverse applications. In this paper, we present LiteGS,a high-performance and modular framework that enhances both the efficiency and usability of Gaussian splatting. LiteGS achieves a 3.4x speedup over the original 3DGS implementation while reducing GPU memory usage by approximately 30%. Its modular design decomposes the splatting process into multiple highly optimized operators, and it provides dual API support via a script-based interface and a CUDA-based interface. The script-based interface, in combination with autograd, enables rapid prototyping and straightforward customization of new ideas, while the CUDA-based interface delivers optimal training speeds for performance-critical applications. LiteGS retains the core algorithm of 3DGS, ensuring compatibility. Comprehensive experiments on the Mip-NeRF 360 dataset demonstrate that LiteGS accelerates training without compromising accuracy, making it an ideal solution for both rapid prototyping and production environments.

📄 PDF Abstract BibTeX arXiv:2503.01199

Code (1)

moorethreads/litegs 공식 구현 pytorch

Tasks

3DGSGPUNeRF

Similar Papers 제목 키워드 기반

GauStudio: A Modular Framework for 3D Gaussian Splatting and Beyond

2024-03-28 · Chongjie Ye, Yinyu Nie, Jiahao Chang, Yuantao Chen 외

We present GauStudio, a novel modular framework for modeling 3D Gaussian Splatting (3DGS) to provide standardized, plug-and-play components for users to easily customize and implement a 3DGS pipeline. Supported by our fr…

3DGSNovel View SynthesisSurface Reconstruction

GSCodec Studio: A Modular Framework for Gaussian Splat Compression

2025-06-02 · Sicheng Li, Chengzhen Wu, Hao Li, Xiang Gao 외

3D Gaussian Splatting and its extension to 4D dynamic scenes enable photorealistic, real-time rendering from real-world captures, positioning Gaussian Splats (GS) as a promising format for next-generation immersive media…

Benchmarking

MonoVoc: Decoupling Geometry and Semantics for Lightweight Monocular Open-Vocabulary 3D Gaussians

2026-07-30 · Pouya Ardekhani, Zahra Dehghanian, Morteza Abolghasemi, Hamid R. Rabiee arxiv

Open vocabulary 3D scene understanding is essential for next-generation interactive systems, empowering users to intuitively query and navigate reconstructed environments using natural language. However, current 3D Gauss…

Scene UnderstandingQuestion Answering

Modular Gaussian Processes for Transfer Learning

2021-10-26 · NeurIPS 2021 12 · Pablo Moreno-Muñoz, Antonio Artés-Rodríguez, Mauricio A. Álvarez

We present a framework for transfer learning based on modular variational Gaussian processes (GP). We develop a module-based method that having a dictionary of well fitted GPs, one could build ensemble GP models without …

Gaussian ProcessesTransfer Learningvalid

Online SuBmodular + SuPermodular (BP) Maximization with Bandit Feedback

2022-07-07 · Adhyyan Narang, Omid Sadeghi, Lillian J Ratliff, Maryam Fazel 외

In the context of online interactive machine learning with combinatorial objectives, we extend purely submodular prior work to more general non-submodular objectives. This includes: (1) those that are additively decompos…

Computational EfficiencyMovie RecommendationMulti-Armed BanditsRecommendation Systems