861faf3a19910fdb.tex
1: \begin{abstract}
2: We propose simple yet effective improvements in point representations and local neighborhood
3: graph construction within the general framework of graph neural networks (GNNs) for 3D point cloud
4: processing. As a first contribution, we propose to augment the vertex representations with important
5: local geometric information of the points, followed by nonlinear projection using a MLP. As a second
6: contribution, we propose to improve the graph construction for GNNs for 3D point clouds. The
7: existing methods work with a \knn based approach for constructing the local neighborhood graph. We
8: argue that it might lead to reduction in coverage in case of dense sampling by sensors in some
9: regions of the scene. The proposed methods aims to counter such problems and improve coverage in
10: such cases. As the traditional GNNs were designed to work with general graphs, where vertices may have no geometric interpretations, we see both our proposals as
11: augmenting the general graphs to incorporate the geometric nature of 3D point clouds. While being
12: simple, we demonstrate with multiple challenging benchmarks, with relatively clean
13: CAD models, as well as with real world noisy scans, that the proposed method achieves
14: state of the art results on benchmarks for 3D classification (ModelNet40) , part segmentation (ShapeNet) and semantic segmentation (Stanford 3D Indoor Scenes Dataset). We also show that the proposed network achieves faster training convergence, \ie $\sim40\%$
15: less epochs for classification. The project details are available at \url{https://siddharthsrivastava.github.io/publication/geomgcnn/}
16: \end{abstract}
17: