0
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?

[論文備忘録] BiFPN (EfficientDet: Scalable and Efficient Object Detection), 2019

Last updated at Posted at 2024-01-16

EfficientDet: Scalable and Efficient Object Detection

BiFPN (EfficientDet- Scalable and Efficient Object Detection), 2019.png

FPNは次のように表される:
BiFPN (EfficientDet- Scalable and Efficient Object Detection), 2019-1.png

BiFPNでは、top-down pathのあとにbottom-up pathを加えてアウトプットとする。
また、edgeが1つになるtop-downの両端のノードは影響が少なそうなので省く。
さらに、オリジナルのインプットから同じ階層のアウトプットノードにエッジを張る。

FPNでは横方向と縦方向を単純に足し合わせてマージしていたが、それぞれの出力に対する影響は異なり得るので、BiFPNではノードごとに次のように重み(スカラ値)を調節する:
BiFPN (EfficientDet- Scalable and Efficient Object Detection), 2019-2.png

BiFPNは次のように表される:
BiFPN (EfficientDet- Scalable and Efficient Object Detection), 2019-3.png

性能をスケールさせるため、BiFPN layerを複数繋げてBiFPN networkとして使う。(Figure 3は深さ3の例)

BiFPN (EfficientDet- Scalable and Efficient Object Detection), 2019-4.png

0
1
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
0
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?