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?

More than 3 years have passed since last update.

【Panoptic Segmentation】DeeperLab : DeepLabの進化系?!

Posted at

概要

DeepLab系列をbaseにしてPanoptic Segmentationを行えるNetworkがあったので読んでみた。

ASPP(Atrous Spatial Pyramid Pooling)
Panoptic Segmentation(Instance Segmentation + Semantic Segmentation)
Key pointを使ったinstance segmentation
この3点を既に理解していればこのネットワークの新規性は少しだけ。

新規性

![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/482094/49572d87-d6dc-6567-17b7-1a2da209d80a.png)

S2D / D2S

![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/482094/51b5c319-47ec-25a4-f29a-cb7ab769de1d.png) 図のように変形する事でメモリの消費量を変えずに画像サイズを変更出来るらしい。 なんかちょっと不思議な感じ。 多分そんなに重要じゃないから軽く流そうm(_ _)m

PC(Parsing Covering)

![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/482094/ff8c8f6f-f494-5193-1b16-1fd130b655da.png) Ponotic SegmentationではPQ(Panoptic Qality)が評価指標として使われる事が一般的。 近い物体(大きい物体)は自動運転などで検出精度が高くあるべきという事から大きな物体に焦点を当てる評価指標を提案。 C : classの数 Ni : あるクラスのGround Truthのpixelの数 maxIOU(R,R') : ある物体のGround Truthに対する最大(predictionの中から一番重なっている範囲が大きいやつ)のカバー率(0~1) Covi : あるクラスのGround Truthに対するカバー率 PC : 全クラスのGround Truthに対するカバー率

結論

PC(Parsing Covering)は使えそうだなって思った。

参考文献

DeeperLab: Single-Shot Image Parse https://arxiv.org/pdf/1905.01220.pdf https://qiita.com/masataka46/items/07c8138239dd5895ebcf
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?