1: \begin{abstract}
2: The recent advances in 3D Gaussian Splatting (3DGS) show promising results on the novel view synthesis (NVS) task.
3: With its superior rendering performance and high-fidelity rendering quality, 3DGS is excelling
4: at its previous NeRF counterparts. The most recent 3DGS method focuses either on improving the instability of rendering efficiency or reducing the model size.
5: On the other hand, the training efficiency of 3DGS on large-scale scenes has not gained much attention. In this work, we propose DoGaussian, a method
6: that trains 3DGS distributedly. Our method first decomposes a scene into $K$ blocks and then introduces the Alternating Direction
7: Method of Multipliers (ADMM) into the training procedure of 3DGS. During training, our DoGaussian maintains one global 3DGS model on the master node and
8: $K$ local 3DGS models on the slave nodes. The $K$ local 3DGS models are dropped after training and we only query the global 3DGS model
9: during inference. The training time is reduced by scene decomposition,
10: and the training convergence and stability are guaranteed
11: through the consensus on the shared 3D Gaussians. Our method accelerates the training of 3DGS by $6+$ times
12: when evaluated on large-scale scenes
13: while concurrently achieving state-of-the-art rendering quality. Our project page is available at
14: \url{https://aibluefisher.github.io/DoGaussian}.
15: \end{abstract}
16: