CVFeb 23, 2021

UnsupervisedR&R: Unsupervised Point Cloud Registration via Differentiable Rendering

arXiv:2102.11870v170 citations
Originality Incremental advance
AI Analysis

This addresses the problem of aligning partial scene views for robotics tasks like SLAM and SfM without requiring pose annotations, which is incremental as it builds on existing supervised methods by removing the need for labels.

The paper tackles unsupervised point cloud registration from raw RGB-D video by using differentiable alignment and rendering to enforce photometric and geometric consistency between frames, achieving performance that outperforms traditional methods and is competitive with supervised approaches on indoor scene datasets.

Aligning partial views of a scene into a single whole is essential to understanding one's environment and is a key component of numerous robotics tasks such as SLAM and SfM. Recent approaches have proposed end-to-end systems that can outperform traditional methods by leveraging pose supervision. However, with the rising prevalence of cameras with depth sensors, we can expect a new stream of raw RGB-D data without the annotations needed for supervision. We propose UnsupervisedR&R: an end-to-end unsupervised approach to learning point cloud registration from raw RGB-D video. The key idea is to leverage differentiable alignment and rendering to enforce photometric and geometric consistency between frames. We evaluate our approach on indoor scene datasets and find that we outperform existing traditional approaches with classic and learned descriptors while being competitive with supervised geometric point cloud registration approaches.

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