JP6493102B2 - Object recognition method, object recognition apparatus, and program - Google Patents

Object recognition method, object recognition apparatus, and program Download PDF

Info

Publication number
JP6493102B2
JP6493102B2 JP2015172651A JP2015172651A JP6493102B2 JP 6493102 B2 JP6493102 B2 JP 6493102B2 JP 2015172651 A JP2015172651 A JP 2015172651A JP 2015172651 A JP2015172651 A JP 2015172651A JP 6493102 B2 JP6493102 B2 JP 6493102B2
Authority
JP
Japan
Prior art keywords
template
feature amount
value
feature
hash table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2015172651A
Other languages
Japanese (ja)
Other versions
JP2017049815A (en
Inventor
訓成 小堀
訓成 小堀
ケール ワディム
ケール ワディム
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toyota Motor Corp
Original Assignee
Toyota Motor Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toyota Motor Corp filed Critical Toyota Motor Corp
Priority to JP2015172651A priority Critical patent/JP6493102B2/en
Publication of JP2017049815A publication Critical patent/JP2017049815A/en
Application granted granted Critical
Publication of JP6493102B2 publication Critical patent/JP6493102B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Analysis (AREA)

Description

本発明は、物体を認識する物体認識方法、物体認識装置及びプログラムに関するものである。   The present invention relates to an object recognition method, an object recognition apparatus, and a program for recognizing an object.

木構造のデータベースの探索空間を生成し、木構造の各ノードで条件判定を行うことで探索を行って木構造のデータベースの各テーブルに到達し、マッチングを行う物体認識方法が知られている(例えば、非特許文献1参照)。   An object recognition method is known in which a search space for a tree structure database is generated, a condition is determined at each node of the tree structure, a search is performed to reach each table of the tree structure database, and matching is performed ( For example, refer nonpatent literature 1).

秋山瑞樹、柳井啓司著、Web上の大量画像を用いた特定物体認識手法による一般物体認識、情報処理学会報告、IPSJ SIG Technical ReportAkiyama Mizuki and Yanai Keiji, general object recognition using a specific object recognition method using a large number of images on the Web, IPSJ SIG Technical Report

上記方法においては、木構造の各ノードで条件判定を行う必要があるため、探索時間がかかり、認識速度が低下する虞がある。
本発明は、このような問題点に鑑みてなされたものであり、認識精度を良好に維持しつつ、高速な物体認識が可能となる物体認識方法、物体認識装置及びプログラムを提供することを主たる目的とする。
In the above method, since it is necessary to make a condition determination at each node of the tree structure, it takes a long time to search and there is a possibility that the recognition speed is lowered.
The present invention has been made in view of such problems, and mainly provides an object recognition method, an object recognition apparatus, and a program that enable high-speed object recognition while maintaining good recognition accuracy. Objective.

上記目的を達成するための本発明の一態様は、複数の物体の画像を取得するステップと、前記物体の画像の特徴量を抽出した特徴量テンプレートを生成し、該特徴量テンプレートをバイナリ化するステップと、木構造データベースにハッシュテーブルを配置した探索空間を生成し、前記バイナリ化した特徴量テンプレートに基づいて、下記評価関数の評価値が最小となるように、該特徴量テンプレートにおけるビット位置を算出し、該算出したビット位置における前記特徴量テンプレートの値に基づいて前記ハッシュテーブルのハッシュ値を算出し、前記特徴量テンプレートのハッシュ値に基づいて、前記特徴量テンプレートを前記木構造データベースのハッシュテーブルに分配するステップと、認識対象物の画像を取得するステップと、前記認識対象物の画像の特徴量を抽出した特徴量テンプレートを生成し、該特徴量テンプレートをバイナリ化するステップと、前記バイナリ化した特徴量テンプレートの前記ビット位置の値に基づいて、前記認識対象物の特徴量テンプレートのハッシュ値を算出するステップと、前記算出したハッシュ値に対応する前記木構造データベースのハッシュテーブルを選択し、該選択したハッシュテーブルに属する特徴量テンプレートと、前記認識対象物の特徴量テンプレートとのマッチングを行うステップと、を含むことを特徴とする物体認識方法である。

Figure 0006493102
但し、Nは前記探索空間のi番目(i=1〜n:nは予め設定された木構造の階層数)のノードにおける前記特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、左側に分配される前記特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、右側に分配される前記特徴量テンプレートの数である。
この一態様において、下記評価関数の評価値が最小となるように、前記特徴量テンプレートにおけるビット位置を算出してもよい。
Figure 0006493102
但し、x、yは同一物体の特徴量を示し、q、qは、その姿勢を示すクォータニオンであり、τは、予め設定される閾値であり、上記関数P(N)は、同一の物体で姿勢が近い場合に、ペナルティとして1を出力する関数である。
上記目的を達成するための本発明の一態様は、複数の物体の画像を取得する画像取得手段と、前記画像取得手段により取得された物体の画像の特徴量を抽出した特徴量テンプレートを生成し、該特徴量テンプレートをバイナリ化する特徴量抽出手段と、木構造データベースにハッシュテーブルを配置した探索空間を生成し、前記特徴量抽出手段により前記バイナリ化された特徴量テンプレートに基づいて、下記評価関数の評価値が最小となるように、該特徴量テンプレートにおけるビット位置を算出し、該算出したビット位置における前記特徴量テンプレートの値に基づいて前記ハッシュテーブルのハッシュ値を算出し、前記特徴量テンプレートのハッシュ値に基づいて、前記特徴量テンプレートを前記木構造データベースのハッシュテーブルに分配するテーブル分配手段と、前記画像取得手段により認識対象物の画像を取得しており、前記特徴量抽出手段により該取得された認識画像の特徴量を抽出した特徴量テンプレートを生成し該特徴量テンプレートをバイナリ化しており、該バイナリ化した特徴量テンプレートの前記ビット位置の値に基づいて、前記認識対象物の特徴量テンプレートのハッシュ値を算出し、該算出したハッシュ値に対応する前記木構造データベースのハッシュテーブルを選択し、該選択したハッシュテーブルに属する特徴量テンプレートと、前記認識対象物の特徴量テンプレートとのマッチングを行うマッチング手段と、を備える、ことを特徴とする物体認識装置であってもよい。
Figure 0006493102
但し、Nは前記探索空間のi番目(i=1〜n:nは予め設定された木構造の階層数)のノードにおける前記特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、左側に分配される前記特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、右側に分配される前記特徴量テンプレートの数である。
上記目的を達成するための本発明の一態様は、複数の物体の画像を取得する処理と、前記物体の画像の特徴量を抽出した特徴量テンプレートを生成し、該特徴量テンプレートをバイナリ化する処理と、木構造データベースにハッシュテーブルを配置した探索空間を生成し、前記バイナリ化した特徴量テンプレートに基づいて、下記評価関数の評価値が最小となるように、該特徴量テンプレートにおけるビット位置を算出し、該算出したビット位置における前記特徴量テンプレートの値に基づいて前記ハッシュテーブルのハッシュ値を算出し、前記特徴量テンプレートのハッシュ値に基づいて、前記特徴量テンプレートを前記木構造データベースのハッシュテーブルに分配する処理と、認識対象物の画像を取得する処理と、前記認識対象物の画像の特徴量を抽出した特徴量テンプレートを生成し、該特徴量テンプレートをバイナリ化する処理と、前記バイナリ化した特徴量テンプレートの前記ビット位置の値に基づいて、前記認識対象物の特徴量テンプレートのハッシュ値を算出する処理と、前記算出したハッシュ値に対応する前記木構造データベースのハッシュテーブルを選択し、該選択したハッシュテーブルに属する特徴量テンプレートと、前記認識対象物の特徴量テンプレートとのマッチングを行う処理と、をコンピュータに実行させる、ことを特徴とするプログラムであってもよい。
Figure 0006493102
但し、Nは前記探索空間のi番目(i=1〜n:nは予め設定された木構造の階層数)のノードにおける前記特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、左側に分配される前記特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、右側に分配される前記特徴量テンプレートの数である。 In order to achieve the above object, according to one aspect of the present invention, a step of acquiring images of a plurality of objects, a feature amount template obtained by extracting feature amounts of the object images are generated, and the feature amount template is binarized. A search space in which a hash table is arranged in a tree structure database, and a bit position in the feature value template so that an evaluation value of the following evaluation function is minimized based on the binary feature value template And calculating a hash value of the hash table based on the value of the feature amount template at the calculated bit position, and using the hash value of the feature amount template to convert the feature amount template into a hash of the tree structure database Distributing to the table, obtaining an image of the recognition object, Generating a feature amount template obtained by extracting the feature amount of the image of the recognition target object, binarizing the feature amount template, and based on the value of the bit position of the binarized feature amount template, the recognition target object Calculating a hash value of the feature amount template of the image, selecting a hash table of the tree-structure database corresponding to the calculated hash value, a feature amount template belonging to the selected hash table, and a feature of the recognition target object And a step of performing matching with a quantity template.
Figure 0006493102
Here, N i is the number of the feature amount templates in the i-th node (i = 1 to n: n is a preset number of hierarchies of the tree structure) in the search space, and | S B L (N i ) | branches from the i-th node, the number of the feature amount template is distributed to the left, | S B R (N i ) | , the which branched from i-th node, is distributed to the right This is the number of feature quantity templates.
In this aspect, the bit position in the feature amount template may be calculated so that the evaluation value of the following evaluation function is minimized.
Figure 0006493102
However, x and y indicate feature quantities of the same object, q x and q y are quaternions indicating their postures, τ is a preset threshold value, and the function P (N) is the same This is a function that outputs 1 as a penalty when the posture is close to an object.
In order to achieve the above object, one aspect of the present invention is to generate an image acquisition unit that acquires images of a plurality of objects, and a feature amount template that extracts the feature amounts of the image of the object acquired by the image acquisition unit. A feature amount extracting unit that binarizes the feature amount template, and a search space in which a hash table is arranged in a tree structure database, and the following evaluation is performed based on the binary feature amount template by the feature amount extracting unit: A bit position in the feature quantity template is calculated so that the evaluation value of the function is minimized, a hash value of the hash table is calculated based on a value of the feature quantity template at the calculated bit position, and the feature quantity Based on the hash value of the template, the feature amount template is stored in the hash table of the tree structure database. The image of the recognition object is acquired by the table distribution unit that distributes to the image and the image acquisition unit, and the feature amount template is generated by extracting the feature amount of the acquired recognition image by the feature amount extraction unit. A quantity template is binarized, a hash value of the feature quantity template of the recognition target is calculated based on the value of the bit position of the binarized feature quantity template, and the tree corresponding to the calculated hash value An object recognition apparatus comprising: a hash table of a structure database; and a matching unit that matches a feature amount template belonging to the selected hash table and a feature amount template of the recognition target object. There may be.
Figure 0006493102
Here, N i is the number of the feature amount templates in the i-th node (i = 1 to n: n is a preset number of hierarchies of the tree structure) in the search space, and | S B L (N i ) | branches from the i-th node, the number of the feature amount template is distributed to the left, | S B R (N i ) | , the which branched from i-th node, is distributed to the right This is the number of feature quantity templates.
In order to achieve the above object, according to one aspect of the present invention, a process for acquiring images of a plurality of objects, a feature amount template obtained by extracting feature amounts of the object images are generated, and the feature amount template is binarized. A search space in which a hash table is arranged in the tree structure database is generated, and the bit position in the feature value template is set based on the binary feature value template so that the evaluation value of the following evaluation function is minimized. And calculating a hash value of the hash table based on the value of the feature amount template at the calculated bit position, and using the hash value of the feature amount template to convert the feature amount template into a hash of the tree structure database A process of distributing to a table, a process of acquiring an image of a recognition object, and an image of the recognition object A feature amount template extracted from the feature amount template, and the binarization of the feature amount template, and the value of the bit position of the binarized feature amount template, the feature amount template of the recognition target object A process of calculating a hash value, a hash table of the tree structure database corresponding to the calculated hash value is selected, and a feature amount template belonging to the selected hash table is matched with a feature amount template of the recognition target object A program characterized by causing a computer to execute the process of performing the above.
Figure 0006493102
Here, N i is the number of the feature amount templates in the i-th node (i = 1 to n: n is a preset number of hierarchies of the tree structure) in the search space, and | S B L (N i ) | branches from the i-th node, the number of the feature amount template is distributed to the left, | S B R (N i ) | , the which branched from i-th node, is distributed to the right This is the number of feature quantity templates.

本発明は、このような問題点に鑑みてなされたものであり、認識精度を良好に維持しつつ、高速な物体認識が可能となる物体認識方法、物体認識装置及びプログラムを提供することができる。   The present invention has been made in view of such problems, and can provide an object recognition method, an object recognition apparatus, and a program that enable high-speed object recognition while maintaining good recognition accuracy. .

本発明の実施形態1に係る物体認識装置の概略的なシステム構成を示すブロック図である。1 is a block diagram showing a schematic system configuration of an object recognition device according to Embodiment 1 of the present invention. 物体認識装置のオフライン工程を説明するための図である。It is a figure for demonstrating the offline process of an object recognition apparatus. バイナリ化した特徴量テンプレートの一例を示す図である。It is a figure which shows an example of the feature-value template binarized. 木構造のデータベースの一例を示す図である。It is a figure which shows an example of the database of a tree structure. 物体認識装置のオンライン工程を説明するための図である。It is a figure for demonstrating the online process of an object recognition apparatus. 本発明の実施形態1に係る物体認識方法の処理フローを示すフローチャートである。It is a flowchart which shows the processing flow of the object recognition method which concerns on Embodiment 1 of this invention. RBS、PBS、TBS、及びTBVによる認識精度及び認識物体の数との関係を示す図である。It is a figure which shows the relationship between the recognition accuracy by RBS, PBS, TBS, and TBV and the number of recognition objects. RBS、PBS、TBS、及びTBVによる認識精度及び認識物体の数との関係を示す図である。It is a figure which shows the relationship between the recognition accuracy by RBS, PBS, TBS, and TBV and the number of recognition objects. RBS、PBS、TBS、及びTBVによる認識時間及び認識物体の数との関係を示す図である。It is a figure which shows the relationship between the recognition time by RBS, PBS, TBS, and TBV and the number of recognition objects. RBS、PBS、TBS、及びTBVによる認識時間及び認識物体の数との関係を示す図である。It is a figure which shows the relationship between the recognition time by RBS, PBS, TBS, and TBV and the number of recognition objects. 特徴量テンプレートのサイズに応じてハッシュ関数を変更する構成を説明するための図である。It is a figure for demonstrating the structure which changes a hash function according to the size of a feature-value template.

実施形態1
以下、図面を参照して本発明の実施形態について説明する。
本発明の実施形態1に係る物体認識装置は、2次元又は3次元の物体(アイテム及び姿勢)をテンプレートマッチングを行って認識するものである。
Embodiment 1
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
The object recognition apparatus according to the first embodiment of the present invention recognizes a two-dimensional or three-dimensional object (item and posture) by performing template matching.

ここで、単に、全モデルの画像と、認識する物体の画像と、のマッチングを行った場合、その探索時間が大きくなり、リアルタイム性に欠ける。そこで、本実施形態1に係る物体認識装置は、高速化と高精度化を両立した木構造の探索空間を設計し、この探索空間でモデルの画像(以下、モデル画像)の特徴量テンプレートと認識する物体の画像(以下、認識物体画像)の特徴量テンプレートとのマッチングを行う。これにより、高速な物体認識が可能となる。   Here, when matching is simply performed between the image of all models and the image of the object to be recognized, the search time becomes long and the real-time property is lacking. Therefore, the object recognition apparatus according to the first embodiment designs a tree-structured search space that achieves both high speed and high accuracy, and recognizes a feature amount template of a model image (hereinafter, model image) in this search space. Matching is performed with a feature amount template of an object image (hereinafter, a recognized object image). Thereby, high-speed object recognition becomes possible.

物体認識装置は、例えば、演算処理等を行うCPU(Central Processing Unit)、CPUによって実行される演算プログラム等が記憶されたROM(Read Only Memory)やRAM(Random Access Memory)からなるメモリ、外部と信号の入出力を行うインターフェイス部(I/F)などからなるマイクロコンピュータを中心にして、ハードウェア構成されている。CPU、メモリ及びインターフェイス部は、データバスなどを介して相互に接続されている。   The object recognition device includes, for example, a CPU (Central Processing Unit) that performs arithmetic processing, a ROM (Read Only Memory) and a RAM (Random Access Memory) that store arithmetic programs executed by the CPU, The hardware configuration is centered on a microcomputer including an interface unit (I / F) for inputting and outputting signals. The CPU, memory, and interface unit are connected to each other via a data bus or the like.

本実施形態1に係る物体認識装置は、例えば、オフライン工程において、モデル画像から特徴量テンプレートを生成し、生成した特徴量テンプレートを木構造のデータベースのハッシュテーブルに分配し、対応付ける。そして、物体認識装置は、オンライン工程において、認識物体画像から特徴量テンプレートを生成し、この特徴量テンプレートと、木構造のデータベースのハッシュテーブルの特徴量テンプレートと、のマッチングを行い、その物体を認識する。   For example, in the offline process, the object recognition apparatus according to the first embodiment generates a feature amount template from a model image, distributes the generated feature amount template to a hash table of a tree-structured database, and associates them. Then, in the online process, the object recognition device generates a feature amount template from the recognized object image, matches the feature amount template with the feature amount template of the hash table of the tree structure database, and recognizes the object. To do.

まず、上述したオンライン工程の処理について、説明する。
図1は、本実施形態1に係る物体認識装置の概略的なシステム構成を示すブロック図である。本実施形態1に係る物体認識装置1は、画像取得部2と、特徴量抽出部3と、テンプレート分配部4と、マッチング部5と、を備えている。
First, the online process described above will be described.
FIG. 1 is a block diagram illustrating a schematic system configuration of the object recognition apparatus according to the first embodiment. The object recognition device 1 according to the first embodiment includes an image acquisition unit 2, a feature amount extraction unit 3, a template distribution unit 4, and a matching unit 5.

画像取得部2は、画像取得手段の一具体例である。画像取得部2は、図2に示す如く、カメラを用いて、モデルとなる複数種類の物体(アイテム)のモデル画像を取得する(a)。画像取得部2は、カメラを用いて、各モデルを複数の異なる方向から撮影した異なる姿勢のモデル画像を取得する。   The image acquisition unit 2 is a specific example of an image acquisition unit. As shown in FIG. 2, the image acquisition unit 2 acquires model images of a plurality of types of objects (items) that are models using a camera (a). The image acquisition unit 2 uses a camera to acquire model images of different postures obtained by photographing each model from a plurality of different directions.

特徴量抽出部3は、特徴量抽出手段の一具体例である。特徴量抽出部3は、画像取得部2により取得されたモデル画像から特徴量を抽出し、特徴量テンプレートを生成する(b)。さらに、特徴量抽出部3は、生成した特徴量テンプレートをバイナリ化する。   The feature quantity extraction unit 3 is a specific example of feature quantity extraction means. The feature amount extraction unit 3 extracts a feature amount from the model image acquired by the image acquisition unit 2, and generates a feature amount template (b). Further, the feature quantity extraction unit 3 binarizes the generated feature quantity template.

特徴量抽出部3は、画像取得部2により取得されたモデル画像から、例えば、図3に示す如く、LINEMOD特徴量を抽出した特徴量テンプレートを生成し、その特徴量テンプレートをバイナリ化する。   The feature amount extraction unit 3 generates a feature amount template from which the LINEMOD feature amount is extracted from the model image acquired by the image acquisition unit 2, for example, and binarizes the feature amount template.

なお、特徴量抽出部3は、一例として、LINEMOD特徴量を抽出しているが、これに限定されない。特徴量抽出部3は、例えば、HOG(Histograms of Oriented Gradients)特徴量、SIFT特徴量(Scale-Invariant Feature Transform)、SURF特徴量(Speeded Up Robust Features)を抽出してもよく、任意の特徴量を抽出してもよい。   The feature amount extraction unit 3 extracts a LINEMOD feature amount as an example, but is not limited thereto. The feature quantity extraction unit 3 may extract, for example, HOG (Histograms of Oriented Gradients) feature quantity, SIFT feature quantity (Scale-Invariant Feature Transform), SURF feature quantity (Speeded Up Robust Features), and any feature quantity May be extracted.

テンプレート分配部4は、テンプレート分配手段の一具体例である。テンプレート分配部4は、木構造データベースにハッシュテーブルを配置した探索空間を生成する。テンプレート分配部4は、例えば、図2に示すような3階層の木構造データベースを生成する(c)。なお、木構造のデータベースの階層数は、予めユーザによって設定される。例えば、階層数を増加させると後述の如く、ハッシュテーブル内の特徴量テンプレート数が絞り込まれ、マッチング数が減少するため認識速度が向上する。   The template distribution unit 4 is a specific example of a template distribution unit. The template distribution unit 4 generates a search space in which a hash table is arranged in the tree structure database. For example, the template distribution unit 4 generates a three-level tree structure database as shown in FIG. 2 (c). Note that the number of hierarchical levels of the tree-structured database is set in advance by the user. For example, when the number of hierarchies is increased, as will be described later, the number of feature amount templates in the hash table is narrowed down, and the number of matching is reduced, so that the recognition speed is improved.

テンプレート分配部4は、バイナリ化した特徴量テンプレートに基づいて、評価関数の評価値が最小となるように、該特徴量テンプレートにおけるビット位置(例えば、(あ)、(い))を算出する(b)。   Based on the binarized feature value template, the template distribution unit 4 calculates the bit position (for example, (A), (I)) in the feature value template so that the evaluation value of the evaluation function becomes the minimum ( b).

なお、算出されるビット位置の数は、設定される階層数によって決まる。例えば、物体の認識速度、認識物体画像の精度(入力ノイズ)、求められる物体認識精度、などを比較考量して、後述のマッチグを行う特徴量テンプレートの数(各ハッシュテーブルに分配、対応付ける特徴量テンプレートの数)を実験的に設定する。認識速度を高速化したい場合は、マッチングを行う特徴量テンプレートの数を減少させる。また、認識物体画像の精度が低い(ノイズが大きい)、あるいは、物体認識精度を上げたい場合は、マッチングを行う特徴量テンプレートの数を増加させる。そして、ハッシュテーブルにその設定された数の特徴量テンプレートが分配されるように、木構造の階層数を決定する。木構造の階層数が決定されれば、その階層数に応じて、ビット位置の数を決定する。決定された階層数から1を減じたものが、算出するビット位置の数となる。図2の(c)の場合、3階層であるため、ビット位置の数は2となる。   Note that the number of calculated bit positions depends on the set number of layers. For example, comparing the object recognition speed, the accuracy of the recognized object image (input noise), the required object recognition accuracy, etc., and the number of feature amount templates to be matched (to be described later) Set the number of templates) experimentally. In order to increase the recognition speed, the number of feature amount templates to be matched is reduced. In addition, when the accuracy of the recognized object image is low (the noise is large) or when it is desired to increase the object recognition accuracy, the number of feature amount templates to be matched is increased. Then, the number of hierarchies of the tree structure is determined so that the set number of feature amount templates are distributed to the hash table. If the number of hierarchies of the tree structure is determined, the number of bit positions is determined according to the number of hierarchies. The number of bit positions to be calculated is obtained by subtracting 1 from the determined number of hierarchies. In the case of (c) in FIG. 2, since there are three layers, the number of bit positions is two.

