CVAug 9, 2023

PointMBF: A Multi-scale Bidirectional Fusion Network for Unsupervised RGB-D Point Cloud Registration

arXiv:2308.04782v130 citationsh-index: 26Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of accurate point cloud registration without labeled data, which is important for computer vision applications like robotics and AR/VR, representing an incremental improvement over existing unsupervised methods.

The paper tackles the problem of unsupervised RGB-D point cloud registration by proposing a multi-scale bidirectional fusion network to better exploit complementary information between RGB images and depth-based point clouds, achieving new state-of-the-art performance on ScanNet and 3DMatch datasets.

Point cloud registration is a task to estimate the rigid transformation between two unaligned scans, which plays an important role in many computer vision applications. Previous learning-based works commonly focus on supervised registration, which have limitations in practice. Recently, with the advance of inexpensive RGB-D sensors, several learning-based works utilize RGB-D data to achieve unsupervised registration. However, most of existing unsupervised methods follow a cascaded design or fuse RGB-D data in a unidirectional manner, which do not fully exploit the complementary information in the RGB-D data. To leverage the complementary information more effectively, we propose a network implementing multi-scale bidirectional fusion between RGB images and point clouds generated from depth images. By bidirectionally fusing visual and geometric features in multi-scales, more distinctive deep features for correspondence estimation can be obtained, making our registration more accurate. Extensive experiments on ScanNet and 3DMatch demonstrate that our method achieves new state-of-the-art performance. Code will be released at https://github.com/phdymz/PointMBF

Code Implementations1 repo
Foundations

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

Your Notes