JP5552981B2 - 索引方法、検索方法、及びその記憶媒体 - Google Patents
索引方法、検索方法、及びその記憶媒体 Download PDFInfo
- Publication number
- JP5552981B2 JP5552981B2 JP2010207361A JP2010207361A JP5552981B2 JP 5552981 B2 JP5552981 B2 JP 5552981B2 JP 2010207361 A JP2010207361 A JP 2010207361A JP 2010207361 A JP2010207361 A JP 2010207361A JP 5552981 B2 JP5552981 B2 JP 5552981B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- node
- tree
- attribute
- sample
- 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
Links
Images
Landscapes
- Processing Or Creating Images (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
図6において、ツリー生成部21は、索引構築マスター51から受信したツリー生成指示に含まれる特徴ベクトルセットで指定されるランダムに選択された属性毎にデータベース40をアクセスすることによって、サンプル画像の分散値を取得する(ステップS211)。ツリー生成部21は、属性毎にサンプル画像IDに対応付けた分散値を示すデータを取得する。
rankscore(8) = λ × (0.817123 + 0.74491) + β × 0.50178、
サンプル画像ID「11」に対するランクは、
rankscore(11) = λ × (0.817123) + β × 0.328384、
サンプル画像ID「2」に対するランクは、
rankscore(2) = λ × (0.817123) + β × 0.493379、
サンプル画像ID「17」に対するランクは、
rankscore(17) = λ × (0.817123) + β × 0.381667、
によって算出される。λ及びβは重み付け係数である。
3r 検索結果
4 ローカルネットワーク
5 インターネット
21 ツリー生成部
23 探索部
30 ユーザ端末
40 データベース
50 DBマネージャー
51 索引構築マスター
52 DB検索部
100 情報処理装置
200 スレーブ装置
1000 システム
T42 ソート済み索引順テーブル
T52、T52−1、T52−2 RKDツリーテーブル
Claims (8)
- コンピュータが、サンプル画像の特徴を現す高次元特徴ベクトルによる高次元ベクトル空間において該サンプル画像を索引付けする索引方法であって、該コンピュータが、
前記高次元特徴ベクトルを表現する複数の属性からランダムに選択された所定数の属性を用いて、複数のサンプル画像の該ランダムに選択された属性の属性値に基づいて該所定数を次元とするツリーを生成するツリー生成手順を実行することを特徴とする索引方法。 - 前記ツリー生成手順は、
前記所定数の属性のうち前記複数のサンプル画像を均等に分岐させる中間値を有する属性を決定する属性決定手順と、
前記決定した属性で前記複数のサンプル画像を分岐させた2ノードを追加するノード追加手順とを特徴とする請求項1記載の索引方法。 - 前記ノード追加手順は、前記属性毎に前記複数のサンプル画像の属性値を所定順にソートし、該所定順を各サンプル画像のサンプル画像IDで示したソート済み索引順を用いて、前記決定した属性で前記複数のサンプル画像を分岐させることを特徴とする請求項2記載の索引方法。
- 前記ツリー生成手順は、前記ツリーのノード毎にランダムに選択された所定数の属性を適用することを特徴とする請求項1乃至3のいずれか一項記載の索引方法。
- コンピュータが、請求項1乃至4のいずれか一項記載の索引方法で生成されたツリーを参照して、複数のサンプル画像から質問画像に類似の近傍画像を検索する検索方法であって、該コンピュータが、
前記質問画像の高次元特徴ベクトルの前記ランダムに選択された属性の属性値に基づいて、前記ツリーを探索することによって、該質問画像の近傍画像を特定する近傍画像特定手順と、
前記近傍画像の親ノードから分岐したサンプル画像との距離を算出する距離算出手順と、
前記近傍画像を特定するサンプル画像IDと前記距離とを探索結果として出力する探索結果出力手順と
を実行することを特徴とする検索方法。 - 前記近傍画像特定手順は、前記質問画像に対して複数の近傍画像を特定し、
前記距離算出手順は、
前記ランダムに選択された属性毎に前記複数の近傍画像の属性値の第一平均値を算出する第一平均値算出手順と、
前記ランダムに選択された属性毎に前記質問画像の属性値の第二平均値を算出する第二平均値算出手順と、
前記第一平均値と前記第二平均値とを用いて前記距離を算出することを特徴とする請求項5記載の検索方法。 - コンピュータに、サンプル画像の特徴を現す高次元特徴ベクトルによる高次元ベクトル空間において該サンプル画像を索引付けさせるプログラムを記憶したコンピュータ読取可能な記憶媒体であって、該コンピュータに、
前記高次元特徴ベクトルを表現する複数の属性からランダムに選択された所定数の属性を用いて、複数のサンプル画像の該ランダムに選択された属性の属性値に基づいて該所定数を次元とするツリーを生成するツリー生成手順を実行させることを特徴とするコンピュータ読取可能な記憶媒体。 - 請求項7記載のコンピュータ読取可能な記憶媒体によって前記コンピュータに生成させたツリーを参照させて、複数のサンプル画像から質問画像に類似の近傍画像を検索せるプログラムを記憶したコンピュータ読取可能な記憶媒体であって、該コンピュータに、
前記質問画像の高次元特徴ベクトルの前記ランダムに選択された属性の属性値に基づいて、前記ツリーを探索することによって、該質問画像の近傍画像を特定する近傍画像特定手順と、
前記近傍画像の親ノードから分岐したサンプル画像との距離を算出する距離算出手順と、
前記近傍画像を特定するサンプル画像IDと前記距離とを探索結果として出力する探索結果出力手順と
を実行させることを特徴とするコンピュータ読取可能な記憶媒体。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010207361A JP5552981B2 (ja) | 2010-09-15 | 2010-09-15 | 索引方法、検索方法、及びその記憶媒体 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010207361A JP5552981B2 (ja) | 2010-09-15 | 2010-09-15 | 索引方法、検索方法、及びその記憶媒体 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012063959A JP2012063959A (ja) | 2012-03-29 |
JP5552981B2 true JP5552981B2 (ja) | 2014-07-16 |
Family
ID=46059611
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010207361A Expired - Fee Related JP5552981B2 (ja) | 2010-09-15 | 2010-09-15 | 索引方法、検索方法、及びその記憶媒体 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5552981B2 (ja) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10303717B2 (en) | 2014-02-10 | 2019-05-28 | Nec Corporation | Search system, search method and program recording medium |
CN110046236B (zh) * | 2019-03-20 | 2022-12-20 | 腾讯科技(深圳)有限公司 | 一种非结构化数据的检索方法及装置 |
JP6918397B1 (ja) * | 2020-02-10 | 2021-08-11 | 株式会社エイシング | 情報処理装置、方法、プログラム及びシステム |
WO2021161603A1 (ja) * | 2020-02-10 | 2021-08-19 | 株式会社エイシング | 情報処理装置、方法、プログラム及びシステム |
CN113342831A (zh) * | 2021-08-02 | 2021-09-03 | 长沙海信智能系统研究院有限公司 | 数据处理方法及相关设备 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6681060B2 (en) * | 2001-03-23 | 2004-01-20 | Intel Corporation | Image retrieval using distance measure |
JP5035596B2 (ja) * | 2006-09-19 | 2012-09-26 | ソニー株式会社 | 情報処理装置および方法、並びにプログラム |
US8139860B2 (en) * | 2008-07-31 | 2012-03-20 | Fuji Xerox Co., Ltd. | Retrieving and sharing electronic documents using paper |
-
2010
- 2010-09-15 JP JP2010207361A patent/JP5552981B2/ja not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2012063959A (ja) | 2012-03-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5749279B2 (ja) | アイテム関連付けのための結合埋込 | |
US7039634B2 (en) | Semantic querying a peer-to-peer network | |
Liu et al. | Clustering billions of images with large scale nearest neighbor search | |
KR101266358B1 (ko) | 다중 길이 시그니처 파일 기반 분산 색인 시스템 및 방법 | |
US8352494B1 (en) | Distributed image search | |
JP5798503B2 (ja) | ファイルリスト生成方法及びシステム、ファイルリスト生成装置並びにプログラム | |
US9165068B2 (en) | Techniques for cloud-based similarity searches | |
JP6183376B2 (ja) | インデックス生成装置及び方法並びに検索装置及び検索方法 | |
JP6216467B2 (ja) | 視覚・意味複合ネットワーク、および当該ネットワークを形成するための方法 | |
JP5552981B2 (ja) | 索引方法、検索方法、及びその記憶媒体 | |
CN106095920B (zh) | 面向大规模高维空间数据的分布式索引方法 | |
CN108399213B (zh) | 一种面向用户个人文件的聚类方法及系统 | |
US10235387B2 (en) | Method for selecting images for matching with content based on metadata of images and content in real-time in response to search queries | |
US10275472B2 (en) | Method for categorizing images to be associated with content items based on keywords of search queries | |
US20130054566A1 (en) | Acceleration of ranking algorithms using a graphics processing unit | |
CN114817717A (zh) | 搜索方法、装置、计算机设备和存储介质 | |
JP5470082B2 (ja) | 情報蓄積検索方法及び情報蓄積検索プログラム | |
Ma et al. | In-memory distributed indexing for large-scale media data retrieval | |
KR102205061B1 (ko) | 메타데이터 추천 서비스 제공 방법 및 장치 | |
Barge et al. | A skyline based technique for web service selection | |
JP2022153632A (ja) | 情報処理装置、情報処理方法、及び情報処理プログラム | |
Antaris et al. | Similarity search over the cloud based on image descriptors' dimensions value cardinalities | |
Zhou et al. | Large scale nearest neighbors search based on neighborhood graph | |
Morgan et al. | Socio-cultural cognitive mapping | |
Vargas Munoz et al. | A genetic programming approach for searching on nearest neighbors graphs |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130718 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140124 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140204 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140403 |
|
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: 20140430 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140513 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5552981 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
LAPS | Cancellation because of no payment of annual fees |