Towards Efficient Graph Convolutional Networks for Point Cloud Handling
Yawei Li, He Chen, Zhaopeng Cui, Radu Timofte, Marc Pollefeys, Gregory, Chirikjian, Luc Van Gool

TL;DR
This paper proposes mathematical insights and optimizations to improve the computational efficiency of graph convolutional networks for point cloud learning, reducing complexity and memory use without sacrificing accuracy.
Contribution
It introduces a simplified and optimized GCN framework based on theoretical analysis, enabling faster and more memory-efficient point cloud processing.
Findings
Reduced computational complexity in GCNs
Decreased memory consumption
Maintained accuracy with optimized networks
Abstract
In this paper, we aim at improving the computational efficiency of graph convolutional networks (GCNs) for learning on point clouds. The basic graph convolution that is typically composed of a -nearest neighbor (KNN) search and a multilayer perceptron (MLP) is examined. By mathematically analyzing the operations there, two findings to improve the efficiency of GCNs are obtained. (1) The local geometric structure information of 3D representations propagates smoothly across the GCN that relies on KNN search to gather neighborhood features. This motivates the simplification of multiple KNN searches in GCNs. (2) Shuffling the order of graph feature gathering and an MLP leads to equivalent or similar composite operations. Based on those findings, we optimize the computational procedure in GCNs. A series of experiments show that the optimized networks have reduced computational complexity,…
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
Topics3D Shape Modeling and Analysis · Advanced Neural Network Applications · Graph Theory and Algorithms
MethodsGraph Convolutional Networks · Graph Convolutional Network · Convolution