テンプレート分配部4は、例えば、特徴量テンプレートの数が各ハッシュテーブルで均一に最も近くなるように、特徴量テンプレートの分配を行うための下記評価関数を用いて、特徴量テンプレートにおけるビット位置を算出する。

Figure 0006493102
なお、上記式において、Nは探索空間のi番目(i=1〜n:nは予め設定された木構造の階層数)のノードにおける特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、左側に分配される特徴量の数であり、|S (N)|は、i番目のノードから分岐し、右側に分配される特徴量の数である。 For example, the template distribution unit 4 calculates the bit position in the feature amount template using the following evaluation function for distributing the feature amount template so that the number of feature amount templates is uniformly closest in each hash table. To do.
Figure 0006493102
In the above equation, N i is the number of feature quantity templates at the i-th node (i = 1 to n: n is a preset number of tree structure hierarchies) in the search space, and | S B L (N i) | is branched from the i-th node, the number of feature amounts to be distributed to the left, | S B R (N i ) | is branched from the i-th node, the features are distributed to the right Is the number of quantities.

上記評価関数の評価値を最小にするということは、各ノードから、左側に分配される特徴量テンプレートの数と右側に分配される特徴量テンプレートの数との差が最小(例えば、略0)にすることである。すなわち、上記評価関数の評価値を最小にすることで、特徴量テンプレートの数が各ハッシュテーブルで均一に最も近くなるように、特徴量テンプレートを分配できる。図2の(c)に示す場合、1000個の特徴量テンプレートを、第1階層のノードで、左側及び右側に500個ずつの特徴量テンプレートに分配される。さらに、第2階層のノードで、左側及び右側に250個ずつの特徴量テンプレートに分配される。各ハッシュテーブルには、最終的に、250個ずつの特徴量テンプレートが均一に分配されていることになる。   Minimizing the evaluation value of the evaluation function means that the difference between the number of feature amount templates distributed on the left side and the number of feature amount templates distributed on the right side from each node is minimum (for example, approximately 0). Is to do. That is, by minimizing the evaluation value of the evaluation function, the feature amount templates can be distributed so that the number of feature amount templates is uniformly closest in each hash table. In the case shown in FIG. 2C, 1000 feature value templates are distributed to 500 feature value templates on the left side and the right side in the first layer node. Further, at the second layer node, the feature amount templates are distributed to 250 feature amount templates on the left side and the right side. In each hash table, 250 feature amount templates are finally uniformly distributed.

