CVOct 8, 2022

FBNet: Feedback Network for Point Cloud Completion

arXiv:2210.03974v149 citationsh-index: 49
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving point cloud completion for applications in 3D vision, representing an incremental advancement by introducing feedback connections to existing methods.

The authors tackled the problem of point cloud completion by proposing a Feedback Network (FBNet) that reuses high-level information to refine low-level features, achieving superior results compared to state-of-the-art methods on several datasets.

The rapid development of point cloud learning has driven point cloud completion into a new era. However, the information flows of most existing completion methods are solely feedforward, and high-level information is rarely reused to improve low-level feature learning. To this end, we propose a novel Feedback Network (FBNet) for point cloud completion, in which present features are efficiently refined by rerouting subsequent fine-grained ones. Firstly, partial inputs are fed to a Hierarchical Graph-based Network (HGNet) to generate coarse shapes. Then, we cascade several Feedback-Aware Completion (FBAC) Blocks and unfold them across time recurrently. Feedback connections between two adjacent time steps exploit fine-grained features to improve present shape generations. The main challenge of building feedback connections is the dimension mismatching between present and subsequent features. To address this, the elaborately designed point Cross Transformer exploits efficient information from feedback features via cross attention strategy and then refines present features with the enhanced feedback features. Quantitative and qualitative experiments on several datasets demonstrate the superiority of proposed FBNet compared to state-of-the-art methods on point completion task.

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