JP6572691B2 - 検索方法、検索プログラムおよび検索装置 - Google Patents
検索方法、検索プログラムおよび検索装置 Download PDFInfo
- Publication number
- JP6572691B2 JP6572691B2 JP2015176981A JP2015176981A JP6572691B2 JP 6572691 B2 JP6572691 B2 JP 6572691B2 JP 2015176981 A JP2015176981 A JP 2015176981A JP 2015176981 A JP2015176981 A JP 2015176981A JP 6572691 B2 JP6572691 B2 JP 6572691B2
- Authority
- JP
- Japan
- Prior art keywords
- item
- user
- items
- distance
- feature space
- 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
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9538—Presentation of query results
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2457—Query processing with adaptation to user needs
- G06F16/24578—Query processing with adaptation to user needs using ranking
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/335—Filtering based on additional data, e.g. user or group profiles
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9535—Search customisation based on user profiles and personalisation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9537—Spatial or temporal dependent retrieval, e.g. spatiotemporal queries
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/955—Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
- G06Q30/0601—Electronic shopping [e-shopping]
- G06Q30/0631—Recommending goods or services
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Computational Linguistics (AREA)
- Development Economics (AREA)
- Economics (AREA)
- Marketing (AREA)
- Strategic Management (AREA)
- General Business, Economics & Management (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
2…端末装置
N…ネットワーク
10…嗜好抽出部
11…特徴空間変換部
12…アイテム距離計算部
13…入力部
14…出力部
20…ユーザ履歴情報
21…アイテム特徴情報
22…アイテム間距離情報
101…CPU
111…プログラム
C1、C2…ケース
G1、G2…グラフ
I1〜I4…アイテム
T1…類似アイテム組テーブル
T2…アイテムペア内距離テーブル
T3…感度ベクトルテーブル
T4…アイテム間距離テーブル
U1、U2…ユーザ
Claims (6)
- コンピュータが、
ユーザが過去に選択したアイテムの履歴情報をもとに、当該履歴情報に含まれるアイテム間についてのユーザの感度を示すユーザ感度を推定し、
前記推定されたユーザ感度に基づいて、検索対象となる各アイテムの特徴情報に基づいた特徴空間のスケールを変換し、
前記各アイテムにおける変換された特徴空間をもとに、当該特徴空間におけるアイテム間の距離を計算し、
前記計算されたアイテム間の距離に基づいて、前記各アイテムの中から所定のアイテムに対して距離の近いアイテムを出力する
処理を実行することを特徴とする検索方法。 - 前記ユーザ感度を推定する処理は、前記履歴情報に含まれる前記ユーザが過去に選択したアイテムの組み合わせをもとに、当該アイテムの組み合わせの出現頻度と、前記アイテムの組み合わせにおける特徴空間での距離とに基づいて前記ユーザ感度を推定する
ことを特徴とする請求項1に記載の検索方法。 - 前記変換する処理は、前記特徴空間における各アイテムの距離が前記推定されたユーザ感度に対応するアイテム間の距離と等しくなるように前記特徴空間のスケールを変換する
ことを特徴とする請求項1または2に記載の検索方法。 - コンピュータが、
ユーザが過去に選択した複数のアイテムの履歴情報をもとに、前記複数のアイテムについてのユーザの感度を示すユーザ感度を特定し、
特定された前記ユーザ感度に基づいて、検索対象となる前記複数のアイテムの特徴情報に基づいた特徴空間のスケールを変更し、
変更された前記特徴空間をもとに、前記特徴空間における前記複数のアイテムの相互間距離を計算し、
前記複数のアイテムのうち、所定のアイテムに対する前記相互間距離が相対的に小さい特定アイテムを特定する
処理を実行することを特徴とする検索方法。 - コンピュータに、
ユーザが過去に選択したアイテムの履歴情報をもとに、当該履歴情報に含まれるアイテム間についてのユーザの感度を示すユーザ感度を推定し、
前記推定されたユーザ感度に基づいて、検索対象となる各アイテムの特徴情報に基づいた特徴空間のスケールを変換し、
前記各アイテムにおける変換された特徴空間をもとに、当該特徴空間におけるアイテム間の距離を計算し、
前記計算されたアイテム間の距離に基づいて、前記各アイテムの中から所定のアイテムに対して距離の近いアイテムを出力する
処理を実行させることを特徴とする検索プログラム。 - ユーザが過去に選択したアイテムの履歴情報をもとに、当該履歴情報に含まれるアイテム間についてのユーザの感度を示すユーザ感度を推定する推定部と、
前記推定されたユーザ感度に基づいて、検索対象となる各アイテムの特徴情報に基づいた特徴空間のスケールを変換する変換部と、
前記各アイテムにおける変換された特徴空間をもとに、当該特徴空間におけるアイテム間の距離を計算する計算部と、
前記計算されたアイテム間の距離に基づいて、前記各アイテムの中から所定のアイテムに対して距離の近いアイテムを出力する出力部と
を有することを特徴とする検索装置。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2015176981A JP6572691B2 (ja) | 2015-09-08 | 2015-09-08 | 検索方法、検索プログラムおよび検索装置 |
| US15/257,277 US10509835B2 (en) | 2015-09-08 | 2016-09-06 | Retrieval method, retrieval apparatus, and non-transitory recording medium storing retrieval program recorded therein |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2015176981A JP6572691B2 (ja) | 2015-09-08 | 2015-09-08 | 検索方法、検索プログラムおよび検索装置 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2017054266A JP2017054266A (ja) | 2017-03-16 |
| JP6572691B2 true JP6572691B2 (ja) | 2019-09-11 |
Family
ID=58190061
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2015176981A Expired - Fee Related JP6572691B2 (ja) | 2015-09-08 | 2015-09-08 | 検索方法、検索プログラムおよび検索装置 |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US10509835B2 (ja) |
| JP (1) | JP6572691B2 (ja) |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10915543B2 (en) | 2014-11-03 | 2021-02-09 | SavantX, Inc. | Systems and methods for enterprise data search and analysis |
| US20180189307A1 (en) * | 2016-12-30 | 2018-07-05 | Futurewei Technologies, Inc. | Topic based intelligent electronic file searching |
| US11328128B2 (en) * | 2017-02-28 | 2022-05-10 | SavantX, Inc. | System and method for analysis and navigation of data |
| EP3590053A4 (en) * | 2017-02-28 | 2020-11-25 | SavantX, Inc. | SYSTEM AND METHOD OF ANALYSIS AND DATA TRAVEL |
| US10509809B1 (en) * | 2017-10-11 | 2019-12-17 | Amperity, Inc. | Constructing ground truth when classifying data |
| JP7662967B2 (ja) * | 2021-08-19 | 2025-04-16 | 日本電信電話株式会社 | 情報処理装置、情報処理方法、およびプログラム |
Family Cites Families (20)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6347313B1 (en) * | 1999-03-01 | 2002-02-12 | Hewlett-Packard Company | Information embedding based on user relevance feedback for object retrieval |
| JP4645676B2 (ja) * | 2008-04-28 | 2011-03-09 | ソニー株式会社 | 情報処理装置、関連アイテムの提供方法、及びプログラム |
| US8301624B2 (en) * | 2009-03-31 | 2012-10-30 | Yahoo! Inc. | Determining user preference of items based on user ratings and user features |
| JP5401261B2 (ja) * | 2009-10-30 | 2014-01-29 | 株式会社日立製作所 | 情報推薦方法及び装置 |
| JP2011154591A (ja) | 2010-01-28 | 2011-08-11 | Nec Corp | リコメンド装置、方法、及び、プログラム |
| JP2011158980A (ja) | 2010-01-29 | 2011-08-18 | Brother Industries Ltd | 消費者情報処理装置 |
| US8468110B1 (en) * | 2010-07-22 | 2013-06-18 | Intuit Inc. | Real-time user behavior prediction |
| JP2012190061A (ja) * | 2011-03-08 | 2012-10-04 | Sony Corp | 情報処理装置、端末装置、情報提示システム、評価スコアの算出方法、及びプログラム |
| US10475050B2 (en) * | 2011-07-08 | 2019-11-12 | Netflix, Inc. | Identifying similar items based on global interaction history |
| JP5504220B2 (ja) | 2011-08-01 | 2014-05-28 | 日本電信電話株式会社 | 提供情報選択装置、方法及びプログラム |
| US20130103609A1 (en) * | 2011-10-20 | 2013-04-25 | Evan R. Kirshenbaum | Estimating a user's interest in an item |
| WO2013138969A1 (en) * | 2012-03-17 | 2013-09-26 | Beijing Haipu Wangju Technology Limited | Method and system for recommending content to a user |
| JP6042188B2 (ja) | 2012-11-30 | 2016-12-14 | Kddi株式会社 | グループ抽出装置、グループ抽出方法およびプログラム |
| US10698944B2 (en) * | 2013-03-13 | 2020-06-30 | Netflix, Inc. | Searches and recommendations using distance metric on space of media titles |
| JP2014182636A (ja) * | 2013-03-19 | 2014-09-29 | Petabit Corp | 情報処理システム |
| JP6366031B2 (ja) * | 2013-11-11 | 2018-08-01 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | 情報処理装置、情報処理方法、及びプログラム |
| US20150242750A1 (en) * | 2014-02-24 | 2015-08-27 | Google Inc. | Asymmetric Rankers for Vector-Based Recommendation |
| US9348898B2 (en) * | 2014-03-27 | 2016-05-24 | Microsoft Technology Licensing, Llc | Recommendation system with dual collaborative filter usage matrix |
| US10372704B2 (en) * | 2014-09-02 | 2019-08-06 | Sri International | Similarity metric relativized to a user's preferences |
| US9767102B2 (en) * | 2014-12-01 | 2017-09-19 | Comcast Cable Communications, Llc | Content recommendation system |
-
2015
- 2015-09-08 JP JP2015176981A patent/JP6572691B2/ja not_active Expired - Fee Related
-
2016
- 2016-09-06 US US15/257,277 patent/US10509835B2/en active Active
Also Published As
| Publication number | Publication date |
|---|---|
| US10509835B2 (en) | 2019-12-17 |
| JP2017054266A (ja) | 2017-03-16 |
| US20170068738A1 (en) | 2017-03-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP6572691B2 (ja) | 検索方法、検索プログラムおよび検索装置 | |
| TWI718422B (zh) | 對模型預測值進行融合的方法、裝置和設備 | |
| US9082086B2 (en) | Adaptively learning a similarity model | |
| CN110427560B (zh) | 一种应用于推荐系统的模型训练方法以及相关装置 | |
| US11397764B2 (en) | Machine learning for digital image selection across object variations | |
| US20140247997A1 (en) | Information processing system, information processing method, and computer program product | |
| JP2019503006A (ja) | ユーザー似顔絵を取得する方法及び装置 | |
| JP5401261B2 (ja) | 情報推薦方法及び装置 | |
| CN111580788B (zh) | 模板搭配信息推荐方法、装置及电子设备 | |
| US20120296776A1 (en) | Adaptive interactive search | |
| US10606832B2 (en) | Search system, search method, and program | |
| JP2018156429A (ja) | 情報処理装置、情報処理方法、およびプログラム | |
| US20180253480A1 (en) | Method, device, and non-transitory computer-readable storage medium for visually expressing likelihood of occurrence of life events | |
| JP2015036919A (ja) | 評価支援システム及びプログラム | |
| WO2017203672A1 (ja) | アイテム推奨方法、アイテム推奨プログラムおよびアイテム推奨装置 | |
| JP6775484B2 (ja) | 算出装置、算出方法、及び算出プログラム | |
| JP2018010435A (ja) | 販売予測装置、販売予測方法、およびプログラム | |
| US10311497B2 (en) | Server, analysis method and computer program product for analyzing recognition information and combination information | |
| JP2018077636A (ja) | プログラムおよび組み合わせ抽出システム | |
| WO2017038537A1 (ja) | ブランド価値解析装置、ブランド価値解析方法、及びコンピュータ読み取り可能な記録媒体 | |
| JP6721484B2 (ja) | 情報管理装置、方法、及びコンピュータプログラム | |
| JP7565077B2 (ja) | 情報処理装置、情報処理方法及び情報処理システム | |
| JP2020035072A (ja) | 情報処理装置、情報処理方法および情報処理プログラム | |
| JP6585998B2 (ja) | コンテンツ決定装置 | |
| JP2018055233A (ja) | 情報処理装置、制御方法、及びプログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20180514 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20190514 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20190703 |
|
| 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: 20190716 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20190729 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6572691 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| LAPS | Cancellation because of no payment of annual fees |