A Real-Time and Globally Consistent Meshing Reconstruction Without GPU.

Yubao Chen,Xiujie Wang,Jiajia Wang,Dongchen Wang,Hao Zhou,Jianhua Zhang
DOI: https://doi.org/10.1007/978-981-99-6486-4_4
2023-01-01
Abstract:Real-time 3D reconstruction is vital for various applications, such as human-robot interaction, virtual reality, and environment perception. The prevalence of low power devices and the rapid advancement of human-robot interaction techniques have resulted in the widespread use of RGB-D sensors for 3D reconstruction. However, high computational complexity and high fidelity make it challenging to perform dense reconstruction in real-time on low-power devices. In this paper, we propose a 3D reconstruction system that runs in real-time without GPU. Our system has three key novelties. The first one is the Single Instruction Multiple Data (SIMD) to speed up feature extraction. The second one is a depth image completion strategy to fill holes in the depth image. The last one is a sparse Robin-Hood voxel hashing algorithm to generate a consistent 3D model from key frames. Real world benchmark shows that our system can run on mobile devices at speeds of up to 30 fps in certain situations. TUM-RGBD dataset is conducted for depth image completion and feature extraction acceleration. On average, compared to ORBSLAM2 and ORBSLAM3, the feature extraction module is 1–2 times faster. We also evaluate our algorithm on the ICL-NUIM dataset which provides the ground truth of surface reconstruction and outperform FlashFusion’s performance while delivering competitive results against the state-of-the-art BundleFusion.
What problem does this paper attempt to address?