JP2014048989A - Bof expression generation device and bof expression generation method - Google Patents

Bof expression generation device and bof expression generation method Download PDF

Info

Publication number
JP2014048989A
JP2014048989A JP2012192738A JP2012192738A JP2014048989A JP 2014048989 A JP2014048989 A JP 2014048989A JP 2012192738 A JP2012192738 A JP 2012192738A JP 2012192738 A JP2012192738 A JP 2012192738A JP 2014048989 A JP2014048989 A JP 2014048989A
Authority
JP
Japan
Prior art keywords
local feature
clusters
bof expression
cluster
bof
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.)
Granted
Application number
JP2012192738A
Other languages
Japanese (ja)
Other versions
JP5520353B2 (en
Inventor
Masajiro Iwasaki
雅二郎 岩崎
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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan 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 Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2012192738A priority Critical patent/JP5520353B2/en
Publication of JP2014048989A publication Critical patent/JP2014048989A/en
Application granted granted Critical
Publication of JP5520353B2 publication Critical patent/JP5520353B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Image Analysis (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a device or a method for generating BoF expression capable of performing accurate image retrieval.SOLUTION: Distances between i-th subject local feature quantity on an object image and a plurality of clusters are calculated respectively. Then, a plurality of clusters that are relatively closer to the i-th subject local feature quantity than other clusters are determined. The BoF expression corresponding to the object image is generated using ID information of the plurality of determined clusters.

Description

本発明は、BoF表現生成装置及びBoF表現生成方法に関するものである。   The present invention relates to a BoF expression generation device and a BoF expression generation method.

下記特許文献1に示されるように、局所特徴量を用いた画像認識手法が知られている。この手法では、画像を複数の部分に分割し、各部分に対応して局所特徴量を抽出し、この局所特徴量を用いて類似画像検索を行うことができる。これらの局所特徴量は、画像の特徴を精度良く表すために、通常、多次元のベクトルデータとされている。   As shown in Patent Document 1 below, an image recognition method using local feature amounts is known. In this method, an image is divided into a plurality of parts, a local feature amount is extracted corresponding to each part, and a similar image search can be performed using the local feature amount. These local feature quantities are usually multidimensional vector data in order to accurately represent the features of the image.

ところで、下記特許文献にも示されているように、局所特徴量を用いた類似画像検索では、計算量が膨大となる傾向がある。   By the way, as shown also in the following patent document, in the similar image search using the local feature amount, the calculation amount tends to be enormous.

そこで、局所特徴量を高速に検索するために、ビジュアルキーワードあるいはBoF(Bag of Features)という手法が提案されている。この手法では、複数の局所特徴量を予めクラスタリングすることにより、クラスタを代表する局所特徴量(つまりビジュアルキーワード)を算出する。さらに、各クラスタにIDを付す。これにより、各局所特徴量を、それが属するクラスタのIDに紐付けることができる。   Therefore, a technique called a visual keyword or BoF (Bag of Features) has been proposed to search for local feature quantities at high speed. In this method, a local feature amount (that is, a visual keyword) representing a cluster is calculated by clustering a plurality of local feature amounts in advance. Further, an ID is assigned to each cluster. Thereby, each local feature-value can be linked | related with ID of the cluster to which it belongs.

すると、ある画像に対応する複数の局所特徴量の集合は、クラスタIDのヒストグラム(集合ということもできる)により置き換えることができる。このクラスタIDのヒストグラムを、BoF表現あるいは単にBoFと呼ぶ。一枚の画像に対応して、一つのBoF表現を得ることができる。生成されたBoF表現は、一般に転置ファイルによって検索できる。なお、BoF表現を「特徴ベクトル」と称することがあるが、本明細書では、画像の特徴量を示す特徴ベクトルとの混同を避けるため、BoF表現という用語を用いる。   Then, a set of a plurality of local feature amounts corresponding to an image can be replaced by a cluster ID histogram (also referred to as a set). This cluster ID histogram is called BoF expression or simply BoF. One BoF expression can be obtained corresponding to one image. The generated BoF representation can generally be searched by a transposed file. The BoF expression is sometimes referred to as a “feature vector”. In this specification, the term “BoF expression” is used in order to avoid confusion with a feature vector indicating a feature amount of an image.

このように、BoF表現を用いることにより、局所特徴量を量子化して、データ量を減らすことができる。しかも、検索には転置ファイルを利用できるので、局所特徴量自体を用いるよりも高速な類似画像検索(つまり画像認識)が可能となる。   Thus, by using the BoF expression, the local feature amount can be quantized and the data amount can be reduced. In addition, since a transposed file can be used for the search, a similar image search (that is, image recognition) can be performed faster than using the local feature amount itself.

その一方で、局所特徴量を量子化することにより、検索精度が低下するという問題がある。これは、個別の局所特徴量をクラスタIDに置き換えてしまったことに起因すると考えられる。そこで、下記特許文献1では、画像の局所特徴量をクラスタにマッピングする(つまりクラスタIDに紐付ける)際に、局所特徴量とクラスタ中心との距離に応じた重み付けを行って、BoF表現を生成する。しかし、画像の撮影状態によっては、本来マッピングするべきでないクラスタに局所特徴量がマッピングされてしまい、結果的に検索精度が劣化することがある。この問題は、重み付けでは十分に解消できない。すなわち、従来の技術では、検索精度において改善の余地があった。   On the other hand, there is a problem that the search accuracy is lowered by quantizing the local feature amount. This is considered due to the fact that individual local feature values have been replaced with cluster IDs. Therefore, in Patent Document 1 below, when mapping the local feature quantity of an image to a cluster (that is, associating it with a cluster ID), weighting is performed according to the distance between the local feature quantity and the cluster center to generate a BoF expression To do. However, depending on the image capturing state, local feature amounts are mapped to clusters that should not be mapped originally, and as a result, search accuracy may deteriorate. This problem cannot be solved sufficiently by weighting. That is, the conventional technique has room for improvement in search accuracy.

特開2011−128773号公報(0003〜0005段落、0069段落)JP 2011-128773 A (paragraphs 0003 to 0005, paragraph 0069)

本発明は、前記した状況に鑑みてなされたものである。本発明の主な目的は、精度の良い画像検索を行うことが可能なBoF表現を生成する装置又は方法を提供することである。   The present invention has been made in view of the above situation. A main object of the present invention is to provide an apparatus or a method for generating a BoF expression capable of performing an accurate image search.

本発明は、以下のいずれかの項目に記載の構成とされている。   The present invention is configured as described in any of the following items.

(項目1)
複数の学習局所特徴量に対するクラスタリングにより生成される複数のクラスタを用いて、対象画像に対応するBoF表現を生成するための装置であって、
前記対象画像におけるi番目の対象局所特徴量と、前記複数のクラスタとのそれぞれの距離を算出する距離算出部と、
前記i番目の対象局所特徴量との距離が、他のクラスタよりも相対的に近い、複数のクラスタを特定するクラスタ特定部と、
特定された前記複数のクラスタのID情報を用いて、前記対象画像に対応するBoF表現を生成するBoF表現生成部と
を備えることを特徴とする、BoF表現生成装置。
(Item 1)
An apparatus for generating a BoF expression corresponding to a target image using a plurality of clusters generated by clustering for a plurality of learning local feature amounts,
A distance calculation unit that calculates distances between the i-th target local feature amount in the target image and the plurality of clusters;
A cluster identifying unit that identifies a plurality of clusters, the distance from the i-th target local feature is relatively closer than other clusters;
A BoF expression generation device, comprising: a BoF expression generation unit that generates BoF expression corresponding to the target image using ID information of the plurality of identified clusters.

本発明においては、特定の局所特徴量と、これに対して既定の関係にある複数のクラスタIDとを紐付けることができ、このクラスタIDを用いてBoF表現を生成することができる。このようなBoF表現の生成は、画像の学習工程あるいは認識(つまり類似検索)工程のいずれか又は両方において行うことができる。学習工程においては、本発明における対象画像は、学習画像であり、認識工程においては、本発明における対象画像は、クエリ(検索)画像である。   In the present invention, a specific local feature amount can be associated with a plurality of cluster IDs having a predetermined relationship with the local feature amount, and a BoF expression can be generated using the cluster ID. Such generation of the BoF expression can be performed in either or both of the image learning process and the recognition (that is, similarity search) process. In the learning step, the target image in the present invention is a learning image, and in the recognition step, the target image in the present invention is a query (search) image.

また、本発明のクラスタ特定部は、常に複数のクラスタを特定するものでなくとも良い。すなわち、本発明のクラスタ特定部は、既定条件を満たす場合のみ複数クラスタを特定する構成であってもよい。また、本発明においてクラスタの特定とは、クラスタIDを特定することを含む意味である。   Further, the cluster specifying unit of the present invention may not always specify a plurality of clusters. That is, the cluster specifying unit of the present invention may be configured to specify a plurality of clusters only when a predetermined condition is satisfied. In the present invention, the specification of the cluster means specifying the cluster ID.

(項目2)
前記クラスタ特定部は、前記i番目の対象局所特徴量との距離が既定値以内である複数のクラスタを特定する処理を行う構成となっている
項目1に記載のBoF表現生成装置。
(Item 2)
The BoF expression generation device according to Item 1, wherein the cluster specifying unit is configured to perform processing for specifying a plurality of clusters whose distance from the i-th target local feature is within a predetermined value.

クラスタ特定部は、既定値以内にあるすべてのクラスタを特定してもよく、あるいは、既定範囲内でかつ、近い順に既定個数以内のクラスタを特定してもよい。   The cluster specifying unit may specify all the clusters that are within the predetermined value, or may specify the clusters that are within the predetermined range and within the predetermined number in close order.

(項目3)
前記クラスタ特定部は、前記i番目の対象局所特徴量との距離が近い順に複数のクラスタを特定する処理を行う構成となっている
項目1に記載のBoF表現生成装置。
(Item 3)
The BoF expression generation device according to Item 1, wherein the cluster specifying unit is configured to perform a process of specifying a plurality of clusters in order of increasing distance from the i-th target local feature.

(項目4)
前記クラスタ特定部は、前記学習局所特徴量の原画像である学習画像と前記対象画像とのジャンルの異同に応じて、特定されるべき前記クラスタの数を変動させる構成となっている
項目1〜3のいずれか1項に記載のBoF表現生成装置。
(Item 4)
The cluster specifying unit is configured to vary the number of the clusters to be specified according to the genre difference between the learning image that is the original image of the learning local feature and the target image. 4. The BoF expression generation device according to any one of 3.

(項目5)
前記クラスタ特定部は、生成されたBoF表現を用いた画像検索において得られた検索結果の確信度に応じて、特定されるべき前記クラスタの数を変動させる構成となっている
項目1〜4のいずれか1項に記載のBoF表現生成装置。
(Item 5)
The cluster specifying unit is configured to vary the number of the clusters to be specified according to the certainty of the search result obtained in the image search using the generated BoF expression. The BoF expression generation device according to any one of the above.

ここで、検索結果の確信度とは、検索結果に対する信頼性を意味しており、それは例えば、検索により得られた画像の数により決定できる。あるいは、画像検索後に行われる、局所特徴量の座標を用いた照合による座標の一致度により、確信度を決定することも可能である。   Here, the certainty of the search result means the reliability of the search result, which can be determined by the number of images obtained by the search, for example. Alternatively, the certainty factor can be determined based on the degree of coincidence of coordinates obtained by collation using the coordinates of the local feature amount performed after the image search.

(項目6)
前記BoF表現生成部は、前記i番目の対象局所特徴量と、前記特定されたクラスタとの距離に応じて、前記BoF表現の重み付けを行う構成となっている
項目1〜5のいずれか1項に記載のBoF表現生成装置。
(Item 6)
The BoF expression generation unit is configured to perform weighting of the BoF expression according to a distance between the i-th target local feature and the identified cluster. The BoF expression generation device described in 1.

(項目7)
複数の学習局所特徴量に対するクラスタリングにより生成される複数のクラスタを用いて、対象画像に対応するBoF表現を生成するためのBoF表現生成装置を用いて実行されるBoF表現生成方法であって、
BoF表現生成装置は、距離算出部と、クラスタ特定部と、BoF表現生成部とを備えており、
前記距離算出部が、前記対象画像におけるi番目の対象局所特徴量と、前記複数のクラスタとのそれぞれの距離を算出するステップと、
前記i番目の対象局所特徴量との距離が、他のクラスタよりも相対的に近い、複数のクラスタを、前記クラスタ特定部が特定するステップと、
前記BoF表現生成部が、特定された前記複数のクラスタのID情報を用いて、前記対象画像に対応するBoF表現を生成するステップと
を備えることを特徴とする、BoF表現生成方法。
(Item 7)
A BoF expression generation method executed by using a BoF expression generation apparatus for generating a BoF expression corresponding to a target image using a plurality of clusters generated by clustering with respect to a plurality of learning local feature amounts,
The BoF expression generation device includes a distance calculation unit, a cluster specifying unit, and a BoF expression generation unit.
The distance calculating unit calculating an i-th target local feature amount in the target image and a distance between each of the plurality of clusters;
The cluster specifying unit specifying a plurality of clusters whose distance from the i-th target local feature is relatively closer than other clusters;
The BoF expression generation method includes: a step of generating a BoF expression corresponding to the target image using ID information of the plurality of identified clusters.

(項目8)
項目7に記載の各ステップをコンピュータに実行させるためのコンピュータプログラム。
(Item 8)
A computer program for causing a computer to execute each step according to item 7.

このコンピュータプログラムは、適宜な記録媒体(例えばCD−ROMやDVDディスクのような光学的な記録媒体、ハードディスクやフレキシブルディスクのような磁気的記録媒体、あるいはMOディスクのような光磁気記録媒体)に格納することができる。このコンピュータプログラムは、インターネットなどの通信回線を介して伝送されることができる。   This computer program is stored in an appropriate recording medium (for example, an optical recording medium such as a CD-ROM or a DVD disk, a magnetic recording medium such as a hard disk or a flexible disk, or a magneto-optical recording medium such as an MO disk). Can be stored. This computer program can be transmitted via a communication line such as the Internet.

本発明によれば、精度の良い画像検索を行うことが可能なBoF表現を生成する装置又は方法を提供することが可能となる。   ADVANTAGE OF THE INVENTION According to this invention, it becomes possible to provide the apparatus or method which produces | generates the BoF expression which can perform an accurate image search.

本発明の一実施形態に係るBoF表現生成装置の概略的なブロック図である。It is a schematic block diagram of the BoF expression production | generation apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係るBoF表現生成方法の全体的な手順を示すフローチャートである。It is a flowchart which shows the whole procedure of the BoF expression production | generation method which concerns on one Embodiment of this invention. 学習画像を用いてクラスタを生成する手順を説明するためのフローチャートである。It is a flowchart for demonstrating the procedure which produces | generates a cluster using a learning image. 複数の学習画像の一例を示す説明図である。It is explanatory drawing which shows an example of a some learning image. 特徴量空間に配置された局所特徴量の一例を示す説明図である。It is explanatory drawing which shows an example of the local feature-value arrange | positioned in the feature-value space. 生成されたクラスタ中心の一例を説明するための説明図である。It is explanatory drawing for demonstrating an example of the produced | generated cluster center. 局所特徴量をクラスタIDにマッピングする手順を説明するためのフローチャートである。It is a flowchart for demonstrating the procedure which maps a local feature-value to cluster ID. 一つの局所特徴量が三つのクラスタIDにマッピングされた状態を説明するための説明図である。It is explanatory drawing for demonstrating the state by which one local feature-value was mapped by three cluster ID. 本発明の実施例の方法と比較例の方法によるマッピングの様子を説明するための説明図である。It is explanatory drawing for demonstrating the mode of the mapping by the method of the Example of this invention, and the method of a comparative example. 図(a)は、比較例の方法で生成されるBoF表現を説明するための説明図である。図(b)は、実施例の方法で生成されるBoF表現を説明するための説明図である。FIG. 5A is an explanatory diagram for explaining BoF expression generated by the method of the comparative example. FIG. 5B is an explanatory diagram for explaining the BoF expression generated by the method of the embodiment. 生成されるBoF表現の一例を示す説明図である。It is explanatory drawing which shows an example of the BoF expression produced | generated.

(本実施形態の構成)
本発明の一実施形態におけるBoF表現生成装置の一例を、図1を参照しながら説明する。このBoF表現生成装置は、距離算出部1と、クラスタ特定部2と、BoF表現生成部3とを備えている。さらに、このBoF表現生成装置は、局所特徴量抽出部4と、クラスタ生成部5とを備えている。
(Configuration of this embodiment)
An example of the BoF expression generation device according to an embodiment of the present invention will be described with reference to FIG. The BoF expression generation device includes a distance calculation unit 1, a cluster identification unit 2, and a BoF expression generation unit 3. Furthermore, this BoF expression generation device includes a local feature quantity extraction unit 4 and a cluster generation unit 5.

距離算出部1は、対象画像におけるi番目の対象局所特徴量と、後述する複数のクラスタとのそれぞれの距離を算出する構成となっている。ここで、対象画像とは、学習工程における学習画像、または、検索(認識)工程におけるクエリ画像である。以降の説明では、基本的に、学習工程を念頭において説明するが、検索工程においても同様の説明が妥当する。また、i番目の対象局所特徴量とは、特定の対象画像における特定の(通常は任意の一つの)局所特徴量を意味する。したがって、iは、通常は、任意の自然数である。例えば、局所特徴量の数が10個であれば、iがとる値は、一般的には、1≦i≦10となるが、連番でない値をとることは可能である。   The distance calculation unit 1 is configured to calculate the distances between the i-th target local feature amount in the target image and a plurality of clusters described later. Here, the target image is a learning image in the learning process or a query image in the search (recognition) process. In the following description, the description will be made with the learning process in mind, but the same description is valid in the search process. In addition, the i-th target local feature value means a specific (usually any one) local feature value in a specific target image. Therefore, i is usually an arbitrary natural number. For example, if the number of local feature amounts is 10, the value i takes is generally 1 ≦ i ≦ 10, but it is possible to take a value that is not a sequential number.

クラスタ特定部2は、i番目の対象局所特徴量との距離が、他のクラスタよりも相対的に近い、複数のクラスタを特定する構成となっている。もちろん、既定の条件を満たさない場合は、クラスタ特定部2は、一つのクラスタのみを特定するか、あるいは、クラスタを全く特定しないという処理を行うことができる。   The cluster specifying unit 2 is configured to specify a plurality of clusters whose distance from the i-th target local feature is relatively closer than other clusters. Of course, when the predetermined condition is not satisfied, the cluster specifying unit 2 can perform a process of specifying only one cluster or not specifying a cluster at all.

より具体的には、本実施形態のクラスタ特定部2は、i番目の対象局所特徴量との距離が既定値以内である複数のクラスタをすべて、あるいは既定個数(例えば3個以下)だけ特定する処理を行う構成となっている。   More specifically, the cluster specifying unit 2 of the present embodiment specifies all or a predetermined number (for example, 3 or less) of a plurality of clusters whose distance from the i-th target local feature is within a predetermined value. It is the structure which performs a process.

BoF表現生成部3は、特定された複数のクラスタIDの情報を用いて、対象画像に対応するBoF表現を生成する構成となっている。すなわち、IDの情報のヒストグラムが、BoF表現に相当する。生成されるBoF表現の具体例は後述する。   The BoF expression generation unit 3 is configured to generate a BoF expression corresponding to the target image using information of a plurality of identified cluster IDs. That is, the histogram of ID information corresponds to BoF expression. A specific example of the generated BoF expression will be described later.

局所特徴量抽出部4は、入力された対象画像(学習画像又はクエリ画像)のデータを用いて、局所特徴量を抽出する構成となっている。局所特徴量の抽出手法に関しては、従来と同様の技術(例えばSIFT)を用いることができるので、詳細についての説明は省略する。局所特徴量を抽出すべき部分の特定手法としては、画像全体を所定サイズ毎に分割する手法と、画像における特徴的領域を特定する手法とがあるが、どちらを採用しても良い。また、これらの手法についても、従来と同様の技術を用いることができるので、詳しい説明は省略する。   The local feature amount extraction unit 4 is configured to extract a local feature amount using data of the input target image (learning image or query image). With respect to the local feature extraction method, a technique similar to the conventional technique (for example, SIFT) can be used, and a detailed description thereof will be omitted. There are two methods for identifying the portion from which the local feature amount is to be extracted: a method of dividing the entire image into predetermined sizes, and a method of identifying a characteristic region in the image, either of which may be employed. In addition, since these techniques can also use the same technique as in the past, detailed description thereof is omitted.

クラスタ生成部5は、生成された局所特徴量をクラスタリングして、クラスタを生成する構成となっている。クラスタリングの手法としては、たとえばk-meansを用いることができるが、特に制約されない。また、クラスタリング手法としては、既存の手法を利用可能なので、それについての詳しい説明は省略する。   The cluster generation unit 5 is configured to generate a cluster by clustering the generated local feature amounts. As a clustering method, for example, k-means can be used, but is not particularly limited. Further, since an existing method can be used as the clustering method, a detailed description thereof will be omitted.

(本実施形態によるBoF表現の生成方法)
次に、図2〜図11をさらに参照しながら、前記した装置を用いたBoF表現の生成方法について説明する。まず、図2を参照して、全体的な手順を説明し、その後、各手順の詳細を説明する。
(Method for generating BoF expression according to this embodiment)
Next, a method for generating a BoF expression using the above-described apparatus will be described with further reference to FIGS. First, an overall procedure will be described with reference to FIG. 2, and then details of each procedure will be described.

(図2のステップSA−1)
まず、入力された学習用の画像データを用いて、局所特徴量のクラスタを生成する。
(Step SA-1 in FIG. 2)
First, a local feature cluster is generated using the input learning image data.

(図2のステップSA−2)
ついで、生成されたクラスタを用いて、学習画像又はクエリ画像についての各局所特徴量をマッピングする。つまり、局所特徴量に対応するクラスタIDを特定する。
(Step SA-2 in FIG. 2)
Next, each local feature amount of the learning image or the query image is mapped using the generated cluster. That is, the cluster ID corresponding to the local feature amount is specified.

(図2のステップSA−3)
ついで、特定されたクラスタIDのヒストグラムを用いて、学習画像又はクエリ画像についてのBoF表現を生成する。
(Step SA-3 in FIG. 2)
Next, a BoF expression for the learning image or the query image is generated using the histogram of the identified cluster ID.

以下、各工程について詳しく説明する。   Hereinafter, each step will be described in detail.

(クラスタ生成手順)
(図3のステップSB−1)
まず、局所特徴量抽出部4は、学習用の画像データ(図4参照)を受け付ける。画像データとは、例えば、検索対象となる商品の写真であるが、特に制約されない。
(Cluster generation procedure)
(Step SB-1 in FIG. 3)
First, the local feature amount extraction unit 4 accepts learning image data (see FIG. 4). The image data is, for example, a photograph of a product to be searched, but is not particularly limited.

(図3のステップSB−2)
ついで、局所特徴量抽出部4は、受け付けた画像データから、局所特徴量を抽出する(図5参照)。この工程は、学習用の各画像データについて行われる。
(Step SB-2 in FIG. 3)
Next, the local feature quantity extraction unit 4 extracts a local feature quantity from the received image data (see FIG. 5). This step is performed for each image data for learning.

(図3のステップSB−3)
ついで、クラスタ生成部5は、特徴量空間内の局所特徴量をクラスタリングし、クラスタを生成する。生成されるクラスタの一例を図6に示す。なお、図6では、クラスタ半径を示しているが、クラスタ半径を定義する必要はなく、例えば、クラスタ中心を基準としたボロノイ分割により領域を分けることができる。要するに、クラスタ中心が決まれば、後述する手順を実行できる。
(Step SB-3 in FIG. 3)
Next, the cluster generation unit 5 clusters local feature amounts in the feature amount space to generate a cluster. An example of the generated cluster is shown in FIG. Although FIG. 6 shows the cluster radius, it is not necessary to define the cluster radius. For example, the region can be divided by Voronoi division based on the cluster center. In short, once the cluster center is determined, the procedure described later can be executed.

クラスタ生成部5は、得られた各クラスタについてのクラスタIDを生成する。クラスタIDは、例えば、クラスタに付される番号であるが、クラスタを特定できる情報であれば、特に制約されない。さらに本実施形態のクラスタ生成部5は、各クラスタを代表する代表局所特徴量を算出する。代表局所特徴量とは、例えば、クラスタ重心にもっとも近い局所特徴量であるが、クラスタ重心の値を代表局所特徴量とすることもできる。   The cluster generation unit 5 generates a cluster ID for each obtained cluster. The cluster ID is, for example, a number assigned to the cluster, but is not particularly limited as long as it is information that can identify the cluster. Furthermore, the cluster generation unit 5 of the present embodiment calculates a representative local feature amount that represents each cluster. The representative local feature value is, for example, the local feature value closest to the cluster centroid, but the value of the cluster centroid can also be used as the representative local feature value.

(図3のステップSB−4)
ついで、クラスタ生成部5は、適宜な記録手段(例えばハードディスク)に、生成されたクラスタに関する情報を記録する。
(Step SB-4 in FIG. 3)
Next, the cluster generation unit 5 records information on the generated cluster in an appropriate recording unit (for example, a hard disk).

(マッピング)
ついで、生成されたクラスタを用いてBoF表現を生成するためのマッピング手法を、図7をさらに参照しながら説明する。
(mapping)
Next, a mapping method for generating a BoF expression using the generated cluster will be described with further reference to FIG.

(図7のステップSC−1)
まず、量子化の対象となる画像(学習画像又はクエリ画像)を、局所特徴量抽出部4が受け取る。
(Step SC-1 in FIG. 7)
First, the local feature quantity extraction unit 4 receives an image (a learning image or a query image) to be quantized.

(図7のステップSC−2)
ついで、局所特徴量抽出部4は、受け取った画像における局所特徴量を抽出する。なお、学習画像に対する局所特徴量抽出部とクエリ画像に対する局所特徴量抽出部とは、異なるハードウエアあるいはソフトウエアにより実装されていても良いが、この明細書では、集合的に、局所特徴量抽出部4という表現を用いている。
(Step SC-2 in FIG. 7)
Next, the local feature amount extraction unit 4 extracts a local feature amount in the received image. Note that the local feature amount extraction unit for the learning image and the local feature amount extraction unit for the query image may be implemented by different hardware or software, but in this specification, the local feature amount extraction is collectively performed. The expression part 4 is used.

(図7のステップSC−3)
ついで、距離算出部1は、抽出された各局所特徴量と、各クラスタ中心との距離を算出する。このようにして抽出された各局所特徴量を、この明細書ではi番目の局所特徴量と称している。
(Step SC-3 in FIG. 7)
Next, the distance calculation unit 1 calculates the distance between each extracted local feature and each cluster center. Each local feature extracted in this way is referred to as the i-th local feature in this specification.

(図7のステップSC−4)
ついで、クラスタ特定部2は、局所特徴量とクラスタ中心との距離の情報を用いて、当該局所特徴量とクラスタIDとを関連付ける。ここで、本実施形態では、i番目の(つまり特定の一つの)対象局所特徴量との距離が、他のクラスタよりも相対的に近い複数のクラスタを、クラスタ特定部2が特定する。図8の例では、例えば、一つの局所特徴量に対して、既定距離内にある三つのクラスタID(すなわち#2、#4及び#5)を割り振っている。
(Step SC-4 in FIG. 7)
Next, the cluster specifying unit 2 associates the local feature quantity with the cluster ID using information on the distance between the local feature quantity and the cluster center. Here, in the present embodiment, the cluster specifying unit 2 specifies a plurality of clusters whose distance from the i-th (that is, one specific target) target local feature is relatively closer than other clusters. In the example of FIG. 8, for example, three cluster IDs (that is, # 2, # 4, and # 5) within a predetermined distance are assigned to one local feature amount.

各局所特徴量について、クラスタIDを割り振ることにより、画像全体に対するクラスタIDのヒストグラムを得ることができる。得られたヒストグラムがBoF表現に対応する。したがって、学習画像についてのBoF表現と、クエリ画像についてのBoF表現を生成することができ、これらのBoF表現の類似性あるいは同一性を基準として、類似画像の検索や画像認識を行うことができる。   By assigning a cluster ID for each local feature, a cluster ID histogram for the entire image can be obtained. The obtained histogram corresponds to the BoF expression. Therefore, a BoF expression for the learning image and a BoF expression for the query image can be generated, and similar image search and image recognition can be performed based on the similarity or identity of these BoF expressions.

(実施例及び比較例)
ここで、図9を参照しながら、クラスタIDを特定する手法について、さらに詳しく説明する。
(Examples and Comparative Examples)
Here, the method of specifying the cluster ID will be described in more detail with reference to FIG.

画像(学習用又はクエリ用)の一例を、図9(a)に示す。この図を時計回りに90度回転させた状態を図9(b)に示す。ここで、この図の右目付近の領域の局所特徴量を考える。比較例では、従来と同様に、一つの局所特徴量が一つのクラスタに紐付けられる。この場合、図9(a)の局所特徴量F1が、クラスタ番号#1に割り当てられるにもかかわらず、図9(b)の局所特徴量F2が、クラスタ番号#2に割り当てられるという状況が生じうる(図9(c)参照)。同じ内容の画像であっても、照明条件の変化のような条件変化があると、局所特徴量が異なるためである。このように割り振られると、図9(a)の画像と図9(b)の画像では、生成されるBoF表現が異なってしまうので、結果的に、BoF表現を用いた検索の精度が劣化するという問題を生じる。なお、この比較例の手法により形成されるBoF表現の例を図10(a)に示す。この図に示されるクラスタIDで形成される集合が、BoF表現に相当する。この図の例では、例えば(24,2,4,90,3)という要素を持つベクトル(つまり局所特徴量)が、#39のクラスタIDに割り当てられる。   An example of the image (for learning or query) is shown in FIG. FIG. 9B shows a state in which this figure is rotated 90 degrees clockwise. Here, the local feature amount of the region near the right eye in this figure is considered. In the comparative example, one local feature is associated with one cluster as in the conventional example. In this case, a situation occurs in which the local feature amount F2 in FIG. 9B is assigned to the cluster number # 2 even though the local feature amount F1 in FIG. 9A is assigned to the cluster number # 1. Yes (see FIG. 9C). This is because even if the images have the same contents, the local feature amount is different if there is a change in conditions such as a change in illumination conditions. When assigned in this way, the generated BoF expression differs between the image of FIG. 9A and the image of FIG. 9B, and as a result, the accuracy of the search using the BoF expression deteriorates. This causes a problem. An example of BoF expression formed by the method of this comparative example is shown in FIG. A set formed by cluster IDs shown in this figure corresponds to a BoF expression. In the example of this figure, for example, a vector (that is, a local feature amount) having an element of (24, 2, 4, 90, 3) is assigned to the cluster ID of # 39.

これに対して、実施例では、前記した実施形態の手法に従って、一つの局所特徴量が複数のクラスタに紐付けられる。すると、図9(a)の局所特徴量F1を、クラスタ番号#1及び#2に割り当てることができる。同様に、図9(b)の局所特徴量F2も、クラスタ番号#1及び#2に割り当てることができる。このように、実施例の手法では、画像の状態が変動していても、内容的に同じ部分画像に対する局所特徴量F1及びF2に対して、同じクラスタ番号を割り振ることが容易となる。したがって、本実施形態の手法によれば、BoFを用いた検索の精度を向上させることができるという利点がある。この実施例の手法により形成されるBoF表現の例を図10(b)に示す。この図に示されるクラスタIDで形成される集合が、BoF表現に相当する。例えば、(24,2,4,90,3)というベクトルが、#39と#27というクラスタに割り当てられる。この例では、局所特徴量に対して、最大3個、最小1個のクラスタIDが割り当てられている。なお、局所特徴量に対して割り当てられるクラスタIDの個数の最大値及び最小値は適宜設定可能である。最小値を0とすることもできる。また、局所特徴量に対して既定距離にあるすべてのクラスタIDを割り当てるという手法も可能である。   In contrast, in the example, one local feature is associated with a plurality of clusters according to the method of the above-described embodiment. Then, the local feature amount F1 in FIG. 9A can be assigned to the cluster numbers # 1 and # 2. Similarly, the local feature amount F2 in FIG. 9B can also be assigned to the cluster numbers # 1 and # 2. As described above, according to the method of the embodiment, it is easy to assign the same cluster number to the local feature amounts F1 and F2 with respect to the partial images whose contents are the same even if the state of the image changes. Therefore, according to the method of this embodiment, there is an advantage that the accuracy of search using BoF can be improved. An example of BoF expression formed by the method of this embodiment is shown in FIG. A set formed by cluster IDs shown in this figure corresponds to a BoF expression. For example, a vector (24, 2, 4, 90, 3) is assigned to clusters # 39 and # 27. In this example, a maximum of three cluster IDs and a minimum of one cluster ID are assigned to local feature amounts. Note that the maximum value and the minimum value of the number of cluster IDs assigned to the local feature amount can be set as appropriate. The minimum value can also be set to zero. Also, a method of assigning all cluster IDs at a predetermined distance to the local feature amount is possible.

(変形例1)
前記した実施形態では、一つの局所特徴量に対して既定距離内にある複数のクラスタIDを割り振る構成とした。しかしながら、一つの局所特徴量に対して近い順に既定個数のクラスタIDを割り振ることも可能である。この場合は、一つの局所特徴量に割り当てられるクラスタIDの個数は既定値(例えば2個)となる。
(Modification 1)
In the embodiment described above, a plurality of cluster IDs within a predetermined distance are assigned to one local feature amount. However, it is also possible to assign a predetermined number of cluster IDs in ascending order to one local feature. In this case, the number of cluster IDs assigned to one local feature amount is a predetermined value (for example, 2).

(変形例2)
クラスタ特定部2は、学習局所特徴量の原画像である学習画像と対象画像(学習又はクエリ画像)とのジャンルの異同に応じて、特定されるべき前記クラスタの数を変動させる構成であってもよい。例えば、クラスタ生成に使用した学習画像のジャンルが風景であり、一方、認識対象の画像のジャンルが人物であったときは、一つの局所特徴量に割り当てるクラスタの数を増やす。このようにすれば、画像検索の精度の向上を期待できる。なお、画像が属するジャンルの決定は、例えば人手により行うことができる。また、各画像に対して、ジャンル情報をあらかじめ付与しておくこともできる。
(Modification 2)
The cluster specifying unit 2 is configured to vary the number of the clusters to be specified according to the genre difference between the learning image that is the original image of the learning local feature and the target image (learning or query image). Also good. For example, when the genre of the learning image used for cluster generation is landscape and the genre of the image to be recognized is a person, the number of clusters assigned to one local feature amount is increased. In this way, improvement in image search accuracy can be expected. The genre to which the image belongs can be determined manually, for example. Further, genre information can be given to each image in advance.

(変形例3)
クラスタ特定部2は、生成されたBoF表現を用いた検索において得られた検索結果の確信度に応じて、特定されるべきクラスタの数を変動させる構成であってもよい。ここで、検索結果の確信度とは、検索結果に対する信頼性を意味しており、それは例えば、生成されたBoF表現(ヒストグラムのベクトルデータ)とDB中のすべてのBoF表現(つまり学習データ)との距離(例えばユークリッド距離)を算出して、最も距離の小さいBoF表現を検索結果とする場合には、その距離が確信度となる。距離が小さい時は確信度が高く、距離が大きい時は確信度が低いと考えることができる。また、距離に対して閾値を設定して、閾値を超えたBoF表現を検索結果とする場合には、検索数が確信度となる。得られた検索数が少ないときは、検索結果の確信度が低いと考えることができる。さらに、BoF表現で検索した後に、この検索で得られた画像における局所特徴量の座標と、認識対象の画像における局所特徴量の座標との位置関係を照合する機能がある場合には、照合の一致度合いを確信度とすることも可能である。局所特徴量の座標を用いた照合の手法としては、既存手法を利用可能なので、詳しい説明は省略する。
(Modification 3)
The cluster specifying unit 2 may be configured to vary the number of clusters to be specified according to the certainty of the search result obtained in the search using the generated BoF expression. Here, the certainty of the search result means the reliability of the search result, which is, for example, the generated BoF expression (histogram vector data) and all BoF expressions (that is, learning data) in the DB. When the distance (for example, Euclidean distance) is calculated and the BoF expression having the shortest distance is used as the search result, the distance becomes the certainty factor. It can be considered that the certainty level is high when the distance is small and the certainty level is low when the distance is large. In addition, when a threshold is set for the distance and a BoF expression exceeding the threshold is used as a search result, the number of searches is a certainty factor. When the obtained number of searches is small, it can be considered that the certainty of the search results is low. Furthermore, after searching with the BoF expression, if there is a function for checking the positional relationship between the coordinates of the local feature values in the image obtained by this search and the coordinates of the local feature values in the recognition target image, It is also possible to set the degree of coincidence as a certainty factor. Since the existing method can be used as a matching method using the coordinates of the local feature amount, detailed description thereof is omitted.

すなわち、BoF表現を用いた検索においては、BoF表現の一致度を基準として検索を行う。このとき、検索結果の確信度が低い(例えば検索で得られた画像の数が0個である)場合には、一つの局所特徴量に割り当てられるクラスタの数を増やすことができる。単に、BoF表現一致度の基準値を下げてしまうと、検索精度の劣化が危惧されるが、この変形例2のようにすれば、検索精度の向上を期待できる。   That is, in the search using the BoF expression, the search is performed based on the matching degree of the BoF expression. At this time, when the certainty of the search result is low (for example, the number of images obtained by the search is 0), the number of clusters assigned to one local feature amount can be increased. If the reference value of the BoF expression matching degree is simply lowered, the search accuracy may be deteriorated. However, according to the second modification, an improvement in the search accuracy can be expected.

(変形例4)
BoF表現生成部3は、i番目の(つまり任意の一つの)対象局所特徴量と、特定されたクラスタとの距離に応じて、BoF表現の重み付けを行う構成であってもよい。例えば、一つの局所特徴量に対して、二つのクラスタID(仮にID番号を#1と#2とする)が割り当てられると仮定する。このとき、局所特徴量をクラスタ中心との距離に応じて、クラスタIDのヒストグラムに重み付けを行う。重み付けの手法は特に制約されないが、例えば、重みの値をWとすると、
W=a・1/d
とすることができる。ここで、dは距離、aは正の比例定数である。なお、計算の便宜上、重みの最大値Wmaxを1に正規化することが好ましい。
(Modification 4)
The BoF expression generation unit 3 may be configured to perform weighting of the BoF expression according to the distance between the i-th (that is, any one) target local feature and the identified cluster. For example, it is assumed that two cluster IDs (ID numbers # 1 and # 2) are assigned to one local feature. At this time, the histogram of the cluster ID is weighted according to the distance between the local feature amount and the cluster center. The weighting method is not particularly limited. For example, when the weight value is W,
W = a · 1 / d
It can be. Here, d is a distance, and a is a positive proportionality constant. For convenience of calculation, it is preferable to normalize the maximum weight value W max to 1.

この重みの値を考慮したヒストグラムを用いて、BoF表現の一致度を計算することができる。   The degree of coincidence of the BoF expression can be calculated using a histogram in consideration of the weight value.

なお、本発明の内容は、前記実施形態に限定されるものではない。本発明は、特許請求の範囲に記載された範囲内において、具体的な構成に対して種々の変更を加えうるものである。   The contents of the present invention are not limited to the above embodiment. In the present invention, various modifications can be made to the specific configuration within the scope of the claims.

例えば、前記した各構成要素は、機能ブロックとして存在していればよく、独立したハードウエアとして存在しなくても良い。また、実装方法としては、ハードウエアを用いてもコンピュータソフトウエアを用いても良い。さらに、本発明における一つの機能要素が複数の機能要素の集合によって実現されても良く、本発明における複数の機能要素が一つの機能要素により実現されても良い。   For example, each component described above may exist as a functional block, and may not exist as independent hardware. As a mounting method, hardware or computer software may be used. Furthermore, one functional element in the present invention may be realized by a set of a plurality of functional elements, and a plurality of functional elements in the present invention may be realized by one functional element.

また、機能要素は、物理的に離間した位置に配置されていてもよい。この場合、機能要素どうしがネットワークにより接続されていても良い。グリッドコンピューティング又はクラウドコンピューティングにより機能を実現し、あるいは機能要素を構成することも可能である。   Moreover, the functional element may be arrange | positioned in the position physically separated. In this case, the functional elements may be connected by a network. It is also possible to realize functions or configure functional elements by grid computing or cloud computing.

1 距離算出部
2 クラスタ特定部
3 BoF表現生成部
4 局所特徴量抽出部
5 クラスタ生成部
DESCRIPTION OF SYMBOLS 1 Distance calculation part 2 Cluster specific part 3 BoF expression production | generation part 4 Local feature-value extraction part 5 Cluster production | generation part

Claims (8)

複数の学習局所特徴量に対するクラスタリングにより生成される複数のクラスタを用いて、対象画像に対応するBoF表現を生成するための装置であって、
前記対象画像におけるi番目の対象局所特徴量と、前記複数のクラスタとのそれぞれの距離を算出する距離算出部と、
前記i番目の対象局所特徴量との距離が、他のクラスタよりも相対的に近い、複数のクラスタを特定するクラスタ特定部と、
特定された前記複数のクラスタのID情報を用いて、前記対象画像に対応するBoF表現を生成するBoF表現生成部と
を備えることを特徴とする、BoF表現生成装置。
An apparatus for generating a BoF expression corresponding to a target image using a plurality of clusters generated by clustering for a plurality of learning local feature amounts,
A distance calculation unit that calculates distances between the i-th target local feature amount in the target image and the plurality of clusters;
A cluster identifying unit that identifies a plurality of clusters, the distance from the i-th target local feature is relatively closer than other clusters;
A BoF expression generation device, comprising: a BoF expression generation unit that generates BoF expression corresponding to the target image using ID information of the plurality of identified clusters.
前記クラスタ特定部は、前記i番目の対象局所特徴量との距離が既定値以内である複数のクラスタを特定する処理を行う構成となっている
請求項1に記載のBoF表現生成装置。
The BoF expression generation device according to claim 1, wherein the cluster specifying unit is configured to perform processing for specifying a plurality of clusters whose distance from the i-th target local feature is within a predetermined value.
前記クラスタ特定部は、前記i番目の対象局所特徴量との距離が近い順に複数のクラスタを特定する処理を行う構成となっている
請求項1に記載のBoF表現生成装置。
The BoF expression generation device according to claim 1, wherein the cluster specifying unit is configured to perform a process of specifying a plurality of clusters in order of increasing distance from the i-th target local feature.
前記クラスタ特定部は、前記学習局所特徴量の原画像である学習画像と前記対象画像とのジャンルの異同に応じて、特定されるべき前記クラスタの数を変動させる構成となっている
請求項1〜3のいずれか1項に記載のBoF表現生成装置。
2. The cluster specifying unit is configured to vary the number of clusters to be specified according to a difference in genre between a learning image that is an original image of the learning local feature and the target image. The BoF expression generation device according to any one of?
前記クラスタ特定部は、生成されたBoF表現を用いた画像検索において得られた検索結果の確信度に応じて、特定されるべき前記クラスタの数を変動させる構成となっている
請求項1〜4のいずれか1項に記載のBoF表現生成装置。
The cluster specifying unit is configured to vary the number of the clusters to be specified according to a certainty factor of a search result obtained in an image search using the generated BoF expression. The BoF expression generation device according to any one of the above.
前記BoF表現生成部は、前記i番目の対象局所特徴量と、前記特定されたクラスタとの距離に応じて、前記BoF表現の重み付けを行う構成となっている
請求項1〜5のいずれか1項に記載のBoF表現生成装置。
The BoF expression generation unit is configured to weight the BoF expression according to a distance between the i-th target local feature and the identified cluster. The BoF expression generation device according to Item.
複数の学習局所特徴量に対するクラスタリングにより生成される複数のクラスタを用いて、対象画像に対応するBoF表現を生成するためのBoF表現生成装置を用いて実行されるBoF表現生成方法であって、
BoF表現生成装置は、距離算出部と、クラスタ特定部と、BoF表現生成部とを備えており、
前記距離算出部が、前記対象画像におけるi番目の対象局所特徴量と、前記複数のクラスタとのそれぞれの距離を算出するステップと、
前記i番目の対象局所特徴量との距離が、他のクラスタよりも相対的に近い、複数のクラスタを、前記クラスタ特定部が特定するステップと、
前記BoF表現生成部が、特定された前記複数のクラスタのID情報を用いて、前記対象画像に対応するBoF表現を生成するステップと
を備えることを特徴とする、BoF表現生成方法。
A BoF expression generation method executed by using a BoF expression generation apparatus for generating a BoF expression corresponding to a target image using a plurality of clusters generated by clustering with respect to a plurality of learning local feature amounts,
The BoF expression generation device includes a distance calculation unit, a cluster specifying unit, and a BoF expression generation unit.
The distance calculating unit calculating an i-th target local feature amount in the target image and a distance between each of the plurality of clusters;
The cluster specifying unit specifying a plurality of clusters whose distance from the i-th target local feature is relatively closer than other clusters;
The BoF expression generation method includes: a step of generating a BoF expression corresponding to the target image using ID information of the plurality of identified clusters.
請求項7に記載の各ステップをコンピュータに実行させるためのコンピュータプログラム。   A computer program for causing a computer to execute each step according to claim 7.
JP2012192738A 2012-09-03 2012-09-03 BoF expression generation device and BoF expression generation method Active JP5520353B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012192738A JP5520353B2 (en) 2012-09-03 2012-09-03 BoF expression generation device and BoF expression generation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012192738A JP5520353B2 (en) 2012-09-03 2012-09-03 BoF expression generation device and BoF expression generation method

Publications (2)

Publication Number Publication Date
JP2014048989A true JP2014048989A (en) 2014-03-17
JP5520353B2 JP5520353B2 (en) 2014-06-11

Family

ID=50608565

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012192738A Active JP5520353B2 (en) 2012-09-03 2012-09-03 BoF expression generation device and BoF expression generation method

Country Status (1)

Country Link
JP (1) JP5520353B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016006561A (en) * 2014-06-20 2016-01-14 ヤフー株式会社 Visual keyword search device and visual keyword search method
JP2017010468A (en) * 2015-06-25 2017-01-12 Kddi株式会社 System and method for retrieving objects reflected in imaging picture
CN108241669A (en) * 2016-12-26 2018-07-03 上海神计信息系统工程有限公司 A kind of construction method and system of adaptive text feature cluster
WO2022003973A1 (en) * 2020-07-03 2022-01-06 株式会社ソニー・インタラクティブエンタテインメント Training data selection device, training data selection method, and program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016006561A (en) * 2014-06-20 2016-01-14 ヤフー株式会社 Visual keyword search device and visual keyword search method
JP2017010468A (en) * 2015-06-25 2017-01-12 Kddi株式会社 System and method for retrieving objects reflected in imaging picture
CN108241669A (en) * 2016-12-26 2018-07-03 上海神计信息系统工程有限公司 A kind of construction method and system of adaptive text feature cluster
WO2022003973A1 (en) * 2020-07-03 2022-01-06 株式会社ソニー・インタラクティブエンタテインメント Training data selection device, training data selection method, and program
JP7449385B2 (en) 2020-07-03 2024-03-13 株式会社ソニー・インタラクティブエンタテインメント Training data sorting device, training data sorting method and program

Also Published As

Publication number Publication date
JP5520353B2 (en) 2014-06-11

Similar Documents

Publication Publication Date Title
US11048966B2 (en) Method and device for comparing similarities of high dimensional features of images
Philbin et al. Lost in quantization: Improving particular object retrieval in large scale image databases
US11727053B2 (en) Entity recognition from an image
US10296534B2 (en) Storing and searching fingerprints derived from media content based on a classification of the media content
CN108701161B (en) Providing images for search queries
US9747308B2 (en) Method and apparatus for searching an image, and computer-readable recording medium for executing the method
US8868569B2 (en) Methods for detecting and removing duplicates in video search results
CN108292310A (en) For the relevant technology of digital entities
CN109766436A (en) A kind of matched method and apparatus of data element of the field and knowledge base of tables of data
AU2012202352A1 (en) Method, system and apparatus for determining a hash code representing a portion of an image
JP5976115B2 (en) Image search method
WO2018134964A1 (en) Image search system, image search method, and program
US10635991B2 (en) Learning method, information processing device, and recording medium
JP5094830B2 (en) Image search apparatus, image search method and program
JP7149976B2 (en) Error correction method and apparatus, computer readable medium
JP5520353B2 (en) BoF expression generation device and BoF expression generation method
JP2010250637A (en) Image server, image retrieval system, image retrieval method, and image management method
JP2012079186A (en) Image retrieval device, image retrieval method and program
JP6017277B2 (en) Program, apparatus and method for calculating similarity between contents represented by set of feature vectors
JP2017162230A (en) Information processor, similar data search method and similar data search program
JP5791666B2 (en) Dynamic generation device for visual keywords
US11880405B2 (en) Method for searching similar images in an image database using global values of a similarity measure for discarding partitions of the image database
JP2010250634A (en) Image server, image retrieval system, image retrieval method, and index creation method
JP5490859B2 (en) Visual keyword extraction device, BoF expression generation device using the same, and visual keyword extraction method
JP2013073333A (en) Image matching device and image matching program

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20131213

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: 20140318

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140404

R150 Certificate of patent or registration of utility model

Ref document number: 5520353

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250