CVLGNEJul 5, 2017

Data-Driven Sparse Structure Selection for Deep Neural Networks

arXiv:1707.01213v3612 citations
Originality Incremental advance
AI Analysis

This work addresses the high computational complexity of state-of-the-art models for real-world deployment, offering an incremental improvement over existing structure selection methods.

The paper tackles the challenge of deploying deep convolutional neural networks in real-world applications by proposing a data-driven sparse structure selection framework that prunes unimportant parts of CNNs, achieving adaptive depth and width selection with promising results.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes