Towards Efficient Point Cloud Graph Neural Networks Through Architectural Simplification
Shyam A. Tailor, Ren\'e de Jong, Tiago Azevedo, Matthew Mattina,, Partha Maji

TL;DR
This paper proposes a simplified GNN architecture for point cloud processing that retains a powerful feature extraction layer, significantly reducing memory and computation costs while maintaining high performance.
Contribution
It introduces a radically simplified GNN model focusing on the feature extraction layer, leading to substantial efficiency improvements without significant accuracy loss.
Findings
Memory consumption reduced by 20×
Latency decreased by up to 9.9×
Speed-up of up to 4.5× with 72.5% memory reduction
Abstract
In recent years graph neural network (GNN)-based approaches have become a popular strategy for processing point cloud data, regularly achieving state-of-the-art performance on a variety of tasks. To date, the research community has primarily focused on improving model expressiveness, with secondary thought given to how to design models that can run efficiently on resource constrained mobile devices including smartphones or mixed reality headsets. In this work we make a step towards improving the efficiency of these models by making the observation that these GNN models are heavily limited by the representational power of their first, feature extracting, layer. We find that it is possible to radically simplify these models so long as the feature extraction layer is retained with minimal degradation to model performance; further, we discover that it is possible to improve performance…
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
MethodsGraph Neural Network
