JP2010218479A - Image retrieval device - Google Patents

Image retrieval device Download PDF

Info

Publication number
JP2010218479A
JP2010218479A JP2009067272A JP2009067272A JP2010218479A JP 2010218479 A JP2010218479 A JP 2010218479A JP 2009067272 A JP2009067272 A JP 2009067272A JP 2009067272 A JP2009067272 A JP 2009067272A JP 2010218479 A JP2010218479 A JP 2010218479A
Authority
JP
Japan
Prior art keywords
image
similarity
resolution
weight
search
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
JP2009067272A
Other languages
Japanese (ja)
Other versions
JP5143773B2 (en
Inventor
Stejic Zoran
ゾラン ステイチ
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 JP2009067272A priority Critical patent/JP5143773B2/en
Publication of JP2010218479A publication Critical patent/JP2010218479A/en
Application granted granted Critical
Publication of JP5143773B2 publication Critical patent/JP5143773B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To provide a retrieval device or a retrieval method for retrieving an image along retrieval intention of a user in image retrieval with the usage of a query image. <P>SOLUTION: A query image is provided for an image search engine executing image retrieval based on a multi-resolution model, and a first retrieval result is obtained. Then, designation of correct and/or incorrect about the image included in the first retrieval result is accepted. Next, weight on a degree of similarity for each of resolutions is calculated in accordance with the designation of correct and/or incorrect. After that, with the usage of the calculated weight, the degree of similarity between the query image and the retrieved image is re-calculated by the image search engine. Thus, a second retrieval result is obtained. Further, a document for output is generated wherein the images by the second retrieval result are arranged in descending order of the re-calculated degree of similarity. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、クエリ画像に類似する画像を検索するための装置及び方法に関するものである。   The present invention relates to an apparatus and method for searching for an image similar to a query image.

画像検索には、大きく分けて、テキストベースの検索手法と、画像ベースの検索手法とが存在する。   The image search is roughly classified into a text-based search method and an image-based search method.

テキストベースの画像検索では、ユーザがテキストクエリを指定し、そのテキストクエリに関連するタグを有する画像をシステムが検索する。この手法によれば、テキストクエリと意味的に関連する画像を検索することができる。しかしながら、この手法を実現するには、画像に対してタグを付す必要がある。このタグ付け作業は、通常、人手に頼る必要がある。また、タグ付与の誤りや、入力されたテキストクエリと付与されているタグとの不一致などにより、検索精度が悪くなる可能性がある。   In a text-based image search, the user specifies a text query and the system searches for images that have tags associated with the text query. According to this method, an image that is semantically related to a text query can be searched. However, in order to realize this method, it is necessary to tag the image. This tagging operation usually requires manual intervention. In addition, there is a possibility that the search accuracy is deteriorated due to an error in tag assignment or a mismatch between the input text query and the assigned tag.

一方、画像ベースの検索手法では、通常、ユーザが指定したクエリ画像の特徴量と、画像DB中の画像の特徴量とを比較し、特徴量が近いものを類似画像として抽出する。この手法では、画像特徴量の抽出や、特徴量どうしの比較をコンピュータで自動的に行うことができるという利点がある。   On the other hand, in the image-based search method, the feature amount of the query image specified by the user is usually compared with the feature amount of the image in the image DB, and a similar image is extracted as a similar image. This method has the advantage that image feature amounts can be extracted and feature amounts can be compared automatically by a computer.

しかしながら、画像特徴量を用いた類似画像の検索においては、計算そのものは精度良く実行できるが、検索された画像とクエリ画像とが意味的に整合しない可能性がある。例えば、黄色い箱と黄色い自動車のように、特徴量としてよく似た画像であっても、意味的には全く異なる場合がある。また、画像ベースの検索では、クエリ画像からユーザの意図を読み取ることが一般には難しいので、ユーザの意図に沿わない画像が検索される可能性もある。   However, in the similar image search using the image feature amount, the calculation itself can be executed with high accuracy, but the searched image and the query image may not be semantically matched. For example, even images that are very similar as feature quantities, such as a yellow box and a yellow car, may be completely different semantically. In addition, since it is generally difficult to read a user's intention from a query image in an image-based search, there is a possibility that an image that does not match the user's intention is searched.

画像ベースの検索の精度を向上させる手法として、従来から、多重解像度モデル(Multi Resolution Image Similarity Model)を用いた検索手法が提案されている(例えば下記特許文献1参照)。以下、この検索手法の概要を説明する。この手法においては、画像の分割を「解像度」という概念で表す。例えば、解像度2×1であれば、上下2枚に分割されたことを表す。この場合の分割線は、横方向に延びる。また、解像度1×2であれば、左右2枚に分割されたことを表す。この場合の分割線は、縦方向に延びる。分割数をどのように決めるかは、検索目的や、実験的に得られた検索精度に応じて決めることができる。解像度としては、例えば、1×1,2×1,1×2,2×2,3×1,1×3,3×3,4×4,5×5,6×6などのように、適宜に定めることができる。なお、解像度1×1は分割されていない画像である。   As a technique for improving the accuracy of image-based search, a search technique using a multi-resolution image model (Multi Resolution Image Similarity Model) has been proposed (see, for example, Patent Document 1 below). The outline of this search method will be described below. In this method, image division is represented by the concept of “resolution”. For example, if the resolution is 2 × 1, it indicates that the image has been divided into upper and lower two sheets. The dividing line in this case extends in the horizontal direction. In addition, if the resolution is 1 × 2, it indicates that the image is divided into two left and right. In this case, the dividing line extends in the vertical direction. How to determine the number of divisions can be determined according to the search purpose and the search accuracy obtained experimentally. As the resolution, for example, 1 × 1, 2 × 1, 1 × 2, 2 × 2, 3 × 1, 1 × 3, 3 × 3, 4 × 4, 5 × 5, 6 × 6, etc. It can be determined as appropriate. Note that the resolution 1 × 1 is an undivided image.

そして、各解像度において、クエリ画像と対象画像(DB中の画像)との類似度を計算する。ある解像度での類似度は、分割によって生成された各領域における類似度の和として得ることができる。各領域における類似度は、画像の色や形状やテクスチャなどの特徴量に基づいて、通常の画像類似度と同様にして計算できる。その後、各解像度における類似度の総和を計算することにより、クエリ画像と対象画像との全体としての類似度を得ることができる。   Then, the similarity between the query image and the target image (image in the DB) is calculated at each resolution. The similarity at a certain resolution can be obtained as the sum of the similarities in each region generated by division. The similarity in each region can be calculated in the same manner as a normal image similarity based on feature quantities such as image color, shape, texture, and the like. Thereafter, by calculating the sum of the similarities at each resolution, the overall similarity between the query image and the target image can be obtained.

多重解像度モデルを用いた画像検索では、画像における局所的類似度を重視して画像検索を行うことができる。   In image retrieval using a multi-resolution model, image retrieval can be performed with emphasis on local similarity in images.

しかし、多重解像度モデルを用いた画像検索においても、クエリ画像と意味的に関係しない画像を検索する可能性は残る。さらに、ユーザが求める画像を検索できない可能性も残っている。   However, even in an image search using a multi-resolution model, there remains a possibility of searching for an image that is not semantically related to the query image. In addition, there is a possibility that the image desired by the user cannot be searched.

特開2006−65399号公報JP 2006-65399 A

本発明は、前記した状況に鑑みてなされたものである。本発明の主な目的は、クエリ画像を用いた画像検索において、ユーザの検索意図に沿った画像を検索できる検索装置又は検索方法を提供することである。   The present invention has been made in view of the above situation. A main object of the present invention is to provide a search device or a search method capable of searching for an image in accordance with a user's search intention in an image search using a query image.

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

(項目1)
複数の解像度毎の類似度を用いる多重解像度モデルに基づいた画像検索を行う画像検索エンジンに、クエリ画像を提供することによって、前記クエリ画像に類似する複数の画像を含む第1検索結果を取得する画像検索装置において、
前記第1検索結果に含まれる前記画像についての正解及び/又は不正解の指定を受け付けるフィードバック受付部と、
前記正解及び/又は不正解の指定に応じて、前記複数の解像度毎の類似度に対する重みを算出する重み算出部と、
前記算出された重みを用いて、前記クエリ画像と検索された画像との類似度を、前記画像検索エンジンに計算させることによって、前記画像検索エンジンに第2検索結果を取得させる検索制御部と、
前記計算された類似度が高い順序で、前記第2検索結果における画像が配置されている、出力用文書を生成する出力部と
を備えることを特徴とする画像検索装置。
(Item 1)
Obtaining a first search result including a plurality of images similar to the query image by providing a query image to an image search engine that performs an image search based on a multi-resolution model using a similarity for each of a plurality of resolutions In the image search device,
A feedback reception unit that receives designation of correct and / or incorrect answers for the image included in the first search result;
A weight calculation unit that calculates a weight for the similarity for each of the plurality of resolutions in accordance with designation of the correct answer and / or incorrect answer;
A search control unit that causes the image search engine to acquire a second search result by causing the image search engine to calculate a similarity between the query image and the searched image using the calculated weight;
An image search apparatus comprising: an output unit that generates an output document in which images in the second search result are arranged in order of the calculated similarity.

ここで、第2検索結果を取得する処理においては、既に検索された画像を用いて、それらの画像とクエリ画像との類似度を計算することにより行うことができる。あるいは、この処理は、DB中の画像を再検索し、新たに検索された画像を用いて、クエリ画像との類似度を計算することにより行うこともできる。   Here, the process of obtaining the second search result can be performed by calculating the similarity between those images and the query image using the already searched images. Alternatively, this processing can be performed by re-searching the image in the DB and calculating the similarity with the query image using the newly searched image.

(項目2)
前記重み算出部は、前記クエリ画像と前記正解が指定された正解画像との類似度が最も高い解像度について、前記類似度に対する重みを、他の解像度での類似度に対する重みよりも相対的に大きくする処理を行う構成となっている
項目1に記載の画像検索装置。
(Item 2)
The weight calculation unit, for a resolution having the highest degree of similarity between the query image and the correct image for which the correct answer is designated, has a relatively higher weight for the similarity than a weight for the similarity at other resolutions. The image search device according to item 1, wherein the image search device is configured to perform processing.

(項目3)
前記重み算出部は、前記クエリ画像と前記不正解が指定された不正解画像との類似度が最も高い解像度について、前記類似度に対する重みを、他の解像度での類似度に対する重みよりも相対的に小さくする処理を行う構成となっている
項目1又は2に記載の画像検索装置。
(Item 3)
The weight calculation unit is configured such that, for a resolution having the highest similarity between the query image and the incorrect image in which the incorrect solution is designated, the weight for the similarity is relatively higher than the weight for the similarity at another resolution. Item 3. The image search device according to Item 1 or 2, wherein the image search device is configured to perform a process of reducing the size of the image.

(項目4)
前記重み算出部は、前記正解が指定された正解画像及び/又は前記不正解が指定された不正解画像の数に応じて、前記解像度における前記類似度に対する重みを算出する構成となっている
項目1〜3のいずれか1項に記載の画像検索装置。
(Item 4)
The weight calculation unit is configured to calculate a weight for the similarity at the resolution according to the number of correct images for which the correct answer is specified and / or incorrect images for which the incorrect answer is specified. The image search device according to any one of 1 to 3.

(項目5)
さらに、前記重み算出部は、前記クエリ画像と、前記正解が指定された正解画像及び/又は前記不正解が指定された不正解画像との類似度に応じて、前記解像度における前記類似度に対する重みを算出する構成となっている
項目1〜4のいずれか1項に記載の画像検索装置。
(Item 5)
Further, the weight calculation unit is configured to weight the similarity at the resolution according to the similarity between the query image and the correct image with the correct answer specified and / or the incorrect image with the incorrect answer specified. Item 5. The image search device according to any one of Items 1 to 4, wherein the image search device is configured to calculate.

(項目6)
複数の解像度毎の類似度を用いる多重解像度モデルに基づいた画像検索を行う画像検索エンジンに、クエリ画像を提供することによって、前記クエリ画像に類似する複数の画像を含む第1検索結果を取得する画像検索方法において、
前記第1検索結果に含まれる前記画像についての正解及び/又は不正解の指定を受け付けるステップと、
前記正解及び/又は不正解の指定に応じて、前記複数の解像度毎の類似度に対する重みを算出するステップと、
前記算出された重みを用いて、前記クエリ画像と検索された画像との類似度を、前記画像検索エンジンに計算させることによって、前記画像検索エンジンに第2検索結果を取得させるステップと、
前記計算された類似度が高い順序で、前記第2検索結果における画像が配置されている、出力用文書を生成するステップと
を備えることを特徴とする画像検索方法。
(Item 6)
Obtaining a first search result including a plurality of images similar to the query image by providing a query image to an image search engine that performs an image search based on a multi-resolution model using a similarity for each of a plurality of resolutions In the image search method,
Receiving a correct and / or incorrect answer designation for the image included in the first search result;
Calculating a weight for the similarity for each of the plurality of resolutions in response to designation of the correct answer and / or incorrect answer;
Causing the image search engine to obtain a second search result by causing the image search engine to calculate a similarity between the query image and the searched image using the calculated weight;
Generating an output document in which the images in the second search result are arranged in order of the calculated similarity.

(項目7)
項目6に記載のステップをコンピュータに実行させることを特徴とするコンピュータプログラム。
(Item 7)
A computer program that causes a computer to execute the steps according to item 6.

このコンピュータプログラムは、適宜な記録媒体(例えば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.

本発明によれば、クエリ画像を用いた画像検索において、ユーザの検索意図に沿った画像を検索できる検索装置又は検索方法を提供することが可能になる。   ADVANTAGE OF THE INVENTION According to this invention, in the image search using a query image, it becomes possible to provide the search apparatus or search method which can search the image according to a user's search intention.

本発明の第1実施形態に係る画像検索装置を用いた検索システムの概略を示すブロック図である。It is a block diagram which shows the outline of the search system using the image search device which concerns on 1st Embodiment of this invention. 第1実施形態の装置を用いた画像検索方法の概略を示すフローチャートである。It is a flowchart which shows the outline of the image search method using the apparatus of 1st Embodiment. 第1実施形態の検索装置を用いた検索方法を説明するための説明図である。図(a)は、入力されるクエリ画像の一例を示す。図(b)は、第1検索結果の一例を示す。図(c)は、正解/不正解についてのフィードバックの一例を示す。図(d)は、フィードバックを考慮した第2検索結果の一例を示す。It is explanatory drawing for demonstrating the search method using the search device of 1st Embodiment. FIG. 1A shows an example of an input query image. FIG. 5B shows an example of the first search result. FIG. 3C shows an example of feedback about correct / incorrect answers. FIG. 4D shows an example of the second search result considering feedback. 第1検索結果を取得する場合において、解像度毎の類似度に付される重みの一例を示す説明図である。It is explanatory drawing which shows an example of the weight attached | subjected to the similarity for every resolution, when acquiring a 1st search result. 第2検索結果を取得する場合において、解像度毎の類似度に付される重みの一例を示す説明図である。It is explanatory drawing which shows an example of the weight attached | subjected to the similarity for every resolution, when acquiring a 2nd search result. 本発明の第2実施形態における画像検索方法の概略を示すフローチャートである。It is a flowchart which shows the outline of the image search method in 2nd Embodiment of this invention.

(第1実施形態の構成)
本発明の第1実施形態に係る画像検索装置を用いた検索システムを、図1に基づいて説明する。この検索システムは、ユーザ端末1と、画像検索装置2と、検索サーバ3と、インターネット4とを主要な要素として備えている。
(Configuration of the first embodiment)
A search system using the image search apparatus according to the first embodiment of the present invention will be described with reference to FIG. This search system includes a user terminal 1, an image search device 2, a search server 3, and the Internet 4 as main elements.

(ユーザ端末)
ユーザ端末1は、端末本体11と、入力装置12と、表示装置13とを備えている。端末本体11は、CPU(図示せず)を備えており、ユーザ端末1の動作に必要な計算処理を行うようになっている。入力装置12は、ユーザからの指令を受け取るためのものである。入力装置12としては、例えばキーボードやマウスやトラックボールのような装置を用いることができる。本実施形態の入力装置12は、ユーザによってクエリ画像を指定できるようになっている。表示装置13は、ユーザに対して情報を提示するものである。表示装置13としては、例えばLCDやCRTなどのディスプレイを用いることができる。本実施形態の表示装置13は、画像検索装置2で生成したフィードバック用文書を表示するようになっている。
(User terminal)
The user terminal 1 includes a terminal main body 11, an input device 12, and a display device 13. The terminal body 11 includes a CPU (not shown) and performs calculation processing necessary for the operation of the user terminal 1. The input device 12 is for receiving a command from the user. As the input device 12, for example, a device such as a keyboard, a mouse, or a trackball can be used. The input device 12 according to the present embodiment can specify a query image by the user. The display device 13 presents information to the user. As the display device 13, for example, a display such as an LCD or a CRT can be used. The display device 13 of the present embodiment displays the feedback document generated by the image search device 2.

(画像検索装置)
検索装置2は、クエリ受付部21と、フィードバック受付部22と、重み算出部23と、検索制御部24と、出力部25とを備えている。
(Image search device)
The search device 2 includes a query reception unit 21, a feedback reception unit 22, a weight calculation unit 23, a search control unit 24, and an output unit 25.

クエリ受付部21は、ユーザがユーザ端末1に入力したクエリ画像の情報を受け付ける部分である。さらに、クエリ受付部21は、検索サーバ3にクエリ画像を提供することによって、クエリ画像に類似する複数の画像を含む第1検索結果を取得する構成となっている。第1検索結果は、ユーザ端末1を介してユーザに呈示される。これにより、ユーザは、第1検索結果に含まれる画像についての、正解及び/又は不正解の指定を入力できるようになっている(後述)。   The query receiving unit 21 is a part that receives information on a query image input by the user to the user terminal 1. Further, the query receiving unit 21 is configured to acquire a first search result including a plurality of images similar to the query image by providing the search server 3 with the query image. The first search result is presented to the user via the user terminal 1. Thereby, the user can input a correct answer and / or incorrect answer designation for an image included in the first search result (described later).

フィードバック受付部22は、第1検索結果に含まれる画像についての、ユーザからの正解及び/又は不正解の指定を受け付ける構成となっている。具体的には、フィードバック受付部22は、ユーザ端末1を用いて入力された、正解及び/又は不正解の指定の情報を、ユーザ端末1から受け取るようになっている。   The feedback accepting unit 22 is configured to accept designation of correct and / or incorrect answers from the user for images included in the first search result. Specifically, the feedback receiving unit 22 is configured to receive from the user terminal 1 information for specifying correct and / or incorrect answers input using the user terminal 1.

重み算出部23は、ユーザからの正解及び/又は不正解の指定に応じて、複数の解像度毎の類似度に対する重みを算出する構成となっている。ここで、検索サーバ3の検索エンジンは、多重解像度モデルを用いてクエリ画像とDB中の画像との類似度を計算する(後述)。したがって、重み算出部23は、多重解像度モデルにおける、解像度毎の類似度に対する重みを算出するものである。   The weight calculation unit 23 is configured to calculate a weight for the similarity for each of a plurality of resolutions in accordance with designation of a correct answer and / or an incorrect answer from the user. Here, the search engine of the search server 3 calculates the similarity between the query image and the image in the DB using a multi-resolution model (described later). Therefore, the weight calculator 23 calculates a weight for the similarity for each resolution in the multi-resolution model.

検索制御部24は、重み算出部23において算出された重みを用いて、クエリ画像と検索された画像との類似度を、検索サーバ3の画像検索エンジンに計算させる。これによって、検索制御部24は、検索サーバ3の画像検索エンジンに第2検索結果を取得させる。   The search control unit 24 causes the image search engine of the search server 3 to calculate the similarity between the query image and the searched image using the weight calculated by the weight calculation unit 23. Thereby, the search control unit 24 causes the image search engine of the search server 3 to acquire the second search result.

出力部25は、類似度が高い順序で、第2検索結果における画像が配置されている、出力用文書を生成する構成となっている。   The output unit 25 is configured to generate an output document in which images in the second search result are arranged in descending order of similarity.

(検索サーバ)
検索サーバ3は、検索エンジン31と、インデックスDB32と、画像DB33とから構成されている。
(Search server)
The search server 3 includes a search engine 31, an index DB 32, and an image DB 33.

検索エンジン31は、多重解像度モデルに基づいた画像検索を行うものである。多重解像度モデル自体は、従来から知られているので、これについての詳しい説明は省略する。   The search engine 31 performs image search based on the multi-resolution model. Since the multi-resolution model itself is conventionally known, detailed description thereof will be omitted.

インデックスDB32は、画像DB33に格納されている画像の検索を高速化するための索引を格納したDBである。画像DB33には、検索対象としての多数の画像が格納されている。画像DB33においては、画像毎にIDが付与されている。また、各IDに対応して、画像の特徴量などの情報が記録されている。これらの各DBの構成も、従来と同様でよいので、これ以上詳しい説明は省略する。   The index DB 32 is a DB that stores an index for speeding up the search for images stored in the image DB 33. The image DB 33 stores a large number of images as search targets. In the image DB 33, an ID is assigned to each image. In addition, information such as image feature amounts is recorded corresponding to each ID. Since the configuration of each DB may be the same as the conventional one, further detailed description is omitted.

(本実施形態の動作)
次に、本実施形態の画像検索装置を用いた検索方法を、図2〜図5をさらに参照しながら説明する。
(Operation of this embodiment)
Next, a search method using the image search apparatus of the present embodiment will be described with further reference to FIGS.

(図2のステップSA−1)
まず、ユーザは、ユーザ端末1の入力装置12を用いて、クエリ画像を指定する(図3(a)参照)。指定されたクエリ画像の情報は、インターネット4を介して、画像検索装置2のクエリ受付部21に送られる。
(Step SA-1 in FIG. 2)
First, the user designates a query image using the input device 12 of the user terminal 1 (see FIG. 3A). Information on the designated query image is sent to the query receiving unit 21 of the image search device 2 via the Internet 4.

画像検索装置2のクエリ受付部21は、クエリ画像の情報を受け取ると、クエリ画像を、検索サーバ3の検索エンジン31に送る。   When receiving the query image information, the query receiving unit 21 of the image search device 2 sends the query image to the search engine 31 of the search server 3.

(図2のステップSA−2)
ついで、検索サーバ3の検索エンジン31は、多重解像度モデルに基づいて、画像DB中の類似画像を検索する。多重解像度モデルにおいては、既に述べたように、例えば、1×1,2×1,1×2,2×2,3×1,1×3,3×3,4×4,5×5,6×6などのように、複数の解像度について、それぞれ、クエリ画像と対象画像との類似度を求める。そして、検索エンジン31は、解像度毎の類似度を合計することで、全体としての類似度を求め、全体として高い類似度を持つ対象画像を、類似画像として特定する。どの程度まで細かい解像度を用いるかは、検索目的に応じて適宜に設定できる。初回の検索においては、各解像度には重みを付与しない。換言すれば、初回の検索時においては、各解像度における重みは等しいと言うことができる(図4参照)。
(Step SA-2 in FIG. 2)
Next, the search engine 31 of the search server 3 searches for similar images in the image DB based on the multi-resolution model. In the multi-resolution model, as described above, for example, 1 × 1, 2 × 1, 1 × 2, 2 × 2, 3 × 1, 1 × 3, 3 × 3, 4 × 4, 5 × 5, Similarities between the query image and the target image are obtained for a plurality of resolutions, such as 6 × 6. Then, the search engine 31 sums up the similarities for each resolution to obtain the overall similarity, and identifies a target image having a high similarity overall as a similar image. The fine resolution to be used can be appropriately set according to the search purpose. In the initial search, no weight is given to each resolution. In other words, at the time of the first search, it can be said that the weights at the respective resolutions are equal (see FIG. 4).

これにより、検索サーバ3の検索エンジン31は、類似画像の検索結果を取得することができる。このように取得された検索結果を、この明細書では、第1検索結果と称している。第1検索結果においては、クエリ画像との対象画像との類似度に応じて、ランク付けがされている。つまり、第1検索結果は、類似度のランキングが上位の画像を特定したものである。したがって、第1検索結果は、クエリ画像に類似する複数の画像を含むものとなっている(図3(b)参照)。   Thereby, the search engine 31 of the search server 3 can acquire the search result of the similar image. The search result obtained in this way is referred to as a first search result in this specification. In the first search result, ranking is performed according to the degree of similarity between the query image and the target image. That is, the first search result specifies an image having a higher similarity ranking. Therefore, the first search result includes a plurality of images similar to the query image (see FIG. 3B).

(図2のステップSA−3)
ついで、出力部25は、第1検索結果を用いて、フィードバック受け付け用の文書を生成し、ユーザ端末1に送る。ユーザ端末1の表示装置13は、フィードバック受付用文書を表示する。ユーザは、表示装置13を見ながら、入力装置12を用いて、表示されている画像について、正解及び/又は不正解の指定を行うことができる(図3(c)参照)。図3(c)では、符号「○」が正解画像を示し、符号「×」が不正解画像を示している。すなわち、図中で上から1番目と5番目が正解画像、上から2番目が不正解画像となっている。他の画像は、正解にも不正解にも指定されなかったものである。なお、この実施形態では、正解と不正解の両者を指定しているが、一方のみの指定も可能である。また、指定する画像の数は特に制約されない。
(Step SA-3 in FIG. 2)
Next, the output unit 25 generates a document for accepting feedback using the first search result and sends it to the user terminal 1. The display device 13 of the user terminal 1 displays a feedback acceptance document. The user can specify a correct answer and / or an incorrect answer for the displayed image using the input device 12 while viewing the display device 13 (see FIG. 3C). In FIG. 3C, the symbol “◯” indicates a correct image, and the symbol “×” indicates an incorrect image. That is, in the figure, the first and fifth from the top are correct images, and the second from the top is an incorrect image. The other images were not designated as correct or incorrect. In this embodiment, both correct and incorrect answers are specified, but only one of them can be specified. Further, the number of images to be specified is not particularly limited.

(図2のステップSA−4)
ついで、フィードバック受付部22は、前記のようにして指定された正解/不正解についての情報を受け取る。このように、正解画像及び不正解画像についての情報を受け取ることを、この明細書ではフィードバックと称している。
(Step SA-4 in FIG. 2)
Next, the feedback receiving unit 22 receives information on the correct / incorrect answer specified as described above. Receiving information about the correct image and the incorrect image in this way is referred to as feedback in this specification.

(図2のステップSA−5)
ついで、重み算出部23は、正解/不正解についてのフィードバックに基づいて、解像度毎の類似度に付与される重みを算出する。重み算出方法の一例を以下に詳しく説明する。
(Step SA-5 in FIG. 2)
Next, the weight calculation unit 23 calculates the weight given to the similarity for each resolution based on the feedback about the correct / incorrect answer. An example of the weight calculation method will be described in detail below.

(正解ベストマッチ解像度の特定)
重み算出部23は、「フィードバックされた正解画像とクエリ画像との類似度が最も高い解像度」を特定する。この解像度をこの明細書では「正解ベストマッチ解像度」と称する。ここで、正解画像が複数ある場合は、各正解画像について、正解ベストマッチ解像度を特定する。正解ベストマッチ解像度の集合を、正解ベストマッチ解像度集合と称する。
(Identification of correct best match resolution)
The weight calculation unit 23 identifies “the resolution with the highest similarity between the fed back correct image and the query image”. This resolution is referred to as “correct best match resolution” in this specification. Here, when there are a plurality of correct images, the correct best match resolution is specified for each correct image. A set of correct best match resolutions is referred to as a correct best match resolution set.

(不正解ベストマッチ解像度の特定)
前記と同様にして、重み算出部23は、「フィードバックされた不正解画像とクエリ画像との類似度が最も高い解像度」を特定する。この解像度をこの明細書では「不正解ベストマッチ解像度」と称する。ここで、不正解画像が複数ある場合は、各不正解画像について、不正解ベストマッチ解像度を特定する。不正解ベストマッチ解像度の集合を、不正解ベストマッチ解像度集合と称する。
(Identification of incorrect answer best match resolution)
In the same manner as described above, the weight calculation unit 23 identifies “the resolution having the highest similarity between the fed back incorrect image and the query image”. This resolution is referred to as “incorrect answer best match resolution” in this specification. Here, when there are a plurality of incorrect answer images, an incorrect answer best match resolution is specified for each incorrect answer image. A set of incorrect answer best match resolutions is referred to as an incorrect answer best match resolution set.

(重みの調整)
正解ベストマッチ解像度集合に含まれる解像度については、類似度に対する重みを、他の解像度での類似度に比較して、相対的に高くする。
(Weight adjustment)
For the resolutions included in the correct best match resolution set, the weight for the similarity is relatively higher than the similarities at other resolutions.

また、不正解ベストマッチ解像度集合に含まれる解像度については、類似度に対する重みを、他の解像度での類似度に比較して、相対的に低くする。   For the resolutions included in the incorrect answer best match resolution set, the weight for the similarity is relatively low compared to the similarities at other resolutions.

また、重み算出部23は、正解が指定された正解画像及び/又は不正解が指定された不正解画像の数に応じて、解像度毎の類似度に対する重みを算出することが好ましい。   Moreover, it is preferable that the weight calculation unit 23 calculates the weight for the similarity for each resolution according to the number of correct images for which correct answers are specified and / or incorrect images for which incorrect answers are specified.

図5には、調整された重みの例を、符号w〜wを用いて示した。重み調整の具体的な計算例については後述する。 5 shows an example of the adjusted weights, shown by the code w 1 to w 3. A specific calculation example of the weight adjustment will be described later.

(ステップSA−6)
ついで、検索制御部24は、前記のようにして算出された重みを用いて、クエリ画像と検索された画像との類似度を、画像検索エンジン31に計算させる。これにより、検索制御部24は、画像検索エンジン31に第2検索結果を取得させる。この第2検索結果の取得においては、画像検索エンジン31は、前記したステップSA−2で求めた、解像度毎の類似度を用いることができる。つまり、前記したステップで既に求めた解像度毎の類似度に対して、前記した重みを乗じ、その結果を合計することにより、クエリ画像と対象画像との類似度を新たに求めることができる。この新しい類似度を用いて、第2検索結果における項目(つまり検索された画像)の順位を決定することができる。ただし、解像度毎の類似度として、既に計算されたものを用いる必要はなく、解像度毎の類似度をあらためて算出し、これに対して重み付けを行うことは可能である。
(Step SA-6)
Next, the search control unit 24 causes the image search engine 31 to calculate the similarity between the query image and the searched image using the weight calculated as described above. Thereby, the search control unit 24 causes the image search engine 31 to acquire the second search result. In acquiring this second search result, the image search engine 31 can use the degree of similarity for each resolution determined in step SA-2. That is, the similarity between the query image and the target image can be newly obtained by multiplying the similarity for each resolution already obtained in the above-described step by the weight described above and summing the results. Using this new similarity, the order of items (that is, searched images) in the second search result can be determined. However, it is not necessary to use what has already been calculated as the similarity for each resolution, and it is possible to newly calculate the similarity for each resolution and weight it.

このようにして求められた、クエリ画像と対象画像との類似度は、正解/不正解についてのフィードバックを勘案したものとなっている。したがって、第2検索結果においては、正解画像及びこれに類似する画像の順位を高くし、不正解画像及びこれに類似する画像の順位を低くすることができると期待される。   The similarity between the query image and the target image obtained in this way takes into account feedback about correct / incorrect answers. Therefore, in the second search result, it is expected that the order of correct images and similar images can be increased, and the order of incorrect images and similar images can be decreased.

(図2のステップSA−7)
ついで、出力部25は、前記した重み付けを用いて計算された類似度が高い順序で、第2検索結果における画像が配置されている、出力用文書を生成する。さらに、出力部25は、インターネット4を介して、ユーザ端末1に出力用文書を送る。ユーザ端末1は、表示装置13を用いてユーザに出力文書を呈示する。これにより、ユーザは、正解/不正解の情報に基づいて新たにランク付けされた検索結果を見ることができる。
(Step SA-7 in FIG. 2)
Next, the output unit 25 generates an output document in which images in the second search result are arranged in the order of high similarity calculated using the above-described weighting. Further, the output unit 25 sends an output document to the user terminal 1 via the Internet 4. The user terminal 1 presents an output document to the user using the display device 13. Thereby, the user can see the search result newly ranked based on the correct / incorrect answer information.

したがって、本実施形態によれば、クエリ画像を用いた画像検索において、ユーザの検索意図に沿った画像を検索することが可能になるという利点がある。   Therefore, according to the present embodiment, there is an advantage that in the image search using the query image, it is possible to search for an image according to the search intention of the user.

ついで、解像度毎の重みについての具体的な計算例1及び2を以下に説明する。   Next, specific calculation examples 1 and 2 for the weight for each resolution will be described below.

(計算例1)
(解像度に対するデフォルトの重み)
以下の例では、4通りの解像度(解像度1〜4)を用いる。これらの解像度は、互いに異なる分割数によるものである。ここで例えば、1×2と2×1は異なる分割数となる。具体的に採用する分割数は、この例では重要ではないので、説明を省略する。
(Calculation Example 1)
(Default weight for resolution)
In the following example, four resolutions (resolutions 1 to 4) are used. These resolutions are due to different numbers of divisions. Here, for example, 1 × 2 and 2 × 1 are different numbers of divisions. The number of divisions to be specifically adopted is not important in this example, and thus description thereof is omitted.

各解像度に対するデフォルトの重みは以下の通りとなる。   The default weight for each resolution is:

デフォルトの解像度と重み = ( 解像度1: W[1]=1.0、 解像度2: W[2]=1.0、 解像度3: W[3]=1.0、 解像度4: W[4]=1.0 ) Default resolution and weight = (Resolution 1: W [1] = 1.0, Resolution 2: W [2] = 1.0, Resolution 3: W [3] = 1.0, Resolution 4: W [4] = 1.0)

つまり、いずれの解像度についても、重みを1とする。なお、W[i]は、解像度iについての重みを表す。   That is, the weight is set to 1 for any resolution. W [i] represents a weight for the resolution i.

この検索による結果(つまり第1検索結果)として、以下の10個の画像を取得したとする。   Assume that the following ten images are acquired as a result of this search (that is, the first search result).

検索結果 = ( 画像1、 画像2、 画像3、 画像4、 画像5、 画像6、 画像7、 画像8、 画像9、 画像10 ) Search result = (Image 1, Image 2, Image 3, Image 4, Image 5, Image 6, Image 7, Image 8, Image 9, Image 10)

(正解/不正解についてのフィードバック)
次に、正解/不正解についてのフィードバックをユーザから受け付ける。この例では、フィードバックの結果を以下の通りとする。
(Feedback for correct / incorrect answers)
Next, feedback about correct / incorrect answers is received from the user. In this example, the feedback result is as follows.

フィードバック: 正解画像 = { 画像1、 画像4、 画像5、 画像8 }、 不正解画像 = { 画像2、 画像6 } Feedback: correct image = {image 1, image 4, image 5, image 8}, incorrect image = {image 2, image 6}

(ベストマッチ解像度集合の生成)
ついで、既に説明した正解ベストマッチ解像度集合を生成する。この例では、以下の通りであったとする。
(Generate best match resolution set)
Next, the correct best match resolution set described above is generated. In this example, it is assumed that:

正解ベストマッチ解像度集合 = { 解像度1(画像1)、 解像度1(画像4)、 解像度4(画像5)、 解像度1(画像8) } Correct Best Match Resolution Set = {Resolution 1 (Image 1), Resolution 1 (Image 4), Resolution 4 (Image 5), Resolution 1 (Image 8)}

つまり、正解画像としての画像1,4,8の場合には、解像度1において、クエリ画像との類似度が最高であった。また、画像5の場合には、解像度4において、クエリ画像との類似度が最高であった。   That is, in the case of the images 1, 4 and 8 as the correct images, the similarity with the query image was the highest at the resolution 1. In the case of the image 5, the similarity with the query image was the highest at the resolution 4.

同様に、不正解ベストマッチ解像度集合を以下のように生成する。   Similarly, an incorrect answer best match resolution set is generated as follows.

不正解ベストマッチ解像度集合 = { 解像度1(画像2)、 解像度2(画像6)、 解像度2(画像10) }   Incorrect answer best match resolution set = {resolution 1 (image 2), resolution 2 (image 6), resolution 2 (image 10)}

つまり、不正解画像としての画像2の場合には、解像度1において、クエリ画像との類似度が最高であった。また、画像6及び10の場合には、解像度2において、クエリ画像との類似度が最高であった。   That is, in the case of the image 2 as an incorrect image, the similarity with the query image was the highest at the resolution 1. Further, in the case of the images 6 and 10, at the resolution 2, the similarity with the query image was the highest.

(解像度に対する重みの調整)
解像度に対する重み(W[i])の算出方法を説明する。用いる記号を以下のように準備する。
PK[i]:正解ベストマッチ解像度集合における解像度iの頻度、
NK[i]:不正解ベストマッチ解像度集合における解像度iの頻度、
FW[i]:正解/不正解の指定数に応じて重みを少なくするための係数、
ΔW[i]:初期の重みに対する差分、
W[i]:算出される重み。
(Adjust weight for resolution)
A method for calculating the weight (W [i]) for the resolution will be described. Prepare the symbols to be used as follows.
PK [i]: frequency of resolution i in correct answer best match resolution set,
NK [i]: frequency of resolution i in incorrect answer best match resolution set,
FW [i]: coefficient for reducing the weight according to the designated number of correct / incorrect answers,
ΔW [i]: difference with respect to initial weight,
W [i]: Calculated weight.

すると、解像度1については、以下のようにして重みを算出できる。   Then, for resolution 1, the weight can be calculated as follows.

・PK[1](正解ベストマッチ解像度集合における解像度1の頻度)= 3
・NK[1](不正解ベストマッチ解像度集合における解像度1の頻度)= 1
・FW[1] = 1 / (PK[1] + NK[1] ) = 1 / (3 + 1) = 1 / 4 = 0.25
・ΔW[1] = (PK[1]−NK[1]) × FW[1] = (3 − 1) × 0.25 = 0.5
・W[1] = W[1] + ΔW[1] = 1.0 + 0.5 = 1.5
PK [1] (Frequency of resolution 1 in the correct best match resolution set) = 3
NK [1] (frequency of resolution 1 in incorrect answer best match resolution set) = 1
FW [1] = 1 / (PK [1] + NK [1]) = 1 / (3 + 1) = 1/4 = 0.25
ΔW [1] = (PK [1] −NK [1]) × FW [1] = (3-1) × 0.25 = 0.5
W [1] = W [1] + ΔW [1] = 1.0 + 0.5 = 1.5

つまり、解像度1に対する重みは1.5と算出される。この例では、指定された正解/不正解画像の数に応じて重みを計算しているということができる。また、PK[i]−NK[i]の計算を行うことは、正解の指定による重みを、不正解の指定による重みでキャンセルすることに相当する。   That is, the weight for resolution 1 is calculated as 1.5. In this example, it can be said that the weight is calculated according to the number of designated correct / incorrect images. Also, calculating PK [i] -NK [i] is equivalent to canceling the weight specified by the correct answer with the weight specified by the incorrect answer.

解像度1の場合と同様にして、解像度2に対する重み(W[2])を以下のように算出できる。
・PK[2](正解ベストマッチ解像度集合における解像度2の頻度)= 0
・NK[2](不正解ベストマッチ解像度集合における解像度2の頻度)= 2
・FW[2] = 1 / (PK[2] + NK[2] ) = 1 / (0 + 2) = 0.5
・ΔW[2] = (PK[2]−NK[2]) × FW[2] = (0 − 2) × 0.5 = -1.0
・W[2] = W[2] + ΔW[2] = 1.0 +(-1.0) = 0.0
As in the case of resolution 1, the weight (W [2]) for resolution 2 can be calculated as follows.
PK [2] (Frequency of resolution 2 in the correct best match resolution set) = 0
NK [2] (frequency of resolution 2 in incorrect answer best match resolution set) = 2
FW [2] = 1 / (PK [2] + NK [2]) = 1 / (0 + 2) = 0.5
ΔW [2] = (PK [2] −NK [2]) × FW [2] = (0−2) × 0.5 = −1.0
・ W [2] = W [2] + ΔW [2] = 1.0 + (− 1.0) = 0.0

解像度3に対する重み(W[3])は以下のように算出できる。
・PK[3](正解ベストマッチ解像度集合における解像度3の頻度)= 0
・NK[3](不正解ベストマッチ解像度集合における解像度3の頻度)= 0
・FW[3] = 1 / (PK[3] + NK[3] ) = 1 / (0 + 0) = 0.0 (分母が0の場合は0とみなす)
・ΔW[3] = (PK[3]−NK[3]) × FW[3] = (0 − 0) × 0.0 = 0.0
・W[3] = W[3] + ΔW[3] = 1.0 + 0.0 = 1.0
The weight (W [3]) for resolution 3 can be calculated as follows.
PK [3] (Frequency of resolution 3 in the correct best match resolution set) = 0
NK [3] (frequency of resolution 3 in incorrect answer best match resolution set) = 0
FW [3] = 1 / (PK [3] + NK [3]) = 1 / (0 + 0) = 0.0 (If the denominator is 0, it is regarded as 0)
ΔW [3] = (PK [3] −NK [3]) × FW [3] = (0−0) × 0.0 = 0.0
W [3] = W [3] + ΔW [3] = 1.0 + 0.0 = 1.0

解像度4に対する重み(W[4])は以下のように算出できる。
・PK[4](正解ベストマッチ解像度集合における解像度4の頻度)= 1
・NK[4](不正解ベストマッチ解像度集合における解像度4の頻度)= 0
・FW[4] = 1 / (PK[4] + NK[4] ) = 1 / (1 + 0) = 1.0
・ΔW[4] = (PK[4]−NK[4]) × FW[4] = (1 − 0) × 1.0 = 1.0
・W[4] = W[4] + ΔW[4] = 1.0 + 1.0 = 2.0
The weight (W [4]) for the resolution 4 can be calculated as follows.
PK [4] (frequency of resolution 4 in correct best match resolution set) = 1
NK [4] (frequency of resolution 4 in incorrect answer best match resolution set) = 0
FW [4] = 1 / (PK [4] + NK [4]) = 1 / (1 + 0) = 1.0
ΔW [4] = (PK [4] −NK [4]) × FW [4] = (1−0) × 1.0 = 1.0
W [4] = W [4] + ΔW [4] = 1.0 + 1.0 = 2.0

(解像度毎の重み)
前記の調整の結果、解像度毎の重みは以下の通りとなる。
解像度1: W[1]=1.5、 解像度2: W[2]=0.0、 解像度3: W[3]=1.0、 解像度4: W[4]=2.0。
(Weight for each resolution)
As a result of the adjustment, the weight for each resolution is as follows.
Resolution 1: W [1] = 1.5, Resolution 2: W [2] = 0.0, Resolution 3: W [3] = 1.0, Resolution 4: W [4] = 2.0.

このような計算方法では、フィードバックの数が多いときは、FW[i]の値が小さくなるので、フィードバックによる重みへの影響を減らすことができる。これは、フィードバック数が多いと、一つあたりのフィードバックにおける確信度が低くなるという仮定に基づいている。この手法は、正解と不正解の基準が曖昧な場合に有効であると考えられる。   In such a calculation method, when the number of feedbacks is large, the value of FW [i] becomes small, so that the influence of feedback on the weight can be reduced. This is based on the assumption that the greater the number of feedbacks, the lower the certainty of feedback per unit. This method is considered effective when the criteria for correct and incorrect answers are ambiguous.

なお、前記の例では、PK[i]:正解ベストマッチ解像度集合における解像度iの頻度、NK[i]:不正解ベストマッチ解像度集合における解像度iの頻度、とした。しかしながら、頻度に代えて、正解/不正解ベストマッチ解像度集合における正解/不正解画像とクエリ画像との類似度を用いることができる。具体的には、次のように計算できる。   In the above example, PK [i] is the frequency of resolution i in the correct best match resolution set, and NK [i] is the frequency of resolution i in the incorrect best match resolution set. However, the similarity between the correct / incorrect answer image and the query image in the correct / incorrect answer best match resolution set can be used instead of the frequency. Specifically, it can be calculated as follows.

正解ベストマッチ解像度集合の解像度1に対応する画像は、前記の通り、画像1、画像4、画像8とする。この場合、解像度1におけるPK[i]を、
PK[1]=(解像度1における、クエリ画像と画像1の類似度+解像度1における、クエリ画像と画像4の類似度+解像度1における、クエリ画像と画像8の類似度)、
として計算できる。他の解像度においても同様に計算できる。このようにすると、重みの値を細かく設定できるという利点がある。また、この計算も、類似度の和を用いていることから、指定された正解/不正解画像の数を考慮して重み付けを行っていることに相当する。
As described above, the images corresponding to the resolution 1 of the correct best match resolution set are the image 1, the image 4, and the image 8. In this case, PK [i] at resolution 1 is
PK [1] = (similarity between query image and image 1 at resolution 1 + similarity between query image and image 4 at resolution 1 + similarity between query image and image 8 at resolution 1),
Can be calculated as Similar calculations can be made for other resolutions. This has the advantage that the weight value can be set finely. Also, this calculation is equivalent to performing weighting in consideration of the number of designated correct / incorrect images because the sum of the similarities is used.

(計算例2)
(解像度に対するデフォルトの重み)
前記の計算例1では、FW[i](正解/不正解の指定数に応じた重みの変動量を少なくするための係数)を用いていた。これに対して、計算例2では、FW[i]を用いないで重みを計算する。計算例2の説明では、計算例1と共通する部分については説明を簡略化する。
(Calculation Example 2)
(Default weight for resolution)
In the calculation example 1 described above, FW [i] (a coefficient for reducing the amount of variation in weight according to the designated number of correct / incorrect answers) is used. On the other hand, in Calculation Example 2, the weight is calculated without using FW [i]. In the description of the calculation example 2, the description common to the calculation example 1 is simplified.

計算例2における解像度1については、以下のようにして重みを算出できる。
・PK[1](正解ベストマッチ解像度集合における解像度1の頻度)= 3
・NK[1](不正解ベストマッチ解像度集合における解像度1の頻度)= 1
・ΔW[1] = PK[1]−NK[1] = 3 − 1 = 2.0
・W[1] = W[1] + ΔW[1] = 1.0 +2.0 = 3.0
For Resolution 1 in Calculation Example 2, the weight can be calculated as follows.
PK [1] (Frequency of resolution 1 in the correct best match resolution set) = 3
NK [1] (frequency of resolution 1 in incorrect answer best match resolution set) = 1
ΔW [1] = PK [1] −NK [1] = 3−1 = 2.0
W [1] = W [1] + ΔW [1] = 1.0 + 2.0 = 3.0

つまり、解像度1に対する重みは3.0と算出される。同様にして、解像度2に対する重み(W[2])を以下のように算出できる。
・PK[2](正解ベストマッチ解像度集合における解像度2の頻度)= 0
・NK[2](不正解ベストマッチ解像度集合における解像度2の頻度)= 2
・ΔW[2] = PK[2]−NK[2] = 0 − 2 = -2.0
・W[2] = W[2] + ΔW[2] = 1.0 + -2.0 = -1.0
That is, the weight for resolution 1 is calculated as 3.0. Similarly, the weight (W [2]) for resolution 2 can be calculated as follows.
PK [2] (Frequency of resolution 2 in the correct best match resolution set) = 0
NK [2] (frequency of resolution 2 in incorrect answer best match resolution set) = 2
ΔW [2] = PK [2] −NK [2] = 0−2 = −2.0
・ W [2] = W [2] + ΔW [2] = 1.0 + -2.0 = -1.0

解像度3に対する重み(W[3])は以下のように算出できる。
・PK[3](正解ベストマッチ解像度集合における解像度3の頻度)= 0
・NK[3](不正解ベストマッチ解像度集合における解像度3の頻度)= 0
・ΔW[3] =PK[3]−NK[3] = 0 − 0 = 0.0
・W[3] = W[3] + ΔW[3] = 1.0 +0.0 = 1.0
The weight (W [3]) for resolution 3 can be calculated as follows.
PK [3] (Frequency of resolution 3 in the correct best match resolution set) = 0
NK [3] (frequency of resolution 3 in incorrect answer best match resolution set) = 0
ΔW [3] = PK [3] −NK [3] = 0−0 = 0.0
W [3] = W [3] + ΔW [3] = 1.0 + 0.0 = 1.0

解像度4に対する重み(W[4])は以下のように算出できる。
・PK[4](正解ベストマッチ解像度集合における解像度4の頻度)= 1
・NK[4](不正解ベストマッチ解像度集合における解像度4の頻度)= 0
・ΔW[4] =PK[4]−NK[4] = 1 − 0 = 1.0
・W[4] = W[4] + ΔW[4] = 1.0 +1.0 = 2.0
The weight (W [4]) for the resolution 4 can be calculated as follows.
PK [4] (frequency of resolution 4 in correct best match resolution set) = 1
NK [4] (frequency of resolution 4 in incorrect answer best match resolution set) = 0
ΔW [4] = PK [4] −NK [4] = 1−0 = 1.0
W [4] = W [4] + ΔW [4] = 1.0 + 1.0 = 2.0

(解像度毎の重み)
前記の調整の結果、解像度毎の重みは以下の通りとなる。
解像度1: W[1]=3.0、 解像度2: W[2]=-1.0、 解像度3: W[3]=1.0、 解像度4: W[4]=2.0。
(Weight for each resolution)
As a result of the adjustment, the weight for each resolution is as follows.
Resolution 1: W [1] = 3.0, Resolution 2: W [2] = − 1.0, Resolution 3: W [3] = 1.0, Resolution 4: W [4] = 2.0.

このような計算方法では、フィードバックの数が多いと、それだけ、重みが大きく変動する傾向になる。これにより、ユーザの意図を一層重視した検索結果を得ることができる。この手法は、正解と不正解の基準が明確な場合に有効であると考えられる。   In such a calculation method, the greater the number of feedbacks, the more the weight tends to fluctuate. As a result, it is possible to obtain a search result that places more importance on the user's intention. This method is considered effective when the criteria for correct and incorrect answers are clear.

なお、計算例2においても、計算例1と同じく、PK[i]及び[i]として、頻度に代えて、正解/不正解ベストマッチ解像度集合における正解/不正解画像とクエリ画像との類似度を用いることができる。   In the calculation example 2, as in the calculation example 1, as the PK [i] and [i], instead of the frequency, the similarity between the correct / incorrect answer image and the query image in the correct / incorrect best match resolution set Can be used.

(第2実施形態)
以下、本発明の第2実施形態を、図6を主に参照しながら説明する。第2実施形態の説明においては、前記した第1実施形態と共通する構成については、説明を簡略化する。
(Second Embodiment)
Hereinafter, a second embodiment of the present invention will be described with reference mainly to FIG. In the description of the second embodiment, the description of the configuration common to the first embodiment will be simplified.

(図6のステップSB−1〜SB−6)
第2実施形態におけるステップSB−1〜SB−6は、第1実施形態におけるステップSA−1〜SA−6と実質的に同様でよいので、詳しい説明は省略する。これらにステップにより、第2検索結果を取得することができる。
(Steps SB-1 to SB-6 in FIG. 6)
Since steps SB-1 to SB-6 in the second embodiment may be substantially the same as steps SA-1 to SA-6 in the first embodiment, detailed description thereof is omitted. By these steps, the second search result can be acquired.

(図6のステップSB−7)
ついで、第2実施形態では、出力部25が、第2検索結果を用いたフィードバック用の文書(図示せず)を生成する。このフィードバック用文書の体裁は、ステップSB−3で生成されるものと同様でよいが、その中身としては、第2検索結果が用いられる。
(Step SB-7 in FIG. 6)
Next, in the second embodiment, the output unit 25 generates a feedback document (not shown) using the second search result. The appearance of the feedback document may be the same as that generated in step SB-3, but the second search result is used as its contents.

(図6のステップSB−8)
ついで、フィードバック受付部22は、ユーザから、第2検索結果を用いたフィードバック用文書に対するフィードバックを待つ。フィードバックがあった場合は、ステップSB−5に戻り、正解/不正解の指定に応じて、重み算出部23が重みを再計算する。ここでの処理は、第1実施形態における第1検索結果として、第2検索結果を用いる(つまり第1検索結果の内容を更新する)ことにより、同様に行うことができる。そして、更新後の第1検索結果を用いて、あらたな第2検索結果を生成し、再びフィードバック用文書を生成することができる。フィードバックがある限り、このループを続けることができる。あるいは、フィードバックの回数を制限し、既定回数のループを続けたら、次のステップSB−9に進むように設定することができる。
(Step SB-8 in FIG. 6)
Next, the feedback receiving unit 22 waits for feedback from the user to the feedback document using the second search result. If there is feedback, the process returns to step SB-5, and the weight calculation unit 23 recalculates the weight according to the designation of correct / incorrect answer. The process here can be similarly performed by using the second search result (that is, updating the contents of the first search result) as the first search result in the first embodiment. Then, a new second search result can be generated using the updated first search result, and a feedback document can be generated again. As long as there is feedback, this loop can continue. Alternatively, when the number of feedbacks is limited and a predetermined number of loops are continued, it can be set to proceed to the next step SB-9.

(図6のステップSB−9)
一方、ステップSB−8におけるフィードバックが無かった場合は、出力部25は、第1実施形態のステップSA−7と同様にして、出力用文書を生成する。ここで、出力用文書には、ステップSB−8でのフィードバックにより更新された第2検索結果が含まれる。
(Step SB-9 in FIG. 6)
On the other hand, when there is no feedback in step SB-8, the output unit 25 generates an output document in the same manner as in step SA-7 of the first embodiment. Here, the output document includes the second search result updated by the feedback in step SB-8.

第2実施形態においては、検索結果へのフィードバックを繰り返して行うので、ユーザの意図を一層重視した検索を行うことができる。   In the second embodiment, since the feedback to the search result is repeatedly performed, it is possible to perform a search that places more importance on the user's intention.

前記した各実施形態の動作は、コンピュータに適宜のコンピュータソフトウエアを組み込むことにより実施することができる。   The operations of the above-described embodiments can be implemented by incorporating appropriate computer software into the computer.

なお、本発明の内容は、前記実施形態に限定されるものではない。本発明は、特許請求の範囲に記載された範囲内において、具体的な構成に対して種々の変更を加えうるものである。   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.

なお、多重解像度モデルの各解像度に対して重みを算出した後にステップSA-6やSB-6で第2検索結果を得る場合において、重み付けが変更された多重解像度モデルを用いて、ステップSA-2で得られた第1検索結果の画像に対して類似度の算出を行って、当該第1検索結果のランキングを更新した結果として、第2検索結果を得ることができる。この場合、例えば、検索サーバにキャッシュメモリを備えて、そのキャッシュメモリに第1検索結果を一時的に格納しておくことで、検索制御部24の検索指示により、第1検索結果に対する類似度の再算出を行える。これにより、この場合、クエリ画像に類似する画像の中からユーザのフィードバックを反映し、類似度の高い画像を得ることができる。また、既に得ている所定数の画像に対して類似度を再計算するため、処理を高速にすることができる。   In the case where the second search result is obtained in step SA-6 or SB-6 after calculating the weight for each resolution of the multiresolution model, step SA-2 is performed using the multiresolution model in which the weight is changed. The second search result can be obtained as a result of calculating the similarity with respect to the image of the first search result obtained in the above and updating the ranking of the first search result. In this case, for example, the search server is provided with a cache memory, and the first search result is temporarily stored in the cache memory. Recalculation can be performed. Accordingly, in this case, it is possible to obtain an image having a high degree of similarity by reflecting user feedback from images similar to the query image. In addition, since the similarity is recalculated for a predetermined number of images already obtained, the processing can be speeded up.

また、重み付けが変更された多重解像度モデルにより、画像DB33に格納された画像に対して類似度を算出し、再検索を行うことによって、第2検索結果を得ることもできる。この場合、ユーザのフィードバックが加味された解像度毎の重み付けにおいて高い類似度を持つ画像を画像DBから得ることができる。例えば、ステップSA−6やSB−6において第1検索結果で得られなかった新たな検索結果が第2検索結果として得られる可能性もある。   In addition, the second search result can be obtained by calculating the similarity with respect to the image stored in the image DB 33 using the multi-resolution model with the weighting changed, and performing the search again. In this case, an image having a high degree of similarity in weighting for each resolution in consideration of user feedback can be obtained from the image DB. For example, there is a possibility that a new search result that is not obtained from the first search result in Step SA-6 or SB-6 is obtained as the second search result.

1 ユーザ端末
11 端末本体
12 入力装置
13 表示装置
2 画像検索装置
21 クエリ受付部
22 フィードバック受付部
23 重み算出部
24 検索制御部
25 出力部
3 検索サーバ
31 画像検索エンジン
32 インデックスDB
33 画像DB
4 インターネット
DESCRIPTION OF SYMBOLS 1 User terminal 11 Terminal main body 12 Input device 13 Display apparatus 2 Image search device 21 Query reception part 22 Feedback reception part 23 Weight calculation part 24 Search control part 25 Output part 3 Search server 31 Image search engine 32 Index DB
33 Image DB
4 Internet

Claims (7)

複数の解像度毎の類似度を用いる多重解像度モデルに基づいた画像検索を行う画像検索エンジンに、クエリ画像を提供することによって、前記クエリ画像に類似する複数の画像を含む第1検索結果を取得する画像検索装置において、
前記第1検索結果に含まれる前記画像についての正解及び/又は不正解の指定を受け付けるフィードバック受付部と、
前記正解及び/又は不正解の指定に応じて、前記複数の解像度毎の類似度に対する重みを算出する重み算出部と、
前記算出された重みを用いて、前記クエリ画像と検索された画像との類似度を、前記画像検索エンジンに計算させることによって、前記画像検索エンジンに第2検索結果を取得させる検索制御部と、
前記計算された類似度が高い順序で、前記第2検索結果における画像が配置されている、出力用文書を生成する出力部と
を備えることを特徴とする画像検索装置。
Obtaining a first search result including a plurality of images similar to the query image by providing a query image to an image search engine that performs an image search based on a multi-resolution model using a similarity for each of a plurality of resolutions In the image search device,
A feedback reception unit that receives designation of correct and / or incorrect answers for the image included in the first search result;
A weight calculation unit that calculates a weight for the similarity for each of the plurality of resolutions in accordance with designation of the correct answer and / or incorrect answer;
A search control unit that causes the image search engine to acquire a second search result by causing the image search engine to calculate a similarity between the query image and the searched image using the calculated weight;
An image search apparatus comprising: an output unit that generates an output document in which images in the second search result are arranged in order of the calculated similarity.
前記重み算出部は、前記クエリ画像と前記正解が指定された正解画像との類似度が最も高い解像度について、前記類似度に対する重みを、他の解像度での類似度に対する重みよりも相対的に大きくする処理を行う構成となっている
請求項1に記載の画像検索装置。
The weight calculation unit, for a resolution having the highest degree of similarity between the query image and the correct image for which the correct answer is designated, has a relatively higher weight for the similarity than a weight for the similarity at other resolutions. The image search device according to claim 1, wherein the image search device is configured to perform processing.
前記重み算出部は、前記クエリ画像と前記不正解が指定された不正解画像との類似度が最も高い解像度について、前記類似度に対する重みを、他の解像度での類似度に対する重みよりも相対的に小さくする処理を行う構成となっている
請求項1又は2に記載の画像検索装置。
The weight calculation unit is configured such that, for a resolution having the highest similarity between the query image and the incorrect image in which the incorrect solution is designated, the weight for the similarity is relatively higher than the weight for the similarity at another resolution. The image search device according to claim 1, wherein the image search device is configured to perform a process of reducing the size to a minimum.
前記重み算出部は、前記正解が指定された正解画像及び/又は前記不正解が指定された不正解画像の数に応じて、前記解像度における前記類似度に対する重みを算出する構成となっている
請求項1〜3のいずれか1項に記載の画像検索装置。
The weight calculation unit is configured to calculate a weight for the similarity at the resolution according to the number of correct images for which the correct answer is specified and / or incorrect images for which the incorrect answer is specified. Item 4. The image search device according to any one of Items 1 to 3.
さらに、前記重み算出部は、前記クエリ画像と、前記正解が指定された正解画像及び/又は前記不正解が指定された不正解画像との類似度に応じて、前記解像度における前記類似度に対する重みを算出する構成となっている
請求項1〜4のいずれか1項に記載の画像検索装置。
Further, the weight calculation unit is configured to weight the similarity at the resolution according to the similarity between the query image and the correct image with the correct answer specified and / or the incorrect image with the incorrect answer specified. The image search device according to any one of claims 1 to 4, wherein the image search device is configured to calculate.
複数の解像度毎の類似度を用いる多重解像度モデルに基づいた画像検索を行う画像検索エンジンに、クエリ画像を提供することによって、前記クエリ画像に類似する複数の画像を含む第1検索結果を取得する画像検索方法において、
前記第1検索結果に含まれる前記画像についての正解及び/又は不正解の指定を受け付けるステップと、
前記正解及び/又は不正解の指定に応じて、前記複数の解像度毎の類似度に対する重みを算出するステップと、
前記算出された重みを用いて、前記クエリ画像と検索された画像との類似度を、前記画像検索エンジンに計算させることによって、前記画像検索エンジンに第2検索結果を取得させるステップと、
前記計算された類似度が高い順序で、前記第2検索結果における画像が配置されている、出力用文書を生成するステップと
を備えることを特徴とする画像検索方法。
Obtaining a first search result including a plurality of images similar to the query image by providing a query image to an image search engine that performs an image search based on a multi-resolution model using a similarity for each of a plurality of resolutions In the image search method,
Receiving a correct and / or incorrect answer designation for the image included in the first search result;
Calculating a weight for the similarity for each of the plurality of resolutions in response to designation of the correct answer and / or incorrect answer;
Causing the image search engine to obtain a second search result by causing the image search engine to calculate a similarity between the query image and the searched image using the calculated weight;
Generating an output document in which the images in the second search result are arranged in order of the calculated similarity.
請求項6に記載のステップをコンピュータに実行させることを特徴とするコンピュータプログラム。   A computer program for causing a computer to execute the steps according to claim 6.
JP2009067272A 2009-03-19 2009-03-19 Image search device Active JP5143773B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009067272A JP5143773B2 (en) 2009-03-19 2009-03-19 Image search device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009067272A JP5143773B2 (en) 2009-03-19 2009-03-19 Image search device

Publications (2)

Publication Number Publication Date
JP2010218479A true JP2010218479A (en) 2010-09-30
JP5143773B2 JP5143773B2 (en) 2013-02-13

Family

ID=42977208

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009067272A Active JP5143773B2 (en) 2009-03-19 2009-03-19 Image search device

Country Status (1)

Country Link
JP (1) JP5143773B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012133516A (en) * 2010-12-21 2012-07-12 Yahoo Japan Corp Image retrieval apparatus, image retrieval method and program
JP2013073476A (en) * 2011-09-28 2013-04-22 Canon Inc Image retrieval device, image retrieval method, and program
WO2014174558A1 (en) * 2013-04-22 2014-10-30 株式会社日立製作所 Supplier search device and supplier search program
JP2016167237A (en) * 2015-03-10 2016-09-15 富士ゼロックス株式会社 Image searching device and program
JP2022517835A (en) * 2019-05-06 2022-03-10 ▲騰▼▲訊▼科技(深▲セン▼)有限公司 Image processing methods and their devices, computer programs and electronic devices
WO2023225919A1 (en) * 2022-05-25 2023-11-30 华为技术有限公司 Visual search method and device
JP7431563B2 (en) 2019-11-28 2024-02-15 キヤノン株式会社 Image search device, image search method, and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08137908A (en) * 1994-11-15 1996-05-31 Canon Inc Method and device for retrieving picture
JPH10154149A (en) * 1996-11-25 1998-06-09 Nippon Telegr & Teleph Corp <Ntt> Similar object retrieval method and device therefor
JP2006065399A (en) * 2004-08-24 2006-03-09 Sony Corp Image processing device and method, storage medium and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08137908A (en) * 1994-11-15 1996-05-31 Canon Inc Method and device for retrieving picture
JPH10154149A (en) * 1996-11-25 1998-06-09 Nippon Telegr & Teleph Corp <Ntt> Similar object retrieval method and device therefor
JP2006065399A (en) * 2004-08-24 2006-03-09 Sony Corp Image processing device and method, storage medium and program

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
CSNJ200610071014; 秦 裕信 外3名: '"複数特徴の統合による3次元形状検索性能の改善"' Visual Computing グラフィクスとCAD 合同シンポジウム2005 予稿集 , 20050616, p.75-80, 画像電子学会,社団法人情報処理学会 *
JPN6012021847; 秦 裕信 外3名: '"複数特徴の統合による3次元形状検索性能の改善"' Visual Computing グラフィクスとCAD 合同シンポジウム2005 予稿集 , 20050616, p.75-80, 画像電子学会,社団法人情報処理学会 *
JPN6012021849; Yong Rui et al.: '"Relevance feedback: a power tool for interactive content-based image retrieval"' IEEE Transactions on Circuits and Systems for Video Technology Vol.8, No.5,, 199809, pp.1-13 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012133516A (en) * 2010-12-21 2012-07-12 Yahoo Japan Corp Image retrieval apparatus, image retrieval method and program
JP2013073476A (en) * 2011-09-28 2013-04-22 Canon Inc Image retrieval device, image retrieval method, and program
WO2014174558A1 (en) * 2013-04-22 2014-10-30 株式会社日立製作所 Supplier search device and supplier search program
JP2016167237A (en) * 2015-03-10 2016-09-15 富士ゼロックス株式会社 Image searching device and program
JP2022517835A (en) * 2019-05-06 2022-03-10 ▲騰▼▲訊▼科技(深▲セン▼)有限公司 Image processing methods and their devices, computer programs and electronic devices
JP7163504B2 (en) 2019-05-06 2022-10-31 ▲騰▼▲訊▼科技(深▲セン▼)有限公司 Image processing method and its apparatus, computer program and electronic equipment
JP7431563B2 (en) 2019-11-28 2024-02-15 キヤノン株式会社 Image search device, image search method, and program
WO2023225919A1 (en) * 2022-05-25 2023-11-30 华为技术有限公司 Visual search method and device

Also Published As

Publication number Publication date
JP5143773B2 (en) 2013-02-13

Similar Documents

Publication Publication Date Title
JP5143773B2 (en) Image search device
US7769771B2 (en) Searching a document using relevance feedback
JP5164901B2 (en) Image search device
US8749553B1 (en) Systems and methods for accurately plotting mathematical functions
JP4074366B2 (en) Image search apparatus and method, and recording medium storing image search program
US8204905B2 (en) Use of data patterns for rapid search of complex rules in a rules-based search engine
US20080304753A1 (en) Image processing apparatus and image retrieval method
US20070179984A1 (en) Information element processing method and apparatus
JPH09101970A (en) Method and device for retrieving image
US11500884B2 (en) Search and ranking of records across different databases
JP2007317034A (en) Image processing apparatus, image processing method, program, and recording medium
JP4999886B2 (en) Image search device
JP4682030B2 (en) Graphic search program, recording medium recording the program, graphic search device, and graphic search method
JP5010624B2 (en) Search device
CN111095335A (en) Search result based list generation in a single view
JP2011203776A (en) Similar image retrieval device, method, and program
US20090249205A1 (en) Display position determination apparatus and method thereof
JP2010061285A (en) Image retrieval device
JPH11218806A (en) Data processor, method therefor, and storage medium having stored data processing program
JP5061137B2 (en) Image search device
JP5061147B2 (en) Image search device
JP4631587B2 (en) Document creation support apparatus, document creation support program and storage medium, and document creation support method
US20100185606A1 (en) Development document data management device, development document data management system, development document data management method, program therefor, and recording medium
JP4344207B2 (en) Document search device, document search method, document search program, and recording medium
JP2000099531A (en) Information processor

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120420

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120501

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120702

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121121

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20151130

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 5143773

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R371 Transfer withdrawn

Free format text: JAPANESE INTERMEDIATE CODE: R371

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