CVAIJan 9, 2024

Iterative Feedback Network for Unsupervised Point Cloud Registration

arXiv:2401.04357v110 citationsh-index: 6IEEE Robot Autom Lett
Originality Incremental advance
AI Analysis

This work addresses a fundamental computer vision problem for applications like robotics and 3D reconstruction, but it is incremental as it builds on existing unsupervised methods with a novel feedback approach.

The paper tackles the problem of point cloud registration by proposing an Iterative Feedback Network (IFNet) that uses feedback mechanisms to enrich low-level features with high-level information, achieving superior performance on benchmark datasets.

As a fundamental problem in computer vision, point cloud registration aims to seek the optimal transformation for aligning a pair of point clouds. In most existing methods, the information flows are usually forward transferring, thus lacking the guidance from high-level information to low-level information. Besides, excessive high-level information may be overly redundant, and directly using it may conflict with the original low-level information. In this paper, we propose a novel Iterative Feedback Network (IFNet) for unsupervised point cloud registration, in which the representation of low-level features is efficiently enriched by rerouting subsequent high-level features. Specifically, our IFNet is built upon a series of Feedback Registration Block (FRB) modules, with each module responsible for generating the feedforward rigid transformation and feedback high-level features. These FRB modules are cascaded and recurrently unfolded over time. Further, the Feedback Transformer is designed to efficiently select relevant information from feedback high-level features, which is utilized to refine the low-level features. What's more, we incorporate a geometry-awareness descriptor to empower the network for making full use of most geometric information, which leads to more precise registration results. Extensive experiments on various benchmark datasets demonstrate the superior registration performance of our IFNet.

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