1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ICLR2022の枝刈り論文 (1)

Last updated at Posted at 2022-04-25

概要

この記事では、ICLR2022の枝刈り論文をまとめます。1

Learning Pruning-Friendly Networks via Frank-Wolfe: One-Shot, Any-Sparsity, And No Retraining

OpenReview

(ICLR2022 Spotlight)
概要:One-shot pruning (反復や再学習が不要な枝刈り)の手法
新規性:One-shot pruningでSOTA
キモ:DNNの学習をpruning-awareにするために、ロスの最小化の探索空間$C$をK-sparse超多面体に制約を掛ける。
image.png
この最適化問題を、SFW (Stochastic Frank-Wolfe) で解く。
評価:VGG, CIFAR-10で実験して比較した。
image.png

On Lottery Tickets and Minimal Task Representations in Deep Reinforcement Learning

(ICLR2022 Spotlight)
概要:強化学習における宝くじ理論
新規性:強化学習における宝くじ理論のメカニズムを詳しく調べた。
キモ:入力層の枝刈りの寄与を調べ、タスク依存な刈り方をしていることが分かった。
image.png
マスク(刈り方)のみ学習した場合と、マスクと重みを学習した場合と比較して近いことから、マスクの寄与が大きいことが分かった。
image.png
Off-policyでもon-policyでも枝刈りに効果があることが分かった。
評価:様々なATARIタスクで実験した。

SOSP: Efficiently Capturing Global Correlations by Second-Order Structured Pruning

(ICLR2022 Spotlight)
概要:SOSP. DNNのグローバルな情報を効率よく取れる2次枝刈り
新規性:Structured pruningで、2次の効率的な方法を提案した。
キモ:$M$がある時とない時のロスの差を小さくする。
image.png
image.png
SOSP-Iでは、HessianをGauss-Newton近似で、SOSP-Hでは、Hessian・ベクトル積を逆誤差伝播法で求める。
評価:VGG, ResNet, DenseNetでEigenDamage(2019)等と比較した。

Prospect Pruning: Finding Trainable Weights at Initialization using Meta-Gradients

(ICLR2022 Poster)
概要:ProsPr. 初期化時の枝刈り(pruning at initialization). Single-shotもできる。
新規性:従来の初期化時の枝刈りより精度が良い。
キモ:
image.png
SNIPで、少し勾配を計算してからSNIP同様に、ロスに対するマスクの勾配からマスクの寄与度$s_j$を計算して刈る。SNIPとの差分は、Algorithm 1の3~8行目が存在していることである。
評価:VGG-19やResNetで、SNIP等と比較した。

  1. 画像や数式は論文から引用しています。

1
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?