Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Data-Driven Sparse Structure Selection for Deep Neural Networks

About

Deep convolutional neural networks have liberated its extraordinary power on various tasks. However, it is still very challenging to deploy state-of-the-art models into real-world applications due to their high computational complexity. How can we design a compact and effective network without massive experiments and expert knowledge? In this paper, we propose a simple and effective framework to learn and prune deep models in an end-to-end manner. In our framework, a new type of parameter -- scaling factor is first introduced to scale the outputs of specific structures, such as neurons, groups or residual blocks. Then we add sparsity regularizations on these factors, and solve this optimization problem by a modified stochastic Accelerated Proximal Gradient (APG) method. By forcing some of the factors to zero, we can safely remove the corresponding structures, thus prune the unimportant parts of a CNN. Comparing with other structure selection methods that may need thousands of trials or iterative fine-tuning, our method is trained fully end-to-end in one training pass without bells and whistles. We evaluate our method, Sparse Structure Selection with several state-of-the-art CNNs, and demonstrate very promising results with adaptive depth and width selection.

Zehao Huang, Naiyan Wang• 2017

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet-1k (val)
Top-1 Accuracy74.2
1498
Image ClassificationImageNet-1k (val)
Top-1 Accuracy74.2
920
Image ClassificationImageNet
Top-1 Accuracy74.2
431
Image ClassificationImageNet (val)
Top-1 Accuracy71.8
76
Image ClassificationImageNet (val)
Top-1 Accuracy (Baseline)77.57
59
Image ClassificationImageNet-1k (val)
Pruned Top-1 Acc75.44
46
Image ClassificationImageNet (val)
T175.44
45
Image ClassificationImageNet-1k (val)
Top-1 Prune Accuracy71.82
35
Image ClassificationCIFAR-10
Top-1 Acc93.02
25
Image ClassificationImageNet (val)
Top-1 Acc74.18
19
Showing 10 of 14 rows

Other info

Follow for update