3D Point Cloud Network Pruning: When Some Weights Do not Matter
Amrijit Biswas, Md. Ismail Hossain, M M Lutfe Elahi, Ali Cheraghian,, Fuad Rahman, Nabeel Mohammed, Shafin Rahman

TL;DR
This paper demonstrates that in 3D point cloud neural networks, most weights are redundant, and pruning 99% of them can still maintain near-original accuracy, significantly reducing computational costs.
Contribution
It reveals that preserving only the top p% of weights in PCNNs is sufficient for accuracy, challenging traditional pruning assumptions.
Findings
Pruning 99% of weights retains near-original accuracy.
Preserving top 1% of weights achieves 86.8% accuracy on ModelNet40.
Redundancy in PCNNs allows for aggressive pruning without significant performance loss.
Abstract
A point cloud is a crucial geometric data structure utilized in numerous applications. The adoption of deep neural networks referred to as Point Cloud Neural Networks (PC- NNs), for processing 3D point clouds, has significantly advanced fields that rely on 3D geometric data to enhance the efficiency of tasks. Expanding the size of both neural network models and 3D point clouds introduces significant challenges in minimizing computational and memory requirements. This is essential for meeting the demanding requirements of real-world applications, which prioritize minimal energy consumption and low latency. Therefore, investigating redundancy in PCNNs is crucial yet challenging due to their sensitivity to parameters. Additionally, traditional pruning methods face difficulties as these networks rely heavily on weights and points. Nonetheless, our research reveals a promising phenomenon…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Remote Sensing and LiDAR Applications
MethodsPruning · Balanced Selection
