2019
DOI: 10.1145/3326362
|View full text |Cite
|
Sign up to set email alerts
|

Dynamic Graph CNN for Learning on Point Clouds

Abstract: a model to recover topology can enrich the representation power of point clouds. To this end, we propose a new neural network module dubbed Edge-Conv 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 appea… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

7
3,603
1
3

Year Published

2019
2019
2023
2023

Publication Types

Select...
7
2
1

Relationship

0
10

Authors

Journals

citations
Cited by 4,603 publications
(3,969 citation statements)
references
References 64 publications
7
3,603
1
3
Order By: Relevance
“…Learning-based approaches, and especially those based on deep learning, have recently been proposed specifically to handle point cloud data. The seminal PointNet architecture [19] has inspired a large number of extensions and follow-up works, notably including PointNet++ [20] and Dynamic Graph CNNs [23] for shape classification and segmentation, and more recently PCP-Net [7] for normal and curvature estimation, PU-Net [30] for point cloud upsampling, and PCN for shape completion [31] among many others.…”
Section: Related Workmentioning
confidence: 99%
“…Learning-based approaches, and especially those based on deep learning, have recently been proposed specifically to handle point cloud data. The seminal PointNet architecture [19] has inspired a large number of extensions and follow-up works, notably including PointNet++ [20] and Dynamic Graph CNNs [23] for shape classification and segmentation, and more recently PCP-Net [7] for normal and curvature estimation, PU-Net [30] for point cloud upsampling, and PCN for shape completion [31] among many others.…”
Section: Related Workmentioning
confidence: 99%
“…With the obtained global feature g, the key is how to acquire the feature for each point. There are two options, one is to duplicate the global feature with N times as in Wang et al (2018), the other is to perform upsampling by the interpolation layer Qi et al (2017b). In the shape segmentation module, two interpolation layers are equipped in our network, which propagate the features from shape level to point level by upsampling.…”
Section: Expansion For Shape Segmentationmentioning
confidence: 99%
“…The resulting node and edge attribute embeddings are passed through N residual edge convolution and aggregation (ETA) blocks. In the convolution step, we update the edge attributes using a modified version of the edge convolution layer (27), which takes as input a concatenation of node and edge attributes and returns an update to the edge attributes. In our work, g is a multi-layer perceptron, although other neural network architectures are possible.…”
Section: Network Architecturementioning
confidence: 99%