1: \begin{abstract}
2: 3D Gaussian Splatting has recently emerged as a powerful tool for fast and accurate novel-view synthesis from a set of posed input images.
3: However, like most novel-view synthesis approaches, it relies on accurate camera pose information, limiting its applicability in real-world scenarios where acquiring accurate camera poses can be challenging or even impossible.
4: We propose an extension to the 3D Gaussian Splatting framework by optimizing the extrinsic camera parameters with respect to photometric residuals.
5: We derive the analytical gradients and integrate their computation with the existing high-performance CUDA implementation.
6: This enables downstream tasks such as 6-DoF camera pose estimation as well as joint reconstruction and camera refinement.
7: In particular, we achieve rapid convergence and high accuracy for pose estimation on real-world scenes.
8: Our method enables fast reconstruction of 3D scenes without requiring accurate pose information by jointly optimizing geometry and camera poses, while achieving state-of-the-art results in novel-view synthesis.
9: Our approach is considerably faster to optimize than most competing methods, and several times faster in rendering.
10: We show results on real-world scenes and complex trajectories through simulated environments, achieving state-of-the-art results on LLFF while reducing runtime by two to four times compared to the most efficient competing method.
11: Source code will be available at \url{https://github.com/Schmiddo/noposegs}.
12: \end{abstract}
13: