8. 科学研究費助成事業への応募資格
? 科学研究費助成事業への応募には
研究者番号の取得 (e-Rad への登録) が必須
? e-Rad への登録は所属機関の事務担当に依頼
e-Rad の研究機関
a. 府省内外局,国立試験研究機関,特殊法人及び独立行政法人
b. 大学,高等専門学校,大学共同利用機関
c. 地方公共団体,都道府県立試験研究機関
d. 公益法人 (財団法人,社団法人,その他)
e. 民間企業
f. その他,科研費機関番号を有する研究機関
20. 深層学習を用いられない理由
? 医用画像処理では深層学習がトレンド
? 深層学習では,End to End Training が一般的
? End to End Training
入力データが与えられてから結果を出力するまで多段の処理の全てを学習
? 中間で行う処理も学習させるため沢山のデータセットが必要
? End to End Training で解決できる課題はわずか
? 機械学習と深層学習が流行りすぎて「画像処理 = 深層学習」
? OpenCV で 10 行程度の処理でも深層学習を用いて解決しようとしている傾向
? 学習データが 100 件程度だと精度が出ない
? Computer Vision を用いて課題を解決するアプローチを考える
24. 二次元画像から三次元形状復元
? Structure from Motion (SfM)1, 2
? Visual Hull3
? 複数の二次元画像から三次元形状を復元
1. Akira Shibata, Hiromitsu Fujii, Atsushi Yamashita and Ha jime Asama:
“Scale-Reconstructable Structure from Motion Using Refraction with a Single Camera”,
Proceedings of the 2015 IEEE International Conference on Robotics and Automation, pp. 5239–5244, 2015.
2. Akira Shibata, Hiromitsu Fujii, Atsushi Yamashita and Hajime Asama:
“Absolute Scale Structure from Motion Using a Refractive Plate”,
Proceedings of the 2015 IEEE/SICE International Symposium on System Integration, pp. 540–545, 2015.
3. Laurentini, Aldo:
"The visual hull concept for silhouette-based image understanding.”,
IEEE Transactions on pattern analysis and machine intelligence 16.2, pp. 150-162, 1994.
25. Structure from Motion (SfM)
? 一連の二次元画像から三次元シーンの構造を推定するプロセス
? Shape from Motion,Visual SLAM
(Simultaneous Localization And Mapping) とも呼ばれる
? 三次元スキャンや拡張現実など,多くのアプリケーションに応用
y
x
z
? 2 つのビューからの Structure from Motion
? カメラ 1 が基準点にあり,
その光学軸は z 軸に沿っていると仮定
camera 1
(0, 0, 0)
camera 2
(x, y, z)