ICASSP 2018accepted0 citations

A Graph-CNN for 3D Point Cloud Classification

Yingxue Zhang, Michael G. Rabbat

Abstract

Graph convolutional neural networks (Graph-CNNs) extend traditional CNNs to handle data that is supported on a graph. Major challenges when working with data on graphs are that the support set (the vertices of the graph) do not typically have a natural ordering, and in general, the topology of the graph is not regular (i.e., vertices do not all have the same number of neighbors). Thus, Graph-CNNs have huge potential to deal with 3D point cloud data which has been obtained from sampling a manifold. In this paper we develop a Graph-CNN for classifying 3D point cloud data, called PointGCN <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">1</sup> . The architecture combines localized graph convolutions with two types of graph downsampling operations (also known as pooling). By the effective exploration of the point cloud local structure using the Graph-CNN, the proposed architecture achieves competitive performance on the 3D object classification benchmark ModelNet, and our architecture is more stable than competing schemes.

BibTeX
@inproceedings{icassp2018_agraphcnnfor3dpo,
  title = {A Graph-CNN for 3D Point Cloud Classification},
  author = {Yingxue Zhang and Michael G. Rabbat},
  booktitle = {ICASSP 2018},
  year = {2018}
}