JP4374902B2 - Similar image search device, similar image search method, and similar image search program - Google Patents

Similar image search device, similar image search method, and similar image search program Download PDF

Info

Publication number
JP4374902B2
JP4374902B2 JP2003139260A JP2003139260A JP4374902B2 JP 4374902 B2 JP4374902 B2 JP 4374902B2 JP 2003139260 A JP2003139260 A JP 2003139260A JP 2003139260 A JP2003139260 A JP 2003139260A JP 4374902 B2 JP4374902 B2 JP 4374902B2
Authority
JP
Japan
Prior art keywords
image
similar
search
images
query
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.)
Expired - Fee Related
Application number
JP2003139260A
Other languages
Japanese (ja)
Other versions
JP2004341940A (en
Inventor
孝之 馬場
大器 増本
祐介 上原
秀一 椎谷
進 遠藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2003139260A priority Critical patent/JP4374902B2/en
Publication of JP2004341940A publication Critical patent/JP2004341940A/en
Application granted granted Critical
Publication of JP4374902B2 publication Critical patent/JP4374902B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、問合せ画像が複数入力された場合に、それぞれの問合せ画像に対してデータベースにある検索対象画像の中から類似した画像を検索する類似画像検索の技術分野に関する。
具体的には、人気アイドルの写真やキャラクタ、あるいは企業ロゴ等の著作権を有するオリジナル画像が、インターネット上で他の画像と合成された模倣画像として掲載されるなどの不正利用を防止するため、インターネット上に存在する画像の中からオリジナル画像と類似した画像を検索し、不正利用されている画像の候補を検出することを目的とする。また、複数のクライアントからの問合せ画像が同時に検索要求として生じた場合に、サーバ側でそれら複数の問合せ画像の類似画像検索を実施するケースなど、サーバクライアント方式における類似画像検索の分野に適用される。
【0002】
【従来の技術】
問合せ画像に対して検索対象画像の中から類似した画像を検索する類似画像検索技術は数多く開示されている(例えば、特許文献1)。これら従来の手法は、単一の問合せ画像に対して類似した画像を検索する場合には有効な技術ではあるが、複数の問合せ画像に対してそれぞれの類似画像を検索するには、問合せ画像ごとに独立して類似画像検索を繰り返し行う必要があり、検索時間が多大にかかって対費用効果が著しく悪くなる。
【0003】
このように複数の問合せ画像が存在し、それぞれの問合せ画像に対して類似画像検索を実施する場合に、問合せごとに独立に繰り返し実行するのではなく、他の問合せ画像の検索結果も流用する等を行い全体の検索を効率化する方法は提案されていない。
【0004】
【特許文献1】
特開2000−29885号公報(第2〜3頁)
【0005】
【発明が解決しようとする課題】
上記したように、単一の問合せ画像に対して類似画像検索を行う従来技術を用いて、複数の問合せ画像に対してそれぞれの類似画像を検索するには、問合せ画像ごとに独立して類似画像検索を繰り返し行う必要があり、そのため、検索に必要な時間は問合せ画像の個数にほぼ比例した時間を要し、問合せ画像数が多くなると実行に長大な時間を要するという問題が生じていた。
【0006】
そこで、本発明は、複数の問合せ画像に対してインデクスを作成し、この問合せ画像のインデクスを利用して、複数の問合せ画像に対する類似画像検索を高速化、かつ効率化することを目的とする。
【0007】
【課題を解決するための手段】
第一の発明は、複数個ある問合せ画像の入力に対し類似した画像を検索する類似画像検索装置であって、予め検索画像が蓄積された画像データベースにおける対象画像からその特徴量を抽出する対象画像特徴量抽出手段と、前記対象画像特徴量抽出手段で抽出された画像特徴量を用いて画像特徴量が類似した画像同士を同じクラスタに分けるクラスタリングを行い、クラスタ毎に、該クラスタ内の画像特徴量の平均ベクトルをインデクスとして生成する対象インデクス生成手段と、ユーザが設定入力した複数の問合せ画像から各画像の画像特徴量を抽出する問合せ画像特徴量抽出手段と、前記問合せ画像特徴量抽出手段抽出された画像特徴量を用いて画像特徴量が類似した画像同士を同じクラスタに分けるクラスタリングを行い、クラスタ毎に、該クラスタ内の画像特徴量の平均ベクトルをインデクスとして生成する問合せインデクス生成手段と、それぞれの前記クラスタを単位として、前記対象インデクスと前記問合せインデクスとの間の類似度を計算し、当該類似度が予め設定されたインデクス類似度閾値を越えたときに、前記対象画像と問合せ画像の間の類似度を計算し、予め設定された画像類似度閾値を判定して類似画像を検索する類似画像検索手段と、前記類似画像検索手段によって得られた結果を出力する検索結果出力手段とを有することを特徴とする類似画像検索装置に関する。
【0008】
すなわち、第一の発明によれば、上記構成をとることにより、ユーザの問合せ画像になる複数の画像が、画像特徴量で関連付けられるインデクスを用いて類似画像検索が実行されるため、画像同士を比較して検索する場合に対し、検索対象の画像数を大きく減少させることができ、結果的に、検索に要する時間が短縮され、対費用効果が著しく改善されることとなる。
【0009】
また、前記類似画像検索手段は,前記問合せ画像のインデクスと対象画像のインデクスの類似度を計算することによって類似画像の探索範囲を限定することを特徴とする。すなわち、問合せインデクスと対象インデクス同士を比較し、その類似度を計算することにより、探索範囲を限定することができる。結果的に、画像同士を直接比較する回数を低減させることになり、より高速な類似画像検索を実現することが可能となる。
【0010】
の発明は、前記対象インデクス生成手段あるいは前記問合せインデクス生成手段は、インデクスを階層的に生成することを特徴とする上記第一の発明に記載の類似画像検索装置に関する。
すなわち、第の発明によれば、前記対象インデクス生成手段あるいは前記問合せインデクス生成手段が、インデクスを階層的に生成する。
この構成によって、検索対象画像に対するインデクスあるいは問い合わせ画像に対するインデクスが階層的に生成され、このような階層的インデクスを使用することによって、対数オーダで探索領域を低減させることが可能となり、より高速な類似画像検索が実現される。
【0011】
以上、本発明では、複数の問合せ画像から検索を高速化するために必要なインデクスを生成し、検索対象画像から検索を高速化するために必要なインデクスを生成しておき、類似画像検索において、それらのインデクスを利用することにより、類似画像検索時の類似度計算の実行回数が大幅に削減される。
【0012】
【発明の実施の形態】
以下、図面にもとづいて本発明の実施形態を説明する。
図1は、本発明の実施の形態になる基本システム構成を示す。本発明の類似画像検索システムは、外部記憶装置として画像データベース2および内部メモリに一時的にバッファとして記憶させる問合せ画像データベース2’を備えた検索装置1とユーザ端末3とがインターネット4を介して接続される構成とし、ユーザからの種々の問合せ画像に関する類似検索を行うものである。
【0013】
また、検索装置1は、予め大量の検索画像が蓄えられた画像データベース2から対象画像の特徴量を抽出する対象画像特徴量抽出手段11、その対象画像の特徴量を用いて対象インデクスを生成する対象インデクス生成手段12、ユーザによる問合せ画像の入力を受けて該問合せ画像の特徴量を抽出する問合せ画像特徴量抽出手段13、その問合せ画像の特徴量を用いて問合せインデクスを生成する問合せインデクス生成手段14、ユーザからの問合せ画像に対する類似の画像を画像データベース2の中から検索する類似画像検索手段15、およびその検索された結果を出力する検索結果出力手段16で構成される。
【0014】
さらに、画像データベース2には、インターネットなどから予め収集された検索対象となる対象画像、対象画像特徴量抽出手段11によって抽出された対象画像の画像特徴量、および対象インデクス生成手段12によって生成された対象インデクスが格納されている。また、問合せ画像データベース2’には、ユーザからの問合せ画像、問合せ画像特徴量抽出手段13によって抽出された画像特徴量、および問合せインデクス生成手段14によって生成された問合せ画像が一時的に内部メモリに格納される。
【0015】
ここで、検索装置1は、コンピュータであり、予め内蔵されたプログラムがコンピュータ上で実行され、対象画像特徴量抽出手段11、対象インデクス生成手段12、問合せ画像特徴量抽出手段13、問合せインデクス生成手段14、類似画像検索手段15、および検索結果出力手段16の各手段が実現される。なお、当該プログラムは、フロッピーディスク、コンパクトディスク、CD−ROM等のコンピュータ読取可能な記録媒体に記録され、図には示していないが、内蔵あるいは、外部接続された媒体読取装置にセットしインストールすることによって実行可能な状態としてもよい。
【0016】
つぎに、本発明の検索装置1において類似画像検索を実施するための各手段について、図2〜6を用いて以下に詳述する。
<対象画像特徴量抽出手段11>
対象画像特徴量抽出手段11では、まず、類似画像検索に用いる検索対象の画像を選び、各画像から色特徴(色相、明度、彩度)、形状、サイズ等予め決められた画像特徴量を抽出する。検索対象とする画像は基本的に複数個であり、あるコンピュータ内に保存された画像ファイル、イントラネットやインターネットから収集した画像ファイルなどを検索対象画像とすることができる。
【0017】
例えば、画像特徴量としては、色ヒストグラムなどが適用される。色ヒストグラムは、RGB(赤、緑、青)などで表現される色空間を適当な範囲で区切ってできた色空間の各部分空間内に属する画素の個数をカウントした値をベクトル形式で表現したものである。
<対象インデクス生成手段12>
対象インデクス生成手段12では、対象画像特徴量抽出手段11で抽出された対象画像の画像特徴量を用いて検索対象画像のインデクスを作成する。
【0018】
インデクスを作成する方法としては、例えば、画像特徴量が類似した画像同士を同じクラスタに分けるクラスタリングを行い、各クラスタの代表値、例えば、クラスタ内の画像特徴量の平均ベクトルをインデクスとして保持する方法がある。クラスタリングとは、与えられたデータをある評価基準に従い複数のグループ(クラスタ)に分類することであり、そのクラスタリングの代表的な手法としては、K−means法などが存在する。
【0019】
そのアルゴリズムは、以下の通りである。
1)K個の初期クラスタ中心を適当に決定。
2)全ての画像を最も近いクラスタ中心のクラスタに分類。
3)新規にできたクラスタの重心をクラスタ中心に設定。
4)新たなクラスタ中心がすべて以前と同じであれば終了、そうでなければ2)へ戻る。
【0020】
また、上記K−means法以外にも、階層的インデクス、多次元インデクス、およびジャンル別インデクスなどのインデクスを生成してクラスタリングを行う方法が考えられる。
階層的インデクスによる方法は、上記K−means法で得られたインデクス生成の結果を踏まえて、さらに何段階かクラスタリングを繰り返すことによって階層的なインデクス構造を形成し、より高速な類似画像検索を可能とする。
【0021】
また、多次元インデクスによる方法は、類似度を単語、数値等のスカラー値で比較する一次元の手法に対し、BGR(青、緑、赤)による色表現、あるいはHSI(色相、彩度、光度)の色特徴を軸とする色ヒストグラムなどの多次元によるインデクスを生成することで、より精度の高い、高速な類似画像検索を可能とする。
【0022】
さらに、ジャンル別インデクスによる方法は、「タレント」、「財界人」、「企業ロゴ」、「広告」等のジャンル別のインデクスを設ける方法であり、とくに、複数存在するインターネット上のデータベースからの収集を行う場合に有効で、効率的な類似画像検索を可能とする。
<問合せ画像特徴量抽出手段13>
問合せ画像特徴量抽出手段13では、ユーザからの入力を受けて複数の問合せ画像を設定し、類似画像検索に用いる各画像の特徴量を抽出する。後段の処理により、問合せ画像として設定された画像と特徴量の類似した画像が検索対象画像の中から検索されて出力される。設定された各問合せ画像に対して類似画像の検索結果がそれぞれ出力されることになる。
【0023】
図2に、本発明の実施の形態になる問合せ画像設定の模式図を示す。図中の問合せ画像設定画面において、下方に表示された「設定」ボタンを押すことにより、表示されている画像が問合せ画像として設定される。本例では、複数の問合せ画像について、一括して設定する場合を示しているが、勿論、必要であれば各問合せ画像を個々に設定することも可能である。
【0024】
問合せ画像特徴量抽出手段13では、上記設定された各問合せ画像から予め決められた画像特徴量を抽出する。画像特徴量としては、色ヒストグラムなどが適用される。
<問合せインデクス生成手段14>
問合せインデクス生成手段14では、問合せ画像特徴量抽出手段13で抽出した問合せ画像の画像特徴量を用いてインデクスを作成する。このインデクスを参照することによって探索する領域の見当をつけることが可能となり、必要のない領域の探索を省略するため大幅な効率化となる。
【0025】
図3は、本発明の実施の形態になる問合せインデクス生成の模式図である。類似した画像同士を同じクラスタ内に含め、また、類似していない画像同士は異なるクラスタに含めて、各クラスタごとにインデクスを作成する。
インデクスを作成する方法は、対象インデクス生成手段12に述べた例と同様である。
<類似画像検索手段15>
類似画像検索手段15では、問合せ画像と画像特徴量が類似した検索対象画像を検索する。類似画像検索を行うために、問合せ画像の画像特徴量と検索対象画像の画像特徴量との間の類似度を計算する必要がある。問合せ画像と検索対象画像のそれぞれに対して類似度を計算する処理は画像数の増大に伴い、計算コストが増加する。
【0026】
そこで、本発明では、前記の問合せインデクス生成手段および対象インデクス生成手段において生成されたインデクスを用いることにより、類似度を計算する回数を低減させることを可能とした。類似画像検索において、作成された各インデクスを用いることにより、類似した画像が含まれるクラスタを調べ、クラスタ内の画像との類似度を計算し、類似しない画像が含まれるクラスタ内の画像との類似度は計算しないこととする。
【0027】
以下に、本発明の類似度計算を従来との比較において述べる。
図4は、従来の複数の問合せ画像に対する類似画像検索を示す。本図は、4つの問合せ画像と6つの検索対象画像の例で示している。インデクスを生成しない従来手法では、それぞれの画像を組み合わせると、類似度を計算する処理は、4x6=24回実行する必要がある。
【0028】
これに対し、図5は、本発明の実施の形態になるインデクスを利用した複数問合せ画像に対する類似画像検索の例を示す。本図では、4つの問合せ画像と6つの検索対象画像を例としており、問合せ画像は、各々2個の画像からなるクラスタA、Bで構成され、検索対象画像は、各々3個の画像からなるクラスタα、βで構成され、問合せインデクスが2つと対象インデクスが2つ生成されている場合を示している。
【0029】
いま、クラスタAに属する問合せ画像の検索を実施する場合を考える。
1)クラスタAのインデクスと2つの対象インデクスとの類似度が計算されていない場合には、類似度Sを計算し、画像データベース2に格納する。もし、他の問合せ画像の探索時に類似度を計算した場合には、保持された結果を利用することで類似度の計算は不要となる。
2)類似度Sが条件を満たす場合には、対象インデクスに対応するクラスタを探索領域とするが、条件を満たさない場合には、対象インデックスに対応するクラスタは探索領域から除外する。
3)探索領域内の検索対象画像と問合せ画像との類似度Sを計算する。得られた類似度は画像データベース2に格納する。
4)類似度Sが条件を満たす場合には、検索対象画像を類似画像検索の結果として出力する。
【0030】
このように、問合せインデクスと対象インデクスを用いることにより,問合せ画像と検索対象画像との全ての組み合わせ( 図4では24回) に対する類似度を計算する必要がなくなる。図5の例では、類似計算回数を、例えば、2x2(インデクス同士)+2x3x2(画像同士)=16回、に削減することが可能となる。
<検索結果出力手段16>
検索結果出力手段16では,類似画像検索手段で検索した各問合せ画像に対する類似画像がそれぞれ出力される。
【0031】
図6は、本発明の実施の形態になる検索結果出力の模式図を示す。図の左側に設定された複数の問合せ画像が、右側にそれぞれの問合せ画像に対する類似画像検索の検索結果画像が表示されている。
上記の検索結果出力では、問合せ画像に対する検索結果が終わった段階で、逐次的に類似結果を出力させる。このことによって、全ての問合せ画像に対する検索結果が得られるまで待つことなく、検索が終わった順に、問合せ画像の結果を早期に利用することを可能とする。また、類似画像検索の結果は、データベースに保持しておくことで別の検索への利用が可能となる。
【0032】
また、各問合せに対してどの範囲までの類似画像を出力するかを制限する方法としては以下が挙げられる。
1)各問合せ画像に対して出力する類似画像数を設定しておく。
2)各問合せ画像に対して類似度に閾値を設定しておき、閾値以内の類似画像を出力する。
3)問合せ画像の全てに対して出力する類似画像の総数を設定しておく。
【0033】
等の方法が考えられる。
類似画像の出力形式は、各問合せ画像に対して、画像として閲覧可能な形式で表示する方法や類似画像のファイル名をテキスト形式で出力する方法が考えられる。そして、必要に応じて各類似画像の類似度を結果として表示することも可能である。
【0034】
図7は、本発明の実施の形態になる類似度閾値テーブルを示す。図7(a)は、インデクス類似度閾値テーブルを示し、図7(b)は、画像類似度閾値テーブルを示している。インデクス閾値、画像類似度閾値は、ともに各ケースに応じて0.5、0.7等の類似度の値を示している。
上記の検索装置1における各手段を用いた類似画像検索の処理を図8、9のフローチャートを用いて以下に説明する。
【0035】
図8は、本発明の実施の形態になる検索対象画像格納のフローチャートを示す。まず、ステップS11において、対象画像特徴量抽出手段11が、予め格納された画像データベース2から検索対象となる画像を選んで画像特徴量を抽出する。つぎに、ステップS12で、対象インデクス生成手段12が、前ステップで抽出された画像特徴量を用いて対象インデクスを生成し、ステップS13で前記画像特徴量および対象インデクスのデータを画像データベース2に格納する。
【0036】
図9は、本発明の実施の形態になる類似画像検索のフローチャートを示す。まず、ステップS21において、問合せ画像特徴量抽出手段13が、ユーザによって入力された複数の問合せ画像のデータを受けて、各画像の特徴量を抽出する。
ステップS22で、該問合せ画像特徴量を用いて問合せインデクスを生成する。ステップS23において、画像データベース2の対象インデクスを参照する。ステップS24において、問合せインデクスと対象インデクス間の類似度を計算する。ステップS25で、図7の(a)に定義したインデクス類似度値テーブルを参照し、閾値の既定条件が一致するかを判定する。
【0037】
インデクス類似度閾値を超えていれば、ステップS26で、問合せ画像と対象画像の類似度を計算する。そして、ステップS27で、図7の(b)に定義した画像類似度閾値テーブルを参照し、閾値の規定条件が一致するかを判断する。規定条件が合致すれば、満足する類似画像を検索結果として出力する。条件に合致しなければ、つぎの対象画像の類似度計算に移り全て終了するまで行われる。
【0038】
ステップS25におけるインデクス類似度の判定で、規定条件に合致しなければ、ステップS30にスキップし、つぎの対象インデクスの類似度計算に移り、全ての対象インデクスが終了するまで行われる。
以上、複数の問合せ画像に対し、高速かつ効率的に類似検索するシステムとして、問合せインデクスおよび対象インデクスを導入する例で説明してきたが、対象画像をクラスタリングするインデクスを生成せず、個々の画像の特徴量をそのまま保持し、データベース側に対象インデクスを設けずに、問合せインデクスのみの適用でも検索の高速化が図れることは言うまでもない。
【0039】
(付記1) 複数の問合せ画像の入力に対し類似した画像を検索する類似画像検索装置であって、
予め検索画像が蓄積された画像データベースから対象とする画像を選んで、その特徴量を抽出する対象画像特徴量抽出手段と、
前記対象特徴量抽出手段で抽出された画像特徴量を用いて複数の対象画像を関連付けるインデクスを生成する対象インデクス生成手段と、
ユーザが設定入力した複数の問合せ画像から画像特徴量を抽出する問合せ画像特徴量抽出手段と、
前記問合せ画像特徴量抽出手段によって抽出された画像特徴量を用いて前記問合せ画像を関連付けるインデクスを生成する問合せインデクス生成手段と、
前記対象画像および問合せ画像に対し生成した各インデクスを比較することによって検索対象画像の中から類似画像を検索する類似画像検索手段と、
前記類似画像検索手段によって得られた結果を出力する検索結果出力手段と
を有することを特徴とする類似画像検索装置。
【0040】
(付記2) 前記類似画像検索手段は、前記問合せ画像のインデクスと対象画像のインデクスの類似度を計算することによって類似画像の探索範囲を限定することを特徴とする付記1に記載の類似画像検索装置。
(付記3) 前記対象インデクス生成手段あるいは前記問合せインデクス生成手段は、インデクスを階層的に生成することを特徴とする付記1または付記2に記載の類似画像検索装置。
【0041】
(付記4) 前記対象インデクス生成手段は、検索対象画像をクラスタリングするインデクスを生成せず、個々の画像の画像特徴量をそのまま保持することを特徴とする付記1に記載の類似画像検索装置。
(付記5) 前記対象インデクス生成手段が、多次元インデクスを用いてインデクスを生成することを特徴とする付記1に記載の類似画像検索装置。
【0042】
(付記6) 前記対象画像特徴量抽出段は、検索対象画像を複数のジャンルに分けて抽出することを特徴とする付記1に記載の類似画像検索装置。
(付記7) 複数の問合せ画像の入力に対し類似した画像を検索する類似画像検索方法であって、
予め検索画像が蓄積された画像データベースから対象とする画像を選んで、その特徴量を抽出する対象画像特徴量抽出ステップと、
前記対象画像特徴量抽出ステップで抽出された画像特徴量を用いて複数の対象画像を関連付けるインデクスを生成する対象インデクス生成ステップと、
ユーザが設定入力した複数の問合せ画像から画像特徴量を抽出する問合せ画像特徴量抽出ステップと、
前記問合せ画像特徴量抽出ステップによって抽出された画像特徴量を用いて前記問合せ画像を関連付けるインデクスを生成する問合せインデクス生成ステップと、
前記対象画像および問合せ画像に対し生成した各インデクスを比較することによって検索対象画像の中から類似画像を検索する類似画像検索ステップと、
前記類似画像検索ステップによって得られた結果を出力する検索結果出力ステップと
を有することを特徴とする類似画像検索方法。
【0043】
(付記8) 複数の問合せ画像の入力に対し類似した画像を検索する類似画像検索プログラムであって、
コンピュータに、
予め検索画像が蓄積された画像データベースから対象とする画像を選んで、その特徴量を抽出する対象画像特徴量抽出ステップと、
前記対象画像特徴量抽出ステップで抽出された画像特徴量を用いて複数の対象画像を関連付けるインデクスを生成する対象インデクス生成ステップと、
ユーザが設定入力した複数の問合せ画像から画像特徴量を抽出する問合せ画像特徴量抽出ステップと、
前記問合せ画像特徴量抽出ステップによって抽出された画像特徴量を用いて前記問合せ画像を関連付けるインデクスを生成する問合せインデクス生成ステップと、
前記対象画像および問合せ画像に対し生成した各インデクスを比較することによって検索対象画像の中から類似画像を検索する類似画像検索ステップと、
前記類似画像検索ステップによって得られた結果を出力する検索結果出力ステップと
を実行させる類似画像検索プログラム。
【0044】
【発明の効果】
以上、説明してきたように、本発明では、問合せ画像のインデクスと検索対象画像のインデクスを利用して、その類似度を計算し比較することによって、大幅に検索範囲を絞り込むことができ、ユーザが入力した複数の問合せ画像に対して、高速の類似画像検索が実現される。また、このように、複数の問合せ画像に対する類似画像検索が高速化されることにより、問合せ画像の数を増加しても、検索に要する実行時間の急激な増加は抑制され、多数の問合せ画像に対する類似画像検索が実時間で実現される。
【図面の簡単な説明】
【図1】本発明の実施の形態になる基本システム構成を示す図である。
【図2】本発明の実施の形態になる問合せ画像設定の模式図を示す図である。
【図3】本発明の実施の形態になる問合せインデクス生成の模式図を示す図である。
【図4】従来の複数の問合せ画像に対する類似画像検索を示す図である。
【図5】本発明の実施の形態になるインデクスを利用した複数の問合せ画像に対する類似画像検索の例を示す図である。
【図6】本発明の実施の形態になる検索結果出力の模式図を示す図である。
【図7】本発明の実施の形態になる類似度閾値テーブルを示す図である。
【図8】本発明の実施の形態になる検索対象画像格納のフローチャートを示す図である。
【図9】本発明の実施の形態になる類似画像検索のフローチャートを示す図である。
【符号の説明】
1 検索装置
2 画像データベース
2’問合せ画像データベース
3 ユーザ端末
4 インターネット
11 対象画像特徴量抽出手段
12 対象インデクス生成手段
13 問合せ画像特徴量抽出手段
14 問合せインデクス生成手段
15 類似画像検索手段
16 検索結果出力手段
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a technical field of similar image search in which, when a plurality of query images are inputted, a similar image is searched from search target images in a database for each query image.
Specifically, in order to prevent unauthorized use, such as photos and characters of popular idols, or original images with copyrights such as company logos posted on the Internet as imitation images synthesized with other images, An object is to search for an image similar to the original image from images existing on the Internet and detect a candidate for an illegally used image. In addition, when query images from a plurality of clients are generated as search requests at the same time, it is applied to the field of similar image search in the server client method, such as a case where similar image search of a plurality of query images is performed on the server side. .
[0002]
[Prior art]
Many similar image search techniques for searching for similar images from search target images with respect to an inquiry image have been disclosed (for example, Patent Document 1). These conventional techniques are effective techniques for searching similar images for a single query image, but for searching similar images for multiple query images, each query image It is necessary to repeat similar image search independently, and the search time is very long and the cost effectiveness is remarkably deteriorated.
[0003]
In this way, when multiple query images exist and similar image search is performed on each query image, the search results of other query images are also used instead of repeatedly performing each query independently. No method has been proposed to improve the overall search efficiency.
[0004]
[Patent Document 1]
JP 2000-29885 A (pages 2 to 3)
[0005]
[Problems to be solved by the invention]
As described above, in order to search each similar image with respect to a plurality of query images using the conventional technique for performing similar image search with respect to a single query image, similar images are independently used for each query image. The search needs to be repeated, so that the time required for the search takes a time substantially proportional to the number of inquiry images, and when the number of inquiry images increases, a long time is required for execution.
[0006]
Accordingly, an object of the present invention is to create an index for a plurality of query images and use the index of the query images to speed up and improve the efficiency of similar image search for a plurality of query images.
[0007]
[Means for Solving the Problems]
A first invention is a similar image retrieval device for retrieving similar images in response to input of a plurality of inquiry images, and a target image for extracting a feature amount from a target image in an image database in which the retrieval images are stored in advance. Clustering is performed to divide images having similar image feature quantities into the same cluster using the feature quantity extraction means and the image feature quantity extracted by the target image feature quantity extraction means, and the image features in the cluster for each cluster and the target index generation means for generating an average vector of an amount as an index, the query image feature extraction means for extracting an image feature quantity of each image from the plurality of query images set by the user input, in the query image feature extraction means clustering is performed to divide an image between the image characteristic amount is similar to the same cluster using the extracted image feature amount, the cluster To a query index generation means for generating an average vector of the image feature amount in the cluster as an index, in units of each of the clusters, the similarity between the query was Lee Ndekusu said pair Zoi Ndekusu When the similarity exceeds a preset index similarity threshold, the similarity between the target image and the query image is calculated, and the preset image similarity threshold is determined to determine the similarity image The present invention relates to a similar image search apparatus comprising: a similar image search means for searching for a search result; and a search result output means for outputting a result obtained by the similar image search means.
[0008]
That is, according to the first invention, by adopting the above-described configuration, a plurality of images that become user query images are subjected to similar image search using an index that is associated with an image feature amount. As compared with the case of searching by comparison, the number of images to be searched can be greatly reduced. As a result, the time required for searching is shortened and the cost effectiveness is remarkably improved.
[0009]
Further, the similar image retrieval means, characterized by limiting the search range of the similar image by calculating a similarity index index and the target image of the query image. That is, by comparing the query index and the target index each other by calculating the degree of similarity, it is possible to limit the search range. As a result, the number of direct comparisons between the images is reduced, and a higher-speed similar image search can be realized.
[0010]
The second invention relates to the similar image retrieval apparatus according to the first invention, wherein the target index generation means or the query index generation means generates an index hierarchically.
That is, according to the second invention, the target index generating means or the query index generating means generates the index hierarchically.
With this configuration, an index for the search target image or an index for the query image is generated hierarchically, and by using such a hierarchical index, it is possible to reduce the search area in logarithmic order, and a faster similarity Image search is realized.
[0011]
As described above, in the present invention, an index necessary for speeding up the search is generated from a plurality of query images, and an index necessary for speeding up the search is generated from the search target image. By using these indexes, the number of executions of similarity calculation at the time of similar image search is greatly reduced.
[0012]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 shows a basic system configuration according to an embodiment of the present invention. In the similar image search system of the present invention, an image database 2 as an external storage device and a search device 1 having a query image database 2 ′ to be temporarily stored as a buffer in an internal memory and a user terminal 3 are connected via the Internet 4. A similar search is performed on various query images from the user.
[0013]
Further, the search device 1 generates a target index using the target image feature amount extraction unit 11 that extracts the feature amount of the target image from the image database 2 in which a large amount of search images are stored in advance, and the target image feature amount. Target index generation means 12, query image feature quantity extraction means 13 that extracts the query image feature quantity in response to input of the query image by the user, and query index generation means that generates a query index using the feature quantity of the query image 14. It is comprised by the similar image search means 15 which searches the similar image with respect to the inquiry image from a user from the image database 2, and the search result output means 16 which outputs the searched result.
[0014]
Further, in the image database 2, a target image that is a search target collected in advance from the Internet, an image feature amount of the target image extracted by the target image feature amount extraction unit 11, and a target index generation unit 12 are generated. Stores the target index. In the query image database 2 ′, the query image from the user, the image feature amount extracted by the query image feature amount extraction unit 13, and the query image generated by the query index generation unit 14 are temporarily stored in the internal memory. Stored.
[0015]
Here, the search device 1 is a computer, and a pre-installed program is executed on the computer, and the target image feature amount extraction unit 11, the target index generation unit 12, the query image feature amount extraction unit 13, and the query index generation unit. 14, similar image search means 15 and search result output means 16 are realized. The program is recorded on a computer-readable recording medium such as a floppy disk, a compact disk, or a CD-ROM. Although not shown in the drawing, the program is installed in a built-in or externally connected medium reader. It is good also as an executable state.
[0016]
Next, each means for performing a similar image search in the search device 1 of the present invention will be described in detail with reference to FIGS.
<Target Image Feature Extraction Unit 11>
The target image feature amount extraction unit 11 first selects an image to be searched for similar image search, and extracts predetermined image feature amounts such as color features (hue, brightness, saturation), shape, size, and the like from each image. To do. There are basically a plurality of images to be searched, and an image file saved in a computer, an image file collected from an intranet or the Internet, and the like can be used as a search target image.
[0017]
For example, a color histogram or the like is applied as the image feature amount. The color histogram is expressed in vector form as a value obtained by counting the number of pixels belonging to each partial space of a color space obtained by dividing a color space expressed in RGB (red, green, blue), etc. by an appropriate range. Is.
<Target index generation means 12>
The target index generation unit 12 creates an index of the search target image using the image feature amount of the target image extracted by the target image feature amount extraction unit 11.
[0018]
As a method of creating an index, for example, a method of performing clustering that divides images having similar image feature quantities into the same cluster, and holding a representative value of each cluster, for example, an average vector of image feature quantities in the cluster, as an index There is. Clustering is to classify given data into a plurality of groups (clusters) according to a certain evaluation criterion. As a representative technique for the clustering, there is a K-means method.
[0019]
The algorithm is as follows.
1) K initial cluster centers are appropriately determined.
2) Classify all images into the nearest cluster-centered cluster.
3) The center of gravity of the newly created cluster is set as the cluster center.
4) If all new cluster centers are the same as before, finish. Otherwise, return to 2).
[0020]
In addition to the above K-means method, a method of performing clustering by generating indexes such as hierarchical indexes, multidimensional indexes, and genre-specific indexes can be considered.
In the hierarchical index method, based on the index generation result obtained by the K-means method, a hierarchical index structure is formed by repeating several steps of clustering, enabling faster image retrieval. And
[0021]
In addition, the multi-dimensional index method is a color representation using BGR (blue, green, red) or HSI (hue, saturation, luminosity), compared to a one-dimensional method of comparing similarity with scalar values such as words and numerical values. ), A multidimensional index such as a color histogram with the color feature as an axis is generated, thereby enabling a high-precision and high-speed similar image search.
[0022]
Furthermore, the genre-based indexing method is a method of creating genre-specific indexes such as “talent”, “business person”, “corporate logo”, and “advertisement”. This is effective when performing similar operations and enables efficient similar image retrieval.
<Inquiry Image Feature Extraction Unit 13>
The inquiry image feature amount extraction unit 13 sets a plurality of inquiry images in response to input from the user, and extracts the feature amount of each image used for similar image search. Through the subsequent processing, an image similar in feature amount to the image set as the inquiry image is searched from the search target images and output. A similar image search result is output for each set inquiry image.
[0023]
FIG. 2 shows a schematic diagram of inquiry image setting according to the embodiment of the present invention. In the inquiry image setting screen in the figure, the displayed image is set as an inquiry image by pressing a “set” button displayed below. In this example, a case where a plurality of inquiry images are set in a batch is shown, but it is of course possible to set each inquiry image individually if necessary.
[0024]
The inquiry image feature amount extraction means 13 extracts a predetermined image feature amount from each of the set inquiry images. A color histogram or the like is applied as the image feature amount.
<Inquiry index generation means 14>
The inquiry index generation means 14 creates an index using the image feature amount of the inquiry image extracted by the inquiry image feature amount extraction means 13. By referring to this index, it is possible to determine the area to be searched, and since the search for unnecessary areas is omitted, the efficiency is greatly improved.
[0025]
FIG. 3 is a schematic diagram of query index generation according to the embodiment of the present invention. Similar images are included in the same cluster, and dissimilar images are included in different clusters, and an index is created for each cluster.
The method for creating the index is the same as the example described in the target index generation means 12.
<Similar image search means 15>
The similar image search means 15 searches for a search target image whose image feature quantity is similar to the query image. In order to perform the similar image search, it is necessary to calculate the similarity between the image feature amount of the inquiry image and the image feature amount of the search target image. The processing for calculating the similarity for each of the inquiry image and the search target image increases the calculation cost as the number of images increases.
[0026]
Therefore, in the present invention, it is possible to reduce the number of times of calculating the similarity by using the indexes generated in the query index generation unit and the target index generation unit. In similar image search, by using each created index, the cluster containing similar images is examined, the similarity with the images in the cluster is calculated, and the similarity with the images in the cluster containing dissimilar images The degree is not calculated.
[0027]
Hereinafter, the similarity calculation according to the present invention will be described in comparison with the prior art.
FIG. 4 shows a similar image search for a plurality of conventional query images. This figure shows an example of four inquiry images and six search target images. In the conventional method that does not generate an index, when the images are combined, it is necessary to execute the process of calculating the similarity 4 × 6 = 24 times.
[0028]
On the other hand, FIG. 5 shows an example of similar image search for a plurality of query images using an index according to the embodiment of the present invention. In this figure, four query images and six search target images are taken as an example. The query image is composed of clusters A and B each composed of two images, and each search target image is composed of three images. This shows a case where the cluster is composed of clusters α and β and two query indexes and two target indexes are generated.
[0029]
Consider a case in which an inquiry image belonging to cluster A is searched.
1) If the similarity between the index of cluster A and the two target indexes has not been calculated, the similarity S is calculated and stored in the image database 2. If the similarity is calculated when searching for another query image, the similarity is not required to be calculated by using the stored result.
2) When the similarity S satisfies the condition, the cluster corresponding to the target index is set as the search area. However, when the condition is not satisfied, the cluster corresponding to the target index is excluded from the search area.
3) The similarity S between the search target image in the search area and the query image is calculated. The obtained similarity is stored in the image database 2.
4) When the similarity S satisfies the condition, the search target image is output as a result of the similar image search.
[0030]
Thus, by using the query index and the target index, it is not necessary to calculate the similarity for all combinations (24 times in FIG. 4) of the query image and the search target image. In the example of FIG. 5, the number of similar calculations can be reduced to, for example, 2 × 2 (indexes) + 2 × 3 × 2 (images) = 16.
<Search result output means 16>
The search result output means 16 outputs a similar image for each inquiry image searched by the similar image search means.
[0031]
FIG. 6 is a schematic diagram of search result output according to the embodiment of the present invention. A plurality of query images set on the left side of the figure are displayed, and search result images of similar image searches for the respective query images are displayed on the right side.
In the search result output described above, similar results are sequentially output when the search result for the query image is completed. This makes it possible to use the results of the query images at an early stage in the order in which the search is completed without waiting until search results for all the query images are obtained. The similar image search result can be used for another search by storing it in the database.
[0032]
Further, as a method for limiting the range of similar images to be output for each inquiry, the following can be mentioned.
1) Set the number of similar images to be output for each inquiry image.
2) A threshold is set for the similarity for each inquiry image, and a similar image within the threshold is output.
3) The total number of similar images to be output is set for all inquiry images.
[0033]
Such a method is conceivable.
As a similar image output format, a method of displaying each query image in a viewable format as an image or a method of outputting a similar image file name in a text format can be considered. And it is also possible to display the similarity of each similar image as a result as needed.
[0034]
FIG. 7 shows a similarity threshold table according to the embodiment of the present invention. FIG. 7A shows an index similarity threshold table, and FIG. 7B shows an image similarity threshold table. Both the index threshold and the image similarity threshold indicate similarity values of 0.5, 0.7, etc., depending on each case.
The similar image search process using each means in the search apparatus 1 will be described below with reference to the flowcharts of FIGS.
[0035]
FIG. 8 shows a flowchart of search object image storage according to the embodiment of the present invention. First, in step S11, the target image feature amount extraction unit 11 selects an image to be searched from the image database 2 stored in advance, and extracts an image feature amount. Next, in step S12, the target index generation means 12 generates a target index using the image feature amount extracted in the previous step, and stores the image feature amount and the target index data in the image database 2 in step S13. To do.
[0036]
FIG. 9 shows a flowchart of the similar image search according to the embodiment of the present invention. First, in step S21, the inquiry image feature amount extraction unit 13 receives data of a plurality of inquiry images input by the user, and extracts the feature amount of each image.
In step S22, a query index is generated using the query image feature quantity. In step S23, the target index of the image database 2 is referred to. In step S24, the similarity between the query index and the target index is calculated. In step S25, with reference to the index similarity value table defined in FIG.
[0037]
If it exceeds the index similarity threshold, the similarity between the inquiry image and the target image is calculated in step S26. In step S27, the image similarity threshold value table defined in FIG. 7B is referred to and it is determined whether or not the threshold regulation conditions match. If the specified conditions are met, a satisfactory similar image is output as a search result. If the conditions are not met, the process proceeds to the next calculation of the similarity of the target image until all the processes are completed.
[0038]
If it is determined in step S25 that the index similarity is not met, the process skips to step S30 and proceeds to the calculation of the similarity of the next target index until all the target indexes are completed.
As described above, as an example of introducing a query index and a target index as a system for performing a similar search efficiently and efficiently with respect to a plurality of query images, an index for clustering the target images is not generated, and individual images are not generated. Needless to say, it is possible to increase the search speed even if only the query index is applied without retaining the feature amount as it is and providing the target index on the database side.
[0039]
(Supplementary Note 1) A similar image search device for searching for similar images for input of a plurality of inquiry images,
A target image feature amount extraction means for selecting a target image from an image database in which search images are stored in advance and extracting the feature amount;
Target index generation means for generating an index for associating a plurality of target images using the image feature quantity extracted by the target feature quantity extraction means;
Query image feature quantity extraction means for extracting image feature quantities from a plurality of query images set and input by the user;
Query index generation means for generating an index for associating the query image using the image feature quantity extracted by the query image feature quantity extraction means;
Similar image search means for searching for similar images from search target images by comparing each index generated for the target image and the query image;
A similar image search apparatus comprising: a search result output means for outputting a result obtained by the similar image search means.
[0040]
(Supplementary Note 2) The similar image search according to supplementary note 1, wherein the similar image search means limits a search range of similar images by calculating a similarity between the index of the inquiry image and the index of the target image. apparatus.
(Supplementary Note 3) The similar image search device according to Supplementary Note 1 or 2, wherein the target index generation unit or the query index generation unit generates indexes hierarchically.
[0041]
(Additional remark 4) The said similar index search apparatus of Additional remark 1 characterized by the said target index production | generation means not producing | generating the index which clusters a search object image, but holding | maintaining the image feature-value of each image as it is.
(Supplementary note 5) The similar image search device according to supplementary note 1, wherein the target index generation means generates an index using a multidimensional index.
[0042]
(Additional remark 6) The said similar image search apparatus of Additional remark 1 characterized by the said target image feature-value extraction stage dividing a search target image into a some genre, and extracting.
(Supplementary Note 7) A similar image search method for searching for similar images with respect to input of a plurality of inquiry images,
A target image feature amount extraction step of selecting a target image from an image database in which search images are stored in advance and extracting the feature amount;
A target index generation step of generating an index for associating a plurality of target images using the image feature amount extracted in the target image feature amount extraction step;
An inquiry image feature extraction step for extracting image features from a plurality of inquiry images set and input by the user;
A query index generation step for generating an index for associating the query image using the image feature amount extracted by the query image feature amount extraction step;
A similar image search step of searching for similar images from search target images by comparing each index generated for the target image and the query image;
And a search result output step of outputting a result obtained by the similar image search step.
[0043]
(Supplementary Note 8) A similar image search program for searching for similar images in response to input of a plurality of inquiry images,
On the computer,
A target image feature amount extraction step of selecting a target image from an image database in which search images are stored in advance and extracting the feature amount;
A target index generation step of generating an index for associating a plurality of target images using the image feature amount extracted in the target image feature amount extraction step;
An inquiry image feature extraction step for extracting image features from a plurality of inquiry images set and input by the user;
A query index generation step for generating an index for associating the query image using the image feature amount extracted by the query image feature amount extraction step;
A similar image search step of searching for similar images from search target images by comparing each index generated for the target image and the query image;
A similar image search program for executing a search result output step for outputting a result obtained by the similar image search step.
[0044]
【The invention's effect】
As described above, in the present invention, by using the index of the query image and the index of the image to be searched, the similarity can be calculated and compared, thereby greatly narrowing the search range. A high-speed similar image search is realized for a plurality of input query images. In addition, by speeding up similar image search for a plurality of query images in this way, even if the number of query images is increased, a rapid increase in execution time required for the search is suppressed, and a large number of query images can be searched. Similar image search is realized in real time.
[Brief description of the drawings]
FIG. 1 is a diagram showing a basic system configuration according to an embodiment of the present invention.
FIG. 2 is a diagram showing a schematic diagram of inquiry image setting according to the embodiment of the present invention.
FIG. 3 is a diagram showing a schematic diagram of query index generation according to the embodiment of the present invention.
FIG. 4 is a diagram illustrating a similar image search for a plurality of conventional query images.
FIG. 5 is a diagram showing an example of similar image search for a plurality of query images using an index according to the embodiment of the present invention.
FIG. 6 is a diagram showing a schematic diagram of search result output according to the embodiment of the present invention.
FIG. 7 is a diagram showing a similarity threshold table according to the embodiment of the present invention.
FIG. 8 is a diagram showing a flowchart of storing a search target image according to the embodiment of the present invention.
FIG. 9 is a flowchart of a similar image search according to the embodiment of the present invention.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Search apparatus 2 Image database 2 'Query image database 3 User terminal 4 Internet 11 Target image feature-value extraction means 12 Target index generation means 13 Query image feature-value extraction means 14 Query index generation means 15 Similar image search means 16 Search result output means

