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

Fully Convolutional Networks for Semantic Segmentation #3

Open
Shaw0202 opened this issue Aug 22, 2019 · 1 comment
Open

Fully Convolutional Networks for Semantic Segmentation #3

Shaw0202 opened this issue Aug 22, 2019 · 1 comment

Comments

@Shaw0202
Copy link
Collaborator

Shaw0202 commented Aug 22, 2019

概要

アルゴリズム/実験手法

  • 全結合層をconvolution層に置き替え、二次元マップを出力。これにより入力を任意のサイズとすることが出来る。ただし解像度が落ちるため、Upconvolutionを使用して解像度を上げている。

  • convolutionを繰り返した上位の層は高次元の情報を持っているが、局所的な情報は失われている。そこで、スキップアーキテクチャーと呼ばれるアルゴリズムが用いられる。低レイヤーの局所的なローカルな情報を持つ層の情報と上位の層を重ね合わせることにより精度を向上させている。

条件,結果

2015年の時点ではSOTAだったが、今はUnetなどに置き換わってしまっているので、参考までに読んでみた。

感想,所感

英語が難しく、よくわからなかったので、まとめサイトを参考に読み進めた。

@Shaw0202
Copy link
Collaborator Author

Shaw0202 commented Aug 22, 2019

単語

  • yield 生み出す
  • hierarchies 階層
  • inference 推論
  • enclose 囲う
  • short-comings 欠点
  • dense 密な
  • asymptotically 漸近線へ(towards an asymptote)
  • preclude 妨げる
  • complication 混乱
  • make use of 使用する
  • reinterpret 異なる視点から解釈する
  • representation 表現、表示、代表
  • inherent 固有の
  • invariance 不偏性
  • receptive 感受性の強い
  • spatial 空間の

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