paper-with-me

Papers

Effective Model Compression via Stage-wise Pruning

2020-11-10 · Mingyang Zhang, Xinyi Yu, Jingtao Rong, Linlin Ou

Automated Machine Learning(Auto-ML) pruning methods aim at searching a pruning strategy automatically to reduce the computational complexity of deep Convolutional Neural Networks(deep CNNs). However, some previous work found that the results of many Auto-ML pruning methods cannot even surpass the results of the uniformly pruning method. In this paper, the ineffectiveness of Auto-ML pruning which is caused by unfull and unfair training of the supernet is shown. A deep supernet suffers from unfull training because it contains too many candidates. To overcome the unfull training, a stage-wise pruning(SWP) method is proposed, which splits a deep supernet into several stage-wise supernets to reduce the candidate number and utilize inplace distillation to supervise the stage training. Besides, A wide supernet is hit by unfair training since the sampling probability of each channel is unequal. Therefore, the fullnet and the tinynet are sampled in each training iteration to ensure each channel can be overtrained. Remarkably, the proxy performance of the subnets trained with SWP is closer to the actual performance than that of most of the previous Auto-ML pruning work. Experiments show that SWP achieves the state-of-the-art on both CIFAR-10 and ImageNet under the mobile setting.

📄 PDF Abstract BibTeX arXiv:2011.04908

Code (0)

등록된 구현이 없습니다.

Tasks

modelModel Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
TinyNet 설명 없음

Similar Papers 제목 키워드 기반

MoPE-CLIP: Structured Pruning for Efficient Vision-Language Models with Module-wise Pruning Error Metric

2024-03-12 · CVPR 2024 1 · Haokun Lin, Haoli Bai, Zhili Liu, Lu Hou 외

Vision-language pre-trained models have achieved impressive performance on various downstream tasks. However, their large model sizes hinder their utilization on platforms with limited computational resources. We find th…

Automatic Block-wise Pruning with Auxiliary Gating Structures for Deep Convolutional Neural Networks

2022-05-07 · Zhaofeng Si, Honggang Qi, Xiaoyu Song

Convolutional neural networks are prevailing in deep learning tasks. However, they suffer from massive cost issues when working on mobile devices. Network pruning is an effective method of model compression to handle suc…

Knowledge DistillationModel CompressionNetwork PruningScheduling

Deep Model Compression Via Two-Stage Deep Reinforcement Learning

2019-12-04 · Huixin Zhan, Wei-Ming Lin, Yongcan Cao

Besides accuracy, the model size of convolutional neural networks (CNN) models is another important factor considering limited hardware resources in practical applications. For example, employing deep neural networks on …

Autonomous DrivingDeep Reinforcement LearningModel Compressionobject-detection+6

Gradual Channel Pruning while Training using Feature Relevance Scores for Convolutional Neural Networks

2020-02-23 · Sai Aparna Aketi, Sourjya Roy, Anand Raghunathan, Kaushik Roy

The enormous inference cost of deep neural networks can be scaled down by network compression. Pruning is one of the predominant approaches used for deep network compression. However, existing pruning techniques have one…

Model Compression

OPQ: Compressing Deep Neural Networks with One-shot Pruning-Quantization

2022-05-23 · Peng Hu, Xi Peng, Hongyuan Zhu, Mohamed M. Sabry Aly 외

As Deep Neural Networks (DNNs) usually are overparameterized and have millions of weight parameters, it is challenging to deploy these large DNN models on resource-constrained hardware platforms, e.g., smartphones. Numer…

Quantization