Exploiting Local Geometry for Feature and Graph Construction for Better 3D Point Cloud Processing with Graph Neural Networks
Siddharth Srivastava, Gaurav Sharma

TL;DR
This paper introduces enhancements in point feature representation and local graph construction for 3D point cloud processing using GNNs, leading to improved accuracy and training efficiency across multiple benchmarks.
Contribution
It proposes augmenting point features with local geometric info and improving graph construction beyond k-NN to better capture scene coverage.
Findings
Achieves state-of-the-art results on ModelNet40, ShapeNet, and Stanford datasets.
Faster training convergence with ~40% fewer epochs.
Improves coverage and robustness in local neighborhood graphs.
Abstract
We propose simple yet effective improvements in point representations and local neighborhood graph construction within the general framework of graph neural networks (GNNs) for 3D point cloud processing. As a first contribution, we propose to augment the vertex representations with important local geometric information of the points, followed by nonlinear projection using a MLP. As a second contribution, we propose to improve the graph construction for GNNs for 3D point clouds. The existing methods work with a k-nn based approach for constructing the local neighborhood graph. We argue that it might lead to reduction in coverage in case of dense sampling by sensors in some regions of the scene. The proposed methods aims to counter such problems and improve coverage in such cases. As the traditional GNNs were designed to work with general graphs, where vertices may have no geometric…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methodsk-Nearest Neighbors
