PRANet: Point Cloud Registration with an Artificial Agent
Lisa Tse, Abdoul Aziz Amadou, Axen Georget, Ahmet Tuysuzoglu

TL;DR
PRANet introduces a novel approach to point cloud registration by framing it as a Markov Decision Process and training an artificial agent with deep supervised learning, achieving competitive results on standard datasets.
Contribution
It presents a new perspective by modeling registration as a sequential decision process and trains an agent end-to-end without reinforcement learning complexities.
Findings
Achieves results comparable or superior to state-of-the-art methods.
Effective on clean, noisy, and partially visible datasets.
Streamlined training process without experience replay buffer.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Robotics and Sensor-Based Localization · 3D Surveying and Cultural Heritage
MethodsExperience Replay
