DCCVJun 17

Splaxel: Efficient Distributed Training of 3D Gaussian Splatting for Large-scale Scene Reconstruction via Pixel-level Communication

arXiv:2606.1858817.6
Predicted impact top 6% in DC · last 90 daysOriginality Incremental advance
AI Analysis

For researchers and practitioners needing to scale 3DGS training to large scenes, Splaxel provides a communication-efficient distributed solution that avoids global inconsistency and reduces inter-GPU overhead.

Splaxel introduces a pixel-level communication strategy for distributed 3D Gaussian Splatting training, achieving up to 7.6× speedup over prior distributed methods while maintaining reconstruction quality on large-scale scenes with up to 120M Gaussians.

3D Gaussian Splatting (3DGS) enables high-fidelity and real-time 3D scene reconstruction, but scaling training to large-scale scenes requires optimizing hundreds of millions of Gaussians across multiple GPUs. Existing distributed approaches either partition scenes into isolated regions, causing global inconsistency, or rely on global Gaussian-level exchanges, which lead to substantial growth in inter-GPU communication and quickly dominate iteration time. We propose Splaxel, a communication-efficient distributed 3DGS training framework based on pixel-level local rendering and global composition. Instead of synchronizing Gaussians, each GPU renders its local subset and exchanges only partial pixel values, maintaining mathematical consistency while keeping communication cost stable as the scene size increases. Splaxel further reduces pixel-level redundancy through geometric and transmittance visibility prediction and improves GPU utilization via conflict-free camera-view consolidation. Evaluated on large-scale datasets with up to 120M Gaussians, Splaxel achieves up to 7.6$\times$ speedup over the state-of-the-art distributed 3DGS framework while preserving high reconstruction quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes