ディープニューラルネットワーク(NN)は多くの視覚認識タスクで最先端の精度を達成していますが、ネットワークの計算の複雑さとエネルギー消費の増大は、特に限られたリソースと必要なプラットフォームでのアプリケーションの場合、問題のままですリアルタイム処理。フィルタープルーニング技術は、畳み込みNN(CNN)の圧縮と加速の有望な結果を最近示しています。ただし、これらの手法には多数の手順と複雑な最適化が含まれます。これは、CNNのトレーニング後にのみプルーニングするものもあれば、スパース性制約を統合するか損失関数を変更してトレーニング中にゼロからプルーニングするものもあるためです。トレーニング中の剪定。以前のプログレッシブプルーニング技術とは対照的に、フィルターの重みの変化を測定し、新しいハードおよびソフトプルーニング戦略を使用し、逆方向伝搬パス中にモーメンタムテンソルを効果的に適応させる新しいフィルター選択基準に依存します。分類、オブジェクト検出、ドメイン適応ベンチマークの画像データでさまざまなCNNをトレーニングした後に得られた実験結果は、PGP手法がPSFPやその他の最先端技術よりも分類精度とネットワーク(時間とメモリ)の複雑さの間のより良いトレードオフを達成できることを示していますフィルタープルーニングテクニック。
Although deep neural networks (NNs) have achievedstate-of-the-art accuracy in many visual recognition tasks,the growing computational complexity and energy con-sumption of networks remains an issue, especially for ap-plications on platforms with limited resources and requir-ing real-time processing. Filter pruning techniques haverecently shown promising results for the compression andacceleration of convolutional NNs (CNNs). However, thesetechniques involve numerous steps and complex optimisa-tions because some only prune after training CNNs, whileothers prune from scratch during training by integratingsparsity constraints or modifying the loss function.In this paper we propose a new Progressive GradientPruning (PGP) technique for iterative filter pruning dur-ing training. In contrast to previous progressive pruningtechniques, it relies on a novel filter selection criterion thatmeasures the change in filter weights, uses a new hard andsoft pruning strategy and effectively adapts momentum ten-sors during the backward propagation pass. Experimentalresults obtained after training various CNNs on image datafor classification, object detection and domain adaptationbenchmarks indicate that the PGP technique can achievea better trade-off between classification accuracy and net-work (time and memory) complexity than PSFP and otherstate-of-the-art filter pruning techniques.