Claims (4)

複数個ある問合せ画像の入力に対し類似した画像を検索する類似画像検索装置であって、
予め検索画像が蓄積された画像データベースにおける対象画像からその特徴量を抽出する対象画像特徴量抽出手段と、
前記対象画像特徴量抽出手段で抽出された画像特徴量を用いて画像特徴量が類似した画像同士を同じクラスタに分けるクラスタリングを行い、クラスタ毎に、該クラスタ内の画像特徴量の平均ベクトルをインデクスとして生成する対象インデクス生成手段と、
ユーザが設定入力した複数の問合せ画像から各画像の画像特徴量を抽出する問合せ画像特徴量抽出手段と、
前記問合せ画像特徴量抽出手段抽出された画像特徴量を用いて画像特徴量が類似した画像同士を同じクラスタに分けるクラスタリングを行い、クラスタ毎に、該クラスタ内の画像特徴量の平均ベクトルをインデクスとして生成する問合せインデクス生成手段と、
それぞれの前記クラスタを単位として、前記対象インデクスと前記問合せインデクスとの間の類似度を計算し、当該類似度が予め設定されたインデクス類似度閾値を越えたときに、前記対象画像と問合せ画像の間の類似度を計算し、予め設定された画像類似度閾値を判定して類似画像を検索する類似画像検索手段と、
前記類似画像検索手段によって得られた結果を出力する検索結果出力手段と
を有することを特徴とする類似画像検索装置。
A similar image search device for searching for similar images in response to input of a plurality of inquiry images,
A target image feature amount extracting means for extracting a feature amount from a target image in an image database in which search images are stored in advance;
Clustering is performed to divide images having similar image feature quantities into the same cluster using the image feature quantities extracted by the target image feature quantity extraction unit , and an average vector of the image feature quantities in the cluster is indexed for each cluster. and the target index generation means for generating a,
Query image feature quantity extraction means for extracting the image feature quantity of each image from a plurality of query images set and input by the user;
Clustering is performed to divide an image between the image characteristic amount is similar with the image characteristic amount extracted by the query image feature extraction means in the same cluster, each cluster, an index of the average vector of the image feature amount in the cluster A query index generating means for generating
Each of said cluster as a unit, when it exceeds the index similarity threshold similarity calculated, the similarity is set in advance between the pair Zoi Ndekusu and the query was Lee Ndekusu, the subject Similar image search means for calculating a similarity between an image and an inquiry image, determining a preset image similarity threshold, and searching for a similar image;
A similar image search apparatus comprising: a search result output means for outputting a result obtained by the similar image search means.
前記対象インデクス生成手段あるいは問合せインデクス生成手段は、インデクスを階層的に生成することを特徴とする請求項1に記載の類似画像検索装置。  The similar image retrieval apparatus according to claim 1, wherein the target index generation unit or the query index generation unit generates the index hierarchically. 複数個ある問合せ画像の入力に対し類似した画像を検索する類似画像検索方法であって、
予め検索画像が蓄積された画像データベースにおける対象画像からその特徴量を抽出する対象画像特徴量抽出ステップと、
前記対象画像特徴量抽出ステップで抽出された画像特徴量を用いて画像特徴量が類似した画像同士を同じクラスタに分けるクラスタリングを行い、クラスタ毎に、該クラスタ内の画像特徴量の平均ベクトルをインデクスとして生成する対象インデクス生成ステップと、
ユーザが設定入力した複数の問合せ画像から各画像の画像特徴量を抽出する問合せ画像特徴量抽出ステップと、
前記問合せ画像特徴量抽出ステップ抽出された画像特徴量を用いて画像特徴量が類似した画像同士を同じクラスタに分けるクラスタリングを行い、クラスタ毎に、該クラスタ内の画像特徴量の平均ベクトルをインデクスとして生成する問合せインデクス生成ステップと、
それぞれの前記クラスタを単位として、前記対象インデクスと前記問合せインデクスとの間の類似度を計算し、当該類似度が予め設定されたインデクス類似度閾値を越えたときに、前記対象画像と問合せ画像の間の類似度を計算し、予め設定された画像類似度閾値を判定して類似画像を検索する類似画像検索ステップと、
前記類似画像検索ステップによって得られた結果を出力する検索結果出力ステップと
を有することを特徴とする類似画像検索方法。
A similar image retrieval method for retrieving similar images in response to input of a plurality of inquiry images,
A target image feature amount extraction step for extracting a feature amount from a target image in an image database in which search images are stored in advance;
Clustering is performed to divide images having similar image feature quantities into the same cluster using the image feature quantities extracted in the target image feature quantity extraction step , and an average vector of the image feature quantities in the cluster is indexed for each cluster. and the target index generation step of generating as,
An inquiry image feature amount extraction step for extracting an image feature amount of each image from a plurality of inquiry images set and input by the user;
Clustering is performed to divide an image between the image characteristic amount is similar with the image characteristic amount extracted by the query image feature amount extraction step to the same cluster, each cluster, an index of the average vector of the image feature amount in the cluster a query index generation step of generating as,
Each of said cluster as a unit, when it exceeds the index similarity threshold similarity calculated, the similarity is set in advance between the pair Zoi Ndekusu and the query was Lee Ndekusu, the subject A similarity image search step of calculating a similarity between the image and the inquiry image, determining a preset image similarity threshold, and searching for a similar image;
And a search result output step of outputting a result obtained by the similar image search step.
複数個ある問合せ画像の入力に対し類似した画像を検索する類似画像検索プログラムであって、
コンピュータに、
予め検索画像が蓄積された画像データベースにおける対象画像からその特徴量を抽出する対象画像特徴量抽出ステップと、
前記対象画像特徴量抽出ステップで抽出された画像特徴量を用いて画像特徴量が類似した画像同士を同じクラスタに分けるクラスタリングを行い、クラスタ毎に、該クラスタ内の画像特徴量の平均ベクトルをインデクスとして生成する対象インデクス生成ステップと、
ユーザが設定入力した複数の問合せ画像から各画像の画像特徴量を抽出する問合せ画像特徴量抽出ステップと、
前記問合せ画像特徴量抽出ステップ抽出された画像特徴量を用いて画像特徴量が類似した画像同士を同じクラスタに分けるクラスタリングを行い、クラスタ毎に、該クラスタ内の画像特徴量の平均ベクトルをインデクスとして生成する問合せインデクス生成ステップと、
それぞれの前記クラスタを単位として、前記対象インデクスと前記問合せインデクスとの間の類似度を計算し、当該類似度が予め設定されたインデクス類似度閾値を越えたときに、前記対象画像と問合せ画像の間の類似度を計算し、予め設定された画像類似度閾値を判定して類似画像を検索する類似画像検索ステップと、
前記類似画像検索ステップによって得られた結果を出力する検索結果出力ステップと
を実行させる類似画像検索プログラム。
A similar image search program for searching for similar images in response to input of a plurality of inquiry images,
On the computer,
A target image feature amount extraction step for extracting a feature amount from a target image in an image database in which search images are stored in advance;
Clustering is performed to divide images having similar image feature quantities into the same cluster using the image feature quantities extracted in the target image feature quantity extraction step , and an average vector of the image feature quantities in the cluster is indexed for each cluster. and the target index generation step of generating as,
An inquiry image feature amount extraction step for extracting an image feature amount of each image from a plurality of inquiry images set and input by the user;
Clustering is performed to divide an image between the image characteristic amount is similar with the image characteristic amount extracted by the query image feature amount extraction step to the same cluster, each cluster, an index of the average vector of the image feature amount in the cluster a query index generation step of generating as,
Each of said cluster as a unit, when it exceeds the index similarity threshold similarity calculated, the similarity is set in advance between the pair Zoi Ndekusu and the query was Lee Ndekusu, the subject A similarity image search step of calculating a similarity between the image and the inquiry image, determining a preset image similarity threshold, and searching for a similar image;
A similar image search program for executing a search result output step for outputting a result obtained by the similar image search step.
JP2003139260A 2003-05-16 2003-05-16 Similar image search device, similar image search method, and similar image search program Expired - Fee Related JP4374902B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003139260A JP4374902B2 (en) 2003-05-16 2003-05-16 Similar image search device, similar image search method, and similar image search program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003139260A JP4374902B2 (en) 2003-05-16 2003-05-16 Similar image search device, similar image search method, and similar image search program

