Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AdaPoinTr: Diverse Point Cloud Completion with Adaptive Geometry-Aware Transformers

About

In this paper, we present a new method that reformulates point cloud completion as a set-to-set translation problem and design a new model, called PoinTr, which adopts a Transformer encoder-decoder architecture for point cloud completion. By representing the point cloud as a set of unordered groups of points with position embeddings, we convert the input data to a sequence of point proxies and employ the Transformers for generation. To facilitate Transformers to better leverage the inductive bias about 3D geometric structures of point clouds, we further devise a geometry-aware block that models the local geometric relationships explicitly. The migration of Transformers enables our model to better learn structural knowledge and preserve detailed information for point cloud completion. Taking a step towards more complicated and diverse situations, we further propose AdaPoinTr by developing an adaptive query generation mechanism and designing a novel denoising task during completing a point cloud. Coupling these two techniques enables us to train the model efficiently and effectively: we reduce training time (by 15x or more) and improve completion performance (over 20%). We also show our method can be extended to the scene-level point cloud completion scenario by designing a new geometry-enhanced semantic scene completion framework. Extensive experiments on the existing and newly-proposed datasets demonstrate the effectiveness of our method, which attains 6.53 CD on PCN, 0.81 CD on ShapeNet-55 and 0.392 MMD on real-world KITTI, surpassing other work by a large margin and establishing new state-of-the-arts on various benchmarks. Most notably, AdaPoinTr can achieve such promising performance with higher throughputs and fewer FLOPs compared with the previous best methods in practice. The code and datasets are available at https://github.com/yuxumin/PoinTr

Xumin Yu, Yongming Rao, Ziyi Wang, Jiwen Lu, Jie Zhou• 2023

Related benchmarks

TaskDatasetResultRank
Scene CompletionNYUCAD (test)
mIoU86.1
60
Point Cloud CompletionPCN (test)
Watercraft7.29
60
Point Cloud CompletionShapeNet-34 (seen categories)
Chamfer Distance (S)0.48
50
Point Cloud CompletionShapeNet-55 (test)
CD-M0.69
44
Semantic Scene CompletionNYUCAD (test)
Error Rate (Ceiling)56.7
44
Point Cloud CompletionKITTI
MMD0.392
42
Point Cloud CompletionShapeNet-34 unseen categories
CD (Symmetric)0.61
37
Point Cloud CompletionMVP (test)
Avg Chamfer Distance (x10^4)2.00e+3
34
Point Cloud CompletionKITTI (test)
MMD0.392
33
Point Cloud CompletionPCN
CD6.45
23
Showing 10 of 54 rows

Other info

Code

Follow for update