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

Scribble-Based Domain Adaptation via Co-segmentation #71

Closed
3D-ICE-arXiv opened this issue Dec 8, 2020 · 0 comments
Closed

Scribble-Based Domain Adaptation via Co-segmentation #71

3D-ICE-arXiv opened this issue Dec 8, 2020 · 0 comments
Labels
domain adaptation technology group un/semi/weakly supervised technology group

Comments

@3D-ICE-arXiv
Copy link
Owner

3D-ICE-arXiv commented Dec 8, 2020

■どんなもの?
深層畳み込みネットワークは、多くの医用画像セグメンテーションタスクにおいて最先端の性能を発揮しているが、
一般化能力は一般的に低いことが示されている。
ある領域(ある画像モダリティなど)から別の領域に一般化するためには、領域適応を行う必要がある。

教師付き手法は良好な性能を発揮する可能性がありますが、追加のデータを完全にアノテーションする必要があり、
コストを考慮すると実際にはオプションではない可能性がある。
対照的に教師なし法は、追加のアノテーションは必要ないが、通常は不安定で訓練が困難である。
本研究では、新しい weakly-supervised methodを提案する。

この手法では、詳細なアノテーションを必要とするが時間のかかるアノテーションの代わりに、
対象領域上の走り書きを用いてdomain adaptationを行う。
本論文では、structured learningとco-segmentationに基づいた領域適応の新しい定式化を紹介する。
我々の手法は、正則化された損失を導入しているため、学習が容易である。

■先行研究と比べてどこがすごい?/Contribution
First, we introduce a new formulation of domain adaptation as a co-segmentation problem.
Secondly, we present a new structured learning approach to propagate information across domains.
Thirdly, we show that alternating the proposal generation and network training can be approximated by directly minimizing a regularized loss.
Fourthly, we evaluate our framework on a challenging problem, unpaired cross-modality domain adaptation.

Conditional Random Fields (CRFs)とやらを提唱し、Structured predictionを実施
Gibbs Energy.とやらを用いて、Domain adaptationを実施。

■どうやって有効だと検証した?
このフレームワークは、Vestibular Schwannoma segmentation(T1~T2スキャン)で検証されている。
提案手法は教師なしアプローチよりも優れており、完全教師ありアプローチと同等の性能を達成している。

schwannoma: 《病理》神経鞘腫
vestibular: 《解剖》前庭の

image

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain adaptation technology group un/semi/weakly supervised technology group
Projects
None yet
Development

No branches or pull requests

1 participant