CVFeb 7, 2022

Temporal Point Cloud Completion with Pose Disturbance

arXiv:2202.03084v115 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of point cloud completion for applications like SLAM and reconstruction, though it appears incremental by combining existing techniques like GRUs and attention mechanisms.

The paper tackles the problem of reconstructing complete point clouds from sparse, unaligned inputs with pose disturbances by using temporal information and a novel framework, achieving effectiveness on both synthetic and real-world datasets.

Point clouds collected by real-world sensors are always unaligned and sparse, which makes it hard to reconstruct the complete shape of object from a single frame of data. In this work, we manage to provide complete point clouds from sparse input with pose disturbance by limited translation and rotation. We also use temporal information to enhance the completion model, refining the output with a sequence of inputs. With the help of gated recovery units(GRU) and attention mechanisms as temporal units, we propose a point cloud completion framework that accepts a sequence of unaligned and sparse inputs, and outputs consistent and aligned point clouds. Our network performs in an online manner and presents a refined point cloud for each frame, which enables it to be integrated into any SLAM or reconstruction pipeline. As far as we know, our framework is the first to utilize temporal information and ensure temporal consistency with limited transformation. Through experiments in ShapeNet and KITTI, we prove that our framework is effective in both synthetic and real-world 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