paper-with-me

Papers

CP3: Channel Pruning Plug-In for Point-Based Networks

2023-01-01 · CVPR 2023 1 · Yaomin Huang, Ning Liu, Zhengping Che, Zhiyuan Xu, Chaomin Shen, Yaxin Peng, Guixu Zhang, Xinmei Liu, Feifei Feng, Jian Tang

Channel pruning has been widely studied as a prevailing method that effectively reduces both computational cost and memory footprint of the original network while keeping a comparable accuracy performance. Though great success has been achieved in channel pruning for 2D image-based convolutional networks (CNNs), existing works seldom extend the channel pruning methods to 3D point-based neural networks (PNNs). Directly implementing the 2D CNN channel pruning methods to PNNs undermine the performance of PNNs because of the different representations of 2D images and 3D point clouds as well as the network architecture disparity. In this paper, we proposed CP^3, which is a Channel Pruning Plug-in for Point-based network. CP^3 is elaborately designed to leverage the characteristics of point clouds and PNNs in order to enable 2D channel pruning methods for PNNs. Specifically, it presents a coordinate-enhanced channel importance metric to reflect the correlation between dimensional information and individual channel features, and it recycles the discarded points in PNN's sampling process and reconsiders their potentially-exclusive information to enhance the robustness of channel pruning. Experiments on various PNN architectures show that CP^3 constantly improves state-of-the-art 2D CNN pruning approaches on different point cloud tasks. For instance, our compressed PointNeXt-S on ScanObjectNN achieves an accuracy of 88.52% with a pruning rate of 57.8%, outperforming the baseline pruning methods with an accuracy gain of 1.94%.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

CP$^3$: Channel Pruning Plug-in for Point-based Networks

2023-03-23 · Yaomin Huang, Ning Liu, Zhengping Che, Zhiyuan Xu 외

Channel pruning can effectively reduce both computational cost and memory footprint of the original network while keeping a comparable accuracy performance. Though great success has been achieved in channel pruning for 2…

POP: Online Structural Pruning Enables Efficient Inference of Large Foundation Models

2026-02-06 · Yi Chen, Wonjin Shin, Shuhong Liu, Tho Mai 외 arxiv

Large foundation models (LFMs) achieve strong performance through scaling, yet current structural pruning methods derive fixed pruning decisions during inference, overlooking sparsity patterns that emerge in the autoregr…

Pick-or-Mix: Dynamic Channel Sampling for ConvNets

2024-06-16 · CVPR 2024 1 · Ashish Kumar, Daneul Kim, Jaesik Park, Laxmidhar Behera

Channel pruning approaches for convolutional neural networks (ConvNets) deactivate the channels, statically or dynamically, and require special implementation. In addition, channel squeezing in representative ConvNets is…

Dense Pruning of Pointwise Convolutions in the Frequency Domain

2021-09-16 · Mark Buckler, Neil Adit, Yuwei Hu, Zhiru Zhang 외

Depthwise separable convolutions and frequency-domain convolutions are two recent ideas for building efficient convolutional neural networks. They are seemingly incompatible: the vast majority of operations in depthwise …

Sensitivity

GDP: Stabilized Neural Network Pruning via Gates with Differentiable Polarization

2021-09-06 · ICCV 2021 10 · Yi Guo, Huan Yuan, Jianchao Tan, Zhangyang Wang 외

Model compression techniques are recently gaining explosive attention for obtaining efficient AI models for various real-time applications. Channel pruning is one important compression strategy and is widely used in slim…

channel selectionModel CompressionNetwork Pruning