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

Dynamic Graph CNN for Learning on Point Clouds

About

Point clouds provide a flexible geometric representation suitable for countless applications in computer graphics; they also comprise the raw output of most 3D data acquisition devices. While hand-designed features on point clouds have long been proposed in graphics and vision, however, the recent overwhelming success of convolutional neural networks (CNNs) for image analysis suggests the value of adapting insight from CNN to the point cloud world. Point clouds inherently lack topological information so designing a model to recover topology can enrich the representation power of point clouds. To this end, we propose a new neural network module dubbed EdgeConv suitable for CNN-based high-level tasks on point clouds including classification and segmentation. EdgeConv acts on graphs dynamically computed in each layer of the network. It is differentiable and can be plugged into existing architectures. Compared to existing modules operating in extrinsic space or treating each point independently, EdgeConv has several appealing properties: It incorporates local neighborhood information; it can be stacked applied to learn global shape properties; and in multi-layer systems affinity in feature space captures semantic characteristics over potentially long distances in the original embedding. We show the performance of our model on standard benchmarks including ModelNet40, ShapeNetPart, and S3DIS.

Yue Wang, Yongbin Sun, Ziwei Liu, Sanjay E. Sarma, Michael M. Bronstein, Justin M. Solomon• 2018

Related benchmarks

TaskDatasetResultRank
Person Re-IdentificationDuke MTMC-reID (test)
Rank-129.17
1018
Semantic segmentationS3DIS (Area 5)
mIOU64.27
799
Graph ClassificationMUTAG
Accuracy67
697
Node ClassificationCora (test)
Mean Accuracy34.9
687
Action RecognitionNTU RGB+D 60 (Cross-View)
Accuracy84.2
575
Person Re-IdentificationMSMT17 (test)
Rank-1 Acc2.84
499
Graph ClassificationNCI1
Accuracy62.6
460
Person Re-IdentificationMarket-1501 (test)
Rank-128.89
384
Semantic segmentationS3DIS (6-fold)
mIoU (Mean IoU)56.1
315
Part SegmentationShapeNetPart (test)
mIoU (Inst.)85.2
312
Showing 10 of 222 rows
...

Other info

Code

Follow for update