Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single-Stage Semantic Segmentation from Image Labels #155

Open
yiskw713 opened this issue Jul 7, 2020 · 0 comments
Open

Single-Stage Semantic Segmentation from Image Labels #155

yiskw713 opened this issue Jul 7, 2020 · 0 comments

Comments

@yiskw713
Copy link
Owner

yiskw713 commented Jul 7, 2020

INFO

author

Nikita Araslanov, Stefan Roth

affiliation

Department of Computer Science, TU Darmstadt

conference or year

CVPR2020

link

pdf
実装

概要

シングルステージモデルでの弱教師ありセマンティックセグメンテーションに取り組んだ研究.
本研究では,弱教師ありセグメンテーションにおいて必要な3つの特性を定義している.
i) local consistency ... 見た目が類似している近接したピクセルには,同じラベルが割り当てられるべきである
ii) semantic fidelity ... 妥当なクラス分類を可能にするようなセグメンテーションマスクを作り出せるモデルであること (例: CAMなど)
iii) completeness ... 画像内に存在する全てのクラスを特定することができる

そして,これらの3つの特性を実現するために,

  1. 分類スコアを算出するための normalised Global Weighted Pooling
  2. 出力されるマスクが外見の手がかりを考慮するようにする Pixel-Adaptive Mask Refinement
  3. psuedo label の不正確さによる複合的な作用に対抗するための,Stochastic Gate
    を提案している.

これらにより,シングルステージのモデルで,マルチステージモデルと同等かそれ以上の精度を達成しつつ,よりシンプルで使いやすいモデルとなっている.

提案手法

検証

Screen Shot 2020-07-07 at 17 56 10

Screen Shot 2020-07-07 at 17 57 27

新規性

議論,展望

Comment

date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant