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 5 years have passed since last update.

機械学習論文読みメモ_115

Posted at

Curriculum Domain Adaptation for Semantic Segmentation of Urban Scenes
Semantic segmentationにおいてCNNはメインに使われてきた手法である。
一方その学習には膨大なデータが必要な事かボトルネックになっている。
Photo realisticな人工データの利用の研究も進んでいるが、未だ実際の画像とのdomain gapが
大きい。
本論ではこのdomain gapを埋めるための手法としてcurriculum learningを適用した手法を提案する。
このcurriculum domain adaptationでは、まず最初は簡単で基本的な部分に対するadaptationをtarget domainに
対して行う。
このタスクは例えばglobal label distributionや各ランドマークのsuperpixelの分布の一致などである。
こうした分布はdomain毎に明らかな特徴としてあり、推定も難しくない。
こうした特徴を考慮したdomain adaptationを行う事でdomain gapのより最小化を行う事が可能になる。

Photographic Image Synthesis with Cascaded Refinement Networks
Semantic layoutに条件付けされたrealistic画像の生成方法について提案する。
このタスクではsemantic segmentationのラベル画像を入力として、それを反映した
現実的な画像を生成する。
この手法は他の関連手法と異なり、adversarial trainingを行わない。
代わりに直接的な回帰対象を与えfeedforward networkにより教師あり学習を行う。
この手法は高解像度画像にも適用する事が可能である。

Toward Geometric Deep SLAM
2つのCNNから成り立つpoint tracking systemを提案する。
1つめはMagicPointと呼ばれ、画像を入力としてそのsalient pointを抽出する。
抽出されたpointは画像全体に分布し、かつ孤立しているため、SLAM用途に利用可能である。
このモデルを用いる事で、画像にノイズがある際特に従来手法よりも遥かに高性能を実現出来る。
またこうしたpointが幾何的にstableである場合には、そのtransformationの推定はより簡単になる。
このMagicPointにより抽出された点に対して、2つめのモデルであるMagicWarpを用いて
transformも行う事、画像間のマッチングを可能にする。
このモデルは従来手法と違いlocal point descriptorを必要としないのが特徴である。

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?