Publications (2)

Publication Number Publication Date
JP2004341940A JP2004341940A (en) 2004-12-02
JP4374902B2 true JP4374902B2 (en) 2009-12-02

Family

ID=33528403

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003139260A Expired - Fee Related JP4374902B2 (en) 2003-05-16 2003-05-16 Similar image search device, similar image search method, and similar image search program

Country Status (1)

Country Link
JP (1) JP4374902B2 (en)

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9036922B2 (en) 2006-10-10 2015-05-19 Nikon Corporation Image classification program, image classification device, and electronic camera
JP5112901B2 (en) * 2008-02-08 2013-01-09 オリンパスイメージング株式会社 Image reproducing apparatus, image reproducing method, image reproducing server, and image reproducing system
JP2010250630A (en) * 2009-04-17 2010-11-04 Seiko Epson Corp Image server, image retrieval system, and image retrieval method
CN101576932B (en) * 2009-06-16 2012-07-04 阿里巴巴集团控股有限公司 Close-repetitive picture computer searching method and device
WO2011021289A1 (en) 2009-08-20 2011-02-24 富士通株式会社 Dynamic image processing device, thumbnail image generation program and method for generating thumbnail image
JP5438436B2 (en) * 2009-08-27 2014-03-12 株式会社日立国際電気 Image search device
WO2014006903A1 (en) * 2012-07-06 2014-01-09 パナソニック株式会社 Content control method, content control apparatus, and program
WO2015011877A1 (en) 2013-07-26 2015-01-29 パナソニックIpマネジメント株式会社 Video receiving device, appended information display method, and appended information display system
EP3029944B1 (en) 2013-07-30 2019-03-06 Panasonic Intellectual Property Management Co., Ltd. Video reception device, added-information display method, and added-information display system
WO2015033501A1 (en) 2013-09-04 2015-03-12 パナソニックIpマネジメント株式会社 Video reception device, video recognition method, and additional information display system
WO2015033500A1 (en) 2013-09-04 2015-03-12 パナソニックIpマネジメント株式会社 Video reception device, video recognition method, and additional information display system
JP6190887B2 (en) * 2013-10-02 2017-08-30 株式会社日立製作所 Image search system and information recording medium
CN105849776A (en) 2013-12-26 2016-08-10 日本电气株式会社 Image processing device, subject identification method and program
JP2015130041A (en) * 2014-01-07 2015-07-16 日本放送協会 Image processing apparatus and image processing program
EP3125568A4 (en) 2014-03-26 2017-03-29 Panasonic Intellectual Property Management Co., Ltd. Video receiving device, video recognition method, and supplementary information display system
EP3125567B1 (en) 2014-03-26 2019-09-04 Panasonic Intellectual Property Management Co., Ltd. Video receiving device, video recognition method, and supplementary information display system
WO2016009637A1 (en) 2014-07-17 2016-01-21 パナソニックIpマネジメント株式会社 Recognition data generation device, image recognition device, and recognition data generation method
JP6432047B2 (en) * 2014-08-21 2018-12-05 パナソニックIpマネジメント株式会社 Content recognition apparatus and content recognition method
JP7300406B2 (en) 2020-02-17 2023-06-29 サントリーホールディングス株式会社 Information processing device, information processing method, and program
CN116881485A (en) * 2023-06-19 2023-10-13 北京百度网讯科技有限公司 Method and device for generating image retrieval index, electronic equipment and medium

