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
The paper tackles the computational burden of 3D Point Cloud Neural Networks (PCNNs) by applying the Lottery Ticket Hypothesis to uncover highly sparse subnetworks that retain accuracy. Using magnitude-based pruning with iterative IMP and one-shot global pruning, it identifies winning tickets in PointNet, DGCNN, and PointCNN that achieve up to $99$\% sparsity while preserving performance on ModelNet40, ScanObjectNN, and ShapeNetCore; crucially, preserving the top $p$\% of weights suffices for accuracy, with base models attaining $87.5\%$ on ModelNet40 and sparse subnetworks reaching $86.8\%$ with just $1$\% of weights. The results show that most indispensable weights reside in convolutional layers, enabling substantial FC-layer pruning without harming accuracy and revealing that these winning tickets transfer across related 3D tasks. This work advances PCNN compression, offering pathways for efficient edge deployment and informing design choices that favor convolutional representations in 3D learning.
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 that could refine standard PCNN pruning techniques. Our findings suggest that preserving only the top p% of the highest magnitude weights is crucial for accuracy preservation. For example, pruning 99% of the weights from the PointNet model still results in accuracy close to the base level. Specifically, in the ModelNet40 dataset, where the base accuracy with the PointNet model was 87. 5%, preserving only 1% of the weights still achieves an accuracy of 86.8%. Codes are available in: https://github.com/apurba-nsu-rnd-lab/PCNN_Pruning