次に、評価関数の評価値が最小となるように、特徴量テンプレートにおけるビット位置を算出する方法について説明する。
テンプレート分配部4は、図3に示す如く、バイナリ化した特徴量テンプレート(複数のセルで構成)のセルの列位置(r)、セルの行位置(c)、及び各セル内の位置(b)(以下、これらr、c、及びbで特定した位置をビット位置と称す)について、評価関数の評価値を算出し、その評価値が最小となるビット位置の組合せを算出する。なお、組合せるビット位置の数は、上述の如く、木構造のデータベースの階層数によって予め設定されている。
テンプレート分配部は、r、c、及びbを変えることで、特徴量テンプレート上のビット位置を探索し、評価関数の評価値が最小となるビット位置の組合せを算出する。
Next, a method for calculating the bit position in the feature amount template so that the evaluation value of the evaluation function is minimized will be described.
As shown in FIG. 3, the template distribution unit 4 includes a cell column position (r), a cell row position (c), and a position (b) in each cell of the binarized feature amount template (consisting of a plurality of cells). ) (Hereinafter, the positions specified by r, c, and b are referred to as bit positions), the evaluation value of the evaluation function is calculated, and the combination of the bit positions that minimizes the evaluation value is calculated. Note that the number of bit positions to be combined is set in advance according to the number of hierarchies in the tree-structured database as described above.
The template distribution unit searches for a bit position on the feature amount template by changing r, c, and b, and calculates a combination of bit positions that minimizes the evaluation value of the evaluation function.

