top of page

Conference Presentation:

MMAP in Track2 in FedCSIS 2019:    Multimedia Applications and Processing

Title of paper:License Plate Detection with Machine Learning Without Using Number Recognition

Authors:Kazuo Ohzeki, Max Geigis, Stefan Alexander Schneider

Abstracts:License plate detection has been enhanced by using deep learning, and my group has achieved the world's best performance in 2018 for caltech data. Many methods detect the plate based on number recognition. However, there is an idea that the method using deep learning is difficult to use for automatic driving and the like because of the problem of deterministic verification complexity. Therefore, development of a method that does not use deep learning has become important again. My group is doing high-performance research using deep learning, but is also working on improvement of the method that does not use deep learning in parallel. The CT5L method is the latest type, that includes techniques of the continuity of vertical and horizontal black-and-white pixel values ​​inside the plate, unique Hough transform, only vertical and horizontal lines are detected, the top five in the order of the number of votes to ensure good performance. We proposed a method to determine the threshold value for binarizing input by machine learning, and obtained good results. The detection rate was improved by about 20 points in percent as compared to the fixed case. It achieved the best performance among the conventional fixed threshold method, Otsu's method, and the conventional method of javaanpr.

電子情報通信学会
パターン認識・メディア理解(PRMU)研究会
2018年3月18-19日 会場:青山学院大学
発表:2018年3月18日(日曜日)
(6)13:30-13:55
誤検出画像を学習データとする多要素深層学習
-ナンバープレート認識における有効性-
Multi-Element Deep Learning Using False Detection Images for Training Set 
-- Effective For License Plate Detection --

openalprを初段に置き、その数字・文字認識による確認が取れない場合に、候補領域から再度深層学習でプレートの確認を行う構成により、全ての従来発表よりも高いrecall値、F-値を達成した。提案する深層学習では、正検出の他に、多数の負検出データも用意し、プレート以外の候補領域の誤検出を抑圧している。ノイズ除去により、学習の範囲が狭まり、学習中のaccuracyが向上した。これにより、認識範囲が狭まる過学習が懸念されたが、ノイズを除去しない、検証データも認識する汎用性を有することができるようになっている。また、プレートの数字・文字と混同し易い、広告のロゴや電話番号などの数字の書体を識別する機能も加え、False Posituve 抑圧の効果を得た。

深層学習では,学習データを前処理により,解析し,学習データの増加を行ったり,予備的な分類で各種処理を施すことにより,テスト精度が向上することが報告されている[1].本報告では,前処理や,フィルタ,パラメータ設定の乱数による影響等を検討した.パラメータの変化による学習終了時の収束点の変動を近似する関数を考え,収束の可思考化を行い,振る舞いから,学習試行計画を評価する検討を行う.

画像データの設定とパラメータの調整により, 精度が1.0になる事例を特徴付けすることを試みている.

パワポ9/13

プログラム:A8-18
bottom of page