0
0

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.

browse the state of the art in machine learning まとめ

Posted at

survey

Semantic Segmentation

Encoder-Decoder with Atrous SeparableConvolution for Semantic Image Segmentation

論文
コード

概要
- 画像からの物体のセグメンテーションを目的とした手法

貢献
- アトラス空間ピラミッドプーリングとEncoder Decoderを用いて高速かつオブジェクト境界を鮮明化
- Encoder Decoderにトレードオフ(精度対ランタイム)が可能な仕組みを導入
- セグメンテーションタスクへのXceptionの導入
- PASCAL VOC 2012データセットでSOTA

アトラス畳み込み

- カーネル内に余裕をもたせることにより,空間的な次元を減らすことなく、視野を指数関数的に増大することができます

空間ピラミッドプーリング

- 様々なサイズのカーネルによって算出された特徴を組み合わせて用いる
- セグメンテーションで良い結果を残している

感じたこと
- 空間ピラミッドプーリングがセグメンテーション以外でも有用かが気になる
- 複雑な画像のセグメンテーションはうまく行ってない見たい
- そこそこ単純なやつに対しては最強っぽい

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?