例えば、図4に示す如く、木構造のデータベースの階層数が、例えば4階層である場合、組合せるビット位置の数は、3ビットであり、3つのビット位置が算出される。第1階層のノードで1000個の特徴量テンプレートがある場合、テンプレート分配部4は、評価関数を用いて、第1階層のノードで500個ずつの特徴量テンプレートに分かれるビット位置を探索する。より具体的には、テンプレート分配部4は、そのビット位置の値が0となる(左側に分岐する)特徴量テンプレートの数が500、かつ、そのビット位置の値が1となる(右側に分岐する)特徴量テンプレートの数が500となり、均等となるビット位置を探索する。   For example, as shown in FIG. 4, when the number of hierarchies in a tree-structured database is four, for example, the number of bit positions to be combined is 3 bits, and three bit positions are calculated. When there are 1000 feature value templates in the first layer node, the template distribution unit 4 searches for bit positions divided into 500 feature value templates in the first layer node using the evaluation function. More specifically, the template distribution unit 4 has 500 feature value templates whose bit position values are 0 (branch to the left) and 1 bit positions (branch to the right). The number of feature quantity templates is 500, and search is made for bit positions that are equal.

以下、同様にして、テンプレート分配部4は、評価関数を用いて、第2階層の各ノードで250個ずつの特徴量テンプレートに分かれるビット位置を探索する。さらに、テンプレート分配部4は、評価関数を用いて、第3階層の各ノードで125個ずつの特徴量テンプレートに分かれるビット位置を探索する。   Hereinafter, similarly, the template distribution unit 4 searches for bit positions divided into 250 feature amount templates at each node in the second hierarchy using the evaluation function. Further, the template distribution unit 4 searches for bit positions that are divided into 125 feature value templates at each node in the third hierarchy using the evaluation function.

上記のように、木構造の各ノードでは、ビット位置の値(0又は1)によって、右側又は左側に分岐される。しがたって、1000個の特徴量テンプレートは、最終的に125個ずつの特徴量テンプレートに分けられ、各ハッシュテーブルに分配され、対応付けられる。   As described above, each node of the tree structure branches to the right side or the left side depending on the value of the bit position (0 or 1). Therefore, the 1000 feature value templates are finally divided into 125 feature value templates, which are distributed and associated with each hash table.

テンプレート分配部4は、算出したビット位置における特徴量テンプレートの値に基づいてハッシュテーブルのハッシュ値を算出する。ハッシュ値は、例えば、特徴量テンプレートの各ビット位置の値を組み合わせたもの(順に並べたもの)とする。図4の一例では、左から4番目のハッシュテーブルのハッシュ値は、011となる。なお、テンプレート分配部4は、特徴量テンプレートの各ビット位置の値に基づいて、所定のハッシュ関数を用いてハッシュ値を算出してもよい。   The template distribution unit 4 calculates a hash value of the hash table based on the feature value template value at the calculated bit position. The hash value is, for example, a combination of values at each bit position of the feature amount template (arranged in order). In the example of FIG. 4, the hash value of the fourth hash table from the left is 011. Note that the template distribution unit 4 may calculate a hash value using a predetermined hash function based on the value of each bit position of the feature amount template.

テンプレート分配部4は、モデル画像の特徴量テンプレートのハッシュ値に基づいて、各特徴量テンプレートを木構造データベースのハッシュテーブルに分配する。テンプレート分配部4は、各モデル画像の特徴量テンプレートにおけるビット位置の値から、その特徴量テンプレートのハッシュ値を夫々算出する。そして、テンプレート分配部4は、算出したハッシュ値と一致する木構造データベースのハッシュテーブルに、各モデル画像の特徴量テンプレートを分配し、対応付ける。   The template distribution unit 4 distributes each feature value template to the hash table of the tree structure database based on the hash value of the feature value template of the model image. The template distribution unit 4 calculates a hash value of the feature amount template from the value of the bit position in the feature amount template of each model image. Then, the template distribution unit 4 distributes and associates the feature amount template of each model image with the hash table of the tree structure database that matches the calculated hash value.

上述したように、本実施形態1に係る物体認識装置1において、上記評価関数の評価値が最小となるように、特徴量テンプレートにおけるビット位置を算出し、算出したビット位置における特徴量テンプレートの値に基づいてハッシュテーブルのハッシュ値を算出し、特徴量テンプレートのハッシュ値に基づいて、特徴量テンプレートを木構造データベースのハッシュテーブルに分配する。これにより、モデル画像の特徴量テンプレートの数が各ハッシュテーブルで均一に最も近くなるように、各特徴量テンプレートを分配できる。すなわち、各ハッシュテーブルにおいて一様にモデル画像の特徴量テンプレートの探索範囲を狭めることができる。したがって、どのような姿勢の認識物体の特徴量テンプレートに対しても、数を均一に絞り込んだハッシュテーブルのモデル画像の特徴量テンプレートと、マッチングを行うことができる。このため、認識精度を良好に維持しつつ、高速な物体認識が可能となる。   As described above, in the object recognition apparatus 1 according to the first embodiment, the bit position in the feature amount template is calculated so that the evaluation value of the evaluation function is minimized, and the value of the feature amount template at the calculated bit position is calculated. The hash value of the hash table is calculated based on the feature value, and the feature value template is distributed to the hash table of the tree structure database based on the hash value of the feature value template. Thereby, each feature amount template can be distributed so that the number of feature amount templates of the model image is uniformly closest in each hash table. That is, the search range of the feature amount template of the model image can be narrowed uniformly in each hash table. Therefore, the feature amount template of the recognition object in any posture can be matched with the feature amount template of the model image of the hash table in which the number is uniformly narrowed down. Therefore, high-speed object recognition is possible while maintaining good recognition accuracy.

続いて、上述したオフライン工程の処理について説明する。
画像取得部2は、カメラを用いて、認識物体画像を取得する。画像取得部2は、例えば、図5の(a)に示す如く、取得した認識物体画像のうち、物体を含む所定領域の画像を切り取り、その所定領域の認識物体画像を特徴量抽出部3に出力する。
Then, the process of the offline process mentioned above is demonstrated.
The image acquisition unit 2 acquires a recognition object image using a camera. For example, as shown in FIG. 5A, the image acquisition unit 2 cuts out an image of a predetermined area including the object from the acquired recognized object image, and the recognized object image of the predetermined area is transferred to the feature amount extraction unit 3. Output.

特徴量抽出部3は、画像取得部2にから出力された認識物体画像から特徴量を抽出し、特徴量テンプレートを生成する。さらに、特徴量抽出部3は、生成した特徴量テンプレートをバイナリ化する(b)。   The feature quantity extraction unit 3 extracts a feature quantity from the recognized object image output from the image acquisition unit 2 and generates a feature quantity template. Further, the feature quantity extraction unit 3 binarizes the generated feature quantity template (b).

マッチング部5は、マッチング手段の一具体例である。マッチング部5は、例えば、上記算出された特徴量テンプレートのビット位置((c)のマーク部分)の値(10、00、11、11)を並べて、そのハッシュ値(10001111)を算出する(d)。マッチング部5は、算出したハッシュ値に対応する木構造データベースのハッシュテーブルを選択する(e)。   The matching unit 5 is a specific example of matching means. For example, the matching unit 5 arranges the values (10, 00, 11, 11) of the bit positions (mark portions of (c)) of the calculated feature amount template and calculates the hash value (100001111) (d ). The matching unit 5 selects a hash table of the tree structure database corresponding to the calculated hash value (e).

このように、マッチング部5は、認識物体画像の特徴量テンプレートのビット位置からハッシュ値を算出し、このハッシュ値を用いて、即座に、木構造のデータベースのハッシュテーブルを選択できる。従がって、木構造の各ノードの条件判定を行う必要がなく、探索時間の大幅な削減に繋がり、高速な物体認識が可能となる。   In this way, the matching unit 5 calculates a hash value from the bit position of the feature amount template of the recognized object image, and can immediately select a hash table of a tree-structured database using this hash value. Therefore, it is not necessary to determine the condition of each node of the tree structure, which leads to a significant reduction in search time and enables high-speed object recognition.

また、ハッシュテーブルに予めその数が絞り込まれた特徴量テンプレートが対応付けられている。このため、マッチング部5は、この絞り込まれた特徴量テンプレートに対してのみ、マッチングを行えばよい。したがって、大幅なマッチング時間の短縮に繋がり、さらに高速な物体認識が可能となる。例えば、8階層の木構造のデータベース(7ビットハッシュ)の場合、特徴量テンプレートの数を、5000個から30個までに絞り込み、各ハッシュテーブルに対応付けることができる。この場合、30個の特徴量テンプレートのみに対してマッチングを行えばよいため、大幅なマッチング時間の短縮に繋がる。   Further, a feature amount template whose number is previously narrowed down is associated with the hash table. For this reason, the matching unit 5 only needs to perform matching on the narrowed feature amount template. Therefore, the matching time is greatly shortened, and higher-speed object recognition is possible. For example, in the case of an 8-level tree-structured database (7-bit hash), the number of feature amount templates can be narrowed down from 5000 to 30 and associated with each hash table. In this case, since it is only necessary to perform matching for 30 feature amount templates, this significantly reduces the matching time.

