CVSep 23, 2021

PRANet: Point Cloud Registration with an Artificial Agent

arXiv:2109.11349v1
Originality Highly original
AI Analysis

This addresses point cloud registration for computer vision tasks like pose estimation, offering a novel approach that could improve efficiency in applications such as robotics or autonomous systems.

The paper tackles point cloud registration by framing it as a Markov Decision Process, using an artificial agent trained with deep supervised learning to find sequences of translation and rotation actions, achieving results comparable or superior to state-of-the-art methods on ModelNet40 datasets.

Point cloud registration plays a critical role in a multitude of computer vision tasks, such as pose estimation and 3D localization. Recently, a plethora of deep learning methods were formulated that aim to tackle this problem. Most of these approaches find point or feature correspondences, from which the transformations are computed. We give a different perspective and frame the registration problem as a Markov Decision Process. Instead of directly searching for the transformation, the problem becomes one of finding a sequence of translation and rotation actions that is equivalent to this transformation. To this end, we propose an artificial agent trained end-to-end using deep supervised learning. In contrast to conventional reinforcement learning techniques, the observations are sampled i.i.d. and thus no experience replay buffer is required, resulting in a more streamlined training process. Experiments on ModelNet40 show results comparable or superior to the state of the art in the case of clean, noisy and partially visible datasets.

Foundations

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

Your Notes