Also Published As

Publication number Publication date
JP2004341940A (en) 2004-12-02

Similar Documents

Publication Publication Date Title
JP4374902B2 (en) Similar image search device, similar image search method, and similar image search program
JP3781696B2 (en) Image search method and search device
CN106560810B (en) Searching using specific attributes found in images
JP5596792B2 (en) Content-based image search
JP4337064B2 (en) Information processing apparatus, information processing method, and program
US9007647B2 (en) Methods and apparatus to identify images in print advertisements
JP4363792B2 (en) Information retrieval system and method
KR20110007179A (en) Method and apparatus for searching a plurality of stored digital images
JP2009509215A (en) Mutual rank similarity space for navigation, visualization, and clustering in image databases
KR20090010855A (en) System and method for saving digital contents classified with person-based clustering
US20160283564A1 (en) Predictive visual search enginge
KR100706389B1 (en) Image search method and apparatus considering a similarity among the images
US9977816B1 (en) Link-based ranking of objects that do not include explicitly defined links
US20120195499A1 (en) Color description analysis device, color description analysis method, and color description analysis program
CN108702449A (en) Image search method and its system
JP2004192156A (en) Image retrieval program, storage medium storing the program, image retrieval system and image retrieval method
JP2014211730A (en) Image searching system, image searching device, and image searching method
Indu et al. Survey on sketch based image retrieval methods
JPH09114846A (en) Brousing display method and image display system
JP4544047B2 (en) Web image search result classification presentation method and apparatus, program, and storage medium storing program
JP2001319232A (en) Device and method for retrieving similar image
JPH08287086A (en) Method and device for emphasizing and displaying image in order of adaptability
JP2003316819A (en) Object classification researching device and program for executing it
JP2011100240A (en) Representative image extraction method, representative image extraction device, and representative image extraction program
JP2001306594A (en) Information retrieval device and storage medium stored with information retrieval program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20051209

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20081126

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081202

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090129

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090224

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090423

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090526

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090724

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

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

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20120918

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120918

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20130918

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees