paper-with-me

홈 › Papers

A Scalable PyTorch Abstraction for Multi-GPU Gaussian Splatting

2026-06-09 · Matthew Cong, Francis Williams, Jonathan Swartz, Mark Harris, Sanja Fidler, Ken Museth arxiv

Gaussian splatting methods have become increasingly popular for neural reconstruction of the real world. However, they are often limited in scale and resolution due to compute and memory constraints. We present a multi-GPU Gaussian splatting approach that scales reconstruction to higher resolutions and larger scenes while abstracting away the code complexity typically associated with distributing a model. To accomplish this, we propose a PyTorch backend that distributes the Gaussian parameters and splatting operators across GPUs via CUDA unified memory and NVLink. Because distribution occurs at the operator level, the model code requires no explicit cross-device communication. More broadly, the backend exposes multiple GPUs as an aggregate PyTorch device and supports other PyTorch operators. We demonstrate city-scale reconstructions with street-level detail consisting of over 1 billion Gaussian splats, more than 25 times as many as the current state of the art.

📄 PDF Abstract BibTeX arXiv:2606.11390

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

gsplat: An Open-Source Library for Gaussian Splatting

2024-09-10 · Vickie Ye, RuiLong Li, Justin Kerr, Matias Turkulainen 외

gsplat is an open-source library designed for training and developing Gaussian Splatting methods. It features a front-end with Python bindings compatible with the PyTorch library and a back-end with highly optimized CUDA…

GPyTorch: Blackbox Matrix-Matrix Gaussian Process Inference with GPU Acceleration

2018-09-28 · NeurIPS 2018 12 · Jacob R. Gardner, Geoff Pleiss, David Bindel, Kilian Q. Weinberger 외

Despite advances in scalable models, the inference tools used for Gaussian processes (GPs) have yet to fully capitalize on developments in computing hardware. We present an efficient and general approach to GP inference …

Gaussian ProcessesGPU

Gaussian Masked Autoencoders

2025-01-06 · Jathushan Rajasegaran, Xinlei Chen, Rulilong Li, Christoph Feichtenhofer 외

This paper explores Masked Autoencoders (MAE) with Gaussian Splatting. While reconstructive self-supervised learning frameworks such as MAE learns good semantic abstractions, it is not trained for explicit spatial awaren…

Edge DetectionRepresentation LearningSelf-Supervised LearningZero-Shot Learning

P-GSVC: Layered Progressive 2D Gaussian Splatting for Scalable Image and Video

2026-03-11 · Longan Wang, Yuang Shi, Wei Tsang Ooi arxiv

Gaussian splatting has emerged as a competitive explicit representation for image and video reconstruction. In this work, we present P-GSVC, the first layered progressive 2D Gaussian splatting framework that provides a u…

Video Reconstruction

Scale-GS: Efficient Scalable Gaussian Splatting via Redundancy-filtering Training on Streaming Content

2025-08-29 · Jiayu Yang, Weijian Su, Songqian Zhang, Yuqi Han 외 arxiv

3D Gaussian Splatting (3DGS) enables high-fidelity real-time rendering, a key requirement for immersive applications. However, the extension of 3DGS to dynamic scenes remains limitations on the substantial data volume of…