マッチング部5は、選択したハッシュテーブルに属するモデル画像の特徴量テンプレートと、認識物体画像の特徴量テンプレートとのマッチングを行う(f)。マッチング部5は、例えば、各モデル画像の特徴量テンプレートと、認識物体画像の特徴量テンプレートとの相関値を夫々算出する。そして、マッチング部5は、算出した相関値が最も高いモデル画像の特徴量テンプレートを認識物体として認識し、その物体及び姿勢を出力する。   The matching unit 5 performs matching between the feature amount template of the model image belonging to the selected hash table and the feature amount template of the recognized object image (f). For example, the matching unit 5 calculates a correlation value between the feature value template of each model image and the feature value template of the recognized object image. Then, the matching unit 5 recognizes the feature amount template of the model image having the highest calculated correlation value as a recognition object, and outputs the object and posture.

なお、マッチング部5は、算出した相関値が所定値以下となり相関が低い(マッチングするものがない)場合、本認識処理を終了してもよい。あるいは、マッチング部5は、算出した相関値が所定値以下となり相関が低い場合、他のハッシュテーブルに属するモデル画像の特徴量テンプレートと、認識物体画像の特徴量テンプレートとのマッチングを再度行ってもよい。   Note that the matching unit 5 may end the recognition process when the calculated correlation value is equal to or less than a predetermined value and the correlation is low (no matching). Alternatively, when the calculated correlation value is equal to or lower than the predetermined value and the correlation is low, the matching unit 5 may perform matching between the feature amount template of the model image belonging to another hash table and the feature amount template of the recognized object image again. Good.

次に、本実施形態1に係る物体認識方法について説明する。図6は、本実施形態に係る物体認識方法の処理フローを示すフローチャートである。
オフライン工程において、画像取得部2は、カメラを用いて、物体のモデル画像を取得する(ステップS101)。
Next, the object recognition method according to the first embodiment will be described. FIG. 6 is a flowchart showing a processing flow of the object recognition method according to the present embodiment.
In the offline process, the image acquisition unit 2 acquires a model image of an object using a camera (step S101).

特徴量抽出部3は、画像取得部2により取得されたモデル画像から、特徴量を抽出し、特徴量テンプレートを生成する(ステップS102)。特徴量抽出部3は、生成した特徴量テンプレートをバイナリ化する(ステップS103)。   The feature amount extraction unit 3 extracts a feature amount from the model image acquired by the image acquisition unit 2, and generates a feature amount template (step S102). The feature quantity extraction unit 3 binarizes the generated feature quantity template (step S103).

テンプレート分配部4は、予め設定された階層の木構造データベースにハッシュテーブルを配置した探索空間を生成する(ステップS104)。
テンプレート分配部4は、特徴量抽出部3によりバイナリ化された特徴量テンプレートに基づいて、上記評価関数の評価値が最小となるように、該特徴量テンプレートにおけるビット位置を算出する(ステップS105)。
The template distribution unit 4 generates a search space in which hash tables are arranged in a tree structure database set in advance (step S104).
The template distribution unit 4 calculates the bit position in the feature value template based on the feature value template binarized by the feature value extraction unit 3 so that the evaluation value of the evaluation function is minimized (step S105). .

テンプレート分配部4は、各特徴量テンプレートのハッシュ値を算出し、算出したハッシュ値と一致する木構造データベースのハッシュテーブルに、各特徴量テンプレートを分配し対応付ける(ステップS106)。   The template distribution unit 4 calculates the hash value of each feature value template, and distributes and associates each feature value template with the hash table of the tree structure database that matches the calculated hash value (step S106).

オンライン工程において、画像取得部2は、カメラを用いて、認識物体画像を取得する。
特徴量抽出部3は、画像取得部2により取得された認識物体画像から特徴量を抽出し(ステップS107)、特徴量テンプレートを生成する(ステップS108)。さらに、特徴量抽出部3は、生成した特徴量テンプレートをバイナリ化する(ステップS109)。マッチング部5は、上記算出された特徴量テンプレートのビット位置の値を並べて、ハッシュ値を算出する(ステップS110)。マッチング部5は、算出したハッシュ値に対応する木構造データベースのハッシュテーブルを選択する(ステップS111)。
In the online process, the image acquisition unit 2 acquires a recognized object image using a camera.
The feature amount extraction unit 3 extracts a feature amount from the recognized object image acquired by the image acquisition unit 2 (step S107), and generates a feature amount template (step S108). Further, the feature quantity extraction unit 3 binarizes the generated feature quantity template (step S109). The matching unit 5 arranges the calculated bit position values of the feature amount template to calculate a hash value (step S110). The matching unit 5 selects a hash table of the tree structure database corresponding to the calculated hash value (step S111).

マッチング部5は、選択したハッシュテーブルに属するモデル画像の特徴量テンプレートと、認識物体画像の特徴量テンプレートとのマッチングを行う(ステップS112)。
マッチング部5は、認識物体画像の特徴量テンプレートとの相関値が最も高いモデル画像の特徴量テンプレートを認識物体として認識し、その物体及び姿勢を出力する(ステップS113)。
The matching unit 5 performs matching between the feature amount template of the model image belonging to the selected hash table and the feature amount template of the recognized object image (step S112).
The matching unit 5 recognizes the feature amount template of the model image having the highest correlation value with the feature amount template of the recognized object image as a recognition object, and outputs the object and posture (step S113).

以上、本実施形態1において、木構造データベースにハッシュテーブルを配置した探索空間を生成し、バイナリ化したモデル画像の特徴量テンプレートに基づいて、上記評価関数の評価値が最小となるように、該特徴量テンプレートにおけるビット位置の組合せを算出し、該算出したビット位置の組合せにおける特徴量テンプレートの値に基づいてハッシュテーブルのハッシュ値を算出し、特徴量テンプレートのハッシュ値に基づいて、特徴量テンプレートを木構造データベースのハッシュテーブルに分配する。これにより、特徴量テンプレートの数が各ハッシュテーブルで均一に最も近くなり、各ハッシュテーブルのハッシュ値は、算出したビット位置の組合せにおける特徴量テンプレートの値に基づいて算出されたものとなる。さらに、バイナリ化した認識物体画像の特徴量テンプレートのビット位置の値に基づいて、認識対象物の特徴量テンプレートのハッシュ値を算出し、算出したハッシュ値に対応する木構造データベースのハッシュテーブルを選択し、該選択したハッシュテーブルに属する特徴量テンプレートと、認識対象物の特徴量テンプレートとのマッチングを行う。これにより、認識物体画像の特徴量テンプレートのビット位置からハッシュ値を算出し、このハッシュ値を用いて、即座に、木構造のデータベースのハッシュテーブルを選択できる。従がって、木構造の各ノードの条件判定を行う必要がなく、探索時間の削減に繋がり、高速な物体認識が可能となる。また、ハッシュテーブルに予めその数が絞り込まれた特徴量テンプレートが対応付けられている。このため、マッチング部は、この絞り込まれた特徴量テンプレートに対してのみ、マッチングを行えばよい。したがって、マッチング時間の短縮に繋がり、高速な物体認識が可能となる。
さらに、モデル画像の特徴量テンプレートの数が各ハッシュテーブルで均一に最も近くなるように、各特徴量テンプレートを分配できる。すなわち、各ハッシュテーブルにおいて一様にモデル画像の特徴量テンプレートの探索範囲を狭めることができる。したがって、どのような姿勢の認識物体の特徴量テンプレートに対しても、数を均一に絞り込んだハッシュテーブルのモデル画像の特徴量テンプレートと、マッチングを行うことができる。このため、認識精度を良好に維持しつつ、高速な物体認識が可能となる。
As described above, in the first embodiment, the search space in which the hash table is arranged in the tree structure database is generated, and the evaluation value of the evaluation function is minimized based on the feature amount template of the model image binarized. A combination of bit positions in the feature amount template is calculated, a hash value of the hash table is calculated based on a value of the feature amount template in the calculated combination of bit positions, and a feature amount template is calculated based on the hash value of the feature amount template Is distributed to the hash table of the tree structure database. As a result, the number of feature amount templates is uniformly closest in each hash table, and the hash value of each hash table is calculated based on the value of the feature amount template in the calculated bit position combination. Furthermore, the hash value of the feature amount template of the recognition target object is calculated based on the bit position value of the feature amount template of the recognized recognition object image, and the hash table of the tree structure database corresponding to the calculated hash value is selected. Then, the feature amount template belonging to the selected hash table is matched with the feature amount template of the recognition target object. Thereby, a hash value is calculated from the bit position of the feature amount template of the recognized object image, and a hash table of a tree-structured database can be immediately selected using this hash value. Therefore, it is not necessary to determine the condition of each node in the tree structure, which leads to reduction in search time and enables high-speed object recognition. Further, a feature amount template whose number is previously narrowed down is associated with the hash table. For this reason, the matching unit only needs to perform matching on the narrowed-down feature amount template. Therefore, matching time is shortened, and high-speed object recognition is possible.
Furthermore, each feature quantity template can be distributed so that the number of feature quantity templates of the model image is uniformly closest in each hash table. That is, the search range of the feature amount template of the model image can be narrowed uniformly in each hash table. Therefore, the feature amount template of the recognition object in any posture can be matched with the feature amount template of the model image of the hash table in which the number is uniformly narrowed down. Therefore, high-speed object recognition is possible while maintaining good recognition accuracy.

