美文网首页
Dynamic Network Surgery

Dynamic Network Surgery

作者: 信步闲庭v | 来源:发表于2017-10-25 16:08 被阅读93次

Approach

Han song recently propose to compress DNN by deleting unimportant parameters and retraining the remaining ones. This leads to two main issues. The first issue is the possibility of irretrievable network. Another issue is learning inefficiency.

To be more specific, we propose to sever redundant connections by means of continual network maintenance, which we call dynamic network surgery. The proposed method involves two key operations: pruning and splicing.

Taking the kth layer as an example, we propose to solve the following optimization problem, h(.) is a discriminative function, which satisfies h(w) = 1 if parameter w seems to be crucial in the current layer, and 0 otherwise.

Experiment


References:
Dynamic Network Surgery for Efficient DNNs, Yiwen Guo, 2016, NIPS

相关文章

网友评论

      本文标题:Dynamic Network Surgery

      本文链接:https://www.haomeiwen.com/subject/laiqpxtx.html