CVPR読み会 2012.06.23
CV勉強会@関東(第20回)
紹介する論文テーマ:
Icon Scanning : Towards Next Generation QR Codes
shirasy
本資料は、以下の学会発表論文を引用しております。
I. Friedman and L. Zelnik-Manor: Icon Scanning: Towards Next Generation QR
Codes ,CVPR2012(2012) 1
本論文に関心を持ったきっかけ
下記記載に関心を持ち、本論文を選択
The first contribution of this paper is a novel algorithm for
automatic detection of icons in a snapshot
This removes the need for manually marking the icon’s
boundary, thus, facilitating significantly the user experience.
実際に体験することが可能 : 「eyeconit」
利用時の体験としての「eyeconit」の比較の対象となるアプリ
⇒iPhone標準アプリの「App Store」
3
本論文の概要
“In this paper we have described a practical novel
solution for automatic icon scanning.
Our system first detects the icon with a high success rate
with no false alarms - doing all that in real-time.
Next, the system recognizes the detected icon within the
entire App-Store database in a few seconds.”
■研究のゴール:
Future goal is to extend this and propose a more visually
appealing alternative to QR Codes.
4
提案手法 処理内容
<アイコンの認識処理(2/2)>
●処理内容
(2) クラスタリング
・K-models clustring
・EM like approach for learning the best set of K models
<撮影環境に関するロバスト性向上のための工夫>
10
補足:K-models clustring
• As with K-means, the K in K-models denotes the number of clusters.
• A single design feature is different between K-means and K-models, the
replacement of proximity to a cluster center with minimal squared error for
a model.(モデルの最小2乗誤差によるクラスタ中心の近接の交換の交換)
D.Ashlock, J.A.Brown, and S.M.Corns. "K-models Clustering, a Generalization of K-means Clustering", 11
Intelligent Engineering Systems Through Artificial Neural Networks(20), pp. 485-492, 2010.
Implementing a complete system
Implemented in C++ and use openCV2.2
• The detection module requires 330ms on iPhone4 to processan image.
• Once an icon has been detected its descriptor is computed
(which takes 90ms)
• The entire recognition process takes 4 seconds.
13
最後に
■将来的な研究のゴール
Future goal is to extend this and propose a more visually
appealing alternative to QR Codes.
■本論文に触れた感想
スマートフォン向けアプリの場合、「アプリ≒特定のタスクを達成するもの」と言
う事例が多い。
本論文では、特定のタスク達成を目的としたアプローチが取られているととも
に、それを評価するためのシステム(アプリ:eyeconit)が運用されており、興味
深かった。
物体抽出・認識法の評価軸は、抽出精度や処理時間以外にもあると言うこ
とを感じることができ良かった。 16