Dynamic Graph CNN for Learning on Point Clouds
Yue Wang, Yongbin Sun, Ziwei Liu, Sanjay E. Sarma, Michael M., Bronstein, Justin M. Solomon

TL;DR
This paper introduces EdgeConv, a novel neural network module for point cloud analysis that dynamically captures local neighborhood and semantic information, improving classification and segmentation performance on standard 3D benchmarks.
Contribution
The paper presents EdgeConv, a differentiable, graph-based module that enhances CNNs for point cloud tasks by capturing local and global geometric features.
Findings
EdgeConv improves classification accuracy on ModelNet40.
EdgeConv enhances segmentation results on ShapeNetPart.
The method outperforms existing approaches on standard benchmarks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Human Pose and Action Recognition · Advanced Neural Network Applications
