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

Decoupled Local Aggregation for Point Cloud Learning

About

The unstructured nature of point clouds demands that local aggregation be adaptive to different local structures. Previous methods meet this by explicitly embedding spatial relations into each aggregation process. Although this coupled approach has been shown effective in generating clear semantics, aggregation can be greatly slowed down due to repeated relation learning and redundant computation to mix directional and point features. In this work, we propose to decouple the explicit modelling of spatial relations from local aggregation. We theoretically prove that basic neighbor pooling operations can too function without loss of clarity in feature fusion, so long as essential spatial information has been encoded in point features. As an instantiation of decoupled local aggregation, we present DeLA, a lightweight point network, where in each learning stage relative spatial encodings are first formed, and only pointwise convolutions plus edge max-pooling are used for local aggregation then. Further, a regularization term is employed to reduce potential ambiguity through the prediction of relative coordinates. Conceptually simple though, experimental results on five classic benchmarks demonstrate that DeLA achieves state-of-the-art performance with reduced or comparable latency. Specifically, DeLA achieves over 90\% overall accuracy on ScanObjectNN and 74\% mIoU on S3DIS Area 5. Our code is available at https://github.com/Matrix-ASC/DeLA .

Binjie Chen, Yunzhou Xia, Yu Zang, Cheng Wang, Jonathan Li• 2023

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (Area 5)
mIOU74.1
799
Semantic segmentationS3DIS (6-fold)
mIoU (Mean IoU)78.3
315
Part SegmentationShapeNetPart (test)
mIoU (Inst.)87.5
312
3D Object ClassificationModelNet40 (test)
Accuracy94
302
Semantic segmentationScanNet V2 (val)
mIoU75.9
288
Shape classificationModelNet40 (test)
OA94
255
Object ClassificationScanObjectNN PB_T50_RS
Accuracy90.4
195
Shape classificationScanObjectNN PB_T50_RS
OA90.4
72
Object ClassificationModelNet40 1k points
Accuracy94
63
ClassificationScanObjectNN
OA90.4
43
Showing 10 of 14 rows

Other info

Code

Follow for update