Gaussian Splatting Codebase adds New Features

Michael Rubloff

Michael Rubloff

Oct 24, 2024

Email
Copy Link
Twitter
Linkedin
Reddit
Whatsapp
Inria
Inria

The original 3D Gaussian Splatting repository continues to receive updates, albeit infrequently. Just today, the development team merged several exciting updates into the repository, enhancing both performance and usability.

Training speeds are getting a big boost from integrating drop-in replacement from Taming-3DGS along with fused SSIM into the original codebase. The optimized rasterizer delivers:

  • 1.6× speedup using --optimizer_type default

  • 2.7× speedup using --optimizer_type sparse_adam

To benefit from faster training times, install the accelerated rasterizer in your environment:

Additionally, the SIBR Viewer is getting a few updates and bug fixes with added features in the Top View, allowing visualization of input and user cameras.



After installation, use the sparse Adam optimizer when running train.py by adding:

--optimizer_type sparse_adam

Compatibility with Previous Updates

The newest update is also fully compatible with previous enhancements, including:

  • Depth Regularization: Utilizes depth maps as priors during optimization with each input image. This technique is particularly effective on untextured areas (e.g., roads) and helps eliminate floaters. Similar approaches have been adopted in:

    The depth regularization integrated here is based on their Hierarchical 3DGS paper, applied to the original 3DGS. While it significantly improves quality in some scenes (e.g., DeepBlending scenes), the impact varies and can sometimes be negligible or negative. Additionally, it is currently not possible to use depth regularization with the training speed acceleration since they use different rasterizer versions.


  • Anti-Aliasing: Reduces aliasing artifacts to improve image quality.

  • Exposure Compensation: Adjusts exposure levels for consistent image brightness.

Please be aware that this original implementation is not permitted for commercial use without obtaining a license. For more details, refer to the GitHub repository.

Featured

Recents

Featured

Platforms

GSOPs 2.0: Now Commercially Viable with Houdini Commercial License

The 2.0 release for GSOPs is here with a commercial license!

Michael Rubloff

Dec 20, 2024

Platforms

GSOPs 2.0: Now Commercially Viable with Houdini Commercial License

The 2.0 release for GSOPs is here with a commercial license!

Michael Rubloff

Dec 20, 2024

Platforms

GSOPs 2.0: Now Commercially Viable with Houdini Commercial License

The 2.0 release for GSOPs is here with a commercial license!

Michael Rubloff

Platforms

Odyssey Announces Generative World Model, Explorer

Odyssey shows off their photo real world generator, powered by Radiance Fields.

Michael Rubloff

Dec 18, 2024

Platforms

Odyssey Announces Generative World Model, Explorer

Odyssey shows off their photo real world generator, powered by Radiance Fields.

Michael Rubloff

Dec 18, 2024

Platforms

Odyssey Announces Generative World Model, Explorer

Odyssey shows off their photo real world generator, powered by Radiance Fields.

Michael Rubloff

Platforms

PICO Splat for Unreal Engine Plugin

The Unreal Engine plugin for Pico headsets has been released in beta.

Michael Rubloff

Dec 13, 2024

Platforms

PICO Splat for Unreal Engine Plugin

The Unreal Engine plugin for Pico headsets has been released in beta.

Michael Rubloff

Dec 13, 2024

Platforms

PICO Splat for Unreal Engine Plugin

The Unreal Engine plugin for Pico headsets has been released in beta.

Michael Rubloff

Research

HLOC + GLOMAP Repo

A GitHub repo from Pablo Vela has integrated GLOMAP with HLOC.

Michael Rubloff

Dec 10, 2024

Research

HLOC + GLOMAP Repo

A GitHub repo from Pablo Vela has integrated GLOMAP with HLOC.

Michael Rubloff

Dec 10, 2024

Research

HLOC + GLOMAP Repo

A GitHub repo from Pablo Vela has integrated GLOMAP with HLOC.

Michael Rubloff