実施形態2
本発明の実施形態2において、 テンプレート分配部4は、例えば、特徴量テンプレートの数が各ハッシュテーブルで均一に最も近くなるように特徴量テンプレートが分配され、かつ、同一モデルで類似姿勢の特徴量テンプレートが同一のハッシュテーブルに分配されないような下記評価関数を用いて、特徴量テンプレートにおけるビット位置を算出する。

Figure 0006493102
但し、x、yは同一物体の特徴量を示し、q、qは、その姿勢を示すクォータニオンである。τは、予め実験的に求め設定される閾値であり、例えば、0.3が設定されている。上記関数P(N)は、同一モデルで姿勢が類似している場合に、ペナルティとして1を出力する関数である。 Embodiment 2
In Embodiment 2 of the present invention, for example, the template distribution unit 4 distributes feature amount templates so that the number of feature amount templates is uniformly closest in each hash table, and the feature amount of a similar posture in the same model. The bit position in the feature amount template is calculated using the following evaluation function that does not distribute the template to the same hash table.
Figure 0006493102
However, x, y denotes the characteristic quantity of the same object, q x, q y is a quaternion representing the posture. τ is a threshold that is experimentally determined and set in advance, and is set to, for example, 0.3. The function P (N) is a function that outputs 1 as a penalty when the posture is similar in the same model.

上記評価関数において、前方の項は、上記実施形態1の評価関数と同一であり、特徴量テンプレートの数が各ハッシュテーブルで均一に最も近くなるように特徴量テンプレートを分配するための項である。また、後方の項(関数P(N)を含む項)は、ペナルティ項であり、同一モデルで類似姿勢の特徴量テンプレートが同一のハッシュテーブルに分配されないようにする(モデル種類を散けるようにする)ための項である。この項によって、同一モデルで類似姿勢の特徴量テンプレートは別々のハッシュテーブルに分配される。   In the evaluation function, the front term is the same as the evaluation function of the first embodiment, and is a term for distributing feature amount templates so that the number of feature amount templates is uniformly closest in each hash table. . Further, the backward term (term including the function P (N)) is a penalty term and prevents feature amount templates of similar poses in the same model from being distributed to the same hash table (so that model types can be scattered). It is a term for). With this term, feature amount templates of the same model and similar posture are distributed to different hash tables.

例えば、同一モデルが同一のハッシュテーブルにある場合、ハッシュ値の算出で参照しているビット位置だけ見ると、同一モデルで姿勢が類似しているものが同一のハッシュテーブルに分配され易い。一方で、一般に類似したもの同志から局所探索するよりも、出来るだけ異なったもの同志からグローバル探索した方が、より良好な探索結果が得られる。本実施形態においては、最初、ハッシュ値の算出で参照しているビット位置のみを見て、該当するハッシュテーブルを選択し、その後、選択したハッシュテーブルに属する全特徴量テンプレートと認識対象物の特徴量テンプレートとのマッチングを行う。このため、同一モデルで類似姿勢の特徴量テンプレートが別々のハッシュテーブルに分配され、モデル種類を散けた方が、より良好な探索結果が得られ、物体の認識精度も高くなる。   For example, when the same model is in the same hash table, if only the bit positions referred to in the calculation of the hash value are viewed, those with the same model and similar attitude are likely to be distributed to the same hash table. On the other hand, in general, a better search result can be obtained by performing a global search from as many different players as possible than from a local search from similar ones. In the present embodiment, first, only the bit position referred to in the calculation of the hash value is viewed, the corresponding hash table is selected, and then all the feature amount templates belonging to the selected hash table and the features of the recognition target object are selected. Match with quantity template. For this reason, when the feature amount templates of similar postures in the same model are distributed to different hash tables and the model types are scattered, a better search result can be obtained and the object recognition accuracy is improved.

以上、本実施形態2によれば、上記評価関数を用いることにより、モデル画像の特徴量テンプレートの数が各ハッシュテーブルで均一に最も近くなるように、かつ、同一モデルで類似姿勢の特徴量テンプレートが同一のハッシュテーブルとならないように、特徴量テンプレートを分配できる。
モデル画像の特徴量テンプレートの数が各ハッシュテーブルで均一に最も近くなるように、特徴量テンプレートを分配することで、上記実施形態1と同様に、高速な物体認識が可能となる。さらに、同一モデルで類似姿勢の特徴量テンプレートが同一のハッシュテーブルとならないように、特徴量テンプレートを分配することで、上記実施形態1に比して、より高精度に物体を認識できる。すなわち、物体の認識精度をより良好に維持しつつ、高速な物体認識が可能となる。
As described above, according to the second embodiment, by using the above evaluation function, the number of feature amount templates of the model image is uniformly closest in each hash table, and the feature amount template having the similar posture in the same model is used. The feature amount templates can be distributed so that they do not become the same hash table.
By distributing the feature amount templates so that the number of feature amount templates of the model image is uniformly closest in each hash table, high-speed object recognition is possible as in the first embodiment. Further, by distributing the feature amount templates so that the feature amount templates of similar postures in the same model do not become the same hash table, an object can be recognized with higher accuracy than in the first embodiment. That is, high-speed object recognition is possible while maintaining better object recognition accuracy.

次に上述した本実施形態1及び2に係る物体認識装置を用いて物体を認識したシミュレーション結果について説明する。
図7及び図8は、RBS、PBS、TBS、及びTBVによる認識精度及び認識物体の数との関係を示す図である。図9及び図10は、RBS、PBS、TBS、及びTBVによる認識時間及び認識物体の数との関係を示す図である。
Next, a simulation result obtained by recognizing an object using the object recognition apparatus according to the first and second embodiments described above will be described.
7 and 8 are diagrams showing the relationship between the recognition accuracy by RBS, PBS, TBS, and TBV and the number of recognized objects. 9 and 10 are diagrams showing the relationship between the recognition time and the number of recognition objects by RBS, PBS, TBS, and TBV.

なお、図7及び図8では、認識物体の一例としてサルの置物(ape)を用い、図9及び図10では認識物体の一例としてランプの置物(lamp)を用いている。また、RBS(Randomness-based selection)では、特徴量テンプレートのビット位置をランダムに設定している。また、PBS(Probability-based selection)では、認識物体のエントロピーに基づいて特徴量テンプレートのビット位置を設定している。TBS(Tree-based selection)では、上記実施形態1に係る評価関数(1)式を用いて特徴量テンプレートのビット位置を設定している。TBV(Tree-based selection with view scattering)では、上記実施形態2に係る評価関数(2)式を用いて特徴量テンプレートのビット位置を設定している。本シミュレーションでは、RBS、PBS、TBS、及びTBVにおいて、上記のように特徴量テンプレートのビット位置を設定し、マッチングを行っている。   7 and 8, a monkey figurine (ape) is used as an example of a recognition object, and a lamp figurine (lamp) is used as an example of a recognition object in FIGS. 9 and 10. In RBS (Randomness-based selection), the bit position of the feature amount template is set at random. In PBS (Probability-based selection), the bit position of the feature amount template is set based on the entropy of the recognized object. In TBS (Tree-based selection), the bit position of the feature amount template is set using the evaluation function (1) according to the first embodiment. In TBV (Tree-based selection with view scattering), the bit position of the feature amount template is set using the evaluation function (2) according to the second embodiment. In this simulation, the bit position of the feature amount template is set as described above for RBS, PBS, TBS, and TBV, and matching is performed.

図7及び図8に示す如く、本実施形態に係るTBS(評価関数(1)式)及びTBV(評価関数(2)式)のいずれも、他のPBS及びRBSに比して、良好な認識精度が得られていることが分かる。また、本実施形態2に係るTBV(評価関数(2)式)は、本実施形態1に係るTBS(評価関数(1)式)よりも高い認識精度が得られていることが分かる。   As shown in FIGS. 7 and 8, both TBS (evaluation function (1)) and TBV (evaluation function (2)) according to the present embodiment are better recognized than other PBSs and RBSs. It can be seen that accuracy is obtained. It can also be seen that the TBV (evaluation function (2)) according to the second embodiment has higher recognition accuracy than the TBS (evaluation function (1)) according to the first embodiment.

