Hybrid bundle-adjusting 3D Gaussians for view consistent rendering with pose optimization

Yanan Guo,Ying Xie,Ying Chang,Benkui Zhang,Bo Jia,Lin Cao
2024-10-17
Abstract:Novel view synthesis has made significant progress in the field of 3D computer vision. However, the rendering of view-consistent novel views from imperfect camera poses remains challenging. In this paper, we introduce a hybrid bundle-adjusting 3D Gaussians model that enables view-consistent rendering with pose optimization. This model jointly extract image-based and neural 3D representations to simultaneously generate view-consistent images and camera poses within forward-facing scenes. The effective of our model is demonstrated through extensive experiments conducted on both real and synthetic datasets. These experiments clearly illustrate that our model can effectively optimize neural scene representations while simultaneously resolving significant camera pose misalignments. The source code is available at <a class="link-external link-https" href="https://github.com/Bistu3DV/hybridBA" rel="external noopener nofollow">this https URL</a>.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
This paper attempts to address the challenge of synthesizing view - consistent new - view images from imperfect camera poses in the field of 3D computer vision. Specifically, existing methods perform poorly when dealing with camera poses containing noise, and even a tiny pose deviation can have a significant impact on the finally rendered view. Moreover, some existing optimization methods, although effective, have high computational complexity, large memory consumption and slow rendering speed. To solve these problems, the authors propose a hybrid bundle - adjusting 3D Gaussians model, which can simultaneously generate view - consistent images and optimize camera poses. By combining image - based and neural - network - based 3D representation methods, this model can simultaneously generate view - consistent images and their corresponding camera poses in the forward scene, and parameterize camera poses through a coarse - to - fine bundle - adjusting technique, thereby ensuring the accuracy of poses. Experimental results show that this model can effectively optimize neural scene representations and solve significant camera pose misalignment problems on both real and synthetic datasets. ### Main Problem Summary: 1. **View Consistency**: Maintain view consistency when synthesizing new - view images from imperfect camera poses. 2. **Pose Optimization**: Optimize camera poses to reduce the impact of pose deviation on the rendering effect. 3. **Efficiency**: Reduce computational complexity and memory consumption while ensuring high - quality rendering. ### Solutions: - **Hybrid Bundle - adjusting 3D Gaussians Model**: Combine image - based and neural - network - based 3D representation methods to simultaneously generate view - consistent images and optimize camera poses. - **Coarse - to - Fine Bundle - adjusting Technique**: Gradually optimize camera pose parameters to ensure the accuracy of poses. - **Feature Fusion**: Introduce features of nearby images and fuse them with point - cloud features to enhance the rendering effect and achieve view consistency. ### Experimental Verification: Extensive experiments on real and synthetic datasets have proven the superior performance of this model in terms of rendering quality and pose optimization.