Learning Structured Sparsity in DNN

Approach

Learning Structured Sparsity in DNN_第1张图片

The optimization target of learning the filter-wise and channel-wise structured sparsity can be defined as:

Our approach tends to remove less important filters and channels. Note that zeroing out a filter in the l-th layer results in a dummy zero output feature map, which in turn makes a corresponding channel in the (l + 1)-th layer useless. Hence, we combine the filter-wise and channel-wise structured sparsity in the learning simultaneously.

Experiment

Learning Structured Sparsity in DNN_第2张图片

References:
Learning Structured Sparsity in Deep Neural Networks, Wei Wen, 2016, NIPS

你可能感兴趣的:(Learning Structured Sparsity in DNN)