さらに、図9及び図10に示す如く、本実施形態に係るTBS(評価関数(1)式)及びTBV(評価関数(2)式)のいずれも、他のPBS及びRBSに比して、大幅に認識時間が短縮され、高速な物体認識が可能であることが分かる。特に、認識物体の数(種類)が増加すると、他のPBS及びRBSでは、その数に比例して認識時間が増加しているが、本実施形態に係るTBS(評価関数(1)式)及びTBV(評価関数(2)式)では、認識物体の数が増加しても認識時間がほとんど変化しない点で優れている。   Furthermore, as shown in FIGS. 9 and 10, both TBS (Evaluation Function (1)) and TBV (Evaluation Function (2)) according to the present embodiment are significantly larger than other PBS and RBS. It can be seen that the recognition time is shortened and high-speed object recognition is possible. In particular, when the number (type) of recognition objects increases, in other PBSs and RBSs, the recognition time increases in proportion to the number, but the TBS (Evaluation Function (1)) and TBV (evaluation function (2)) is excellent in that the recognition time hardly changes even when the number of recognized objects increases.

すなわち、図7乃至図10に示すシミュレーション結果から、TBS(評価関数(1)式)及びTBV(評価関数(2)式)を用いた本実施形態1及び2に係る物体認識装置1は、物体の認識精度を良好に維持しつつ、高速な物体認識が可能とであるということが分かる。   That is, from the simulation results shown in FIGS. 7 to 10, the object recognition apparatus 1 according to the first and second embodiments using TBS (evaluation function (1)) and TBV (evaluation function (2)) It can be seen that high-speed object recognition is possible while maintaining good recognition accuracy.

なお、本発明は上記実施の形態に限られたものではなく、趣旨を逸脱しない範囲で適宜変更することが可能である。
例えば、上記実施形態において、特徴量抽出部3は、画像取得部2により取得されたモデル画像から特徴量を抽出し、多段階的なサイズに変化させた特徴量テンプレートを生成してもよい。これにより、例えば、物体あるいはモデルを遠方あるいは近接して見るなどの撮影レンジを変化させた場合でも、その撮影レンジに対応して特徴量テンプレートのサイズを変化させることで、その検出精度を向上させることができる。
Note that the present invention is not limited to the above-described embodiment, and can be changed as appropriate without departing from the spirit of the present invention.
For example, in the above-described embodiment, the feature amount extraction unit 3 may extract a feature amount from the model image acquired by the image acquisition unit 2 and generate a feature amount template that is changed to a multistage size. As a result, even when the shooting range is changed, for example, when an object or model is viewed at a distance or close, the detection accuracy is improved by changing the size of the feature amount template corresponding to the shooting range. be able to.

この場合、テンプレート分配部4は、特徴量テンプレートの各ビット位置の値に基づいて、その特徴量テンプレートのサイズに対応したハッシュ関数を用いてハッシュ値を算出する。例えば、図11に示す如く、テンプレート分配部4は、特徴量テンプレートの各ビット位置の値に基づいて、その特徴量テンプレートのサイズ32*32、48*48、64*64に対応したハッシュ関数A、B、Cを用いてハッシュ値を夫々算出する。   In this case, the template distribution unit 4 calculates a hash value using a hash function corresponding to the size of the feature amount template based on the value of each bit position of the feature amount template. For example, as shown in FIG. 11, the template distribution unit 4 performs the hash function A corresponding to the size 32 * 32, 48 * 48, 64 * 64 of the feature amount template based on the value of each bit position of the feature amount template. , B, and C are used to calculate hash values.

また、本発明は、例えば、図6に示す処理を、CPU又はGPU(Graphics Processing Unit)にコンピュータプログラムを実行させることにより実現することも可能である。
プログラムは、様々なタイプの非一時的なコンピュータ可読媒体(non-transitory computer readable medium)を用いて格納され、コンピュータに供給することができる。非一時的なコンピュータ可読媒体は、様々なタイプの実体のある記録媒体(tangible storage medium)を含む。非一時的なコンピュータ可読媒体の例は、磁気記録媒体(例えばフレキシブルディスク、磁気テープ、ハードディスクドライブ)、光磁気記録媒体(例えば光磁気ディスク)、CD−ROM(Read Only Memory)、CD−R、CD−R/W、半導体メモリ(例えば、マスクROM、PROM(Programmable ROM)、EPROM(Erasable PROM)、フラッシュROM、RAM(random access memory))を含む。
The present invention can also be realized, for example, by causing a CPU or a GPU (Graphics Processing Unit) to execute a computer program as shown in FIG.
The program may be stored using various types of non-transitory computer readable media and supplied to a computer. Non-transitory computer readable media include various types of tangible storage media. Examples of non-transitory computer-readable media include magnetic recording media (for example, flexible disks, magnetic tapes, hard disk drives), magneto-optical recording media (for example, magneto-optical disks), CD-ROMs (Read Only Memory), CD-Rs, CD-R / W and semiconductor memory (for example, mask ROM, PROM (Programmable ROM), EPROM (Erasable PROM), flash ROM, RAM (random access memory)) are included.

また、プログラムは、様々なタイプの一時的なコンピュータ可読媒体(transitory computer readable medium)によってコンピュータに供給されてもよい。一時的なコンピュータ可読媒体の例は、電気信号、光信号、及び電磁波を含む。一時的なコンピュータ可読媒体は、電線及び光ファイバ等の有線通信路、又は無線通信路を介して、プログラムをコンピュータに供給できる。   The program may also be supplied to the computer by various types of transitory computer readable media. Examples of transitory computer readable media include electrical signals, optical signals, and electromagnetic waves. The temporary computer-readable medium can supply the program to the computer via a wired communication path such as an electric wire and an optical fiber, or a wireless communication path.

1 物体認識装置、2 画像取得部、3 特徴量抽出部、4 テンプレート分配部、5 マッチング部 DESCRIPTION OF SYMBOLS 1 Object recognition apparatus, 2 Image acquisition part, 3 Feature value extraction part, 4 Template distribution part, 5 Matching part

Claims (4)

