二宮 崇 中川研 東大

18
Training of Classifiers Using Virtual Samples Only A. Kuhl, L. Krüger, C. Wöhler, U. Kreßel (2004) Proc. of ICPR ’04 二二 二 二二二 二二 二二二二二二二 2008 二 11 二 13 二 1

Upload: candace-hanson

Post on 03-Jan-2016

35 views

Category:

Documents


0 download

DESCRIPTION

Training of Classifiers Using Virtual Samples Only A. Kuhl , L. Krüger , C. Wöhler , U. Kreßel (2004) Proc. of ICPR ’04. 機械学習勉強会 2008 年 11 月 13 日. 二宮 崇 中川研 東大. papers. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: 二宮 崇 中川研 東大

1

Training of Classifiers Using Virtual Samples

OnlyA. Kuhl, L. Krüger, C. Wöhler, U. Kreßel

(2004) Proc. of ICPR ’04

二宮 崇中川研 東大

機械学習勉強会 2008 年 11 月 13 日

Page 2: 二宮 崇 中川研 東大

2

papers

A. Kuhl, L. Krüger, C. Wöhler, U. Kreßel (2004) Training of Classifiers Using Virtual Samples Only, in Proc. of ICPR ’04

村瀬洋 (2004) 画像認識における生成型学習 , 電子情報通信学会 信学技報 (Tech repo. of IEICE)

Page 3: 二宮 崇 中川研 東大

3

CG 技術

Page 4: 二宮 崇 中川研 東大

4

画像認識のためのサンプル生成

CG 技術で大量の正解データを生成カメラの向き / 位置を変えるオブジェクトの向き / 色 / 形状を変える光の当て方を変える

Page 5: 二宮 崇 中川研 東大

5

Training of Classifiers Using Virtual Samples Only (Kuhl+2004)

ギアボックスのフランジのタイプを同定穴の数と位置がわかると同定できるので画像

中の穴を検出する

本物の写真 CG

Page 6: 二宮 崇 中川研 東大

6

Training of Classifiers Using Virtual

Samples Only (Kuhl+2004)全体の流れ

CADソフトから作られた大量の CG

識別器

学習

候補生成器

本物の写真

テスト

ごみ

Page 7: 二宮 崇 中川研 東大

7

候補生成と識別器

候補生成入力 : フランジの画像出力 : 16x16 のビットマップによる穴の候補binary components algorithm (Murtagh+1978)

識別器SVM +polinomial kernelpolinomial classifier+PCA

識別器候補生成器

Page 8: 二宮 崇 中川研 東大

8

実験

レンダリングソフト レイトレーシングソフト POVRay (http://www.povray.org)

データセット 8824 の仮想サンプル (CG 画像 )

全体の光量 フランジの回転 表面 ( 画像 ?) の色の濃さ (surface gray level) 位置 ブラー効果

887 の実サンプル

実画像の穴 実画像のごみ (=穴以外 )

Page 9: 二宮 崇 中川研 東大

9

Surface Gray Level

Page 10: 二宮 崇 中川研 東大

10

Blurring

Page 11: 二宮 崇 中川研 東大

11

実験結果

SVM のエラーレート SVM (linear, 位置と光量の変化なし ): 約 5% SVM (linear, 全ての変化あり ): 3.5% SVM (4 次の多項式カーネル , 全ての変化あり ): 1.6% SVM (2 次の多項式カーネル , 全ての変化あり ):

classification rate が 98.2% linear classifier+PCA

256 素性 (no PCA): あまりいい結果でなかった 50 素性 (by PCA): classification rate が約 95% 20 素性 (by PCA): classification rate が 97.5%

Page 12: 二宮 崇 中川研 東大

12

ROC 曲線

正解 P N P P N P P N N P

識別器の出力 P P P P N N P N P P

P (穴 ) N (ごみ )

P (穴 ) 5 (5/6) TP 1 (1/6) FN

N (ごみ ) 2 (2/4) FP 2 (2/4) TN

識別器の出力

正解

TP

FP

100%

100%

穴を穴と判定した率

ごみを穴と判定した率

Page 13: 二宮 崇 中川研 東大

13

SVM での ROC カーブ

Page 14: 二宮 崇 中川研 東大

14

Linear Polynomial Classifier での ROCカーブ

Page 15: 二宮 崇 中川研 東大

15

研究の文脈

正規化

サンプル生成

Aサンプル

入力

AAA

Aサンプル

正規化照合

入力照合

Page 16: 二宮 崇 中川研 東大

16

研究の文脈

村瀬による分類 (村瀬2004「画像認識における生成型学習」 )

正規化法 入力画像を前処理によって正規化して、標準パターンやモデルと照合する

生成型学習 微少な変動を学習パターンに加える 生成関数を用いた生成 (ぼけを加えるなど ) 補間 (サンプル間の補間を生成 ) アフィン変換と補間 (はさみなどを動かした時の補間 ) 標準パターンの動的な生成

Page 17: 二宮 崇 中川研 東大

17

アフィン変換と補間

Learning by a Generation Approach to Appearance-based Object Recognition: H. Murase and S. K. Nayar, in Proc. of ICPR’96

Page 18: 二宮 崇 中川研 東大

18

そのほかの論文

キーワード virtual samples virtual examples noise injection

論文 A. Abu-Mostafa. Hints. Neural Computation, 7:639-671, 1995 G. An. The effects of adding noise during backpropagation training on a

generalization performance. Neural Computation, 7:613-674, 1996 S. Cho and K. Cha. Evolution of neural network training set through addition

of virtual samples. International Conference on Evolutionary Computation, 1996

D. M. Gavrila and J. Giebel. Virtual sample generation for template-based shape matching. Proc. of IEEE Conference on Computer Vision and Pattern Recognition, 1:676-681, 2001

D. Pomerleau. Neural network perception for mobile robot guidance. Kluwer Academic Publishing, 1993

M. Skurichina, S. Raudys, R. P. W. Duin, K-nearest neighbours directed noise injection in multi-layer perceptron training