2
2

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 5 years have passed since last update.

Rethinking few-shot image classification: a good embedding is all you need

2
Last updated at Posted at 2021-02-21

概要

few shot learningのためにmeta-learningの手法が提案されているが、特に凝ったことをしなくても普通にsupervised, unsupervisedでrepresentation learningをして、線形クラス分類機をつけるだけで十分行ける、と言う主張。

非常に面白いのは、エンコーダのdistillを繰り返すことで、representationを改善できるということ。この際distill先のネットワークは元のネットワークと全く同じアーキテクチャを用いる。新しいネットワークは、通常のラベルに対するクロスエントロピーロスと、distill元のエンコーダ関数とのKLロスの重み付き加算を最小化するように学習する。

image.png

この手法は、下の論文で提案されているらしい。

Tommaso Furlanello, Zachary Chase Lipton, Michael
Tschannen, Laurent Itti, and Anima Anandkumar. Bornagain neural networks. In ICML, 2018. 3, 4, 7

所感

  • MAMLみたいなことをしなくてもOK、というのは結構強い主張では?
  • self distill がそれほど有用だというのは今ひとつ直感的に納得行かないものがある。上の論文を読んでみよう。
2
2
0

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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?