複数の物体の画像を取得するステップと、
前記物体の画像の特徴量を抽出した特徴量テンプレートを生成し、該特徴量テンプレートをバイナリ化するステップと、
木構造データベースにハッシュテーブルを配置した探索空間を生成し、前記バイナリ化した特徴量テンプレートに基づいて、下記評価関数の評価値が最小となるように、該特徴量テンプレートにおけるビット位置を算出し、該算出したビット位置における前記特徴量テンプレートの値に基づいて前記ハッシュテーブルのハッシュ値を算出し、前記特徴量テンプレートのハッシュ値に基づいて、前記特徴量テンプレートを前記木構造データベースのハッシュテーブルに分配するステップと、
認識対象物の画像を取得するステップと、
前記認識対象物の画像の特徴量を抽出した特徴量テンプレートを生成し、該特徴量テンプレートをバイナリ化するステップと、
前記バイナリ化した特徴量テンプレートの前記ビット位置の値に基づいて、前記認識対象物の特徴量テンプレートのハッシュ値を算出するステップと、
前記算出したハッシュ値に対応する前記木構造データベースのハッシュテーブルを選択し、該選択したハッシュテーブルに属する特徴量テンプレートと、前記認識対象物の特徴量テンプレートとのマッチングを行うステップと、
を含むことを特徴とする物体認識方法。
Figure 0006493102
但し、Nは前記探索空間のi番目(i=1〜n:nは予め設定された木構造の階層数)のノードにおける前記特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、左側に分配される前記特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、右側に分配される前記特徴量テンプレートの数である。
Acquiring images of a plurality of objects;
Generating a feature amount template obtained by extracting the feature amount of the image of the object, and binarizing the feature amount template;
Generate a search space in which a hash table is arranged in a tree structure database, and based on the binary feature quantity template, calculate a bit position in the feature quantity template so that an evaluation value of the following evaluation function is minimized, A hash value of the hash table is calculated based on the value of the feature value template at the calculated bit position, and the feature value template is distributed to the hash table of the tree structure database based on the hash value of the feature value template And steps to
Obtaining an image of the recognition object;
Generating a feature amount template obtained by extracting the feature amount of the image of the recognition object, and binarizing the feature amount template;
Calculating a hash value of the feature amount template of the recognition target based on the value of the bit position of the binary feature amount template;
Selecting a hash table of the tree structure database corresponding to the calculated hash value, and matching the feature amount template belonging to the selected hash table with the feature amount template of the recognition target;
An object recognition method comprising:
Figure 0006493102
Here, N i is the number of the feature amount templates in the i-th node (i = 1 to n: n is a preset number of hierarchies of the tree structure) in the search space, and | S B L (N i ) | branches from the i-th node, the number of the feature amount template is distributed to the left, | S B R (N i ) | , the which branched from i-th node, is distributed to the right This is the number of feature quantity templates.
請求項1に記載の物体認識方法であって、
下記評価関数の評価値が最小となるように、前記特徴量テンプレートにおけるビット位置を算出する、ことを特徴とする物体認識方法。
Figure 0006493102
但し、x、yは同一物体の特徴量を示し、q、qは、その姿勢を示すクォータニオンであり、τは、予め設定される閾値であり、上記関数P(N)は、同一の物体で姿勢が近い場合に、ペナルティとして1を出力する関数である。
The object recognition method according to claim 1,
An object recognition method characterized by calculating a bit position in the feature amount template so that an evaluation value of the following evaluation function is minimized.
Figure 0006493102
However, x and y indicate feature quantities of the same object, q x and q y are quaternions indicating their postures, τ is a preset threshold value, and the function P (N) is the same This is a function that outputs 1 as a penalty when the posture is close to an object.
複数の物体の画像を取得する画像取得手段と、
前記画像取得手段により取得された物体の画像の特徴量を抽出した特徴量テンプレートを生成し、該特徴量テンプレートをバイナリ化する特徴量抽出手段と、
木構造データベースにハッシュテーブルを配置した探索空間を生成し、前記特徴量抽出手段により前記バイナリ化された特徴量テンプレートに基づいて、下記評価関数の評価値が最小となるように、該特徴量テンプレートにおけるビット位置を算出し、該算出したビット位置における前記特徴量テンプレートの値に基づいて前記ハッシュテーブルのハッシュ値を算出し、前記特徴量テンプレートのハッシュ値に基づいて、前記特徴量テンプレートを前記木構造データベースのハッシュテーブルに分配するテーブル分配手段と、
前記画像取得手段により認識対象物の画像を取得しており、前記特徴量抽出手段により該取得された認識画像の特徴量を抽出した特徴量テンプレートを生成し該特徴量テンプレートをバイナリ化しており、該バイナリ化した特徴量テンプレートの前記ビット位置の値に基づいて、前記認識対象物の特徴量テンプレートのハッシュ値を算出し、該算出したハッシュ値に対応する前記木構造データベースのハッシュテーブルを選択し、該選択したハッシュテーブルに属する特徴量テンプレートと、前記認識対象物の特徴量テンプレートとのマッチングを行うマッチング手段と、
を備える、ことを特徴とする物体認識装置。
Figure 0006493102
但し、Nは前記探索空間のi番目(i=1〜n:nは予め設定された木構造の階層数)のノードにおける前記特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、左側に分配される前記特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、右側に分配される前記特徴量テンプレートの数である。
Image acquisition means for acquiring images of a plurality of objects;
A feature amount extraction unit that generates a feature amount template obtained by extracting the feature amount of the image of the object acquired by the image acquisition unit, and binarizes the feature amount template;
Generate a search space in which a hash table is arranged in a tree structure database, and based on the binary feature value template by the feature value extraction means, the feature value template so that the evaluation value of the following evaluation function is minimized The hash value of the hash table is calculated based on the value of the feature value template at the calculated bit position, and the feature value template is calculated based on the hash value of the feature value template. Table distribution means for distributing to the hash table of the structure database;
An image of a recognition object is acquired by the image acquisition unit, a feature amount template is generated by extracting the feature amount of the acquired recognition image by the feature amount extraction unit, and the feature amount template is binarized; Based on the value of the bit position of the binarized feature value template, the hash value of the feature value template of the recognition target is calculated, and the hash table of the tree structure database corresponding to the calculated hash value is selected. Matching means for matching the feature amount template belonging to the selected hash table and the feature amount template of the recognition target object;
An object recognition apparatus comprising:
Figure 0006493102
Here, N i is the number of the feature amount templates in the i-th node (i = 1 to n: n is a preset number of hierarchies of the tree structure) in the search space, and | S B L (N i ) | branches from the i-th node, the number of the feature amount template is distributed to the left, | S B R (N i ) | , the which branched from i-th node, is distributed to the right This is the number of feature quantity templates.
複数の物体の画像を取得する処理と、
前記物体の画像の特徴量を抽出した特徴量テンプレートを生成し、該特徴量テンプレートをバイナリ化する処理と、
木構造データベースにハッシュテーブルを配置した探索空間を生成し、前記バイナリ化した特徴量テンプレートに基づいて、下記評価関数の評価値が最小となるように、該特徴量テンプレートにおけるビット位置を算出し、該算出したビット位置における前記特徴量テンプレートの値に基づいて前記ハッシュテーブルのハッシュ値を算出し、前記特徴量テンプレートのハッシュ値に基づいて、前記特徴量テンプレートを前記木構造データベースのハッシュテーブルに分配する処理と、
認識対象物の画像を取得する処理と、
前記認識対象物の画像の特徴量を抽出した特徴量テンプレートを生成し、該特徴量テンプレートをバイナリ化する処理と、
前記バイナリ化した特徴量テンプレートの前記ビット位置の値に基づいて、前記認識対象物の特徴量テンプレートのハッシュ値を算出する処理と、
前記算出したハッシュ値に対応する前記木構造データベースのハッシュテーブルを選択し、該選択したハッシュテーブルに属する特徴量テンプレートと、前記認識対象物の特徴量テンプレートとのマッチングを行う処理と、
をコンピュータに実行させる、ことを特徴とするプログラム。
Figure 0006493102
但し、Nは前記探索空間のi番目(i=1〜n:nは予め設定された木構造の階層数)のノードにおける前記特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、左側に分配される前記特徴量テンプレートの数であり、|S (N)|は、i番目のノードから分岐し、右側に分配される前記特徴量テンプレートの数である。
Processing to acquire images of a plurality of objects;
Generating a feature amount template obtained by extracting the feature amount of the image of the object, and binarizing the feature amount template;
Generate a search space in which a hash table is arranged in a tree structure database, and based on the binary feature quantity template, calculate a bit position in the feature quantity template so that an evaluation value of the following evaluation function is minimized, A hash value of the hash table is calculated based on the value of the feature value template at the calculated bit position, and the feature value template is distributed to the hash table of the tree structure database based on the hash value of the feature value template Processing to
Processing to acquire an image of the recognition object;
Generating a feature amount template obtained by extracting the feature amount of the image of the recognition target object, and binarizing the feature amount template;
A process of calculating a hash value of the feature amount template of the recognition target based on the value of the bit position of the binary feature amount template;
A process of selecting a hash table of the tree structure database corresponding to the calculated hash value, and performing a matching between a feature value template belonging to the selected hash table and a feature value template of the recognition target object;
A program characterized by causing a computer to execute.
Figure 0006493102
Here, N i is the number of the feature amount templates in the i-th node (i = 1 to n: n is a preset number of hierarchies of the tree structure) in the search space, and | S B L (N i ) | branches from the i-th node, the number of the feature amount template is distributed to the left, | S B R (N i ) | , the which branched from i-th node, is distributed to the right This is the number of feature quantity templates.
JP2015172651A 2015-09-02 2015-09-02 Object recognition method, object recognition apparatus, and program Active JP6493102B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015172651A JP6493102B2 (en) 2015-09-02 2015-09-02 Object recognition method, object recognition apparatus, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015172651A JP6493102B2 (en) 2015-09-02 2015-09-02 Object recognition method, object recognition apparatus, and program

Publications (2)

Publication Number Publication Date
JP2017049815A JP2017049815A (en) 2017-03-09
JP6493102B2 true JP6493102B2 (en) 2019-04-03

Family

ID=58279823

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015172651A Active JP6493102B2 (en) 2015-09-02 2015-09-02 Object recognition method, object recognition apparatus, and program

Country Status (1)

Country Link
JP (1) JP6493102B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019185613A (en) * 2018-04-16 2019-10-24 トヨタ自動車株式会社 Component information providing method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4883649B2 (en) * 2006-08-31 2012-02-22 公立大学法人大阪府立大学 Image recognition method, image recognition apparatus, and image recognition program

Also Published As

Publication number Publication date
JP2017049815A (en) 2017-03-09

Similar Documents

Publication Publication Date Title
Lu et al. Geometry uncertainty projection network for monocular 3d object detection
Chen et al. Scan2cap: Context-aware dense captioning in rgb-d scans
US10740963B2 (en) 3D virtual environment generating method and device
US20190362181A1 (en) Using a probabilistic model for detecting an object in visual data
Pape et al. Utilizing machine learning approaches to improve the prediction of leaf counts and individual leaf segmentation of rosette plant images
Deng et al. Leveraging the wisdom of the crowd for fine-grained recognition
CN105608459B (en) The dividing method and its device of commodity picture
JP2007502473A5 (en)
CN105117399B (en) Image searching method and device
US10007678B2 (en) Image processing apparatus, image processing method, and recording medium
US20170323149A1 (en) Rotation invariant object detection
KR101994319B1 (en) Apparatus of recognizing an object using a depth image and method thereof
JP2017010554A (en) Curved line detection method and curved line detection device
JP2016192007A (en) Machine learning device, machine learning method, and machine learning program
JP6524910B2 (en) Object detection device, object detection method and learning device
KR102166117B1 (en) Semantic matchaing apparatus and method
JP6493102B2 (en) Object recognition method, object recognition apparatus, and program
CN114860991A (en) Short video de-duplication method and computer readable storage medium
Bergamasco et al. A graph-based technique for semi-supervised segmentation of 3D surfaces
JP6598480B2 (en) Image processing apparatus, image processing method, and program
JP2007066019A (en) Method and apparatus for retrieving image
KR101961854B1 (en) Apparatus for recognizing object using 3d object modeling
CN114708449B (en) Similar video determination method, and training method and device of example characterization model
EP3748460A1 (en) Search system, search method, and program
Pavel et al. Reliable object recognition using sift features

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20171024

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20181022

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20181106

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181225

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190205

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190218

R151 Written notification of patent or utility model registration

Ref document number: 6493102

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151