JP6856567B2 - Information processing equipment, information processing methods, and information processing programs - Google Patents

Information processing equipment, information processing methods, and information processing programs Download PDF

Info

Publication number
JP6856567B2
JP6856567B2 JP2018035897A JP2018035897A JP6856567B2 JP 6856567 B2 JP6856567 B2 JP 6856567B2 JP 2018035897 A JP2018035897 A JP 2018035897A JP 2018035897 A JP2018035897 A JP 2018035897A JP 6856567 B2 JP6856567 B2 JP 6856567B2
Authority
JP
Japan
Prior art keywords
information
content
information processing
processing apparatus
node
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.)
Active
Application number
JP2018035897A
Other languages
Japanese (ja)
Other versions
JP2019152931A (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.)
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 JP2018035897A priority Critical patent/JP6856567B2/en
Publication of JP2019152931A publication Critical patent/JP2019152931A/en
Application granted granted Critical
Publication of JP6856567B2 publication Critical patent/JP6856567B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、情報処理装置、情報処理方法、及び情報処理プログラムに関する。 The present invention relates to an information processing device, an information processing method, and an information processing program.

従来、種々の情報を抽出する技術が提供されている。例えば、他のカテゴリーに属する概念間の相対的な関係を考慮した上で、概念間の類似性を推定する技術が提供されている。 Conventionally, techniques for extracting various types of information have been provided. For example, a technique for estimating the similarity between concepts is provided in consideration of the relative relationships between concepts belonging to other categories.

特開2007−213151号公報Japanese Unexamined Patent Publication No. 2007-21351

岩崎雅二郎 "木構造型インデックスを利用した近似k最近傍グラフによる近傍検索", 情報処理学会論文誌, 2011/2, Vol. 52, No. 2. pp.817-828.Masajiro Iwasaki "Neighborhood Search by Approximate k Nearest Neighborhood Graph Using Tree Structure Index", IPSJ Journal, 2011/2, Vol. 52, No. 2. pp.817-828.

しかしながら、上記の従来技術では、類似のコンテンツを適切に抽出することが難しい場合がある。例えば、他のカテゴリーに属する概念間の類似性を推定するだけでは、所望の情報を抽出することが難しい。例えば、同じカテゴリーに属する情報の類似性を推定することができるとは限らず、このような場合、所望の情報を抽出することが難しい。 However, with the above-mentioned prior art, it may be difficult to appropriately extract similar contents. For example, it is difficult to extract desired information only by estimating the similarity between concepts belonging to other categories. For example, it is not always possible to estimate the similarity of information belonging to the same category, and in such a case, it is difficult to extract desired information.

本願は、上記に鑑みてなされたものであって、類似のコンテンツを適切に抽出する情報処理装置、情報処理方法、及び情報処理プログラムを提供することを目的とする。 The present application has been made in view of the above, and an object of the present application is to provide an information processing device, an information processing method, and an information processing program for appropriately extracting similar contents.

本願に係る情報処理装置は、複数のコンテンツの各々に対応する複数のノードが、前記複数のコンテンツの類似性に応じて連結されたグラフ情報と、一のコンテンツに関するコンテンツ情報を取得する取得部と、前記取得部により取得された前記グラフ情報の前記複数のノードのうち、所定の基準に基づいて決定された前記グラフ情報の検索の起点となる起点ノードを起点として、前記グラフ情報を検索することにより、前記複数のコンテンツのうち、前記一のコンテンツと類似するコンテンツである類似コンテンツを抽出する検索部と、を備えたことを特徴とする。 The information processing device according to the present application includes a graph information in which a plurality of nodes corresponding to each of the plurality of contents are connected according to the similarity of the plurality of contents, and an acquisition unit for acquiring the content information related to one content. The graph information is searched from the plurality of nodes of the graph information acquired by the acquisition unit, starting from the starting node that is the starting point for searching the graph information determined based on a predetermined criterion. The present invention is characterized in that it includes a search unit for extracting similar contents that are similar to the one content among the plurality of contents.

実施形態の一態様によれば、類似のコンテンツを適切に抽出することができるという効果を奏する。 According to one aspect of the embodiment, there is an effect that similar contents can be appropriately extracted.

図1は、実施形態に係る情報処理の一例を示す図である。FIG. 1 is a diagram showing an example of information processing according to an embodiment. 図2は、実施形態に係る情報処理システムの構成例を示す図である。FIG. 2 is a diagram showing a configuration example of an information processing system according to an embodiment. 図3は、実施形態に係る情報処理装置の構成例を示す図である。FIG. 3 is a diagram showing a configuration example of the information processing device according to the embodiment. 図4は、実施形態に係るコンテンツ情報記憶部の一例を示す図である。FIG. 4 is a diagram showing an example of the content information storage unit according to the embodiment. 図5は、実施形態に係るインデックス情報記憶部の一例を示す図である。FIG. 5 is a diagram showing an example of the index information storage unit according to the embodiment. 図6は、実施形態に係るグラフ情報記憶部の一例を示す図である。FIG. 6 is a diagram showing an example of a graph information storage unit according to the embodiment. 図7は、実施形態に係るモデル情報記憶部の一例を示す図である。FIG. 7 is a diagram showing an example of a model information storage unit according to the embodiment. 図8は、実施形態に係る情報処理の一例を示すフローチャートである。FIG. 8 is a flowchart showing an example of information processing according to the embodiment. 図9は、実施形態に係る生成処理の一例を示すフローチャートである。FIG. 9 is a flowchart showing an example of the generation process according to the embodiment. 図10は、実施形態に係る特徴量の抽出の一例を示す図である。FIG. 10 is a diagram showing an example of extraction of a feature amount according to an embodiment. 図11は、グラフ情報を用いた検索処理の一例を示すフローチャートである。FIG. 11 is a flowchart showing an example of a search process using graph information. 図12は、コンテンツの流行判定の一例を示す図である。FIG. 12 is a diagram showing an example of determining the fashion of the content. 図13は、情報処理装置の機能を実現するコンピュータの一例を示すハードウェア構成図である。FIG. 13 is a hardware configuration diagram showing an example of a computer that realizes the functions of the information processing device.

以下に、本願に係る情報処理装置、情報処理方法、及び情報処理プログラムを実施するための形態(以下、「実施形態」と呼ぶ)について図面を参照しつつ詳細に説明する。なお、この実施形態により本願に係る情報処理装置、情報処理方法、及び情報処理プログラムが限定されるものではない。また、以下の各実施形態において同一の部位には同一の符号を付し、重複する説明は省略される。 Hereinafter, the information processing apparatus, the information processing method, and the mode for carrying out the information processing program (hereinafter referred to as “the embodiment”) according to the present application will be described in detail with reference to the drawings. The information processing apparatus, information processing method, and information processing program according to the present application are not limited by this embodiment. Further, in each of the following embodiments, the same parts are designated by the same reference numerals, and duplicate description is omitted.

(実施形態)
〔1.情報処理〕
図1を用いて、実施形態に係る情報処理の一例について説明する。図1は、実施形態に係る情報処理の一例を示す図である。図1では、情報処理装置100がコンテンツの一例として、端末装置10(図2参照)等の所定のデバイスにおいて実行されるアプリケーション(以下、単に「アプリ」ともいう)であるコンテンツをグラフ構造化したグラフデータ(グラフ情報)を検索することにより、一のコンテンツに類似するコンテンツ(以下、「類似コンテンツ」ともいう)を抽出する場合を示す。なお、所定のデバイスは、スマートフォンやPC(Personal Computer)等の種々のコンピュータであってもよい。また、コンテンツは、アプリに限らず、映画等の動画コンテンツや楽曲等の音楽コンテンツや記事コンテンツ等の種々のものであってもよい。図1では、情報処理装置100は、各コンテンツに対応するベクトルデータ(「ベクトル情報」や、単に「ベクトル」ともいう)を用いてコンテンツをグラフ構造化したグラフ情報を用いる場合を一例として説明する。
(Embodiment)
[1. Information processing]
An example of information processing according to the embodiment will be described with reference to FIG. FIG. 1 is a diagram showing an example of information processing according to an embodiment. In FIG. 1, as an example of the content, the information processing device 100 has a graph structure of the content which is an application (hereinafter, also simply referred to as “application”) executed on a predetermined device such as the terminal device 10 (see FIG. 2). The case where the content similar to one content (hereinafter, also referred to as “similar content”) is extracted by searching the graph data (graph information) is shown. The predetermined device may be various computers such as a smartphone and a PC (Personal Computer). Further, the content is not limited to the application, and may be various contents such as video content such as a movie, music content such as music, and article content. In FIG. 1, a case where the information processing apparatus 100 uses graph information in which the contents are graph-structured using vector data (also referred to as “vector information” or simply “vector”) corresponding to each content will be described as an example. ..

なお、情報処理装置100が用いる情報は、ベクトルに限らず、各コンテンツの類似性を表現可能な情報であれば、どのような形式の情報であってもよい。例えば、情報処理装置100は、各コンテンツに対応する所定のデータや値を用いてコンテンツをグラフ構造化したグラフ情報を用いてもよい。例えば、情報処理装置100は、各コンテンツから生成された所定の数値(例えば2進数の値や16進数の値)を用いてコンテンツをグラフ構造化したグラフ情報を用いてもよい。例えば、ベクトルに代えて、データ間の距離(類似度)が定義されていれば任意の形態のデータであっても良い。なお、図1の例では、抽出した類似コンテンツに基づいて、一のコンテンツが流行するかを判定し、判定結果の情報を提供するサービスを行う場合を示すが、類似コンテンツに基づくサービスであればそのようなサービスを提供してもよい。この点についての詳細は後述する。 The information used by the information processing device 100 is not limited to a vector, and may be any form of information as long as it can express the similarity of each content. For example, the information processing apparatus 100 may use graph information in which the content is graph-structured using predetermined data or values corresponding to each content. For example, the information processing apparatus 100 may use graph information in which the content is graph-structured using a predetermined numerical value (for example, a binary value or a hexadecimal value) generated from each content. For example, instead of the vector, the data may be in any form as long as the distance (similarity) between the data is defined. In the example of FIG. 1, a service is provided in which it is determined whether or not one content is popular based on the extracted similar contents and the information of the determination result is provided. However, if the service is based on the similar contents, Such services may be provided. Details on this point will be described later.

〔1−1.グラフ情報について〕
また、情報処理装置100は、図1中のグラフ情報GR11に示すように、各ベクトル(ノード)が有向エッジにより連結されたグラフデータを用いて情報処理を行う。なお、図1中のグラフ情報GR11に示すようなグラフ情報は、情報処理装置100が生成してもよいし、情報処理装置100は、図1中のグラフ情報GR11に示すようなグラフ情報を情報提供装置50(図2参照)等の他の外部装置から取得してもよい。
[1-1. About graph information]
Further, as shown in the graph information GR11 in FIG. 1, the information processing apparatus 100 performs information processing using graph data in which each vector (node) is connected by a directed edge. The information processing device 100 may generate the graph information as shown in the graph information GR 11 in FIG. 1, and the information processing device 100 may generate the graph information as shown in the graph information GR 11 in FIG. It may be obtained from another external device such as the providing device 50 (see FIG. 2).

また、ここでいう、有向エッジとは、一方向にしかデータを辿れないエッジを意味する。以下では、エッジにより辿る元、すなわち始点となるノードを参照元とし、エッジにより辿る先、すなわち終点となるノードを参照先とする。例えば、所定のノード「A」から所定のノード「B」に連結される有向エッジとは、参照元をノード「A」とし、参照先をノード「B」とするエッジであることを示す。なお、各ノードを連結するエッジは、有向エッジに限らず、種々のエッジであってもよい。例えば、各ノードを連結するエッジは、ノードを連結する方向のないエッジであってもよい。例えば、各ノードを連結するエッジは、相互に参照可能なエッジであってもよい。例えば、各ノードを連結するエッジは、全て双方向エッジであってもよい。 Further, the directed edge here means an edge in which data can be traced in only one direction. In the following, the source traced by the edge, that is, the node that is the start point is referred to as the reference source, and the destination that is traced by the edge, that is, the node that is the end point is referred to. For example, the directed edge connected from the predetermined node "A" to the predetermined node "B" indicates that the reference source is the node "A" and the reference destination is the node "B". The edge connecting the nodes is not limited to the directed edge, and may be various edges. For example, the edge connecting the nodes may be an edge having no direction in connecting the nodes. For example, the edge connecting the nodes may be an edge that can be referred to each other. For example, the edges connecting the nodes may all be bidirectional edges.

例えば、このようにノード「A」を参照元とするエッジをノード「A」の出力エッジという。また、例えば、このようにノード「B」を参照先とするエッジをノード「B」の入力エッジという。すなわち、ここでいう出力エッジ及び入力エッジとは、一の有向エッジをその有向エッジが連結する2つのノードのうち、いずれのノードを中心として捉えるかの相違であり、一の有向エッジが出力エッジ及び入力エッジになる。すなわち、出力エッジ及び入力エッジは、相対的な概念であって、一の有向エッジについて、参照元となるノードを中心として捉えた場合に出力エッジとなり、参照先となるノードを中心として捉えた場合に入力エッジとなる。なお、本実施形態においては、エッジについては、出力エッジや入力エッジ等の有向エッジを対象とするため、以下では、有向エッジを単に「エッジ」と記載する場合がある。 For example, the edge with the node "A" as the reference source is called the output edge of the node "A". Further, for example, the edge with the node "B" as the reference destination is referred to as the input edge of the node "B". That is, the output edge and the input edge referred to here are differences in which of the two nodes in which the directed edge is connected is regarded as the center, and the one directed edge is regarded as the center. Becomes the output edge and the input edge. That is, the output edge and the input edge are relative concepts, and when one directed edge is regarded as the center of the reference source node, it becomes the output edge, and the reference destination node is regarded as the center. In some cases it becomes the input edge. In the present embodiment, the edge is a directed edge such as an output edge or an input edge. Therefore, in the following, the directed edge may be simply referred to as an “edge”.

例えば、情報処理装置100は、数百万〜数億等の単位の膨大なコンテンツに対応するノードを対象に処理を行うが、図面においてはその一部のみを図示する。図1の例では、説明を簡単にするために、8個のノードを図示して処理の概要を説明する。例えば、情報処理装置100は、図1中のグラフ情報GR11に示すように、ノードN1、N2、N3等に示すような複数のノード(ベクトル)を含むグラフ情報を取得する。また、図1の例では、グラフ情報GR11における各ノードは、そのノードとの間の距離が近い方から所定数のノードへのエッジ(出力エッジ)が連結される。例えば、所定数は、目的や用途等に応じて、2や5や10や100等の種々の値であってもよい。例えば、所定数が2である場合、ノードN1からは、ノードN1からの距離が最も近いノード及び2番目に距離が近い2つのノードに出力エッジが連結される。なお、類似度を示す指標としての距離は、ベクトル(N次元ベクトル)間の距離として適用可能であれば、どのような距離であってもよく、例えば、ユークリッド距離やマハラノビス距離やコサイン距離等の種々の距離が用いられてもよい。 For example, the information processing apparatus 100 processes a node corresponding to a huge amount of content in the unit of millions to hundreds of millions, but only a part thereof is shown in the drawing. In the example of FIG. 1, in order to simplify the explanation, eight nodes are illustrated to explain the outline of the process. For example, as shown in the graph information GR11 in FIG. 1, the information processing apparatus 100 acquires graph information including a plurality of nodes (vectors) as shown in the nodes N1, N2, N3, and the like. Further, in the example of FIG. 1, each node in the graph information GR 11 is connected with edges (output edges) from the one having the shortest distance to the nodes to a predetermined number of nodes. For example, the predetermined number may be various values such as 2, 5, 10, 100, etc., depending on the purpose, application, and the like. For example, when the predetermined number is 2, the output edge is connected from the node N1 to the node having the closest distance from the node N1 and the two nodes having the second closest distance. The distance as an index indicating the degree of similarity may be any distance as long as it can be applied as a distance between vectors (N-dimensional vectors), for example, Euclidean distance, Mahalanobis distance, cosine distance, and the like. Various distances may be used.

また、このように「ノードN*(*は任意の数値)」と記載した場合、そのノードはノードID「N*」により識別されるノードであることを示す。例えば、「ノードN1」と記載した場合、そのノードはノードID「N1」により識別されるノードである。 Further, when "node N * (* is an arbitrary numerical value)" is described in this way, it indicates that the node is a node identified by the node ID "N *". For example, when described as "node N1", the node is a node identified by the node ID "N1".

また、図1中のグラフ情報GR11では、ノードN10は、ノードN7へ向かう有向エッジであるエッジE7が連結される。すなわち、ノードN10は、ノードN7とエッジE7により連結される。このように「エッジE*(*は任意の数値)」と記載した場合、そのエッジはエッジID「E*」により識別されるエッジであることを示す。例えば、「エッジE11」と記載した場合、そのエッジはエッジID「E11」により識別されるエッジである。例えば、ノードN10を参照元とし、ノードN7を参照先として連結されるエッジE7により、ノードN10からノードN7に辿ることが可能となる。この場合、有向エッジであるエッジE7は、ノードN10を中心として識別される場合、出力エッジとなり、ノードN7を中心として識別される場合、入力エッジとなる。また、図1のグラフ情報GR11中の双方向矢印は、両方のノードから他方のノードへの有向エッジが連結されることを示す。例えば、グラフ情報GR11中のノードN2とノードN451との間の双方向矢印は、ノードN2からノードN451へ向かう有向エッジと、ノードN451からノードN2へ向かう有向エッジとの2つのエッジが連結されることを示す。 Further, in the graph information GR11 in FIG. 1, the node N10 is connected to the edge E7, which is a directed edge toward the node N7. That is, the node N10 is connected to the node N7 by the edge E7. When "edge E * (* is an arbitrary numerical value)" is described in this way, it indicates that the edge is an edge identified by the edge ID "E *". For example, when "edge E11" is described, the edge is an edge identified by the edge ID "E11". For example, the edge E7 connected with the node N10 as the reference source and the node N7 as the reference destination makes it possible to trace from the node N10 to the node N7. In this case, the edge E7, which is a directed edge, becomes an output edge when identified with the node N10 as the center, and becomes an input edge when identified with the node N7 as the center. Also, the bidirectional arrows in the graph information GR11 of FIG. 1 indicate that the directed edges from both nodes to the other node are connected. For example, the bidirectional arrow between node N2 and node N451 in the graph information GR11 is a concatenation of two edges, a directed edge from node N2 to node N451 and a directed edge from node N451 to node N2. Indicates that it will be done.

また、図1中のグラフ情報GR11は、ユークリッド空間であってもよい。また、図1に示すグラフ情報GR11は、各ベクトル間の距離等の説明のための概念的な図であり、グラフ情報GR11は、多次元空間である。例えば、図1に示すグラフ情報GR11は、平面上に図示するため2次元の態様にて図示されるが、例えば100次元や1000次元等の多次元空間であるものとする。 Further, the graph information GR11 in FIG. 1 may be in Euclidean space. Further, the graph information GR 11 shown in FIG. 1 is a conceptual diagram for explaining the distance between each vector, and the graph information GR 11 is a multidimensional space. For example, the graph information GR11 shown in FIG. 1 is shown in a two-dimensional manner for being shown on a plane, but is assumed to be a multidimensional space such as 100 dimensions or 1000 dimensions.

ここで、ベクトルデータ間の距離は、コンテンツの類似性を示し、距離が近いほど類似している。本実施形態においては、グラフ情報GR11における各ノードの距離を対応する各オブジェクト間の類似度とする。例えば、各ノードに対応するコンテンツの類似性が、グラフ情報GR11内におけるノード間の距離として写像されているものとする。例えば、各ノードに対応する概念間の類似度が各ノード間の距離に写像されているものとする。ここで、図1に示す例においては、グラフ情報GR11における各ノード間の距離が短いオブジェクト同士の類似度が高く、グラフ情報GR11における各ノード間の距離が長いオブジェクト同士の類似度が低い。例えば、図1中のグラフ情報GR11において、ノードID「N35」により識別されるノードと、ノードID「N693」により識別されるノードとは近接している、すなわち距離が短い。そのため、ノードID「N35」により識別されるノードに対応するオブジェクトと、ノードID「N693」により識別されるノードに対応するオブジェクトとは類似度が高いことを示す。 Here, the distance between the vector data indicates the similarity of the contents, and the closer the distance is, the more similar the contents are. In the present embodiment, the distance of each node in the graph information GR11 is defined as the degree of similarity between the corresponding objects. For example, it is assumed that the similarity of the contents corresponding to each node is mapped as the distance between the nodes in the graph information GR11. For example, assume that the similarity between the concepts corresponding to each node is mapped to the distance between each node. Here, in the example shown in FIG. 1, the similarity between the objects having a short distance between the nodes in the graph information GR11 is high, and the similarity between the objects having a long distance between the nodes in the graph information GR11 is low. For example, in the graph information GR11 in FIG. 1, the node identified by the node ID “N35” and the node identified by the node ID “N693” are close to each other, that is, the distance is short. Therefore, it is shown that the object corresponding to the node identified by the node ID "N35" and the object corresponding to the node identified by the node ID "N693" have a high degree of similarity.

また、例えば、図1中のグラフ情報GR11において、ノードID「N7」により識別されるノードと、ノードID「N2」により識別されるノードとは遠隔にある、すなわち距離が長い。そのため、ノードID「N7」により識別されるノードに対応するオブジェクトと、ノードID「N2」により識別されるノードに対応するオブジェクトとは類似度が低いことを示す。 Further, for example, in the graph information GR11 in FIG. 1, the node identified by the node ID "N7" and the node identified by the node ID "N2" are remote, that is, the distance is long. Therefore, it is shown that the object corresponding to the node identified by the node ID "N7" and the object corresponding to the node identified by the node ID "N2" have a low degree of similarity.

〔1−2.ベクトルの生成例〕
また、ここでいう、各ノード(ベクトル)は、各オブジェクト(コンテンツ)に対応する。コンテンツ情報が様々なコンテンツの状態を示す数値データであれば、それをベクトルデータとして、そのまま扱うことも可能である。しかし、コンテンツ情報が、テキスト、画像、または、音声であったりする場合には、ベクトルデータへの変換が必要となる。そこで、図1の例では、各コンテンツのコンテンツ情報から抽出された特徴量により生成された多次元(N次元)のベクトルがオブジェクトであってもよい。
[1-2. Vector generation example]
Further, each node (vector) referred to here corresponds to each object (content). If the content information is numerical data indicating the state of various contents, it can be treated as it is as vector data. However, if the content information is text, image, or voice, conversion to vector data is required. Therefore, in the example of FIG. 1, the multidimensional (N-dimensional) vector generated by the feature amount extracted from the content information of each content may be an object.

例えば、情報処理装置100は、コンテンツ情報の特徴を抽出するモデルを用いて各コンテンツのコンテンツ情報からN次元ベクトルを生成してもよい。図1の例では、情報処理装置100は、モデル情報記憶部124(図7参照)に示すように、モデルID「M1」により識別されるモデル(モデルM1)を用いて、各コンテンツのコンテンツ情報からベクトルを生成する。上記のように、「モデルM*(*は任意の数値)」と記載した場合、そのモデルはモデルID「M*」により識別されるモデルであることを示す。例えば、「モデルM1」と記載した場合、そのモデルはモデルID「M1」により識別されるモデルである。また、モデル情報記憶部124に示すように、モデルM1は用途「特徴抽出(アプリ)」、すなわちコンテンツのデータ(コンテンツ情報)からの特徴抽出のために用いられるモデルであり、その具体的なモデルデータが「モデルデータMDT1」であることを示す。 For example, the information processing apparatus 100 may generate an N-dimensional vector from the content information of each content by using a model that extracts features of the content information. In the example of FIG. 1, as shown in the model information storage unit 124 (see FIG. 7), the information processing apparatus 100 uses the model (model M1) identified by the model ID “M1” to provide content information of each content. Generate a vector from. As described above, when "model M * (* is an arbitrary numerical value)" is described, it means that the model is a model identified by the model ID "M *". For example, when described as "model M1", the model is a model identified by the model ID "M1". Further, as shown in the model information storage unit 124, the model M1 is a model used for use "feature extraction (app)", that is, feature extraction from content data (content information), and a specific model thereof. Indicates that the data is "model data MDT1".

例えば、情報処理装置100は、モデルM1に任意のコンテンツのコンテンツ情報を入力することにより、モデルM1中の各要素(ニューロン)の値を演算し、入力したコンテンツ情報と同様の情報を出力する。例えば、情報処理装置100は、中間層の各要素(ニューロン)の値を特徴量として抽出し、各コンテンツに対応するN次元のベクトルデータを生成してもよい。 For example, the information processing apparatus 100 calculates the value of each element (neuron) in the model M1 by inputting the content information of an arbitrary content into the model M1, and outputs the same information as the input content information. For example, the information processing apparatus 100 may extract the values of each element (neuron) in the intermediate layer as a feature amount and generate N-dimensional vector data corresponding to each content.

ここで、図10を用いて、各コンテンツに対応するベクトルデータの生成の一例を示す。図10は、実施形態に係る特徴量の抽出の一例を示す図である。図10は、モデルM1の概念図である。なお、図10では、各要素(ニューロン)の各接続関係を示す線の図示を省略する。図10に示すように、モデルM1は、入力層ILと、中間層CLと、出力層OLとを含む。例えば、モデルM1の入力層ILは、コンテンツ情報が入力される層である。また、出力層OLは、入力層ILへの入力に応じて、入力されたコンテンツ情報と同様の情報を出力される層である。 Here, FIG. 10 is used to show an example of generating vector data corresponding to each content. FIG. 10 is a diagram showing an example of extraction of a feature amount according to an embodiment. FIG. 10 is a conceptual diagram of the model M1. In FIG. 10, the line showing each connection relationship of each element (neuron) is omitted. As shown in FIG. 10, the model M1 includes an input layer IL, an intermediate layer CL, and an output layer OL. For example, the input layer IL of the model M1 is a layer into which content information is input. Further, the output layer OL is a layer that outputs the same information as the input content information in response to the input to the input layer IL.

また、例えば、中間層CLの中央部の最も圧縮された圧縮層RPは、入力されたコンテンツ情報の特徴を表現する層である。例えば、モデルM1の中間層CLにおいて、入力層ILから圧縮層RPまでの間は、エンコードの処理を行う部分に対応する。モデルM1の中間層CLにおいて、入力層ILから圧縮層RPまでの間は、入力されたコンテンツ情報の特徴を圧縮する処理を行う部分に対応する。例えば、モデルM1の中間層CLにおいて、圧縮層RPから出力層OLまでの間は、デコードの処理を行う部分に対応する。モデルM1の中間層CLにおいて、圧縮層RPから出力層OLまでの間は、圧縮されたコンテンツ情報を復元する処理を行う部分に対応する。 Further, for example, the most compressed compression layer RP in the central portion of the intermediate layer CL is a layer expressing the characteristics of the input content information. For example, in the intermediate layer CL of the model M1, the portion from the input layer IL to the compression layer RP corresponds to the portion where the encoding process is performed. In the intermediate layer CL of the model M1, between the input layer IL and the compression layer RP corresponds to a portion that performs a process of compressing the features of the input content information. For example, in the intermediate layer CL of the model M1, the portion from the compression layer RP to the output layer OL corresponds to the portion where the decoding process is performed. In the intermediate layer CL of the model M1, the portion from the compression layer RP to the output layer OL corresponds to a portion that performs a process of restoring the compressed content information.

例えば、情報処理装置100は、圧縮層RPに含まれるニューロンNL1やニューロンNL2等の情報をベクトルに用いてもよい。例えば、情報処理装置100は、あるコンテンツのコンテンツ情報が入力された場合に、算出されるニューロンNL1に対応する値VE1やニューロンNL2に対応する値VE2をベクトルの要素(一の次元の値)として抽出してもよい。例えば、情報処理装置100は、あるコンテンツのコンテンツ情報が入力された場合に、算出されるニューロンNL1に対応する値VE1をそのコンテンツのベクトルの1次元目の要素として抽出してもよい。また、例えば、情報処理装置100は、あるコンテンツのコンテンツ情報が入力された場合に、算出されるニューロンNL2に対応する値VE2をそのコンテンツのベクトルの2次元目の要素として抽出してもよい。このように、情報処理装置100は、各コンテンツのコンテンツ情報をモデルM1に入力することにより、各コンテンツに対応するベクトルを生成してもよい。なお、情報処理装置100は、各コンテンツに対応するベクトルを情報提供装置50等の他の外部装置から取得してもよい。なお、情報処理装置100は、ベクトルの各要素として、各ニューロンに対応する値自体を用いてもよいし、各ニューロンに対応する値に所定の係数を乗算した値を用いてもよい。また、図1の例では説明を簡単にするために、ベクトルの各要素(値)が整数である場合を示すが、ベクトルの各要素(値)は、小数点以下の数値を含む実数であってもよい。 For example, the information processing apparatus 100 may use information such as neurons NL1 and neurons NL2 included in the compression layer RP as a vector. For example, the information processing apparatus 100 uses the value VE1 corresponding to the calculated neuron NL1 and the value VE2 corresponding to the neuron NL2 as vector elements (values of one dimension) when the content information of a certain content is input. It may be extracted. For example, the information processing apparatus 100 may extract the value VE1 corresponding to the calculated neuron NL1 as the first-dimensional element of the vector of the content when the content information of a certain content is input. Further, for example, the information processing apparatus 100 may extract the value VE2 corresponding to the calculated neuron NL2 as the second-dimensional element of the vector of the content when the content information of a certain content is input. In this way, the information processing apparatus 100 may generate a vector corresponding to each content by inputting the content information of each content into the model M1. The information processing device 100 may acquire a vector corresponding to each content from another external device such as the information providing device 50. The information processing apparatus 100 may use the value itself corresponding to each neuron as each element of the vector, or may use a value obtained by multiplying the value corresponding to each neuron by a predetermined coefficient. Further, in the example of FIG. 1, for the sake of simplicity, the case where each element (value) of the vector is an integer is shown, but each element (value) of the vector is a real number including a numerical value after the decimal point. May be good.

なお、情報処理装置100は、圧縮層RPの要素(ニューロン)に限らず、中間層CL中の他の要素(ニューロン)の情報をベクトルに用いてもよい。例えば、情報処理装置100は、エンコード部分のニューロンNL3やデコード部分のニューロンNL4等の情報をベクトルに用いてもよい。例えば、情報処理装置100は、あるコンテンツのコンテンツ情報が入力された場合に、算出されるニューロンNL3に対応する値VE3やニューロンNL4に対応する値VE4をベクトルの要素(一の次元の値)として抽出してもよい。なお、上記は、一例であり、情報処理装置100は、オートエンコーダに限らず、種々のモデルを用いて、コンテンツ情報からの特徴抽出を行ってもよい。例えば、スタートアップメンバ等の所定の目的に適したコンテンツと適さないコンテンツを識別するように学習させたモデルを生成して、その中間層をベクトルデータとして抽出しても良い。また、例えば、トリプレットロス(triplet loss)といった類似性を学習する方法によりモデルを生成しても良い。また、情報処理装置100は、モデルを用いずに、特徴抽出を行ってもよい。例えば、情報処理装置100は、情報処理装置100の管理者等が設定して特徴(素性)に対応する情報をコンテンツ情報から抽出し、ベクトルを生成してもよい。例えば、情報処理装置100は、コンテンツのジャンル(カテゴリー)や内容等の特徴(素性)に対応する情報をコンテンツ情報から抽出し、ベクトルを生成してもよい。 The information processing apparatus 100 is not limited to the elements (neurons) of the compression layer RP, and may use information of other elements (neurons) in the intermediate layer CL as a vector. For example, the information processing apparatus 100 may use information such as the neuron NL3 in the encoding portion and the neuron NL4 in the decoding portion as a vector. For example, the information processing apparatus 100 uses the value VE3 corresponding to the calculated neuron NL3 and the value VE4 corresponding to the neuron NL4 as vector elements (values of one dimension) when the content information of a certain content is input. It may be extracted. The above is an example, and the information processing apparatus 100 is not limited to the autoencoder, and various models may be used to extract features from the content information. For example, a model trained to discriminate between content suitable for a predetermined purpose such as a startup member and content unsuitable may be generated, and the intermediate layer thereof may be extracted as vector data. The model may also be generated by, for example, a method of learning similarity such as triplet loss. Further, the information processing apparatus 100 may perform feature extraction without using a model. For example, the information processing device 100 may be set by the administrator of the information processing device 100 or the like to extract information corresponding to features (identities) from the content information and generate a vector. For example, the information processing apparatus 100 may generate a vector by extracting information corresponding to a feature (feature) such as a content genre (category) or content from the content information.

また、例えば、情報処理装置100は、情報提供装置50等の他の外部装置からモデルM1を取得してもよい。なお、情報処理装置100は、コンテンツ情報記憶部121(図4参照)に記憶された各コンテンツのコンテンツ情報CDT1、CDT2、CDT451等を入力として、モデルM1を生成してもよい。例えば、情報処理装置100は、各コンテンツのコンテンツ情報CDT1、CDT2、CDT451等を入力として、モデルM1を生成してもよい。例えば、コンテンツ情報CDT1、CDT2、CDT451等は、コンテンツのジャンル(カテゴリー)や内容等を含んでもよい。例えば、コンテンツ情報CDT1、CDT2、CDT451等のコンテンツ情報は、コンテンツがアプリである場合、「天気」、「路線」、「ゲーム」等のカテゴリーを示す情報や、起動時の画面を示す画像情報や、課金額を示す情報等の種々の情報を含んでもよい。例えば、コンテンツ情報CDT1、CDT2、CDT451等のコンテンツ情報は、コンテンツが記事コンテンツである場合、その記事コンテンツに対応する文字情報や画像情報等の情報を含んでもよい。また、例えば、コンテンツ情報CDT1、CDT2、CDT451等のコンテンツ情報は、コンテンツが動画コンテンツである場合、その動画コンテンツに対応する画像情報や音声情報等の情報を含んでもよい。なお、コンテンツ情報は、コンテンツがアプリである場合、そのソースコード(文字情報)のみであってもよい。 Further, for example, the information processing device 100 may acquire the model M1 from another external device such as the information providing device 50. The information processing device 100 may generate the model M1 by inputting the content information CDT1, CDT2, CDT451, etc. of each content stored in the content information storage unit 121 (see FIG. 4). For example, the information processing apparatus 100 may generate the model M1 by inputting the content information CDT1, CDT2, CDT451, etc. of each content. For example, the content information CDT1, CDT2, CDT451 and the like may include the genre (category) and content of the content. For example, the content information such as CDT1, CDT2, CDT451, etc., when the content is an application, includes information indicating categories such as "weather", "route", and "game", and image information indicating a screen at startup. , Various information such as information indicating the billing amount may be included. For example, the content information such as the content information CDT1, CDT2, and CDT451 may include information such as character information and image information corresponding to the article content when the content is the article content. Further, for example, the content information such as the content information CDT1, CDT2, and CDT451 may include information such as image information and audio information corresponding to the moving image content when the content is moving image content. When the content is an application, the content information may be only the source code (character information) thereof.

情報処理装置100は、コンテンツのコンテンツ情報が入力される入力層と、出力層と、入力層から出力層までのいずれかの層であって出力層以外の層に属する第1要素と、第1要素と第1要素の重みとに基づいて値が算出される第2要素と、を含み、入力層に入力されたコンテンツ情報に対し、出力層以外の各層に属する各要素を第1要素として、第1要素と第1要素の重みとに基づく演算を行うことにより、入力層に入力される情報と同様の情報を出力層から出力するモデルM1を生成してもよい。なお、情報処理装置100は、ベクトル生成に用いるモデルを情報提供装置50等の他の外部装置から取得してもよい。 The information processing apparatus 100 includes an input layer into which content information of contents is input, an output layer, a first element which is any layer from the input layer to the output layer and belongs to a layer other than the output layer, and a first element. With respect to the content information input to the input layer, including the second element whose value is calculated based on the element and the weight of the first element, each element belonging to each layer other than the output layer is set as the first element. By performing the calculation based on the first element and the weight of the first element, the model M1 that outputs the same information as the information input to the input layer from the output layer may be generated. The information processing device 100 may acquire a model used for vector generation from another external device such as the information providing device 50.

〔1−3.処理例〕
ここから、情報処理装置100は、ユーザから一のコンテンツのコンテンツ情報を取得し、一のコンテンツに類似するコンテンツに基づいてサービスを提供する場合を一例として説明する。図1の例では、端末装置10は、所定のソフトウェア開発会社に属するユーザU1により利用される。例えば、ユーザU1は、スマートフォン用のアプリを開発する企業でアプリ開発を行うユーザであってもよい。図1の例では、スマートフォン用のアプリの開発者であるユーザU1自身が開発したアプリであるコンテンツXが流行するかどうかの情報を所望する場合を示す。
[1-3. Processing example]
From here, the case where the information processing apparatus 100 acquires the content information of one content from the user and provides the service based on the content similar to the one content will be described as an example. In the example of FIG. 1, the terminal device 10 is used by the user U1 who belongs to a predetermined software development company. For example, the user U1 may be a user who develops an application at a company that develops an application for a smartphone. The example of FIG. 1 shows a case where information on whether or not content X, which is an application developed by the user U1 who is a developer of an application for a smartphone, is popular is desired.

まず、端末装置10は、コンテンツXのコンテンツ情報CDT11を情報処理装置100へ送信する。図1の例では、コンテンツ情報CDT11等は、コンテンツ(アプリ)のジャンル(カテゴリー)や内容等に関する情報を含む。なお、コンテンツ情報CDT11等は、コンテンツ(アプリ)のソースコード(文字情報)のみであってもよい。 First, the terminal device 10 transmits the content information CDT 11 of the content X to the information processing device 100. In the example of FIG. 1, the content information CDT11 and the like include information on the genre (category) and the content of the content (app). The content information CDT11 and the like may be only the source code (character information) of the content (app).

そして、情報処理装置100は、一のコンテンツに関するコンテンツ情報を取得する(ステップS11)。図1の例では、情報処理装置100は、ユーザU1の端末装置10からコンテンツXに関するコンテンツ情報CDT11を取得する。なお、情報処理装置100は、コンテンツXが携帯する端末装置10(図2参照)からコンテンツXに関するコンテンツ情報CDT11を取得する。 Then, the information processing device 100 acquires the content information related to one content (step S11). In the example of FIG. 1, the information processing device 100 acquires the content information CDT11 related to the content X from the terminal device 10 of the user U1. The information processing device 100 acquires the content information CDT 11 related to the content X from the terminal device 10 (see FIG. 2) carried by the content X.

そして、情報処理装置100は、一のコンテンツに対応するコンテンツ情報からグラフ情報の探索に用いるベクトルを生成する。図1の例では、情報処理装置100は、処理群PS11に示すような処理により、コンテンツXに対応するベクトルを生成する。情報処理装置100は、コンテンツXに関するコンテンツ情報CDT11をモデルM1に入力する(ステップS12)。具体的には、情報処理装置100は、コンテンツXのコンテンツ情報CDT11をモデルM1に入力する。そして、情報処理装置100は、コンテンツ情報CDT11の入力後のモデルM1中の情報を用いて、ベクトルを生成する(ステップS13)。例えば、情報処理装置100は、コンテンツ情報CDT11が入力されたモデルM1中の各要素を用いて、ベクトルデータを生成する。 Then, the information processing apparatus 100 generates a vector used for searching graph information from the content information corresponding to one content. In the example of FIG. 1, the information processing apparatus 100 generates a vector corresponding to the content X by the processing as shown in the processing group PS11. The information processing device 100 inputs the content information CDT11 regarding the content X into the model M1 (step S12). Specifically, the information processing apparatus 100 inputs the content information CDT11 of the content X into the model M1. Then, the information processing apparatus 100 generates a vector by using the information in the model M1 after the input of the content information CDT11 (step S13). For example, the information processing apparatus 100 generates vector data using each element in the model M1 in which the content information CDT11 is input.

図1の例では、情報処理装置100は、コンテンツ情報CDT11が入力されたモデルM1中の各要素の値を用いて、ベクトルデータVD11(単に「ベクトルVD11」ともいう)を生成する。例えば、情報処理装置100は、コンテンツXのコンテンツ情報CDT11が入力された場合における、モデルM1のニューロンNL1に対応する値VE1(図10参照)やニューロンNL2に対応する値VE2(図10参照)を用いて、ベクトルを生成する。例えば、情報処理装置100は、コンテンツXのコンテンツ情報CDT11が入力された場合に、算出されるニューロンNL1に対応する値VE1をベクトルVD11の1次元目の要素として抽出してもよい。また、例えば、情報処理装置100は、あるコンテンツのコンテンツ情報が入力された場合に、算出されるニューロンNL2に対応する値VE2をベクトルVD11の2次元目の要素として、ベクトルVD11を生成する。図1の例では、情報処理装置100は、1次元目の要素が「35」であり、2次元目の要素が「63」であるようなベクトルVD11を生成する。 In the example of FIG. 1, the information processing apparatus 100 generates vector data VD11 (also simply referred to as “vector VD11”) by using the values of each element in the model M1 in which the content information CDT11 is input. For example, the information processing apparatus 100 sets a value VE1 (see FIG. 10) corresponding to the neuron NL1 of the model M1 and a value VE2 (see FIG. 10) corresponding to the neuron NL2 when the content information CDT11 of the content X is input. To generate a vector. For example, the information processing apparatus 100 may extract the value VE1 corresponding to the calculated neuron NL1 as the first-dimensional element of the vector VD11 when the content information CDT11 of the content X is input. Further, for example, the information processing apparatus 100 generates the vector VD11 by using the value VE2 corresponding to the calculated neuron NL2 as the second-dimensional element of the vector VD11 when the content information of a certain content is input. In the example of FIG. 1, the information processing apparatus 100 generates a vector VD11 in which the element of the first dimension is "35" and the element of the second dimension is "63".

そして、情報処理装置100は、コンテンツXに類似するコンテンツ(以下、「類似コンテンツ」ともいう)を検索する(ステップS14)。例えば、情報処理装置100は、非特許文献1に開示されるような近傍検索の技術等の種々の従来技術を適宜用いて、コンテンツXの類似コンテンツを検索してもよい。例えば、情報処理装置100は、類似性が高いノード間がエッジで連結されたグラフ情報GR11を用いる。 Then, the information processing apparatus 100 searches for content similar to the content X (hereinafter, also referred to as “similar content”) (step S14). For example, the information processing apparatus 100 may search for similar contents of the content X by appropriately using various conventional techniques such as a neighborhood search technique disclosed in Non-Patent Document 1. For example, the information processing apparatus 100 uses the graph information GR11 in which nodes having high similarity are connected by an edge.

図1の例では、情報処理装置100は、情報群INF11に示すように、グラフ情報GR11やインデックス情報IND11を用いてコンテンツXの類似コンテンツを検索する。例えば、情報処理装置100は、グラフ情報記憶部123(図6参照)からコンテンツに関するグラフ情報GR11を取得する。また、例えば、情報処理装置100は、インデックス情報記憶部122(図5参照)から、グラフ情報GR11における検索の起点となるノード(以下、「起点ベクトル」ともいう)の決定に用いるインデックス情報IND11を取得する。なお、インデックス情報IND11は、情報処理装置100が生成してもよいし、情報処理装置100は、インデックス情報IND11を情報提供装置50等の他の外部装置から取得してもよい。 In the example of FIG. 1, as shown in the information group INF11, the information processing apparatus 100 searches for similar contents of the content X by using the graph information GR11 and the index information IND11. For example, the information processing apparatus 100 acquires the graph information GR11 regarding the content from the graph information storage unit 123 (see FIG. 6). Further, for example, the information processing apparatus 100 uses the index information storage unit 122 (see FIG. 5) to obtain the index information IND11 used for determining the node (hereinafter, also referred to as “starting point vector”) that is the starting point of the search in the graph information GR11. get. The index information IND 11 may be generated by the information processing device 100, or the information processing device 100 may acquire the index information IND 11 from another external device such as the information providing device 50.

そして、情報処理装置100は、一のコンテンツ(クエリ)に対応する起点ベクトルを決定(特定)するために、インデックス情報IND11を用いる。図1の例では、情報処理装置100は、コンテンツXのベクトルVD11に対応する起点ベクトルを決定(特定)するために、インデックス情報IND11を用いる。すなわち、情報処理装置100は、ベクトルVD11とインデックス情報IND11とを用いて、グラフ情報GR11における起点ベクトルを決定する。 Then, the information processing apparatus 100 uses the index information IND11 in order to determine (specify) the starting point vector corresponding to one content (query). In the example of FIG. 1, the information processing apparatus 100 uses the index information IND11 to determine (specify) the starting point vector corresponding to the vector VD11 of the content X. That is, the information processing apparatus 100 uses the vector VD11 and the index information IND11 to determine the starting point vector in the graph information GR11.

図1中のインデックス情報IND11は、図5中のインデックス情報記憶部122に示す階層構造を有する。例えば、インデックス情報IND11は、ルートRTの直下に位置する第1階層のノード(ベクトル)が、節点VT1、VT2等であることを示す。また、例えば、インデックス情報IND11は、節点VT2の直下の第2階層のノードが、節点VT2−1〜VT2−4(図示せず)であることを示す。また、例えば、インデックス情報IND11は、節点VT2−2の直下の第3階層のノードが、ノードN35、ノードN451、ノードN693、すなわちグラフ情報GR11中のノード(ベクトル)であることを示す。 The index information IND11 in FIG. 1 has a hierarchical structure shown in the index information storage unit 122 in FIG. For example, the index information IND11 indicates that the nodes (vectors) of the first layer located immediately below the root RT are nodes VT1, VT2, and the like. Further, for example, the index information IND11 indicates that the node of the second layer immediately below the node VT2 is the node VT2-1 to VT2-4 (not shown). Further, for example, the index information IND11 indicates that the node of the third layer immediately below the node VT2-2 is a node N35, a node N451, and a node N693, that is, a node (vector) in the graph information GR11.

例えば、情報処理装置100は、図1中のインデックス情報IND11に示すような木構造型のインデックス情報を用いて、グラフ情報GR11における起点ベクトルを決定する(ステップS15)。図1の例では、情報処理装置100は、ベクトルVD11を生成した後、インデックス情報IND11を上から下へ辿ることにより、インデックス情報IND11の近傍候補となる起点ベクトルを特定することにより、効率的に検索クエリ(一のコンテンツ)に対応する起点ベクトルを決定することができる。 For example, the information processing apparatus 100 determines the starting point vector in the graph information GR 11 by using the tree-structured index information as shown in the index information IND 11 in FIG. 1 (step S15). In the example of FIG. 1, the information processing apparatus 100 efficiently generates the vector VD11 and then traces the index information IND11 from top to bottom to identify a starting point vector that is a candidate near the index information IND11. The origin vector corresponding to the search query (one content) can be determined.

例えば、情報処理装置100は、インデックス情報IND11をルートRTからリーフノード(グラフ情報GR11中のノード(ベクトル))まで辿ることにより、ベクトルVD11に対応する起点ベクトルを決定してもよい。図1の例では、例えば、情報処理装置100は、インデックス情報IND11をルートRTからノードN451まで辿ることにより、ノードN451を起点ベクトルとして決定する。例えば、情報処理装置100は、木構造に関する種々の従来技術を適宜用いて、インデックス情報IND11をルートRTからリーフノードまで辿ることにより、辿りついたリーフノードを起点ベクトルとして決定してもよい。例えば、情報処理装置100は、ベクトルVD11との類似度に基づいて、インデックス情報IND11を下へ辿ることにより、起点ベクトルを決定してもよい。例えば、情報処理装置100は、ルートRTから節点VT1、VT2等のいずれの節点に辿るかを、ベクトルVD11と節点VT1、VT2との類似度に基づいて決定してもよい。例えば、情報処理装置100は、ルートRTから節点VT1、VT2等のうち、ベクトルVD11との類似度が最も高い節点VT2へ辿ると決定してもよい。また、例えば、情報処理装置100は、節点VT2から節点VT2−1〜VT2−4等のうち、ベクトルVD11との類似度が最も高い節点VT2−2へ辿ると決定してもよい。また、例えば、情報処理装置100は、節点VT2−2からノードN35、N451、N693等のうち、ベクトルVD11との類似度が最も高い節点ノードN451へ辿ると決定してもよい。なお、図1の例では、説明を簡単にするために、起点ベクトルを1つ決定する場合を示すが、情報処理装置100は、複数個の起点ベクトルを決定してもよい。例えば、情報処理装置100は、ノードN451、N35、N693、N2等の複数個のベクトル(ノード)を起点ベクトルとして決定してもよい。なお、インデックス情報IND11を用いずに、検索開始時にグラフ情報GR11からランダムに1つ以上のノードを選択し、それを起点ベクトルとしてもよいし、または、予め指定された1つ以上のノードを起点ベクトルとしても良い。 For example, the information processing apparatus 100 may determine the starting point vector corresponding to the vector VD11 by tracing the index information IND11 from the root RT to the leaf node (node (vector) in the graph information GR11). In the example of FIG. 1, for example, the information processing apparatus 100 determines the node N451 as a starting point vector by tracing the index information IND11 from the root RT to the node N451. For example, the information processing apparatus 100 may determine the leaf node reached as a starting point vector by tracing the index information IND11 from the root RT to the leaf node by appropriately using various conventional techniques related to the tree structure. For example, the information processing apparatus 100 may determine the starting point vector by tracing the index information IND11 downward based on the degree of similarity with the vector VD11. For example, the information processing apparatus 100 may determine which node, such as node VT1 or VT2, is to be traced from the root RT based on the degree of similarity between the vector VD11 and the nodes VT1 and VT2. For example, the information processing apparatus 100 may determine that the root RT traces to the node VT2 having the highest degree of similarity to the vector VD11 among the nodes VT1, VT2, and the like. Further, for example, the information processing apparatus 100 may determine from the node VT2 to the node VT2-2 having the highest degree of similarity to the vector VD11 among the nodes VT2-1 to VT2-4 and the like. Further, for example, the information processing apparatus 100 may determine that the node VT2-2 traces to the node node N451 having the highest similarity to the vector VD11 among the nodes N35, N451, N693 and the like. In the example of FIG. 1, for the sake of simplicity, the case where one starting point vector is determined is shown, but the information processing apparatus 100 may determine a plurality of starting point vectors. For example, the information processing apparatus 100 may determine a plurality of vectors (nodes) such as nodes N451, N35, N693, and N2 as starting point vectors. It should be noted that one or more nodes may be randomly selected from the graph information GR11 at the start of the search without using the index information IND11 and used as a starting point vector, or one or more nodes specified in advance may be used as the starting point. It may be a vector.

そして、情報処理装置100は、グラフ情報GR11を検索することにより、コンテンツXの類似コンテンツを抽出する(ステップS16)。例えば、情報処理装置100は、ノードN451の近傍に位置するノードを類似コンテンツとして抽出する。例えば、情報処理装置100は、ノードN451からの距離が近いノードを類似コンテンツとして抽出する。例えば、情報処理装置100は、ノードN451を起点として、エッジを辿ることにより、ノードN451から到達可能なノードを類似コンテンツとして抽出する。例えば、情報処理装置100は、所定数(例えば、2個や10個等)のノードを類似コンテンツとして抽出する。例えば、情報処理装置100は、図11に示すような検索処理により、コンテンツXの類似コンテンツを抽出してもよいが、詳細は後述する。図1の例では、情報処理装置100は、ノードN451を起点として、グラフ情報GR11を探索することにより、ノードN451やノードN35を類似コンテンツとして抽出する。 Then, the information processing apparatus 100 extracts similar contents of the contents X by searching the graph information GR11 (step S16). For example, the information processing device 100 extracts a node located in the vicinity of the node N451 as similar content. For example, the information processing device 100 extracts nodes that are close to the node N451 as similar contents. For example, the information processing apparatus 100 extracts a node that can be reached from the node N451 as similar content by tracing the edge starting from the node N451. For example, the information processing device 100 extracts a predetermined number of nodes (for example, 2 or 10 nodes) as similar contents. For example, the information processing apparatus 100 may extract similar contents of the contents X by a search process as shown in FIG. 11, but the details will be described later. In the example of FIG. 1, the information processing apparatus 100 extracts the node N451 and the node N35 as similar contents by searching the graph information GR11 starting from the node N451.

そして、情報処理装置100は、類似コンテンツの指標値に関する情報を取得する。図1の例では、情報処理装置100は、コンテンツ情報記憶部121(図4参照)から類似コンテンツの指標値を取得する。ここでいう、コンテンツの指標値とは、そのコンテンツが流行したかどうかの判定に用いる情報であれば、コンテンツの売上やコンテンツに関するユーザの投稿回数等の種々の指標値であってもよい。例えば、コンテンツがアプリである場合、ダウンロード数や利用ユーザ数等が指標値として用いられてもよい。また、情報処理装置100は、複数の指標値を用いてもよい。 Then, the information processing device 100 acquires information regarding index values of similar contents. In the example of FIG. 1, the information processing apparatus 100 acquires an index value of similar content from the content information storage unit 121 (see FIG. 4). The index value of the content referred to here may be various index values such as sales of the content and the number of postings by the user regarding the content as long as it is information used for determining whether or not the content is popular. For example, when the content is an application, the number of downloads, the number of users, and the like may be used as index values. Further, the information processing apparatus 100 may use a plurality of index values.

図1の例では、コンテンツの指標値として、そのコンテンツ(アプリ)の売上を用いるものとする。図1の例では、情報処理装置100は、類似情報SLTに示すようなノードN451(コンテンツ#451)の指標値VL451やノードN35(コンテンツ#35)の指標値VL35等の情報を取得する。例えば、指標値VL451は、コンテンツ#451の売上を示し、指標値VL35は、コンテンツ#35の売上を示す。例えば、指標値VL451や指標値VL35は、200万円や1億円等の具体的な数値であるものとする。 In the example of FIG. 1, it is assumed that the sales of the content (app) are used as the index value of the content. In the example of FIG. 1, the information processing apparatus 100 acquires information such as the index value VL451 of the node N451 (content # 451) and the index value VL35 of the node N35 (content # 35) as shown in the similar information SLT. For example, the index value VL451 indicates the sales of the content # 451 and the index value VL35 indicates the sales of the content # 35. For example, the index value VL451 and the index value VL35 are assumed to be specific numerical values such as 2 million yen and 100 million yen.

そして、情報処理装置100は、判定に用いる指標値(判定用指標値)を決定する(ステップS17)。図1の例では、情報処理装置100は、類似情報SLTに示すようなノードN451(コンテンツ#451)の指標値VL451やノードN35(コンテンツ#35)の指標値VL35等の情報に基づいて、判定用指標値を決定する。 Then, the information processing apparatus 100 determines the index value (determination index value) used for the determination (step S17). In the example of FIG. 1, the information processing apparatus 100 determines based on information such as the index value VL451 of the node N451 (content # 451) and the index value VL35 of the node N35 (content # 35) as shown in the similar information SLT. Determine the index value for use.

例えば、情報処理装置100は、類似情報SLTに含まれる類似コンテンツの評価値(指標値)の平均を判定用指標値として決定する。図1の例では、情報処理装置100は、ステップS16で抽出した類似コンテンツの指標値の平均を判定用指標値として決定する。すなわち、情報処理装置100は、類似情報SLTに含まれるコンテンツ#45の指標値VL451やコンテンツ#35の指標値VL35の平均を判定用指標値として決定する。この場合、情報処理装置100は、コンテンツ#45の指標値VL451やコンテンツ#35の指標値VL35を加算することにより、類似コンテンツの指標値の合計値を算出する。そして、情報処理装置100は、類似コンテンツの指標値の合計値を、類似コンテンツ数で除することにより、判定用指標値を算出する。例えば、情報処理装置100は、類似コンテンツがコンテンツ#45とコンテンツ#35との2つである場合、指標値VL451と指標値VL35とを加算した合計値を類似コンテンツの数「2」で除することにより、判定用指標値を算出する。図1の例では、情報処理装置100は、判定用情報VLTに示すように、判定用指標値DVL11を決定する。 For example, the information processing apparatus 100 determines the average of the evaluation values (index values) of the similar contents included in the similar information SLT as the determination index value. In the example of FIG. 1, the information processing apparatus 100 determines the average of the index values of the similar contents extracted in step S16 as the index value for determination. That is, the information processing apparatus 100 determines the average of the index value VL451 of the content # 45 and the index value VL35 of the content # 35 included in the similar information SLT as the index value for determination. In this case, the information processing apparatus 100 calculates the total value of the index values of similar contents by adding the index value VL451 of the content # 45 and the index value VL35 of the content # 35. Then, the information processing apparatus 100 calculates the determination index value by dividing the total value of the index values of the similar contents by the number of similar contents. For example, when the information processing apparatus 100 has two similar contents, the content # 45 and the content # 35, the information processing apparatus 100 divides the total value obtained by adding the index value VL451 and the index value VL35 by the number of similar contents "2". As a result, the index value for judgment is calculated. In the example of FIG. 1, the information processing apparatus 100 determines the determination index value DVL11 as shown in the determination information VLT.

なお、上記は一例であり、情報処理装置100は、類似情報SLTに含まれる類似コンテンツの指標値に基づけばどのような評価値(指標値)を判定用指標値として決定してもよい。例えば、情報処理装置100は、類似情報SLTのうち、最も高い指標値を判定用指標値として決定してもよい。例えば、情報処理装置100は、類似情報SLTのうち、最も低い指標値を判定用指標値として決定してもよい。例えば、情報処理装置100は、類似情報SLTのうち、最もコンテンツXに類似するコンテンツの指標値を判定用指標値として決定してもよい。 The above is an example, and the information processing apparatus 100 may determine any evaluation value (index value) as the determination index value based on the index value of the similar content included in the similar information SLT. For example, the information processing apparatus 100 may determine the highest index value among the similar information SLTs as the determination index value. For example, the information processing apparatus 100 may determine the lowest index value among the similar information SLTs as the determination index value. For example, the information processing apparatus 100 may determine the index value of the content most similar to the content X among the similar information SLTs as the index value for determination.

そして、情報処理装置100は、判定用指標値を用いて判定処理を行う(ステップS18)。例えば、情報処理装置100は、判定用指標値と所定の閾値との比較により、コンテンツXが流行するかどうかを判定する。例えば、情報処理装置100は、判定用指標値が所定の閾値以上である場合、コンテンツXが流行すると判定する。例えば、情報処理装置100は、判定用指標値が所定の閾値未満である場合、コンテンツXが流行しないと判定する。図1の例では、情報処理装置100は、閾値情報TLTに示すような閾値TH11を用いて、判定処理を行う。例えば、閾値TH11は、500万円や1億円等の具体的な数値であるものとする。情報処理装置100は、閾値TH11を記憶した記憶部120(図3参照)から閾値TH11を取得してもよいし、外部の情報処理装置から閾値TH11を取得してもよい。例えば、情報処理装置100が記憶部120から閾値TH11を取得する場合、閾値TH11は記憶部120に格納されている。なお、以下では、閾値TH11が「1千万円」であり、判定用指標値DVL11が「3千万円」であるものとして説明する。 Then, the information processing apparatus 100 performs a determination process using the determination index value (step S18). For example, the information processing apparatus 100 determines whether or not the content X is popular by comparing the determination index value with a predetermined threshold value. For example, the information processing apparatus 100 determines that the content X is prevalent when the determination index value is equal to or higher than a predetermined threshold value. For example, the information processing apparatus 100 determines that the content X does not become popular when the determination index value is less than a predetermined threshold value. In the example of FIG. 1, the information processing apparatus 100 performs the determination process using the threshold value TH11 as shown in the threshold value information TLT. For example, the threshold value TH11 is assumed to be a specific numerical value such as 5 million yen or 100 million yen. The information processing device 100 may acquire the threshold value TH11 from the storage unit 120 (see FIG. 3) that stores the threshold value TH11, or may acquire the threshold value TH11 from an external information processing device. For example, when the information processing apparatus 100 acquires the threshold value TH11 from the storage unit 120, the threshold value TH11 is stored in the storage unit 120. In the following description, it is assumed that the threshold value TH11 is "10 million yen" and the determination index value DVL11 is "30 million yen".

上記のように、閾値TH11が「1千万円」であり、判定用指標値DVL11が「3千万円」であるため、情報処理装置100は、判定用指標値DVL11と所定の閾値TH11とを比較し、判定用指標値DVL11が所定の閾値TH11以上であると判定する。この場合、情報処理装置100は、判定用指標値DVL11が所定の閾値TH11以上であるという基準を満たすため、流行判定結果DRSに示すように、コンテンツXが流行すると判定する。 As described above, since the threshold value TH11 is "10 million yen" and the determination index value DVL11 is "30 million yen", the information processing apparatus 100 has the determination index value DVL11 and the predetermined threshold value TH11. Is compared, and it is determined that the determination index value DVL11 is equal to or higher than the predetermined threshold value TH11. In this case, since the information processing apparatus 100 satisfies the criterion that the determination index value DVL11 is equal to or higher than the predetermined threshold value TH11, the information processing apparatus 100 determines that the content X is in fashion as shown in the fashion determination result DRS.

そして、情報処理装置100は、判定結果に基づいてサービスを提供する。図1の例では、情報処理装置100は、コンテンツXが流行する可能性があるコンテンツ(流行コンテンツ)であることを示す情報(流行判定情報)を端末装置10に提供する(ステップS19)。例えば、情報処理装置100は、コンテンツXが流行コンテンツであることを示す流行判定情報を端末装置10に送信する。これにより、ユーザU1は、コンテンツXが流行する可能性があると判断することができる。 Then, the information processing device 100 provides a service based on the determination result. In the example of FIG. 1, the information processing device 100 provides the terminal device 10 with information (trend determination information) indicating that the content X is a content (trend content) that may be trendy (step S19). For example, the information processing device 100 transmits trend determination information indicating that the content X is trendy content to the terminal device 10. As a result, the user U1 can determine that the content X may become popular.

一方、情報処理装置100は、判定用指標値DVL11が所定の閾値TH11未満であると判定した場合、コンテンツXが流行しないと判定する。そして、情報処理装置100は、コンテンツXが流行しない可能性が高いことを示す流行判定情報を端末装置10に送信する。これにより、ユーザU1は、コンテンツXが流行しない可能性が高いと判断でき、コンテンツXの仕様変更等を行い流行するコンテンツの開発を行うことができる。 On the other hand, when the information processing apparatus 100 determines that the determination index value DVL11 is less than the predetermined threshold value TH11, the information processing apparatus 100 determines that the content X is not popular. Then, the information processing device 100 transmits trend determination information indicating that the content X is unlikely to be trendy to the terminal device 10. As a result, the user U1 can determine that there is a high possibility that the content X will not be popular, and can develop the popular content by changing the specifications of the content X or the like.

上述したように、情報処理装置100は、グラフ情報GR11やインデックス情報IND11を用いて、ユーザU1から取得したコンテンツXの類似コンテンツを抽出する。例えば、情報処理装置100は、インデックス情報IND11を用いて、コンテンツXの類似コンテンツを抽出する際のグラフ情報GR11における起点ベクトルを決定する。そして、情報処理装置100は、決定した起点ベクトルを起点としてグラフ情報GR11を探索することにより、コンテンツXの類似コンテンツを抽出する。これにより、情報処理装置100は、類似のコンテンツを適切に抽出することができる。 As described above, the information processing apparatus 100 uses the graph information GR11 and the index information IND11 to extract similar contents of the content X acquired from the user U1. For example, the information processing apparatus 100 uses the index information IND11 to determine the starting point vector in the graph information GR11 when extracting similar contents of the content X. Then, the information processing apparatus 100 extracts similar contents of the content X by searching the graph information GR 11 with the determined starting point vector as the starting point. As a result, the information processing apparatus 100 can appropriately extract similar contents.

例えば、情報処理装置100は、コンテンツXと類似するコンテンツ(類似コンテンツ)が、例えばコンテンツXと一見関係が無いように見える場合であっても、グラフ情報を用いることで、コンテンツXの類似コンテンツとして抽出でき、類似のコンテンツを適切に抽出することができる。例えば、ディープラーニングといった手法で、XXのゲームやYYの記事コンテンツ等の所定の目的に適したコンテンツを識別するという方法もあるが、所定の目的に適するかに影響する多種多様な要素が存在する場合においては、各要素の事例が少ないので、学習ができずに識別精度を向上させることが難しいという問題がある。例えば、ディープラーニングといった学習手法で生成したモデルを用いて、そのモデルにコンテンツの情報を入力し、出力されたスコアからそのコンテンツが所定の目的に適するかを識別するという方法もあるが、多種多様な要素が存在する場合においては、各要素の事例が少ないため、モデルの精度を向上させることが難しく、識別精度を向上させることが難しい。一方で、情報処理装置100は、各コンテンツから抽出した特徴を基に生成した複数のベクトルのグラフ構造化したグラフ情報を用いて検索を行うことにより、コンテンツのベクトルの比較によりコンテンツ間の類似度を判定し、一のコンテンツが複数のコンテンツに含まれるかどうかを適切に判定することができる。そのため、情報処理装置100は、類似のコンテンツを適切に抽出することができる。 For example, the information processing apparatus 100 uses graph information to provide similar content to the content X even when the content (similar content) similar to the content X does not seem to have a relationship with the content X at first glance. It can be extracted, and similar contents can be appropriately extracted. For example, there is a method of identifying content suitable for a predetermined purpose such as an XX game or YY article content by a method such as deep learning, but there are various factors that affect whether or not the content is suitable for a predetermined purpose. In some cases, since there are few cases of each element, there is a problem that it is difficult to improve the identification accuracy because learning is not possible. For example, there is a method of inputting content information into the model using a model generated by a learning method such as deep learning and identifying whether the content is suitable for a predetermined purpose from the output score, but there are various methods. When there are various elements, it is difficult to improve the accuracy of the model and it is difficult to improve the identification accuracy because there are few cases of each element. On the other hand, the information processing apparatus 100 performs a search using graph-structured graph information of a plurality of vectors generated based on the features extracted from each content, and compares the vectors of the contents to determine the degree of similarity between the contents. Is determined, and it can be appropriately determined whether or not one content is included in a plurality of contents. Therefore, the information processing apparatus 100 can appropriately extract similar contents.

〔1−4.サービスについて〕
図1の例では、コンテンツが流行するかの判定を一例として説明したが、情報処理装置100は、抽出した類似コンテンツの情報を用いて種々のサービスを提供してもよい。この点について、以下説明する。
[1-4. About service]
In the example of FIG. 1, the determination of whether or not the content is popular has been described as an example, but the information processing apparatus 100 may provide various services by using the information of the extracted similar content. This point will be described below.

〔1−4−1.ユーザに関する情報提供〕
例えば、情報処理装置100は、抽出した類似コンテンツの情報を用いて、コンテンツを利用するユーザに関する情報を提供してもよい。例えば、情報処理装置100は、抽出した類似コンテンツの情報を用いて、一のコンテンツがどのようなユーザに利用されるかを示す情報を提供してもよい。
[1-4-1. Providing information about users]
For example, the information processing device 100 may provide information about a user who uses the content by using the information of the extracted similar content. For example, the information processing apparatus 100 may provide information indicating to what kind of user one content is used by using the information of the extracted similar content.

図1の例では、情報処理装置100は、類似コンテンツであるコンテンツ#451やコンテンツ#35を利用するユーザの情報を用いて、コンテンツXがどのようなユーザに利用されるかを示す情報をユーザU1に提供してもよい。情報処理装置100は、類似コンテンツであるコンテンツ#451やコンテンツ#35を利用するユーザの情報を用いて、コンテンツXがどのようなユーザに利用されるかを示す情報(分析情報)をユーザU1に提供してもよい。例えば、情報処理装置100は、コンテンツ#451やコンテンツ#35を利用するユーザの属性情報を、ユーザU1に提供してもよい。例えば、情報処理装置100は、コンテンツ#451やコンテンツ#35を利用するユーザに20代男性が多い場合、コンテンツXが20代男性のユーザに利用される可能性が高いことを示す分析情報をユーザU1の端末装置10に送信してもよい。 In the example of FIG. 1, the information processing apparatus 100 uses the information of the user who uses the content # 451 and the content # 35 which are similar contents, and gives the information indicating what kind of user the content X is used by the user. It may be provided to U1. The information processing device 100 uses the information of the user who uses the content # 451 and the content # 35, which are similar contents, to give the user U1 information (analysis information) indicating what kind of user the content X is used by. May be provided. For example, the information processing device 100 may provide the user U1 with attribute information of a user who uses the content # 451 or the content # 35. For example, when the information processing device 100 has many male users in their twenties who use the content # 451 and the content # 35, the information processing device 100 provides analysis information indicating that the content X is likely to be used by the male users in their twenties. It may be transmitted to the terminal device 10 of U1.

また、例えば、情報処理装置100は、コンテンツ#451やコンテンツ#35を利用するユーザのうち、各属性が占める割合を示す分析情報をユーザU1の端末装置10に送信してもよい。例えば、情報処理装置100は、コンテンツ#451やコンテンツ#35を利用するユーザのうち、男性が80%であり、女性が20%である場合、男性が80%であり、女性が20%であることを示す分析情報をユーザU1の端末装置10に送信してもよい。 Further, for example, the information processing device 100 may transmit analysis information indicating the ratio of each attribute among the users who use the content # 451 and the content # 35 to the terminal device 10 of the user U1. For example, in the information processing device 100, when 80% of the users who use the content # 451 and the content # 35 are male and 20% are female, 80% are male and 20% are female. The analysis information indicating that may be transmitted to the terminal device 10 of the user U1.

〔1−4−2.生成したコンテンツの判定〕
図1の例では、情報処理装置100がユーザU1から取得したコンテンツXの流行判定を行ったが、情報処理装置100は、コンテンツを生成し、生成したコンテンツの流行判定を行ってもよい。例えば、情報処理装置100は、アプリや動画コンテンツや音楽コンテンツや記事コンテンツ等のコンテンツを生成し、グラフ情報を用いて生成したコンテンツの類似コンテンツを抽出することにより、生成したコンテンツの流行判定を行ってもよい。この点について、図12を用いて説明する。図12は、コンテンツの流行判定の一例を示す図である。図12の例では、コンテンツがアプリである場合を示す。また、グラフ情報GR21は、図1中のグラフ情報GR11であってもよい。なお、図1と同様の点については適宜説明を省略する。
[1-4-2. Judgment of generated content]
In the example of FIG. 1, the information processing device 100 determines the fashion of the content X acquired from the user U1, but the information processing device 100 may generate the content and determine the fashion of the generated content. For example, the information processing device 100 generates content such as an application, video content, music content, or article content, and extracts similar content of the generated content using graph information to determine the fashion of the generated content. You may. This point will be described with reference to FIG. FIG. 12 is a diagram showing an example of determining the fashion of the content. In the example of FIG. 12, the case where the content is an application is shown. Further, the graph information GR 21 may be the graph information GR 11 in FIG. The same points as in FIG. 1 will be omitted as appropriate.

まず、情報処理装置100は、コンテンツを生成する(ステップS51)。なお、ここでいうコンテンツの生成は、情報処理装置100自体が生成を行う場合と情報処理装置100が他の外部装置に要求してコンテンツを生成する場合が含まれるものとする。情報処理装置100は、自装置においてアプリYを生成してもよいし、他の外部装置にアプリYの生成を要求し、アプリYを生成した他の外部装置からアプリYを取得してもよい。例えば、情報処理装置100は、自動生成に関する技術を適宜用いて、ランダムにアプリYを生成してもよい。また、例えば、情報処理装置100は、コンテンツが楽曲等の音楽コンテンツである場合、過去の複数の楽曲から、数秒や数小節等の区間ごとの抽出しランダムに組み合わせることで、音楽コンテンツを生成してもよい。例えば、情報処理装置100は、過去に流行した複数の楽曲の区間をランダムに組合せることにより生成してもよい。例えば、情報処理装置100は、売上が所定の閾値(例えば10億円等)以上等の流行に関する条件を満たす複数の楽曲の区間を、ランダムに組合せることにより生成してもよい。なお、情報処理装置100は、上記に限らず、コンテンツを生成可能であれば、自動生成に関する技術やランダム生成等のどのような方法によりコンテンツを生成してもよい。例えば、情報処理装置100は、情報提供装置50にアプリYの生成を要求し、アプリYを生成した情報提供装置50からアプリYを取得してもよい。図12の例では、情報処理装置100は、アプリYを生成する。 First, the information processing device 100 generates the content (step S51). The content generation referred to here includes a case where the information processing device 100 itself generates the content and a case where the information processing device 100 requests another external device to generate the content. The information processing device 100 may generate the application Y in its own device, or may request the generation of the application Y from another external device and acquire the application Y from the other external device that generated the application Y. .. For example, the information processing apparatus 100 may randomly generate the application Y by appropriately using a technique related to automatic generation. Further, for example, when the content is music content such as music, the information processing device 100 generates music content by extracting each section such as several seconds or several measures from a plurality of past songs and randomly combining them. You may. For example, the information processing device 100 may be generated by randomly combining sections of a plurality of songs that have been popular in the past. For example, the information processing apparatus 100 may generate by randomly combining a plurality of sections of music that satisfy the conditions related to fashion such as sales of a predetermined threshold value (for example, 1 billion yen or the like) or more. The information processing device 100 is not limited to the above, and may generate the content by any method such as a technique related to automatic generation or random generation as long as the content can be generated. For example, the information processing device 100 may request the information providing device 50 to generate the application Y, and may acquire the application Y from the information providing device 50 that generated the application Y. In the example of FIG. 12, the information processing device 100 generates the application Y.

そして、情報処理装置100は、グラフ情報を用いてコンテンツの流行判定を行う(ステップS52)。図12の例では、情報処理装置100は、グラフ情報GR21を用いてアプリYの流行判定を行う。例えば、情報処理装置100は、生成した一のコンテンツ(アプリY)を対象として、アプリYに類似するコンテンツ(類似コンテンツ)の情報をグラフ情報GR21から抽出する。例えば、情報処理装置100は、アプリYに関するコンテンツ情報(コンテンツ情報YLD)を取得する。例えば、情報処理装置100は、グラフ情報GR21をグラフ情報記憶部123から取得する。例えば、情報処理装置100は、コンテンツの各々に対応する複数のノードが、複数のコンテンツの類似性に応じて連結されたグラフ情報GR21を取得する。そして、情報処理装置100は、モデル情報記憶部124に記憶されたモデルM1を用いて、アプリYのコンテンツ情報YDTからベクトル(ベクトルYVD)を生成する。 Then, the information processing apparatus 100 uses the graph information to determine the fashion of the content (step S52). In the example of FIG. 12, the information processing apparatus 100 uses the graph information GR 21 to determine the fashion of the application Y. For example, the information processing apparatus 100 extracts information on content (similar content) similar to the application Y from the graph information GR 21 for the generated content (app Y). For example, the information processing device 100 acquires content information (content information YLD) related to the application Y. For example, the information processing apparatus 100 acquires the graph information GR 21 from the graph information storage unit 123. For example, the information processing apparatus 100 acquires graph information GR21 in which a plurality of nodes corresponding to each of the contents are connected according to the similarity of the plurality of contents. Then, the information processing apparatus 100 generates a vector (vector YVD) from the content information YDT of the application Y by using the model M1 stored in the model information storage unit 124.

そして、情報処理装置100は、生成したベクトルYVDとインデックス情報を用いて起点ベクトルをノードYNE(図12中のアプリAP5に対応)に決定する。そして、情報処理装置100は、起点ベクトルであるノードYNEを起点としてグラフ情報GR21を検索することにより、アプリYの類似コンテンツ(類似グループ)を抽出する。例えば、情報処理装置100は、ノードYNEを起点として、グラフ情報GR21を探索することにより、所定数(例えば2個など)のノードを類似コンテンツとして抽出する。図12の例では、情報処理装置100は、類似コンテンツ範囲SAR11に含まれるアプリAP1(ノードNET1)やアプリAP5(ノードNET5)を類似コンテンツとして抽出する。 Then, the information processing apparatus 100 determines the starting point vector as the node YNE (corresponding to the application AP5 in FIG. 12) by using the generated vector YVD and the index information. Then, the information processing apparatus 100 extracts similar contents (similar groups) of the application Y by searching the graph information GR 21 starting from the node YNE which is the starting point vector. For example, the information processing apparatus 100 extracts a predetermined number (for example, two) of nodes as similar contents by searching the graph information GR 21 starting from the node YNE. In the example of FIG. 12, the information processing apparatus 100 extracts the application AP1 (node NET1) and the application AP5 (node NET5) included in the similar content range SAR11 as similar contents.

そして、情報処理装置100は、抽出した類似コンテンツの指標値を用いて、アプリYが流行するかどうかを判定する。例えば、情報処理装置100は、類似コンテンツの指標値に関する情報を取得する。図12の例では、コンテンツの指標値として、そのコンテンツ(アプリ)のダウンロード数を用いるものとする。図12の例では、情報処理装置100は、コンテンツ情報記憶部121(図4参照)から類似コンテンツの指標値を取得する。そして、情報処理装置100は、判定に用いる指標値(判定用指標値)を決定する。図12の例では、情報処理装置100は、アプリAP1とアプリAP5とのうち、最もダウンロード数が多いアプリ(例えばアプリAP1)の指標値VLAP1を、判定用指標値(以下、「判定用指標値DVL51」とする)として決定する。指標値VLAP1は、5万回や100万回等の具体的な数値であるものとする。 Then, the information processing device 100 determines whether or not the application Y is popular by using the index value of the extracted similar content. For example, the information processing apparatus 100 acquires information regarding index values of similar contents. In the example of FIG. 12, the number of downloads of the content (app) is used as the index value of the content. In the example of FIG. 12, the information processing apparatus 100 acquires an index value of similar content from the content information storage unit 121 (see FIG. 4). Then, the information processing apparatus 100 determines the index value (determination index value) used for the determination. In the example of FIG. 12, the information processing device 100 sets the index value VLAP1 of the application having the largest number of downloads (for example, application AP1) among the application AP1 and the application AP5 as the determination index value (hereinafter, “determination index value”). DVL51 ”). The index value VLAP1 is assumed to be a specific numerical value such as 50,000 times or 1 million times.

そして、情報処理装置100は、判定用指標値を用いて判定処理を行う。例えば、情報処理装置100は、判定用指標値と所定の閾値との比較により、コンテンツXが流行するかどうかを判定する。図12の例では、情報処理装置100は、閾値TH51を用いて、判定処理を行う。例えば、閾値TH11は、25万回や500万回等の具体的な数値であるものとする。情報処理装置100は、閾値TH51を記憶した記憶部120(図3参照)から閾値TH51を取得してもよいし、外部の情報処理装置から閾値TH51を取得してもよい。 Then, the information processing device 100 performs the determination process using the determination index value. For example, the information processing apparatus 100 determines whether or not the content X is popular by comparing the determination index value with a predetermined threshold value. In the example of FIG. 12, the information processing apparatus 100 performs the determination process using the threshold value TH51. For example, the threshold value TH11 is assumed to be a specific numerical value such as 250,000 times or 5 million times. The information processing device 100 may acquire the threshold value TH51 from the storage unit 120 (see FIG. 3) that stores the threshold value TH51, or may acquire the threshold value TH51 from an external information processing device.

例えば、情報処理装置100は、判定用指標値DVL51が所定の閾値TH51以上であると判定した場合、コンテンツXが流行すると判定する。一方、情報処理装置100は、判定用指標値DVL11が所定の閾値TH11未満であると判定した場合、コンテンツXが流行しないと判定する。このように、情報処理装置100は、生成したコンテンツの流行を判定することにより、流行するコンテンツを適切に生成することができる。また、情報処理装置100は、生成したコンテンツが流行する判定した場合、生成したコンテンツを販売やリリースすると決定してもよい。そして、情報処理装置100は、生成したコンテンツを端末装置10や情報提供装置50等の種々の外部装置に提供してもよい。 For example, when the information processing apparatus 100 determines that the determination index value DVL51 is equal to or higher than the predetermined threshold value TH51, the information processing apparatus 100 determines that the content X is prevalent. On the other hand, when the information processing apparatus 100 determines that the determination index value DVL11 is less than the predetermined threshold value TH11, the information processing apparatus 100 determines that the content X is not popular. In this way, the information processing apparatus 100 can appropriately generate the trendy content by determining the trend of the generated content. Further, the information processing apparatus 100 may decide to sell or release the generated content when it is determined that the generated content is popular. Then, the information processing device 100 may provide the generated content to various external devices such as the terminal device 10 and the information providing device 50.

〔1−5.インデックス情報〕
図1の例に示すインデックス情報(インデックスデータ)は一例であり、情報処理装置100は、種々のインデックス情報を用いて、グラフ情報を検索してもよい。また、例えば、情報処理装置100は、検索時に用いるインデックスデータを生成してもよい。例えば、情報処理装置100は、高次元ベクトルを検索する検索インデックスをインデックスデータとして生成する。ここでいう高次元ベクトルとは、例えば、数百次元から数千次元のベクトルであってもよいし、それ以上の次元のベクトルであってもよい。
[1-5. Index information]
The index information (index data) shown in the example of FIG. 1 is an example, and the information processing apparatus 100 may search for graph information using various index information. Further, for example, the information processing apparatus 100 may generate index data to be used at the time of search. For example, the information processing apparatus 100 generates a search index for searching a high-dimensional vector as index data. The high-dimensional vector referred to here may be, for example, a vector having several hundred dimensions to several thousand dimensions, or a vector having more dimensions.

例えば、情報処理装置100は、図1に示すようなツリー構造(木構造)に関する検索インデックスをインデックスデータとして生成してもよい。例えば、情報処理装置100は、kd木(k-dimensional tree)に関する検索インデックスをインデックスデータとして生成してもよい。例えば、情報処理装置100は、VP木(Vantage-Point tree)に関する検索インデックスをインデックスデータとして生成してもよい。 For example, the information processing apparatus 100 may generate a search index related to a tree structure (tree structure) as shown in FIG. 1 as index data. For example, the information processing apparatus 100 may generate a search index related to a kd tree (k-dimensional tree) as index data. For example, the information processing apparatus 100 may generate a search index related to a VP tree (Vantage-Point tree) as index data.

また、例えば、情報処理装置100は、その他の木構造を有するインデックスデータとして生成してもよい。例えば、情報処理装置100は、木構造のインデックスデータのリーフがグラフデータに接続する種々のインデックスデータを生成してもよい。例えば、情報処理装置100は、木構造のインデックスデータのリーフがグラフデータ中のノードに対応する種々のインデックスデータを生成してもよい。また、情報処理装置100は、このようなインデックスデータを用いて検索を行う場合、インデックスデータを辿って到達したリーフ(ノード)からグラフデータを探索してもよい。 Further, for example, the information processing apparatus 100 may generate index data having another tree structure. For example, the information processing apparatus 100 may generate various index data in which the leaf of the index data of the tree structure is connected to the graph data. For example, the information processing apparatus 100 may generate various index data in which the leaf of the index data of the tree structure corresponds to the node in the graph data. Further, when the information processing apparatus 100 searches using such index data, the graph data may be searched from the leaf (node) reached by tracing the index data.

なお、上述したようなインデックスデータは一例であり、情報処理装置100は、グラフデータ中のクエリを高速に特定することが可能であれば、どのようなデータ構造のインデックスデータを生成してもよい。例えば、情報処理装置100は、クエリに対応するグラフ情報中のノードを高速に特定することが可能であれば、バイナリ空間分割に関する技術等の種々の従来技術を適宜用いて、インデックスデータを生成してもよい。例えば、情報処理装置100は、高次元ベクトルの検索に対応可能なインデックスであれば、どのようなデータ構造のインデックスデータを生成してもよい。例えば、情報処理装置100は、非特許文献1に記載されるようなグラフ型の検索インデックスに関する情報をインデックス情報として用いてもよい。情報処理装置100は、上述のようなインデックスデータとグラフデータとを用いることにより、所定のコンテンツに関するより効率的な検索を可能にすることができる。 The index data as described above is an example, and the information processing apparatus 100 may generate index data having any data structure as long as the query in the graph data can be specified at high speed. .. For example, the information processing apparatus 100 generates index data by appropriately using various conventional techniques such as a technique related to binary space partitioning if it is possible to identify a node in the graph information corresponding to the query at high speed. You may. For example, the information processing apparatus 100 may generate index data having any data structure as long as it is an index capable of searching for a high-dimensional vector. For example, the information processing apparatus 100 may use information on a graph-type search index as described in Non-Patent Document 1 as index information. The information processing apparatus 100 can enable a more efficient search for a predetermined content by using the index data and the graph data as described above.

〔2.情報処理システムの構成〕
図2に示すように、情報処理システム1は、端末装置10と、情報提供装置50と、情報処理装置100とが含まれる。端末装置10と、情報提供装置50と、情報処理装置100とは所定のネットワークNを介して、有線または無線により通信可能に接続される。図2は、実施形態に係る情報処理システムの構成例を示す図である。なお、図2に示した情報処理システム1には、複数台の端末装置10や、複数台の情報提供装置50や、複数台の情報処理装置100が含まれてもよい。
[2. Information processing system configuration]
As shown in FIG. 2, the information processing system 1 includes a terminal device 10, an information providing device 50, and an information processing device 100. The terminal device 10, the information providing device 50, and the information processing device 100 are communicably connected to each other via a predetermined network N by wire or wirelessly. FIG. 2 is a diagram showing a configuration example of an information processing system according to an embodiment. The information processing system 1 shown in FIG. 2 may include a plurality of terminal devices 10, a plurality of information providing devices 50, and a plurality of information processing devices 100.

端末装置10は、ユーザによって利用される情報処理装置である。端末装置10は、ユーザによる種々の操作を受け付ける。なお、以下では、端末装置10をユーザと表記する場合がある。すなわち、以下では、ユーザを端末装置10と読み替えることもできる。なお、上述した端末装置10は、例えば、スマートフォンや、タブレット型端末や、ノート型PC(Personal Computer)や、デスクトップPCや、携帯電話機や、PDA(Personal Digital Assistant)等により実現される。例えば、端末装置10は、所定のサーバシステムを管理者が利用する情報処理装置であってもよい。例えば、端末装置10は、コンテンツ情報を収集し、コンテンツ情報を情報処理装置100へ送信する。 The terminal device 10 is an information processing device used by the user. The terminal device 10 accepts various operations by the user. In the following, the terminal device 10 may be referred to as a user. That is, in the following, the user can be read as the terminal device 10. The terminal device 10 described above is realized by, for example, a smartphone, a tablet terminal, a notebook PC (Personal Computer), a desktop PC, a mobile phone, a PDA (Personal Digital Assistant), or the like. For example, the terminal device 10 may be an information processing device in which an administrator uses a predetermined server system. For example, the terminal device 10 collects the content information and transmits the content information to the information processing device 100.

情報処理装置100は、起点ベクトルを起点としてグラフ情報を検索することにより、複数のコンテンツのうち、一のコンテンツが複数のコンテンツに含まれるかどうかを判定する情報処理装置である。例えば、情報処理装置100は、一のコンテンツに関するコンテンツ情報を取得し、コンテンツ情報と、グラフ情報の検索の起点となる起点ベクトルに関する情報とに基づいて、起点ベクトルを決定する。 The information processing device 100 is an information processing device that determines whether or not one content among a plurality of contents is included in the plurality of contents by searching graph information with the starting point vector as the starting point. For example, the information processing apparatus 100 acquires content information related to one content, and determines the starting point vector based on the content information and the information related to the starting point vector that is the starting point for searching the graph information.

情報処理装置100は、ユーザ等に種々の情報提供を行うための情報が格納された情報処理装置である。例えば、情報処理装置100は、端末装置10から一のコンテンツのコンテンツ情報(以下、「クエリ情報」や「クエリ」ともいう)を取得すると、クエリに類似するコンテンツ(ベクトル情報等)を検索し、検索結果を端末装置10に提供する。図1の例では、情報処理装置100は、端末装置10から一のコンテンツのコンテンツ情報を取得すると、一のコンテンツに類似するコンテンツを検索し、検索結果を類似のコンテンツとして端末装置10に提供する。また、例えば、情報処理装置100が端末装置10に提供するデータは、コンテンツの名称やコンテンツのコンテンツ情報自体であってもよいし、URL(Uniform Resource Locator)等の対応するデータを参照するための情報であってもよい。 The information processing device 100 is an information processing device in which information for providing various information to a user or the like is stored. For example, when the information processing device 100 acquires the content information (hereinafter, also referred to as "query information" or "query") of one content from the terminal device 10, the information processing device 100 searches for the content (vector information or the like) similar to the query. The search result is provided to the terminal device 10. In the example of FIG. 1, when the information processing device 100 acquires the content information of one content from the terminal device 10, it searches for the content similar to the one content and provides the search result to the terminal device 10 as the similar content. .. Further, for example, the data provided by the information processing device 100 to the terminal device 10 may be the name of the content or the content information itself of the content, or for referring to the corresponding data such as a URL (Uniform Resource Locator). It may be information.

情報提供装置50は、情報処理装置100に種々の情報提供を行うための情報が格納された情報処理装置である。例えば、情報提供装置50は、ウェブサーバ等の種々の外部装置から収集したコンテンツ情報等が格納されてもよい。例えば、情報提供装置50は、グラフ情報やインデックス情報やモデル等の種々の情報を情報処理装置100に提供する情報処理装置である。 The information providing device 50 is an information processing device in which information for providing various information to the information processing device 100 is stored. For example, the information providing device 50 may store content information or the like collected from various external devices such as a web server. For example, the information providing device 50 is an information processing device that provides various information such as graph information, index information, and a model to the information processing device 100.

〔3.情報処理装置の構成〕
次に、図3を用いて、実施形態に係る情報処理装置100の構成について説明する。図3は、実施形態に係る情報処理装置の構成例を示す図である。図3に示すように、情報処理装置100は、通信部110と、記憶部120と、制御部130とを有する。なお、情報処理装置100は、情報処理装置100の管理者等から各種操作を受け付ける入力部(例えば、キーボードやマウス等)や、各種情報を表示するための表示部(例えば、液晶ディスプレイ等)を有してもよい。
[3. Information processing device configuration]
Next, the configuration of the information processing apparatus 100 according to the embodiment will be described with reference to FIG. FIG. 3 is a diagram showing a configuration example of the information processing device according to the embodiment. As shown in FIG. 3, the information processing device 100 includes a communication unit 110, a storage unit 120, and a control unit 130. The information processing device 100 includes an input unit (for example, a keyboard, a mouse, etc.) that receives various operations from the administrator of the information processing device 100, and a display unit (for example, a liquid crystal display, etc.) for displaying various information. You may have.

(通信部110)
通信部110は、例えば、NIC(Network Interface Card)等によって実現される。そして、通信部110は、ネットワーク(例えば図2中のネットワークN)と有線または無線で接続され、端末装置10や情報提供装置50との間で情報の送受信を行う。
(Communication unit 110)
The communication unit 110 is realized by, for example, a NIC (Network Interface Card) or the like. Then, the communication unit 110 is connected to the network (for example, the network N in FIG. 2) by wire or wirelessly, and transmits / receives information to / from the terminal device 10 and the information providing device 50.

(記憶部120)
記憶部120は、例えば、RAM(Random Access Memory)、フラッシュメモリ(Flash Memory)等の半導体メモリ素子、または、ハードディスク、光ディスク等の記憶装置によって実現される。実施形態に係る記憶部120は、図3に示すように、コンテンツ情報記憶部121と、インデックス情報記憶部122と、グラフ情報記憶部123と、モデル情報記憶部124とを有する。また、記憶部120は、閾値TH11等の情報を記憶してもよい。
(Memory unit 120)
The storage unit 120 is realized by, for example, a semiconductor memory element such as a RAM (Random Access Memory) or a flash memory (Flash Memory), or a storage device such as a hard disk or an optical disk. As shown in FIG. 3, the storage unit 120 according to the embodiment includes a content information storage unit 121, an index information storage unit 122, a graph information storage unit 123, and a model information storage unit 124. Further, the storage unit 120 may store information such as the threshold value TH11.

(コンテンツ情報記憶部121)
実施形態に係るコンテンツ情報記憶部121は、コンテンツ(オブジェクト)に関する各種情報を記憶する。例えば、コンテンツ情報記憶部121は、コンテンツIDやベクトルデータを記憶する。図4の例では、コンテンツに関するコンテンツ情報を記憶する。図4は、実施形態に係るコンテンツ情報記憶部の一例を示す図である。図4に示すコンテンツ情報記憶部121は、「コンテンツID」、「コンテンツ」、「コンテンツ情報」、「指標値」、「ベクトル情報」といった項目が含まれる。
(Content information storage unit 121)
The content information storage unit 121 according to the embodiment stores various information related to the content (object). For example, the content information storage unit 121 stores the content ID and vector data. In the example of FIG. 4, content information regarding the content is stored. FIG. 4 is a diagram showing an example of the content information storage unit according to the embodiment. The content information storage unit 121 shown in FIG. 4 includes items such as "content ID", "content", "content information", "index value", and "vector information".

「コンテンツID」は、コンテンツ(オブジェクト)を識別するための識別情報を示す。また、「コンテンツ」は、コンテンツIDにより識別されるコンテンツの具体的な名称や内容等を示す。なお、図4の例では、コンテンツを「コンテンツ#1」といった抽象的な符号で示すが、括弧内の「Aコンテンツ」等のように、コンテンツを特定するための文字情報等が含まれてもよい。「指標値」は、コンテンツIDにより識別されるコンテンツの所定の指標値を示す。例えば、「指標値」は、指標が「売上」である場合、コンテンツの売上を示す値であってもよい。また、例えば、コンテンツがアプリである場合、「指標値」は、ダウンロード数や利用ユーザ数等であってもよい。なお、「指標値」は、上記に限らず、コンテンツに関するものであれば、どのような指標値であってもよい。また、複数の指標値を用いる場合、「指標値」の項目は、用いる指標値の個数に応じた個数(複数個)であってもよい。なお、図4の例では、指標値を「VL1」といった抽象的な符号で示すが、1000や100万等、指標値に応じた具体的な数値が記憶されてもよい。 The "content ID" indicates identification information for identifying the content (object). Further, the "content" indicates a specific name, content, or the like of the content identified by the content ID. In the example of FIG. 4, the content is indicated by an abstract code such as "content # 1", but even if character information or the like for specifying the content is included such as "A content" in parentheses. Good. The "index value" indicates a predetermined index value of the content identified by the content ID. For example, the "index value" may be a value indicating the sales of the content when the index is "sales". Further, for example, when the content is an application, the "index value" may be the number of downloads, the number of users, or the like. The "index value" is not limited to the above, and may be any index value as long as it relates to the content. When a plurality of index values are used, the item of "index value" may be the number (plurality) according to the number of index values to be used. In the example of FIG. 4, the index value is indicated by an abstract code such as "VL1", but a specific numerical value corresponding to the index value such as 1000 or 1 million may be stored.

「コンテンツ情報」は、コンテンツIDにより識別されるコンテンツに関する情報を示す。なお、図4の例では、コンテンツ情報を「CDT1」といった抽象的な符号で示すが、各コンテンツ情報は、コンテンツIDにより識別されるコンテンツのジャンル(カテゴリー)や内容等の種々のコンテンツに関する情報を含んでもよい。「ベクトル情報」とは、コンテンツIDにより識別されるコンテンツ(オブジェクト)に対応するベクトル情報を示す。すなわち、図4の例では、コンテンツ(オブジェクト)を識別するコンテンツIDに対して、オブジェクトに対応するベクトルデータ(ベクトル情報)が対応付けられて登録されている。 "Content information" indicates information about the content identified by the content ID. In the example of FIG. 4, the content information is indicated by an abstract code such as "CDT1", but each content information is information about various contents such as the genre (category) and the contents of the contents identified by the contents ID. It may be included. The "vector information" indicates vector information corresponding to the content (object) identified by the content ID. That is, in the example of FIG. 4, the vector data (vector information) corresponding to the object is associated and registered with the content ID that identifies the content (object).

例えば、図4の例では、コンテンツID「CT1」により識別されるコンテンツ(オブジェクト)は、「10,24,54,2...」の多次元(N次元)のベクトル情報が対応付けられることを示す。例えば、コンテンツ#1については、モデルM1等により、コンテンツ#1の特徴を示す「10,24,54,2...」の多次元(N次元)のベクトル情報がコンテンツ情報CDT1から抽出されたことを示す。また、図4の例では、コンテンツ#1の指標値は、「VL1」であることを示す。 For example, in the example of FIG. 4, the content (object) identified by the content ID "CT1" is associated with multidimensional (N-dimensional) vector information of "10, 24, 54, 2 ...". Is shown. For example, for the content # 1, the multidimensional (N-dimensional) vector information of "10, 24, 54, 2 ..." indicating the characteristics of the content # 1 is extracted from the content information CDT1 by the model M1 or the like. Show that. Further, in the example of FIG. 4, the index value of the content # 1 is shown to be “VL1”.

なお、コンテンツ情報記憶部121は、上記に限らず、目的に応じて種々の情報を記憶してもよい。 The content information storage unit 121 is not limited to the above, and various information may be stored depending on the purpose.

(インデックス情報記憶部122)
実施形態に係るインデックス情報記憶部122は、インデックスに関する各種情報を記憶する。図5は、実施形態に係るインデックス情報記憶部の一例を示す図である。具体的には、図5の例では、インデックス情報記憶部122は、ツリー構造のインデックス情報を示す。図5の例では、インデックス情報記憶部122は、「ルート階層」、「第1階層」、「第2階層」、「第3階層」等といった項目が含まれる。なお、「第1階層」〜「第3階層」に限らず、インデックスの階層数に応じて、「第4階層」、「第5階層」、「第6階層」等が含まれてもよい。
(Index information storage unit 122)
The index information storage unit 122 according to the embodiment stores various information related to the index. FIG. 5 is a diagram showing an example of the index information storage unit according to the embodiment. Specifically, in the example of FIG. 5, the index information storage unit 122 shows index information having a tree structure. In the example of FIG. 5, the index information storage unit 122 includes items such as "root hierarchy", "first hierarchy", "second hierarchy", and "third hierarchy". In addition, not limited to "first layer" to "third layer", "fourth layer", "fifth layer", "sixth layer" and the like may be included depending on the number of layers of the index.

「ルート階層」は、インデックスを用いた起点ノードの決定の開始点となるルート(最上位)の階層を示す。「第1階層」は、インデックスの第1階層に属するノード(節点またはグラフ情報中のベクトル)を識別(特定)する情報が格納される。「第1階層」に格納されるノードは、インデックスの根(ルート)に直接結ばれる階層に対応するノードとなる。 The "route hierarchy" indicates a hierarchy of routes (top level) that is a starting point for determining a starting node using an index. The "first layer" stores information for identifying (identifying) a node (a node or a vector in graph information) belonging to the first layer of the index. The node stored in the "first layer" is a node corresponding to the layer directly connected to the root of the index.

「第2階層」は、インデックスの第2階層に属するノード(節点またはグラフ情報中のベクトル)を識別(特定)する情報が格納される。「第2階層」に格納されるノードは、第1階層のノードに結ばれる直下の階層に対応するノードとなる。「第3階層」は、インデックスの第3階層に属するノード(節点またはグラフ情報中のベクトル)を識別(特定)する情報が格納される。「第3階層」に格納されるノードは、第2階層のノードに結ばれる直下の階層に対応するノードとなる。 The "second layer" stores information for identifying (identifying) a node (a node or a vector in graph information) belonging to the second layer of the index. The node stored in the "second layer" is a node corresponding to the immediately lower layer connected to the node of the first layer. The "third layer" stores information for identifying (identifying) a node (a node or a vector in graph information) belonging to the third layer of the index. The node stored in the "third layer" is a node corresponding to the immediately lower layer connected to the node of the second layer.

例えば、図5に示す例においては、インデックス情報記憶部122には、図1中のインデックス情報IND11に対応する情報が記憶される。例えば、インデックス情報記憶部122は、第1階層のノードが、節点VT1〜VT3等であることを示す。また、各節点の下の括弧内の数値は、各節点に対応するベクトルの値を示す。 For example, in the example shown in FIG. 5, the index information storage unit 122 stores information corresponding to the index information IND11 in FIG. For example, the index information storage unit 122 indicates that the nodes of the first layer are nodes VT1 to VT3 and the like. The numerical value in parentheses below each node indicates the value of the vector corresponding to each node.

また、例えば、インデックス情報記憶部122は、節点VT2の直下の第2階層のノードが、節点VT2−1〜VT2−4であることを示す。また、例えば、インデックス情報記憶部122は、節点VT2−2の直下の第3階層のノードが、ノードN35、ノードN451、ノードN693のグラフ情報GR11中のノード(ベクトル)であることを示す。 Further, for example, the index information storage unit 122 indicates that the node of the second layer immediately below the node VT2 is the node VT2-1 to VT2-4. Further, for example, the index information storage unit 122 indicates that the node of the third layer immediately below the node VT2-2 is a node (vector) in the graph information GR11 of the node N35, the node N451, and the node N693.

なお、インデックス情報記憶部122は、上記に限らず、目的に応じて種々の情報を記憶してもよい。 The index information storage unit 122 is not limited to the above, and various information may be stored depending on the purpose.

(グラフ情報記憶部123)
実施形態に係るグラフ情報記憶部123は、グラフ情報に関する各種情報を記憶する。図6は、実施形態に係るグラフ情報記憶部の一例を示す図である。図6の例では、グラフ情報記憶部123は、「ノードID」、「コンテンツID」、および「エッジ情報」といった項目を有する。また、「エッジ情報」には、「エッジID」や「参照先」といった情報が含まれる。
(Graph Information Storage Unit 123)
The graph information storage unit 123 according to the embodiment stores various information related to the graph information. FIG. 6 is a diagram showing an example of a graph information storage unit according to the embodiment. In the example of FIG. 6, the graph information storage unit 123 has items such as "node ID", "content ID", and "edge information". Further, the "edge information" includes information such as "edge ID" and "reference destination".

「ノードID」は、グラフデータにおける各ノード(コンテンツ)を識別するための識別情報を示す。また、「コンテンツID」は、コンテンツ(オブジェクト)を識別するための識別情報を示す。 The "node ID" indicates identification information for identifying each node (content) in the graph data. Further, the "content ID" indicates identification information for identifying the content (object).

また、「エッジ情報」は、対応するノードに接続されるエッジに関する情報を示す。図6の例では、「エッジ情報」は、エッジが有向エッジである場合を示し、対応するノードから出力される出力エッジに関する情報を示す。また、「エッジID」は、ノード間を連結するエッジを識別するための識別情報を示す。また、「参照先」は、エッジにより連結された参照先(ノード)を示す情報を示す。すなわち、図6の例では、ノードを識別するノードIDに対して、そのノードに対応するオブジェクト(コンテンツ)を識別する情報やそのノードからの有向エッジ(出力エッジ)が連結される参照先(ノード)が対応付けられて登録されている。 Further, "edge information" indicates information about the edge connected to the corresponding node. In the example of FIG. 6, “edge information” indicates a case where the edge is a directed edge, and indicates information about an output edge output from the corresponding node. Further, the "edge ID" indicates identification information for identifying an edge connecting the nodes. Further, "reference destination" indicates information indicating a reference destination (node) connected by an edge. That is, in the example of FIG. 6, the reference destination (output edge) to which the information identifying the object (content) corresponding to the node and the directed edge (output edge) from the node are connected to the node ID that identifies the node Node) is associated and registered.

例えば、図6の例では、ノードID「N1」により識別されるノード(ベクトル)は、コンテンツID「CT1」により識別されるコンテンツ(オブジェクト)に対応することを示す。また、ノードID「N1」により識別されるノードからは、エッジID「E11」により識別されるエッジが、ノードID「N25」により識別されるノード(ベクトル)に連結されることを示す。すなわち、図6の例では、ノードID「N1」により識別されるノード(ベクトル)からはノードID「N25」により識別されるノード(ベクトル)に辿ることができることを示す。 For example, in the example of FIG. 6, it is shown that the node (vector) identified by the node ID “N1” corresponds to the content (object) identified by the content ID “CT1”. Further, from the node identified by the node ID "N1", it is shown that the edge identified by the edge ID "E11" is connected to the node (vector) identified by the node ID "N25". That is, in the example of FIG. 6, it is shown that the node (vector) identified by the node ID “N1” can be traced to the node (vector) identified by the node ID “N25”.

なお、グラフ情報記憶部123は、上記に限らず、目的に応じて種々の情報を記憶してもよい。例えば、グラフ情報記憶部123は、各ノード(ベクトル)間を連結するエッジの長さが記憶されてもよい。すなわち、グラフ情報記憶部123は、各ノード(ベクトル)間の距離を示す情報が記憶されてもよい。 The graph information storage unit 123 is not limited to the above, and various information may be stored depending on the purpose. For example, the graph information storage unit 123 may store the length of the edge connecting each node (vector). That is, the graph information storage unit 123 may store information indicating the distance between each node (vector).

(モデル情報記憶部124)
実施形態に係るモデル情報記憶部124は、モデルに関する情報を記憶する。例えば、モデル情報記憶部124は、生成処理により生成されたモデル情報(モデルデータ)を記憶する。図7は、実施形態に係るモデル情報記憶部の一例を示す図である。図7に示すモデル情報記憶部124は、「モデルID」、「用途」、「モデルデータ」といった項目が含まれる。なお、図7では、モデルM1、M2のみを図示するが、M21、M22等、各用途(予測の対象)に応じて多数のモデル情報が記憶されてもよい。
(Model information storage unit 124)
The model information storage unit 124 according to the embodiment stores information about the model. For example, the model information storage unit 124 stores model information (model data) generated by the generation process. FIG. 7 is a diagram showing an example of a model information storage unit according to the embodiment. The model information storage unit 124 shown in FIG. 7 includes items such as "model ID", "use", and "model data". Although only the models M1 and M2 are shown in FIG. 7, a large amount of model information such as M21 and M22 may be stored according to each application (prediction target).

「モデルID」は、モデルを識別するための識別情報を示す。例えば、モデルID「M1」により識別されるモデルは、図1の例に示したモデルM1に対応する。「用途」は、対応するモデルの用途を示す。また、「モデルデータ」は、対応付けられた対応するモデルのデータを示す。例えば、「モデルデータ」には、各層におけるノードと、各ノードが採用する関数と、ノードの接続関係と、ノード間の接続に対して設定される接続係数とを含む情報が含まれる。 The "model ID" indicates identification information for identifying the model. For example, the model identified by the model ID "M1" corresponds to the model M1 shown in the example of FIG. "Use" indicates the use of the corresponding model. Further, the "model data" indicates the data of the corresponding corresponding model associated with the model data. For example, "model data" includes information including nodes in each layer, functions adopted by each node, connection relationships of nodes, and connection coefficients set for connections between nodes.

例えば、図7に示す例において、モデルID「M1」により識別されるモデル(モデルM1)は、用途が「特徴抽出(アプリ)」であり、入力されたコンテンツ情報からの特徴の抽出に用いられることを示す。また、モデルM1のモデルデータは、モデルデータMDT1であることを示す。 For example, in the example shown in FIG. 7, the model (model M1) identified by the model ID "M1" has a purpose of "feature extraction (app)" and is used for extracting features from input content information. Show that. Further, it is shown that the model data of the model M1 is the model data MDT1.

モデルM1(モデルデータMDT1)は、コンテンツのコンテンツ情報が入力される入力層と、出力層と、入力層から出力層までのいずれかの層であって出力層以外の層に属する第1要素と、第1要素と第1要素の重みとに基づいて値が算出される第2要素と、を含み、入力層に入力されたコンテンツ情報に対し、出力層以外の各層に属する各要素を第1要素として、第1要素と第1要素の重みとに基づく演算を行うことにより、入力層に入力される情報と同様の情報を出力層から出力するよう、コンピュータを機能させるためのモデルである。 The model M1 (model data MDT1) includes an input layer into which content information of the content is input, an output layer, and a first element which is any layer from the input layer to the output layer and belongs to a layer other than the output layer. , A second element whose value is calculated based on the first element and the weight of the first element, and each element belonging to each layer other than the output layer with respect to the content information input to the input layer is first. As an element, it is a model for making a computer function so as to output the same information as the information input to the input layer from the output layer by performing an operation based on the first element and the weight of the first element.

また、モデルM1、M2等がDNN(Deep Neural Network)等、1つまたは複数の中間層を有するニューラルネットワークで実現されるとする。この場合、例えば、モデルM1、M2が含む第1要素は、入力層または中間層が有するいずれかのノードに対応する。また、第2要素は、第1要素と対応するノードから値が伝達されるノードである次段のノードに対応する。また、第1要素の重みは、第1要素と対応するノードから第2要素と対応するノードに伝達される値に対して考慮される重みである接続係数に対応する。 Further, it is assumed that the models M1, M2 and the like are realized by a neural network having one or a plurality of intermediate layers such as a DNN (Deep Neural Network). In this case, for example, the first element included in the models M1 and M2 corresponds to any node of the input layer or the intermediate layer. Further, the second element corresponds to a node in the next stage, which is a node to which a value is transmitted from a node corresponding to the first element. Further, the weight of the first element corresponds to a connection coefficient which is a weight considered for the value transmitted from the node corresponding to the first element to the node corresponding to the second element.

ここで、モデルM21、M22等が「y=a1*x1+a2*x2+・・・+ai*xi」で示す回帰モデルで実現されるとする。この場合、例えば、モデルM21、M22が含む第1要素は、x1やx2等といった入力データ(xi)に対応する。また、第1要素の重みは、xiに対応する係数aiに対応する。ここで、回帰モデルは、入力層と出力層とを有する単純パーセプトロンと見做すことができる。各モデルを単純パーセプトロンと見做した場合、第1要素は、入力層が有するいずれかのノードに対応し、第2要素は、出力層が有するノードと見做すことができる。 Here, it is assumed that the models M21, M22 and the like are realized by the regression model represented by "y = a1 * x1 + a2 * x2 + ... + ai * xi". In this case, for example, the first element included in the models M21 and M22 corresponds to input data (xi) such as x1 and x2. Further, the weight of the first element corresponds to the coefficient ai corresponding to xi. Here, the regression model can be regarded as a simple perceptron having an input layer and an output layer. When each model is regarded as a simple perceptron, the first element corresponds to any node of the input layer, and the second element can be regarded as the node of the output layer.

なお、モデル情報記憶部124は、上記に限らず、目的に応じて種々のモデル情報を記憶してもよい。 The model information storage unit 124 is not limited to the above, and may store various model information depending on the purpose.

(制御部130)
図3の説明に戻って、制御部130は、コントローラ(controller)であり、例えば、CPU(Central Processing Unit)やMPU(Micro Processing Unit)等によって、情報処理装置100内部の記憶装置に記憶されている各種プログラム(情報処理プログラムの一例に相当)がRAMを作業領域として実行されることにより実現される。また、制御部130は、コントローラであり、例えば、ASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)等の集積回路により実現される。制御部130は、モデル情報記憶部124に記憶されているモデルM1、M2等に従った情報処理により、コンテンツのコンテンツ情報が入力される入力層と、出力層と、入力層から出力層までのいずれかの層であって出力層以外の層に属する第1要素と、第1要素と第1要素の重みとに基づいて値が算出される第2要素と、を含み、入力層に入力されたコンテンツ情報に対し、出力層以外の各層に属する各要素を第1要素として、第1要素と第1要素の重みとに基づく演算を行うことにより、入力層に入力される情報と同様の情報を出力層から出力する。
(Control unit 130)
Returning to the description of FIG. 3, the control unit 130 is a controller, and is stored in a storage device inside the information processing device 100 by, for example, a CPU (Central Processing Unit) or an MPU (Micro Processing Unit). It is realized by executing various programs (corresponding to an example of an information processing program) using the RAM as a work area. Further, the control unit 130 is a controller, and is realized by, for example, an integrated circuit such as an ASIC (Application Specific Integrated Circuit) or an FPGA (Field Programmable Gate Array). The control unit 130 has an input layer, an output layer, and an input layer to an output layer into which the content information of the content is input by information processing according to the models M1, M2, etc. stored in the model information storage unit 124. It includes a first element which is one of the layers and belongs to a layer other than the output layer, and a second element whose value is calculated based on the weights of the first element and the first element, and is input to the input layer. Information similar to the information input to the input layer by performing an operation based on the weights of the first element and the first element, with each element belonging to each layer other than the output layer as the first element. Is output from the output layer.

図3に示すように、制御部130は、取得部131と、生成部132と、決定部133と、検索部134と、提供部135とを有し、以下に説明する情報処理の機能や作用を実現または実行する。なお、制御部130の内部構成は、図3に示した構成に限られず、後述する情報処理を行う構成であれば他の構成であってもよい。 As shown in FIG. 3, the control unit 130 includes an acquisition unit 131, a generation unit 132, a determination unit 133, a search unit 134, and a provision unit 135, and functions and operations of information processing described below. To realize or execute. The internal configuration of the control unit 130 is not limited to the configuration shown in FIG. 3, and may be another configuration as long as it is a configuration for performing information processing described later.

(取得部131)
取得部131は、各種情報を取得する。例えば、取得部131は、記憶部120から各種情報を取得する。例えば、取得部131は、コンテンツ情報記憶部121や、インデックス情報記憶部122や、グラフ情報記憶部123や、モデル情報記憶部124等から各種情報を取得する。また、取得部131は、各種情報を外部の情報処理装置から取得する。取得部131は、端末装置10や情報提供装置50から各種情報を取得する。
(Acquisition unit 131)
The acquisition unit 131 acquires various types of information. For example, the acquisition unit 131 acquires various information from the storage unit 120. For example, the acquisition unit 131 acquires various information from the content information storage unit 121, the index information storage unit 122, the graph information storage unit 123, the model information storage unit 124, and the like. In addition, the acquisition unit 131 acquires various types of information from an external information processing device. The acquisition unit 131 acquires various information from the terminal device 10 and the information providing device 50.

取得部131は、複数のコンテンツの各々に対応する複数のノードが、複数のコンテンツの類似性に応じて連結されたグラフ情報と、一のコンテンツに関するコンテンツ情報を取得する。取得部131は、複数のコンテンツの各々に対応する複数のベクトルが、複数のコンテンツの類似性に応じて連結されたグラフ情報と、一のコンテンツに関するコンテンツ情報を取得する。取得部131は、複数のコンテンツの各々の特徴を示す複数のベクトルが類似性に応じて連結されたグラフ情報を取得する。 The acquisition unit 131 acquires graph information in which a plurality of nodes corresponding to each of the plurality of contents are connected according to the similarity of the plurality of contents, and content information relating to one content. The acquisition unit 131 acquires graph information in which a plurality of vectors corresponding to each of the plurality of contents are concatenated according to the similarity of the plurality of contents, and content information relating to one content. The acquisition unit 131 acquires graph information in which a plurality of vectors indicating the characteristics of each of the plurality of contents are concatenated according to the similarity.

取得部131は、所定のモデルを用いて複数のコンテンツの各々から抽出された特徴量を要素とする複数のベクトルが、類似性に応じて連結されたグラフ情報を取得する。取得部131は、複数のコンテンツに関する情報を所定のモデルに入力することにより、抽出される複数のコンテンツの各々の特徴量を要素とする複数のベクトルが、類似性に応じて連結されたグラフ情報を取得する。 The acquisition unit 131 acquires graph information in which a plurality of vectors whose elements are feature quantities extracted from each of a plurality of contents using a predetermined model are concatenated according to the similarity. The acquisition unit 131 inputs information about a plurality of contents into a predetermined model, and a plurality of vectors having the feature amounts of the plurality of contents to be extracted as elements are concatenated according to the similarity. To get.

取得部131は、類似コンテンツの流行に関する流行情報を取得する。取得部131は、類似コンテンツの流行に関する指標値を示す流行情報を取得する。取得部131は、ユーザが利用する端末装置から一のコンテンツに関するコンテンツ情報を取得する。 The acquisition unit 131 acquires trend information regarding the trend of similar contents. The acquisition unit 131 acquires trend information indicating an index value regarding the trend of similar contents. The acquisition unit 131 acquires content information related to one content from the terminal device used by the user.

例えば、取得部131は、データ検索のコンテンツとなる複数のノード(ベクトル)を取得する。例えば、取得部131は、複数のノードと、複数のノードの各々を連結する複数の有向エッジを含む有向エッジ群を取得する。 For example, the acquisition unit 131 acquires a plurality of nodes (vectors) that are the contents of the data search. For example, the acquisition unit 131 acquires a plurality of nodes and a group of directed edges including a plurality of directed edges connecting each of the plurality of nodes.

例えば、取得部131は、外部の情報処理装置からグラフ情報(グラフデータ)を取得する。例えば、取得部131は、グラフ情報記憶部123からグラフ情報を取得する。例えば、取得部131は、グラフ情報を取得する。図1の例では、取得部131は、グラフ情報GR11を取得する。 For example, the acquisition unit 131 acquires graph information (graph data) from an external information processing device. For example, the acquisition unit 131 acquires graph information from the graph information storage unit 123. For example, the acquisition unit 131 acquires graph information. In the example of FIG. 1, the acquisition unit 131 acquires the graph information GR11.

例えば、取得部131は、外部の情報処理装置からインデックス情報(インデックスデータ)を取得する。例えば、取得部131は、インデックス情報記憶部122からインデックス情報を取得する。例えば、取得部131は、木構造型のインデックス情報を取得する。図1の例では、取得部131は、インデックス情報IND11を取得する。 For example, the acquisition unit 131 acquires index information (index data) from an external information processing device. For example, the acquisition unit 131 acquires index information from the index information storage unit 122. For example, the acquisition unit 131 acquires the index information of the tree structure type. In the example of FIG. 1, the acquisition unit 131 acquires the index information IND11.

また、取得部131は、ユーザが利用する端末装置10から一のコンテンツに関するコンテンツ情報を取得する。例えば、取得部131は、検索クエリとして、一のコンテンツのコンテンツ情報を取得する。例えば、取得部131は、コンテンツに関する検索クエリを取得する。取得部131は、ユーザU1が利用する端末装置10からコンテンツXに関するコンテンツ情報CDT11を取得する。 In addition, the acquisition unit 131 acquires content information related to one content from the terminal device 10 used by the user. For example, the acquisition unit 131 acquires the content information of one content as a search query. For example, the acquisition unit 131 acquires a search query related to the content. The acquisition unit 131 acquires the content information CDT11 related to the content X from the terminal device 10 used by the user U1.

例えば、取得部131は、一のコンテンツに関するコンテンツ情報を取得する。例えば、取得部131は、端末装置10からコンテンツXに関するコンテンツ情報CDT11を取得する。例えば、取得部131は、グラフ情報記憶部123からコンテンツに関するグラフ情報GR11を取得する。また、例えば、取得部131は、インデックス情報記憶部122(図5参照)から、グラフ情報GR11における検索の起点となるノード(起点ベクトル)の決定に用いるインデックス情報IND11を取得する。 For example, the acquisition unit 131 acquires content information related to one content. For example, the acquisition unit 131 acquires the content information CDT 11 related to the content X from the terminal device 10. For example, the acquisition unit 131 acquires the graph information GR11 regarding the content from the graph information storage unit 123. Further, for example, the acquisition unit 131 acquires the index information IND11 used for determining the node (starting point vector) that is the starting point of the search in the graph information GR 11 from the index information storage unit 122 (see FIG. 5).

図1の例では、取得部131は、コンテンツ情報記憶部121(図4参照)から類似コンテンツの指標値を取得する。取得部131は、類似情報SLTに示すようなノードN451(コンテンツ#451)の指標値VL451やノードN35(コンテンツ#35)の指標値VL35等の情報を取得する。また、取得部131は、閾値TH11を記憶した記憶部120から閾値TH11を取得する。 In the example of FIG. 1, the acquisition unit 131 acquires an index value of similar content from the content information storage unit 121 (see FIG. 4). The acquisition unit 131 acquires information such as the index value VL451 of the node N451 (content # 451) and the index value VL35 of the node N35 (content # 35) as shown in the similar information SLT. Further, the acquisition unit 131 acquires the threshold value TH11 from the storage unit 120 that stores the threshold value TH11.

(生成部132)
生成部132は、各種情報を生成する。例えば、生成部132は、コンテンツ情報記憶部121に記憶された学習データ(コンテンツ情報)を用いて、モデル情報記憶部124に示すようなモデルを生成する。例えば、生成部132は、取得部131により取得された学習データに基づいて、入力したコンテンツ情報と同様の情報を出力するモデル(オートエンコーダ)を生成する。例えば、生成部132は、入力するコンテンツ情報自体を正解情報として、入力したコンテンツ情報と同様の情報を出力するモデル(オートエンコーダ)を生成する。
(Generator 132)
The generation unit 132 generates various information. For example, the generation unit 132 uses the learning data (content information) stored in the content information storage unit 121 to generate a model as shown in the model information storage unit 124. For example, the generation unit 132 generates a model (autoencoder) that outputs information similar to the input content information based on the learning data acquired by the acquisition unit 131. For example, the generation unit 132 generates a model (autoencoder) that outputs the same information as the input content information, using the input content information itself as correct answer information.

例えば、生成部132は、モデルM1等を生成し、生成したモデルM1等をモデル情報記憶部124に格納する。なお、生成部132は、いかなる学習アルゴリズムを用いてモデルM1を生成してもよい。例えば、生成部132は、ニューラルネットワーク(neural network)等の学習アルゴリズムを用いてモデルM1を生成する。一例として、生成部132がニューラルネットワークを用いてモデルM1等を生成する場合、モデルM1等は、一以上のニューロンを含む入力層と、一以上のニューロンを含む中間層と、一以上のニューロンを含む出力層とを有する。 For example, the generation unit 132 generates the model M1 and the like, and stores the generated model M1 and the like in the model information storage unit 124. The generation unit 132 may generate the model M1 using any learning algorithm. For example, the generation unit 132 generates the model M1 by using a learning algorithm such as a neural network. As an example, when the generation unit 132 generates a model M1 or the like using a neural network, the model M1 or the like includes an input layer containing one or more neurons, an intermediate layer containing one or more neurons, and one or more neurons. It has an output layer including.

生成部132は、コンテンツのコンテンツ情報が入力される入力層と、出力層と、入力層から出力層までのいずれかの層であって出力層以外の層に属する第1要素と、第1要素と第1要素の重みとに基づいて値が算出される第2要素と、を含み、入力層に入力されたコンテンツ情報に対し、出力層以外の各層に属する各要素を第1要素として、第1要素と第1要素の重みとに基づく演算を行うことにより、入力層に入力される情報と同様の情報を出力層から出力するモデルを生成する。 The generation unit 132 includes an input layer into which content information of the content is input, an output layer, a first element which is any layer from the input layer to the output layer and belongs to a layer other than the output layer, and a first element. And the second element whose value is calculated based on the weight of the first element and the second element, and each element belonging to each layer other than the output layer is set as the first element with respect to the content information input to the input layer. By performing an operation based on the weights of one element and the first element, a model that outputs the same information as the information input to the input layer from the output layer is generated.

例えば、生成部132は、学習データに基づいてモデルを生成する。例えば、生成部132は、コンテンツ情報記憶部121中のコンテンツ情報CDT1、CDT2等を学習データ(教師データ)として、学習を行なうことにより、モデルを生成する。 For example, the generation unit 132 generates a model based on the training data. For example, the generation unit 132 generates a model by learning using the content information CDT1, CDT2, etc. in the content information storage unit 121 as learning data (teacher data).

例えば、生成部132は、コンテンツ情報CDT1が入力された場合に、モデルM1がコンテンツ情報CDT1と同様の情報を出力するように、学習処理を行う。例えば、生成部132は、コンテンツ情報CDT2が入力された場合に、モデルM1がコンテンツ情報CDT2と同様の情報を出力するように、学習処理を行う。 For example, the generation unit 132 performs a learning process so that when the content information CDT1 is input, the model M1 outputs the same information as the content information CDT1. For example, the generation unit 132 performs a learning process so that when the content information CDT2 is input, the model M1 outputs the same information as the content information CDT2.

なお、生成部132は、オートエンコーダとしてのモデルM1に限らず、種々の学習アルゴリズムを用いてコンテンツ(入館)に対応するモデルM21やコンテンツ(入国)に対応するモデルM22等を生成してもよい。例えば、生成部132は、ニューラルネットワーク(neural network)、サポートベクターマシン(SVM)、クラスタリング、強化学習等の学習アルゴリズムを用いてモデルM21、M22等を生成する。一例として、生成部132がニューラルネットワークを用いてモデルM21、M22等を生成する場合、モデルM21、M22等は、一以上のニューロンを含む入力層と、一以上のニューロンを含む中間層と、一以上のニューロンを含む出力層とを有する。なお、情報処理装置100は、情報提供装置50等の他の外部装置からモデルを取得する場合、生成部132を有しなくてもよい。 The generation unit 132 is not limited to the model M1 as an autoencoder, and may generate a model M21 corresponding to the content (entrance), a model M22 corresponding to the content (entry), and the like by using various learning algorithms. .. For example, the generation unit 132 generates models M21, M22, and the like using learning algorithms such as a neural network, a support vector machine (SVM), clustering, and reinforcement learning. As an example, when the generation unit 132 generates models M21, M22, etc. using a neural network, the models M21, M22, etc. include an input layer containing one or more neurons and an intermediate layer containing one or more neurons. It has an output layer containing the above neurons. The information processing device 100 does not have to have the generation unit 132 when acquiring a model from another external device such as the information providing device 50.

図1の例では、生成部132は、コンテンツ情報の特徴を抽出するモデルを用いて各コンテンツのコンテンツ情報からN次元ベクトルを生成する。生成部132は、モデル情報記憶部124(図7)に示すモデルM1を用いて、各コンテンツのコンテンツ情報からベクトルを生成する。 In the example of FIG. 1, the generation unit 132 generates an N-dimensional vector from the content information of each content by using a model for extracting the features of the content information. The generation unit 132 generates a vector from the content information of each content by using the model M1 shown in the model information storage unit 124 (FIG. 7).

また、生成部132は、一のコンテンツに対応するコンテンツ情報からグラフ情報の探索に用いるベクトルを生成する。図1の例では、生成部132は、処理群PS11に示すような処理により、コンテンツXに対応するベクトルを生成する。生成部132は、コンテンツXに関するコンテンツ情報CDT11をモデルM1に入力する。具体的には、生成部132は、コンテンツXのジャンル(カテゴリー)や内容等の情報を含むコンテンツ情報CDT11をモデルM1に入力する。そして、生成部132は、コンテンツ情報CDT11の入力後のモデルM1中の情報を用いて、ベクトルを生成する。例えば、生成部132は、コンテンツ情報CDT11が入力されたモデルM1中の各要素を用いて、ベクトルデータを生成する。 In addition, the generation unit 132 generates a vector used for searching graph information from the content information corresponding to one content. In the example of FIG. 1, the generation unit 132 generates the vector corresponding to the content X by the processing as shown in the processing group PS11. The generation unit 132 inputs the content information CDT11 regarding the content X into the model M1. Specifically, the generation unit 132 inputs the content information CDT 11 including information such as the genre (category) and the content of the content X into the model M1. Then, the generation unit 132 generates a vector by using the information in the model M1 after the input of the content information CDT11. For example, the generation unit 132 generates vector data using each element in the model M1 in which the content information CDT11 is input.

図1の例では、生成部132は、コンテンツ情報CDT11が入力されたモデルM1中の各要素の値を用いて、ベクトルVD11を生成する。例えば、生成部132は、コンテンツXのコンテンツ情報CDT11が入力された場合における、モデルM1のニューロンNL1に対応する値VE1(図10参照)やニューロンNL2に対応する値VE2(図10参照)を用いて、ベクトルを生成する。例えば、生成部132は、コンテンツXのコンテンツ情報CDT11が入力された場合に、算出されるニューロンNL1に対応する値VE1をベクトルVD11の1次元目の要素として抽出してもよい。また、例えば、生成部132は、コンテンツのコンテンツ情報が入力された場合に、算出されるニューロンNL2に対応する値VE2をベクトルVD11の2次元目の要素として、ベクトルVD11を生成する。図1の例では、生成部132は、1次元目の要素が「35」であり、2次元目の要素が「63」であるようなベクトルVD11を生成する。 In the example of FIG. 1, the generation unit 132 generates the vector VD11 by using the value of each element in the model M1 in which the content information CDT11 is input. For example, the generation unit 132 uses the value VE1 (see FIG. 10) corresponding to the neuron NL1 of the model M1 and the value VE2 (see FIG. 10) corresponding to the neuron NL2 when the content information CDT11 of the content X is input. To generate a vector. For example, the generation unit 132 may extract the value VE1 corresponding to the calculated neuron NL1 as the first-dimensional element of the vector VD11 when the content information CDT11 of the content X is input. Further, for example, the generation unit 132 generates the vector VD11 by using the value VE2 corresponding to the calculated neuron NL2 as the second-dimensional element of the vector VD11 when the content information of the content is input. In the example of FIG. 1, the generation unit 132 generates the vector VD11 such that the element of the first dimension is “35” and the element of the second dimension is “63”.

(決定部133)
決定部133は、各種情報を決定する。決定部133は、起点ノードの決定に用いるインデックス情報に基づいて、起点ノードを決定する。例えば、決定部133は、取得部131により取得されたコンテンツ情報と、グラフ情報の検索の起点となる起点ベクトルに関する情報とに基づいて、起点ベクトルを決定する。例えば、決定部133は、コンテンツ情報と、グラフ情報の検索の起点ベクトルの決定の基準となる情報とに基づいて、起点ベクトルを決定する。また、決定部133は、起点ベクトルの決定に用いるインデックス情報に基づいて、起点ベクトルを決定する。また、決定部133は、木構造型のインデックス情報に基づいて、起点ベクトルを決定する。
(Decision unit 133)
The determination unit 133 determines various information. The determination unit 133 determines the origin node based on the index information used for determining the origin node. For example, the determination unit 133 determines the starting point vector based on the content information acquired by the acquisition unit 131 and the information regarding the starting point vector that is the starting point for searching the graph information. For example, the determination unit 133 determines the starting point vector based on the content information and the information that serves as a reference for determining the starting point vector for searching the graph information. Further, the determination unit 133 determines the starting point vector based on the index information used for determining the starting point vector. Further, the determination unit 133 determines the starting point vector based on the index information of the tree structure type.

図1の例では、決定部133は、一のコンテンツ(クエリ)に対応する起点ベクトルを決定(特定)するために、インデックス情報IND11を用いる。例えば、決定部133は、コンテンツXのベクトルVD11に対応する起点ベクトルを決定(特定)するために、インデックス情報IND11を用いる。決定部133は、ベクトルVD11とインデックス情報IND11とを用いて、グラフ情報GR11における起点ベクトルを決定する。 In the example of FIG. 1, the determination unit 133 uses the index information IND11 to determine (specify) the origin vector corresponding to one content (query). For example, the determination unit 133 uses the index information IND11 to determine (specify) the starting point vector corresponding to the vector VD11 of the content X. The determination unit 133 determines the starting point vector in the graph information GR 11 by using the vector VD11 and the index information IND11.

例えば、決定部133は、図1中のインデックス情報IND11に示すような木構造型のインデックス情報を用いて、グラフ情報GR11における起点ベクトルを決定する。図1の例では、決定部133は、ベクトルVD11を生成した後、インデックス情報IND11を上から下へ辿ることにより、インデックス情報IND11の近傍候補となる起点ベクトルを特定することにより、効率的に検索クエリ(一のコンテンツ)に対応する起点ベクトルを決定する。 For example, the determination unit 133 determines the starting point vector in the graph information GR 11 by using the tree-structured index information as shown in the index information IND11 in FIG. In the example of FIG. 1, after generating the vector VD11, the determination unit 133 efficiently searches by tracing the index information IND11 from top to bottom to identify a starting point vector that is a candidate near the index information IND11. Determine the origin vector corresponding to the query (one content).

例えば、決定部133は、インデックス情報IND11をルートRTからリーフノード(グラフ情報GR11中のノード(ベクトル))まで辿ることにより、ベクトルVD11に対応する起点ベクトルを決定する。図1の例では、決定部133は、インデックス情報IND11をルートRTからノードN451まで辿ることにより、ノードN451を起点ベクトルとして決定する。 For example, the determination unit 133 determines the starting point vector corresponding to the vector VD11 by tracing the index information IND11 from the root RT to the leaf node (node (vector) in the graph information GR11). In the example of FIG. 1, the determination unit 133 determines the node N451 as the starting point vector by tracing the index information IND11 from the root RT to the node N451.

決定部133は、判定に用いる指標値(判定用指標値)を決定する。図1の例では、決定部133は、類似情報SLTに示すようなノードN451(コンテンツ#451)の指標値VL451やノードN35(コンテンツ#35)の指標値VL35等の情報に基づいて、判定用指標値を決定する。 The determination unit 133 determines an index value (determination index value) used for determination. In the example of FIG. 1, the determination unit 133 is used for determination based on information such as the index value VL451 of the node N451 (content # 451) and the index value VL35 of the node N35 (content # 35) as shown in the similar information SLT. Determine the index value.

図1の例では、決定部133は、類似情報SLTに含まれる類似コンテンツの指標値の平均を判定用指標値として決定する。決定部133は、類似コンテンツの指標値の平均を判定用指標値として決定する。決定部133は、類似情報SLTに含まれるコンテンツ#45の指標値VL451やコンテンツ#35の指標値VL35の平均を判定用指標値として決定する。この場合、決定部133は、コンテンツ#45の指標値VL451やコンテンツ#35の指標値VL35を加算することにより、類似コンテンツの指標値の合計値を算出する。そして、決定部133は、類似コンテンツの指標値の合計値を、類似コンテンツ数で除することにより、判定用指標値を算出する。例えば、決定部133は、類似コンテンツがコンテンツ#45とコンテンツ#35との2つである場合、指標値VL451と指標値VL35とを加算した合計値を類似コンテンツの数「2」で除することにより、判定用指標値を算出する。図1の例では、決定部133は、判定用情報VLTに示すように、判定用指標値DVL11を決定する。 In the example of FIG. 1, the determination unit 133 determines the average of the index values of the similar contents included in the similar information SLT as the index value for determination. The determination unit 133 determines the average of the index values of similar contents as the index value for determination. The determination unit 133 determines the average of the index value VL451 of the content # 45 and the index value VL35 of the content # 35 included in the similar information SLT as the index value for determination. In this case, the determination unit 133 calculates the total value of the index values of similar contents by adding the index value VL451 of the content # 45 and the index value VL35 of the content # 35. Then, the determination unit 133 calculates the determination index value by dividing the total value of the index values of the similar contents by the number of similar contents. For example, when the determination unit 133 has two similar contents, the content # 45 and the content # 35, the determination unit 133 divides the total value obtained by adding the index value VL451 and the index value VL35 by the number of similar contents "2". To calculate the index value for judgment. In the example of FIG. 1, the determination unit 133 determines the determination index value DVL11 as shown in the determination information VLT.

決定部133は、類似情報SLTに含まれる類似コンテンツの指標値に基づけばどのような指標値を判定用指標値として決定してもよい。例えば、決定部133は、類似情報SLTのうち、最も高い指標値を判定用指標値として決定してもよい。例えば、決定部133は、類似情報SLTのうち、最も低い指標値を判定用指標値として決定してもよい。例えば、決定部133は、類似情報SLTのうち、最もコンテンツXに類似するコンテンツの指標値を判定用指標値として決定してもよい。 The determination unit 133 may determine any index value as the determination index value based on the index value of the similar content included in the similar information SLT. For example, the determination unit 133 may determine the highest index value among the similar information SLTs as the determination index value. For example, the determination unit 133 may determine the lowest index value among the similar information SLTs as the determination index value. For example, the determination unit 133 may determine the index value of the content most similar to the content X among the similar information SLTs as the index value for determination.

(検索部134)
検索部134は、各種情報を検索する。例えば、検索部134は、取得部131により取得された情報を用いて、各種情報を検索する。例えば、検索部134は、各種情報を抽出する。例えば、検索部134は、取得部131により取得された情報を用いて、各種情報を抽出する。例えば、検索部134は、各種判定処理を行う。例えば、検索部134は、取得部131により取得された情報を用いて、各種情報を判定する。例えば、検索部134は、記憶部120に記憶された各種情報を検索する。例えば、取得部131は、コンテンツ情報記憶部121や、インデックス情報記憶部122や、グラフ情報記憶部123や、モデル情報記憶部124等に記憶された各種情報を検索する。例えば、検索部134は、各種情報を用いて算出処理を行う。例えば、検索部134は、ベクトルに関する情報を用いて、ベクトル間の距離を算出する。例えば、検索部134は、グラフ情報記憶部123に記憶された各ノード(ベクトル)間を連結するエッジの長さ(距離)の情報を用いてもよいし、各ノードのベクトル情報から各ノード(ベクトル)間を連結するエッジの長さ(距離)の情報を算出し、算出した長さ(距離)の情報を用いてもよい。
(Search unit 134)
The search unit 134 searches for various types of information. For example, the search unit 134 searches for various types of information using the information acquired by the acquisition unit 131. For example, the search unit 134 extracts various information. For example, the search unit 134 extracts various information using the information acquired by the acquisition unit 131. For example, the search unit 134 performs various determination processes. For example, the search unit 134 determines various types of information using the information acquired by the acquisition unit 131. For example, the search unit 134 searches for various information stored in the storage unit 120. For example, the acquisition unit 131 searches for various information stored in the content information storage unit 121, the index information storage unit 122, the graph information storage unit 123, the model information storage unit 124, and the like. For example, the search unit 134 performs a calculation process using various information. For example, the search unit 134 calculates the distance between the vectors using the information about the vectors. For example, the search unit 134 may use information on the length (distance) of the edge connecting each node (vector) stored in the graph information storage unit 123, or each node (from the vector information of each node). Information on the length (distance) of the edges connecting the vectors) may be calculated, and the calculated length (distance) information may be used.

検索部134は、取得部131により取得されたグラフ情報の複数のノードのうち、所定の基準に基づいて決定されたグラフ情報の検索の起点となる起点ノードを起点として、グラフ情報を検索することにより、複数のコンテンツのうち、一のコンテンツと類似するコンテンツである類似コンテンツを抽出する。検索部134は、決定部133により決定された起点ノードを起点として、類似コンテンツを抽出する。 The search unit 134 searches for graph information from a plurality of nodes of the graph information acquired by the acquisition unit 131, starting from the starting node that is the starting point for searching the graph information determined based on a predetermined criterion. Is to extract similar content that is similar to one content from a plurality of contents. The search unit 134 extracts similar contents starting from the starting point node determined by the determining unit 133.

検索部134は、取得部131により取得された流行情報に基づいて、一のコンテンツが流行するかどうかを判定する。検索部134は、類似コンテンツの指標値が所定の基準を満たす場合、一のコンテンツを流行する可能性がある流行コンテンツであると判定する。検索部134は、類似コンテンツの指標値と所定の閾値とを比較し、類似コンテンツの指標値が所定の閾値以上である場合、一のコンテンツを流行コンテンツであると判定する。 The search unit 134 determines whether or not one content is popular based on the trend information acquired by the acquisition unit 131. When the index value of the similar content satisfies a predetermined criterion, the search unit 134 determines that one content is a trendy content that may be popular. The search unit 134 compares the index value of similar content with a predetermined threshold value, and if the index value of similar content is equal to or greater than the predetermined threshold value, determines that one content is trendy content.

検索部134は、取得部131により取得されたグラフ情報の複数のベクトルのうち、所定の基準に基づいて決定されたグラフ情報の検索の起点となる起点ベクトルを起点としてグラフ情報を検索することにより、複数のコンテンツのうち、一のコンテンツに類似するコンテンツである類似コンテンツを抽出する。検索部134は、各種情報を抽出する。例えば、検索部134は、決定部133により決定された起点ベクトルを起点としてグラフ情報を検索することにより、複数のコンテンツのうち、一のコンテンツに類似するコンテンツである類似コンテンツを抽出する。 The search unit 134 searches for graph information from a plurality of vectors of graph information acquired by the acquisition unit 131, starting from a starting point vector that is a starting point for searching graph information determined based on a predetermined criterion. , Extract similar content that is similar to one content from a plurality of contents. The search unit 134 extracts various information. For example, the search unit 134 searches the graph information with the starting point vector determined by the determining unit 133 as the starting point, and extracts similar content that is similar to one content among the plurality of contents.

検索部134は、取得部131により取得されたグラフ情報の複数のノードのうち、所定の基準に基づいて決定されたグラフ情報の検索の起点となる起点ノードを起点として、グラフ情報を検索することにより、一のコンテンツが複数のコンテンツに含まれるかどうかを判定する。検索部134は、決定部133により決定された起点ノードを起点として、一のコンテンツが複数のコンテンツに含まれるかどうかを判定する。 The search unit 134 searches for graph information from a plurality of nodes of the graph information acquired by the acquisition unit 131, starting from the starting node that is the starting point for searching the graph information determined based on a predetermined criterion. To determine whether one content is included in a plurality of contents. The search unit 134 determines whether or not one content is included in the plurality of contents, starting from the starting point node determined by the determination unit 133.

図1の例では、検索部134は、コンテンツXに類似するコンテンツを検索する。例えば、検索部134は、グラフ情報GR11を検索することにより、コンテンツXの類似コンテンツを抽出する。検索部134は、ノードN451の近傍に位置するノードを類似コンテンツとして抽出する。例えば、検索部134は、ノードN451からの距離が近いノードを類似コンテンツとして抽出する。例えば、検索部134は、ノードN451を起点として、エッジを辿ることにより、ノードN451から到達可能なノードを類似コンテンツとして抽出する。例えば、検索部134は、所定数(例えば、2個や10個等)のノードを類似コンテンツとして抽出する。例えば、検索部134は、図11に示すような検索処理により、コンテンツXの類似コンテンツを抽出する。図1の例では、検索部134は、ノードN451を起点として、グラフ情報GR11を探索することにより、ノードN451やノードN35を類似コンテンツとして抽出する。 In the example of FIG. 1, the search unit 134 searches for content similar to the content X. For example, the search unit 134 extracts similar contents of the content X by searching the graph information GR11. The search unit 134 extracts nodes located in the vicinity of the node N451 as similar contents. For example, the search unit 134 extracts nodes that are close to the node N451 as similar contents. For example, the search unit 134 extracts the nodes reachable from the node N451 as similar contents by tracing the edge starting from the node N451. For example, the search unit 134 extracts a predetermined number of nodes (for example, 2 or 10 nodes) as similar contents. For example, the search unit 134 extracts similar content of the content X by a search process as shown in FIG. In the example of FIG. 1, the search unit 134 extracts the node N451 and the node N35 as similar contents by searching the graph information GR11 starting from the node N451.

図1の例では、検索部134は、判定用指標値を用いて判定処理を行う。検索部134は、決定部133により決定された判定用指標値を用いて判定処理を行う。例えば、検索部134は、判定用指標値と所定の閾値との比較により、コンテンツXが流行するかどうかを判定する。例えば、検索部134は、判定用指標値が所定の閾値以上である場合、コンテンツXが流行すると判定する。例えば、検索部134は、判定用指標値が所定の閾値未満である場合、コンテンツXが流行しないと判定する。 In the example of FIG. 1, the search unit 134 performs a determination process using the determination index value. The search unit 134 performs a determination process using the determination index value determined by the determination unit 133. For example, the search unit 134 determines whether or not the content X is popular by comparing the determination index value with a predetermined threshold value. For example, the search unit 134 determines that the content X is popular when the determination index value is equal to or higher than a predetermined threshold value. For example, the search unit 134 determines that the content X is not popular when the determination index value is less than a predetermined threshold value.

図1の例では、検索部134は、判定用指標値DVL11と所定の閾値TH11とを比較し、判定用指標値DVL11が所定の閾値TH11以上であると判定する。この場合、検索部134は、判定用指標値DVL11が所定の閾値TH11以上であるという基準を満たすため、流行判定結果DRSに示すように、コンテンツXが流行すると判定する。例えば、検索部134は、判定用指標値DVL11が所定の閾値TH11未満であると判定した場合、コンテンツXが流行しないと判定する。 In the example of FIG. 1, the search unit 134 compares the determination index value DVL11 with the predetermined threshold value TH11, and determines that the determination index value DVL11 is equal to or higher than the predetermined threshold value TH11. In this case, since the search unit 134 satisfies the criterion that the determination index value DVL11 is equal to or higher than the predetermined threshold value TH11, the search unit 134 determines that the content X is in fashion as shown in the fashion determination result DRS. For example, when the search unit 134 determines that the determination index value DVL11 is less than the predetermined threshold value TH11, the search unit 134 determines that the content X is not popular.

(提供部135)
提供部135は、各種情報を提供する。例えば、提供部135は、端末装置10や情報提供装置50に各種情報を送信する。例えば、提供部135は、端末装置10や情報提供装置50に各種情報を配信する。例えば、提供部135は、端末装置10や情報提供装置50に各種情報を提供する。提供部135は、検索部134により抽出された類似コンテンツに基づいて、所定のサービスを提供する。また、提供部135は、類似コンテンツに関する情報提供サービスを提供する。提供部135は、端末装置10に類似コンテンツに関する情報を提供する。
(Providing section 135)
The providing unit 135 provides various types of information. For example, the providing unit 135 transmits various information to the terminal device 10 and the information providing device 50. For example, the providing unit 135 distributes various information to the terminal device 10 and the information providing device 50. For example, the providing unit 135 provides various information to the terminal device 10 and the information providing device 50. The providing unit 135 provides a predetermined service based on the similar contents extracted by the search unit 134. In addition, the providing unit 135 provides an information providing service regarding similar contents. The providing unit 135 provides the terminal device 10 with information regarding similar contents.

提供部135は、検索部134により抽出された類似コンテンツに基づいて、所定のサービスを提供する。提供部135は、端末装置10に所定のサービスを提供する。提供部135は、類似コンテンツに関する情報提供サービスを提供する。 The providing unit 135 provides a predetermined service based on the similar contents extracted by the search unit 134. The providing unit 135 provides a predetermined service to the terminal device 10. The providing unit 135 provides an information providing service regarding similar contents.

例えば、提供部135は、クエリに対応するオブジェクトIDを検索結果として提供する。例えば、提供部135は、検索部134により選択されたオブジェクトIDを情報提供装置50へ提供する。提供部135は、検索部134により選択されたオブジェクトIDをクエリに対応するベクトルを示す情報として情報提供装置50に提供する。また、提供部135は、生成部132により生成されたモデルを外部の情報処理装置へ提供してもよい。 For example, the provider 135 provides the object ID corresponding to the query as a search result. For example, the providing unit 135 provides the object ID selected by the search unit 134 to the information providing device 50. The providing unit 135 provides the information providing device 50 with the object ID selected by the search unit 134 as information indicating a vector corresponding to the query. Further, the providing unit 135 may provide the model generated by the generating unit 132 to an external information processing device.

例えば、提供部135は、判定結果に基づいてサービスを提供する。図1の例では、提供部135は、コンテンツXが流行する可能性があるコンテンツ(流行コンテンツ)であることを示す情報(流行判定情報)を端末装置10に提供する。例えば、提供部135は、コンテンツXが流行コンテンツであることを示す流行判定情報を端末装置10に送信する。例えば、提供部135は、コンテンツXが流行しない可能性が高いことを示す流行判定情報を端末装置10に送信する。 For example, the providing unit 135 provides a service based on the determination result. In the example of FIG. 1, the providing unit 135 provides the terminal device 10 with information (trend determination information) indicating that the content X is content that may be trendy (trend content). For example, the providing unit 135 transmits trend determination information indicating that the content X is trendy content to the terminal device 10. For example, the providing unit 135 transmits trend determination information indicating that the content X is unlikely to be trendy to the terminal device 10.

〔4.情報処理のフロー〕
次に、図8を用いて、実施形態に係る情報処理システム1による情報処理の手順について説明する。図8は、実施形態に係る情報処理の一例を示すフローチャートである。
[4. Information processing flow]
Next, the procedure of information processing by the information processing system 1 according to the embodiment will be described with reference to FIG. FIG. 8 is a flowchart showing an example of information processing according to the embodiment.

図8に示すように、情報処理装置100は、一のコンテンツに関するコンテンツ情報を取得する(ステップS101)。図1の例では、情報処理装置100は、端末装置10からコンテンツXに関するコンテンツ情報CDT11を取得する。 As shown in FIG. 8, the information processing apparatus 100 acquires content information related to one content (step S101). In the example of FIG. 1, the information processing device 100 acquires the content information CDT11 related to the content X from the terminal device 10.

情報処理装置100は、複数のコンテンツに関するグラフ情報を取得する(ステップS102)。例えば、情報処理装置100は、グラフ情報記憶部123からコンテンツに関するグラフ情報GR11を取得する。 The information processing device 100 acquires graph information related to a plurality of contents (step S102). For example, the information processing apparatus 100 acquires the graph information GR11 regarding the content from the graph information storage unit 123.

そして、情報処理装置100は、モデルを用いて一のコンテンツに関するコンテンツ情報からベクトルを生成する(ステップS103)。図1の例では、情報処理装置100は、モデル情報記憶部124に記憶されたモデルM1を用いて、コンテンツ情報CDT11からベクトルVD11を生成する。 Then, the information processing apparatus 100 generates a vector from the content information related to one content by using the model (step S103). In the example of FIG. 1, the information processing apparatus 100 generates the vector VD11 from the content information CDT11 by using the model M1 stored in the model information storage unit 124.

そして、情報処理装置100は、生成したベクトルとインデックス情報を用いて起点ベクトルを決定する(ステップS104)。図1の例では、情報処理装置100は、ベクトルVD11と、インデックス情報記憶部122に記憶されたインデックス情報IND11とを用いて、起点ベクトルをノードN451に決定する。 Then, the information processing apparatus 100 determines the starting point vector using the generated vector and the index information (step S104). In the example of FIG. 1, the information processing apparatus 100 determines the starting point vector at the node N451 by using the vector VD11 and the index information IND11 stored in the index information storage unit 122.

そして、情報処理装置100は、グラフ情報を検索することにより、一のコンテンツと類似する類似コンテンツを抽出する(ステップS105)。例えば、情報処理装置100は、グラフ情報を検索することにより、一のコンテンツと類似するコンテンツを類似コンテンツとして抽出する。 Then, the information processing apparatus 100 extracts similar content similar to one content by searching the graph information (step S105). For example, the information processing apparatus 100 extracts content similar to one content as similar content by searching graph information.

そして、情報処理装置100は、類似コンテンツに基づいてサービスを提供する(ステップS106)。図1の例では、情報処理装置100は、類似コンテンツとして抽出されたコンテンツ#451やコンテンツ#35の情報に基づいて、コンテンツXが流行するかどうかの判定結果を示す情報提供サービスを行う。 Then, the information processing device 100 provides a service based on similar contents (step S106). In the example of FIG. 1, the information processing apparatus 100 provides an information providing service showing a determination result of whether or not the content X is popular based on the information of the content # 451 and the content # 35 extracted as similar content.

〔5.生成処理のフロー〕
次に、図9を用いて、実施形態に係る情報処理システム1による生成処理の手順について説明する。図9は、実施形態に係る生成処理の一例を示すフローチャートである。
[5. Generation process flow]
Next, the procedure of the generation process by the information processing system 1 according to the embodiment will be described with reference to FIG. FIG. 9 is a flowchart showing an example of the generation process according to the embodiment.

図9に示すように、情報処理装置100は、学習データを取得する(ステップS201)。例えば、情報処理装置100は、コンテンツ情報記憶部121から学習データを取得する。例えば、情報処理装置100は、コンテンツ情報記憶部121からコンテンツ情報CDT1、CDT2等を学習データとして取得する。 As shown in FIG. 9, the information processing apparatus 100 acquires the learning data (step S201). For example, the information processing device 100 acquires learning data from the content information storage unit 121. For example, the information processing device 100 acquires the content information CDT1, CDT2, etc. as learning data from the content information storage unit 121.

その後、情報処理装置100は、学習データに基づきモデルを生成する(ステップS202)。例えば、情報処理装置100は、コンテンツ情報記憶部121から学習データを用いてモデルM1を生成する。例えば、情報処理装置100は、入力層に入力される情報(コンテンツ情報)と同様の情報(コンテンツ情報)を出力層から出力するようにモデルM1を生成する。例えば、情報処理装置100は、コンテンツのコンテンツ情報を入力とするオートエンコーダとしてのモデルM1を生成する。 After that, the information processing apparatus 100 generates a model based on the training data (step S202). For example, the information processing device 100 generates the model M1 from the content information storage unit 121 using the learning data. For example, the information processing apparatus 100 generates the model M1 so as to output the same information (content information) as the information (content information) input to the input layer from the output layer. For example, the information processing apparatus 100 generates a model M1 as an autoencoder that inputs content information of contents.

〔6.検索例〕
ここで、上述したグラフ情報を用いた検索の一例を示す。なお、グラフ情報(グラフデータ)を用いた検索は下記に限らず、種々の手順により行われてもよい。この点について、図11を一例として説明する。図11は、グラフデータ(グラフ情報)を用いた検索処理の一例を示すフローチャートである。以下に説明する検索処理は、例えば情報処理装置100の検索部134によって行われる。また、以下でいうオブジェクトは、ベクトルやノードと読み替えてもよい。なお、以下では、情報処理装置100が検索処理を行うものとして説明するが、検索処理は他の装置により行われてもよい。例えば、情報処理装置100は、検索クエリとして、一のコンテンツのコンテンツ情報から生成されたベクトルデータを用いる。例えば、情報処理装置100は、一のコンテンツのコンテンツ情報から生成されたベクトルデータとインデックス情報とに基づいて決定された起点ベクトルを起点としてグラフデータを検索する。図1の例では、情報処理装置100は、コンテンツXのベクトルVD11とインデックス情報IND11とに基づいて決定された起点ベクトルであるノードN451を起点としてグラフ情報GR11を検索する。
[6. Search example]
Here, an example of the search using the graph information described above is shown. The search using graph information (graph data) is not limited to the following, and may be performed by various procedures. This point will be described with reference to FIG. 11 as an example. FIG. 11 is a flowchart showing an example of a search process using graph data (graph information). The search process described below is performed, for example, by the search unit 134 of the information processing apparatus 100. In addition, the objects referred to below may be read as vectors and nodes. In the following description, it is assumed that the information processing device 100 performs the search process, but the search process may be performed by another device. For example, the information processing apparatus 100 uses vector data generated from the content information of one content as a search query. For example, the information processing apparatus 100 searches graph data starting from a starting point vector determined based on vector data generated from the content information of one content and index information. In the example of FIG. 1, the information processing apparatus 100 searches the graph information GR11 starting from the node N451 which is the starting point vector determined based on the vector VD11 of the content X and the index information IND11.

ここでは、近傍オブジェクト集合N(G,y)は、ノードyに付与されているエッジにより関連付けられている近傍のオブジェクトの集合である。「G」は、所定のグラフデータ(例えば、グラフ情報GR11等)であってもよい。例えば、情報処理装置100は、k近傍検索処理を実行する。 Here, the neighborhood object set N (G, y) is a set of neighborhood objects associated with the edge assigned to the node y. “G” may be predetermined graph data (for example, graph information GR11 or the like). For example, the information processing apparatus 100 executes the k-nearest neighbor search process.

例えば、情報処理装置100は、超球の半径rを∞(無限大)に設定し(ステップS300)、既存のオブジェクト集合から部分集合Sを抽出する(ステップS301)。例えば、情報処理装置100は、ルートノード(起点ベクトル)として選択されたオブジェクト(ノード)を部分集合Sとして抽出してもよい。図1の例では、情報処理装置100は、起点ベクトルであるノードN451等を部分集合Sとして抽出してもよい。また、例えば、超球とは、検索範囲を示す仮想的な球である。なお、ステップS301において抽出されたオブジェクト集合Sに含まれるオブジェクトは、同時に検索結果のオブジェクト集合Rの初期集合にも含められる。 For example, the information processing apparatus 100 sets the radius r of the hypersphere to ∞ (infinity) (step S300) and extracts a subset S from the existing object set (step S301). For example, the information processing apparatus 100 may extract an object (node) selected as a root node (starting point vector) as a subset S. In the example of FIG. 1, the information processing apparatus 100 may extract the node N451 or the like, which is a starting point vector, as a subset S. Further, for example, a hypersphere is a virtual sphere indicating a search range. The objects included in the object set S extracted in step S301 are also included in the initial set of the object set R of the search result at the same time.

次に、情報処理装置100は、オブジェクト集合Sに含まれるオブジェクトの中で、検索クエリオブジェクトをyとするとオブジェクトyとの距離が最も短いオブジェクトを抽出し、オブジェクトsとする(ステップS302)。図1の例では、情報処理装置100は、オブジェクト集合Sに含まれるオブジェクトの中で、検索クエリオブジェクトであるベクトルVD11との距離が最も短いオブジェクトを抽出し、オブジェクトsとする。例えば、情報処理装置100は、オブジェクト集合Sに含まれるオブジェクトの中で、ベクトルVD11との距離が最も短いノードN451を抽出し、オブジェクトsとする。例えば、情報処理装置100は、ルートノード(起点ベクトル)として選択されたオブジェクト(ノード)のみがオブジェクト集合Sの要素の場合には、結果的にルートノード(起点ベクトル)がオブジェクトsとして抽出される。次に、情報処理装置100は、オブジェクトsをオブジェクト集合Sから除外する(ステップS303)。 Next, the information processing apparatus 100 extracts the object having the shortest distance from the object y from the objects included in the object set S, where y is the search query object, and sets it as the object s (step S302). In the example of FIG. 1, the information processing apparatus 100 extracts the object having the shortest distance from the vector VD11, which is the search query object, among the objects included in the object set S, and uses them as the objects s. For example, the information processing apparatus 100 extracts the node N451 having the shortest distance from the vector VD11 among the objects included in the object set S and uses it as the object s. For example, in the information processing apparatus 100, when only the object (node) selected as the root node (starting point vector) is an element of the object set S, the root node (starting point vector) is extracted as the object s as a result. .. Next, the information processing apparatus 100 excludes the objects s from the object set S (step S303).

次に、情報処理装置100は、オブジェクトsとオブジェクトyとの距離d(s,y)がr(1+ε)をこえる(超える)か否かを判定する(ステップS304)。ここで、εは拡張要素であり、r(1+ε)は、探索範囲(この範囲内のノードのみを探索する。検索範囲よりも大きくすることで精度を高めることができる)の半径を示す値である。オブジェクトsとオブジェクトyとの距離d(s,y)がr(1+ε)を超える場合(ステップS304:Yes)、情報処理装置100は、オブジェクト集合Rをオブジェクトyの近傍オブジェクト集合として出力し(ステップS305)、処理を終了する。 Next, the information processing apparatus 100 determines whether or not the distance d (s, y) between the object s and the object y exceeds (exceeds) r (1 + ε) (step S304). Here, ε is an extension element, and r (1 + ε) is a value indicating the radius of the search range (searching only the nodes within this range. The accuracy can be improved by making it larger than the search range). is there. When the distance d (s, y) between the object s and the object y exceeds r (1 + ε) (step S304: Yes), the information processing apparatus 100 outputs the object set R as a neighborhood object set of the object y (step). S305), the process is terminated.

オブジェクトsと検索クエリオブジェクトyとの距離d(s,y)がr(1+ε)を超えない場合(ステップS304:No)、情報処理装置100は、オブジェクトsの近傍オブジェクト集合N(G,s)の要素であるオブジェクトの中からオブジェクト集合Cに含まれないオブジェクトを一つ選択し、選択したオブジェクトuを、オブジェクト集合Cに格納する(ステップS306)。オブジェクト集合Cは、重複検索を回避するために便宜上設けられるものであり、処理開始時には空集合に設定される。 When the distance d (s, y) between the object s and the search query object y does not exceed r (1 + ε) (step S304: No), the information processing apparatus 100 determines the neighboring object set N (G, s) of the object s. One object that is not included in the object set C is selected from the objects that are the elements of the above, and the selected object u is stored in the object set C (step S306). The object set C is provided for convenience in order to avoid duplicate search, and is set to an empty set at the start of processing.

次に、情報処理装置100は、オブジェクトuとオブジェクトyとの距離d(u,y)がr(1+ε)以下であるか否かを判定する(ステップS307)。オブジェクトuとオブジェクトyとの距離d(u,y)がr(1+ε)以下である場合(ステップS307:Yes)、情報処理装置100は、オブジェクトuをオブジェクト集合Sに追加する(ステップS308)。また、オブジェクトuとオブジェクトyとの距離d(u,y)がr(1+ε)以下ではない場合(ステップS307:No)、情報処理装置100は、ステップS309の判定(処理)を行う。 Next, the information processing apparatus 100 determines whether or not the distance d (u, y) between the object u and the object y is r (1 + ε) or less (step S307). When the distance d (u, y) between the object u and the object y is r (1 + ε) or less (step S307: Yes), the information processing apparatus 100 adds the object u to the object set S (step S308). If the distance d (u, y) between the object u and the object y is not less than or equal to r (1 + ε) (step S307: No), the information processing apparatus 100 determines (processes) step S309.

次に、情報処理装置100は、オブジェクトuとオブジェクトyとの距離d(u,y)がr以下であるか否かを判定する(ステップS309)。オブジェクトuとオブジェクトyとの距離d(u,y)がrをこえる場合(ステップS309:No)、情報処理装置100は、ステップS315の判定(処理)を行う。また、オブジェクトuとオブジェクトyとの距離d(u,y)がr以下ではない場合(ステップS309:No)、情報処理装置100は、ステップS315の判定(処理)を行う。 Next, the information processing apparatus 100 determines whether or not the distance d (u, y) between the object u and the object y is r or less (step S309). When the distance d (u, y) between the object u and the object y exceeds r (step S309: No), the information processing apparatus 100 determines (processes) step S315. When the distance d (u, y) between the object u and the object y is not r or less (step S309: No), the information processing apparatus 100 determines (processes) step S315.

オブジェクトuとオブジェクトyとの距離d(u,y)がr以下である場合(ステップS309:Yes)、情報処理装置100は、オブジェクトuをオブジェクト集合Rに追加する(ステップS310)。そして、情報処理装置100は、オブジェクト集合Rに含まれるオブジェクト数がksをこえるか否かを判定する(ステップS311)。所定数ksは、任意に定められる自然数である。例えば、ks=2やks=10等の種々の設定であってもよい。オブジェクト集合Rに含まれるオブジェクト数がksを超えない場合(ステップS311:No)、情報処理装置100は、ステップS313の判定(処理)を行う。 When the distance d (u, y) between the object u and the object y is r or less (step S309: Yes), the information processing apparatus 100 adds the object u to the object set R (step S310). Then, the information processing apparatus 100 determines whether or not the number of objects included in the object set R exceeds ks (step S311). The predetermined number ks is an arbitrarily determined natural number. For example, various settings such as ks = 2 and ks = 10 may be used. When the number of objects included in the object set R does not exceed ks (step S311: No), the information processing apparatus 100 determines (processes) step S313.

オブジェクト集合Rに含まれるオブジェクト数がksをこえる場合(ステップS311:Yes)、情報処理装置100は、オブジェクト集合Rに含まれるオブジェクトの中でオブジェクトyとの距離が最も長い(遠い)オブジェクトを、オブジェクト集合Rから除外する(ステップS312)。 When the number of objects included in the object set R exceeds ks (step S311: Yes), the information processing apparatus 100 selects the object having the longest (far) distance from the object y among the objects included in the object set R. Exclude from the object set R (step S312).

次に、情報処理装置100は、オブジェクト集合Rに含まれるオブジェクト数がksと一致するか否かを判定する(ステップS313)。オブジェクト集合Rに含まれるオブジェクト数がksと一致しない場合(ステップS313:No)、情報処理装置100は、ステップS315の判定(処理)を行う。また、オブジェクト集合Rに含まれるオブジェクト数がksと一致する場合(ステップS313:Yes)、情報処理装置100は、オブジェクト集合Rに含まれるオブジェクトの中でオブジェクトyとの距離が最も長い(遠い)オブジェクトと、オブジェクトyとの距離を、新たなrに設定する(ステップS314)。 Next, the information processing apparatus 100 determines whether or not the number of objects included in the object set R matches ks (step S313). When the number of objects included in the object set R does not match ks (step S313: No), the information processing apparatus 100 determines (processes) step S315. When the number of objects included in the object set R matches ks (step S313: Yes), the information processing apparatus 100 has the longest distance (far) from the object y among the objects included in the object set R. The distance between the object and the object y is set to a new r (step S314).

そして、情報処理装置100は、オブジェクトsの近傍オブジェクト集合N(G,s)の要素であるオブジェクトから全てのオブジェクトを選択してオブジェクト集合Cに格納し終えたか否かを判定する(ステップS315)。オブジェクトsの近傍オブジェクト集合N(G,s)の要素であるオブジェクトから全てのオブジェクトを選択してオブジェクト集合Cに格納し終えていない場合(ステップS315:No)、情報処理装置100は、ステップS306に戻って処理を繰り返す。 Then, the information processing apparatus 100 selects all the objects from the objects that are the elements of the object set N (G, s) in the vicinity of the objects s, and determines whether or not the objects have been stored in the object set C (step S315). .. When all the objects are selected from the objects which are the elements of the object set N (G, s) in the vicinity of the object s and are not completely stored in the object set C (step S315: No), the information processing apparatus 100 performs step S306. Return to and repeat the process.

オブジェクトsの近傍オブジェクト集合N(G,s)の要素であるオブジェクトから全てのオブジェクトを選択してオブジェクト集合Cに格納し終えた場合(ステップS315:Yes)、情報処理装置100は、オブジェクト集合Sが空集合であるか否かを判定する(ステップS316)。オブジェクト集合Sが空集合でない場合(ステップS316:No)、情報処理装置100は、ステップS302に戻って処理を繰り返す。また、オブジェクト集合Sが空集合である場合(ステップS316:Yes)、情報処理装置100は、オブジェクト集合Rを出力し、処理を終了する(ステップS317)。例えば、情報処理装置100は、オブジェクト集合Rに含まれるオブジェクト(ノード)を検索クエリ(入力オブジェクトy)に対応する検索結果として、検索を行った端末装置10等へ提供してもよい。図1の例では、情報処理装置100は、オブジェクト集合Rに含まれるノードN451やノードN35を検索クエリ(コンテンツXのベクトルVD11)に対応する検索結果として、検索を行った端末装置10等へ提供してもよい。例えば、情報処理装置100は、ノードN451に対応するコンテンツ#451や、ノードN35に対応するコンテンツ#35をコンテンツXに類似するコンテンツとしてユーザU1が利用する端末装置10に提供する。 When all the objects are selected from the objects that are the elements of the object set N (G, s) in the vicinity of the objects s and stored in the object set C (step S315: Yes), the information processing apparatus 100 sets the object set S. Determines whether or not is an empty set (step S316). If the object set S is not an empty set (step S316: No), the information processing apparatus 100 returns to step S302 and repeats the process. When the object set S is an empty set (step S316: Yes), the information processing apparatus 100 outputs the object set R and ends the process (step S317). For example, the information processing device 100 may provide an object (node) included in the object set R to the terminal device 10 or the like that has performed the search as a search result corresponding to the search query (input object y). In the example of FIG. 1, the information processing device 100 provides the node N451 and the node N35 included in the object set R to the searched terminal device 10 and the like as search results corresponding to the search query (vector VD11 of the content X). You may. For example, the information processing device 100 provides the content # 451 corresponding to the node N451 and the content # 35 corresponding to the node N35 to the terminal device 10 used by the user U1 as content similar to the content X.

〔7.効果〕
上述してきたように、実施形態に係る情報処理装置100は、取得部131と、検索部134とを有する。取得部131は、複数のコンテンツの各々に対応する複数のノードが、複数のコンテンツの類似性に応じて連結されたグラフ情報と、一のコンテンツに関するコンテンツ情報を取得する。検索部134は、取得部131により取得されたグラフ情報の複数のノードのうち、所定の基準に基づいて決定されたグラフ情報の検索の起点となる起点ノードを起点として、グラフ情報を検索することにより、複数のコンテンツのうち、一のコンテンツと類似するコンテンツである類似コンテンツを抽出する。
[7. effect〕
As described above, the information processing apparatus 100 according to the embodiment includes an acquisition unit 131 and a search unit 134. The acquisition unit 131 acquires graph information in which a plurality of nodes corresponding to each of the plurality of contents are connected according to the similarity of the plurality of contents, and content information relating to one content. The search unit 134 searches for graph information from a plurality of nodes of the graph information acquired by the acquisition unit 131, starting from the starting node that is the starting point for searching the graph information determined based on a predetermined criterion. Is to extract similar content that is similar to one content from a plurality of contents.

このように、実施形態に係る情報処理装置100は、起点ベクトルを起点としてグラフ情報を検索することにより、複数のコンテンツのうち、一のコンテンツに類似のコンテンツである類似コンテンツを適切に抽出することができる。 As described above, the information processing apparatus 100 according to the embodiment appropriately extracts similar contents that are similar to one content among the plurality of contents by searching the graph information with the starting point vector as the starting point. Can be done.

また、実施形態に係る情報処理装置100は、決定部133を有する。決定部133は、起点ノードの決定に用いるインデックス情報に基づいて、起点ノードを決定する。検索部134は、決定部133により決定された起点ノードを起点として、類似コンテンツを抽出する。 Further, the information processing apparatus 100 according to the embodiment has a determination unit 133. The determination unit 133 determines the origin node based on the index information used for determining the origin node. The search unit 134 extracts similar contents starting from the starting point node determined by the determining unit 133.

このように、実施形態に係る情報処理装置100は、起点ベクトルの決定に用いるインデックス情報に基づいて、起点ベクトルを決定することにより、類似のコンテンツを適切に抽出することができる。 As described above, the information processing apparatus 100 according to the embodiment can appropriately extract similar contents by determining the starting point vector based on the index information used for determining the starting point vector.

また、実施形態に係る情報処理装置100において、決定部133は、木構造型のインデックス情報に基づいて、起点ベクトルを決定する。 Further, in the information processing apparatus 100 according to the embodiment, the determination unit 133 determines the starting point vector based on the index information of the tree structure type.

このように、実施形態に係る情報処理装置100は、木構造型のインデックス情報に基づいて、起点ベクトルを決定することにより、類似のコンテンツを適切に抽出することができる。 As described above, the information processing apparatus 100 according to the embodiment can appropriately extract similar contents by determining the starting point vector based on the index information of the tree structure type.

また、実施形態に係る情報処理装置100において、取得部131は、複数のコンテンツの各々の特徴を示す複数のベクトルが類似性に応じて連結されたグラフ情報を取得する。 Further, in the information processing apparatus 100 according to the embodiment, the acquisition unit 131 acquires graph information in which a plurality of vectors indicating the characteristics of each of the plurality of contents are connected according to the similarity.

このように、実施形態に係る情報処理装置100は、複数のコンテンツの各々の特徴を示す複数のベクトルが類似性に応じて連結されたグラフ情報を取得することにより、類似のコンテンツを適切に抽出することができる。 As described above, the information processing apparatus 100 according to the embodiment appropriately extracts similar contents by acquiring graph information in which a plurality of vectors indicating the characteristics of each of the plurality of contents are concatenated according to the similarity. can do.

また、実施形態に係る情報処理装置100において、取得部131は、所定のモデルを用いて複数のコンテンツの各々から抽出された特徴量を要素とする複数のベクトルが、類似性に応じて連結されたグラフ情報を取得する。 Further, in the information processing apparatus 100 according to the embodiment, in the acquisition unit 131, a plurality of vectors having feature quantities extracted from each of the plurality of contents using a predetermined model are connected according to the similarity. Get graph information.

このように、実施形態に係る情報処理装置100は、所定のモデルを用いて複数のコンテンツの各々から抽出された特徴量を要素とする複数のベクトルが、類似性に応じて連結されたグラフ情報を取得することにより、類似のコンテンツを適切に抽出することができる。 As described above, in the information processing apparatus 100 according to the embodiment, graph information in which a plurality of vectors whose elements are feature quantities extracted from each of a plurality of contents using a predetermined model are concatenated according to the similarity. By acquiring, similar contents can be appropriately extracted.

また、実施形態に係る情報処理装置100において、取得部131は、複数のコンテンツに関する情報を所定のモデルに入力することにより、抽出される複数のコンテンツの各々の特徴量を要素とする複数のベクトルが、類似性に応じて連結されたグラフ情報を取得する。 Further, in the information processing apparatus 100 according to the embodiment, the acquisition unit 131 inputs information about a plurality of contents into a predetermined model, and a plurality of vectors having each feature amount of the plurality of contents to be extracted as an element. Gets the graph information concatenated according to the similarity.

このように、実施形態に係る情報処理装置100は、複数のコンテンツに関する情報を所定のモデルに入力することにより、抽出される複数のコンテンツの各々の特徴量を要素とする複数のベクトルが、類似性に応じて連結されたグラフ情報を取得することにより、類似のコンテンツを適切に抽出することができる。 As described above, in the information processing apparatus 100 according to the embodiment, by inputting information about a plurality of contents into a predetermined model, a plurality of vectors having each feature amount of the plurality of contents to be extracted are similar. By acquiring graph information linked according to gender, similar contents can be appropriately extracted.

また、実施形態に係る情報処理装置100において、取得部131は、類似コンテンツの流行に関する流行情報を取得する。検索部134は、取得部131により取得された流行情報に基づいて、一のコンテンツが流行するかどうかを判定する。 Further, in the information processing apparatus 100 according to the embodiment, the acquisition unit 131 acquires trend information regarding the trend of similar contents. The search unit 134 determines whether or not one content is popular based on the trend information acquired by the acquisition unit 131.

このように、実施形態に係る情報処理装置100は、類似コンテンツの流行に関する流行情報に基づいて、一のコンテンツが流行するかどうかを判定することにより、一のコンテンツが流行するかどうかを適切に判定することができる。 As described above, the information processing apparatus 100 according to the embodiment appropriately determines whether or not one content is popular by determining whether or not one content is popular based on the trend information regarding the fashion of similar contents. Can be determined.

また、実施形態に係る情報処理装置100において、取得部131は、類似コンテンツの流行に関する指標値を示す流行情報を取得する。検索部134は、類似コンテンツの指標値が所定の基準を満たす場合、一のコンテンツを流行する可能性がある流行コンテンツであると判定する。 Further, in the information processing apparatus 100 according to the embodiment, the acquisition unit 131 acquires trend information indicating an index value relating to the trend of similar contents. When the index value of the similar content satisfies a predetermined criterion, the search unit 134 determines that one content is a trendy content that may be popular.

このように、実施形態に係る情報処理装置100は、類似コンテンツの指標値が所定の基準を満たす場合、一のコンテンツを流行する可能性がある流行コンテンツであると判定することにより、一のコンテンツが流行するかどうかを適切に判定することができる。 As described above, the information processing apparatus 100 according to the embodiment determines that one content is a trendy content that may be popular when the index value of the similar content satisfies a predetermined criterion. Can be properly determined whether or not is prevalent.

また、実施形態に係る情報処理装置100において、検索部134は、類似コンテンツの指標値と所定の閾値とを比較し、類似コンテンツの指標値が所定の閾値以上である場合、一のコンテンツを流行コンテンツであると判定する。 Further, in the information processing apparatus 100 according to the embodiment, the search unit 134 compares the index value of similar content with a predetermined threshold value, and when the index value of similar content is equal to or higher than the predetermined threshold value, one content is popularized. Determined to be content.

このように、実施形態に係る情報処理装置100は、類似コンテンツの指標値と所定の閾値とを比較し、類似コンテンツの指標値が所定の閾値以上である場合、一のコンテンツを流行コンテンツであると判定することにより、一のコンテンツが流行するかどうかを適切に判定することができる。 As described above, the information processing apparatus 100 according to the embodiment compares the index value of the similar content with the predetermined threshold value, and when the index value of the similar content is equal to or more than the predetermined threshold value, one content is a trendy content. By determining that, it is possible to appropriately determine whether or not one content is popular.

また、実施形態に係る情報処理装置100は、提供部135を有する。提供部135は、検索部134により抽出された類似コンテンツに基づいて、所定のサービスを提供する。 Further, the information processing device 100 according to the embodiment has a providing unit 135. The providing unit 135 provides a predetermined service based on the similar contents extracted by the search unit 134.

このように、実施形態に係る情報処理装置100は、抽出した類似コンテンツに基づいて、所定のサービスを提供することにより、類似のコンテンツに関する情報を用いたサービスを適切に提供することができる。 As described above, the information processing apparatus 100 according to the embodiment can appropriately provide a service using information on similar contents by providing a predetermined service based on the extracted similar contents.

また、実施形態に係る情報処理装置100において、取得部131は、ユーザが利用する端末装置から一のコンテンツに関するコンテンツ情報を取得する。提供部135は、端末装置10に所定のサービスを提供する。 Further, in the information processing device 100 according to the embodiment, the acquisition unit 131 acquires content information related to one content from the terminal device used by the user. The providing unit 135 provides a predetermined service to the terminal device 10.

このように、実施形態に係る情報処理装置100は、ユーザが利用する端末装置10から一のコンテンツに関するコンテンツ情報を取得し、端末装置10に所定のサービスを提供することにより、類似のコンテンツに関する情報を用いたサービスを適切に提供することができる。 In this way, the information processing device 100 according to the embodiment acquires content information related to one content from the terminal device 10 used by the user, and provides the terminal device 10 with a predetermined service to provide information on similar content. It is possible to appropriately provide services using.

また、実施形態に係る情報処理装置100において、提供部135は、類似コンテンツに関する情報提供サービスを提供する。 Further, in the information processing apparatus 100 according to the embodiment, the providing unit 135 provides an information providing service regarding similar contents.

このように、実施形態に係る情報処理装置100は、類似コンテンツに関する情報提供サービスを提供することにより、類似のコンテンツに関する情報を用いたサービスを適切に提供することができる。 As described above, the information processing apparatus 100 according to the embodiment can appropriately provide a service using information on similar contents by providing an information providing service on similar contents.

〔8.ハードウェア構成〕
上述してきた実施形態に係る情報処理装置100は、例えば図13に示すような構成のコンピュータ1000によって実現される。図13は、情報処理装置の機能を実現するコンピュータの一例を示すハードウェア構成図である。コンピュータ1000は、CPU1100、RAM1200、ROM(Read Only Memory)1300、HDD(Hard Disk Drive)1400、通信インターフェイス(I/F)1500、入出力インターフェイス(I/F)1600、及びメディアインターフェイス(I/F)1700を有する。
[8. Hardware configuration]
The information processing apparatus 100 according to the above-described embodiment is realized by, for example, a computer 1000 having a configuration as shown in FIG. FIG. 13 is a hardware configuration diagram showing an example of a computer that realizes the functions of the information processing device. The computer 1000 includes a CPU 1100, a RAM 1200, a ROM (Read Only Memory) 1300, an HDD (Hard Disk Drive) 1400, a communication interface (I / F) 1500, an input / output interface (I / F) 1600, and a media interface (I / F). ) Has 1700.

CPU1100は、ROM1300またはHDD1400に格納されたプログラムに基づいて動作し、各部の制御を行う。ROM1300は、コンピュータ1000の起動時にCPU1100によって実行されるブートプログラムや、コンピュータ1000のハードウェアに依存するプログラム等を格納する。 The CPU 1100 operates based on a program stored in the ROM 1300 or the HDD 1400, and controls each part. The ROM 1300 stores a boot program executed by the CPU 1100 when the computer 1000 is started, a program depending on the hardware of the computer 1000, and the like.

HDD1400は、CPU1100によって実行されるプログラム、及び、かかるプログラムによって使用されるデータ等を格納する。通信インターフェイス1500は、ネットワークNを介して他の機器からデータを受信してCPU1100へ送り、CPU1100が生成したデータをネットワークNを介して他の機器へ送信する。 The HDD 1400 stores a program executed by the CPU 1100, data used by such a program, and the like. The communication interface 1500 receives data from another device via the network N and sends it to the CPU 1100, and transmits the data generated by the CPU 1100 to the other device via the network N.

CPU1100は、入出力インターフェイス1600を介して、ディスプレイやプリンタ等の出力装置、及び、キーボードやマウス等の入力装置を制御する。CPU1100は、入出力インターフェイス1600を介して、入力装置からデータを取得する。また、CPU1100は、生成したデータを入出力インターフェイス1600を介して出力装置へ出力する。 The CPU 1100 controls an output device such as a display or a printer, and an input device such as a keyboard or a mouse via the input / output interface 1600. The CPU 1100 acquires data from the input device via the input / output interface 1600. Further, the CPU 1100 outputs the generated data to the output device via the input / output interface 1600.

メディアインターフェイス1700は、記録媒体1800に格納されたプログラムまたはデータを読み取り、RAM1200を介してCPU1100に提供する。CPU1100は、かかるプログラムを、メディアインターフェイス1700を介して記録媒体1800からRAM1200上にロードし、ロードしたプログラムを実行する。記録媒体1800は、例えばDVD(Digital Versatile Disc)、PD(Phase change rewritable Disk)等の光学記録媒体、MO(Magneto-Optical disk)等の光磁気記録媒体、テープ媒体、磁気記録媒体、または半導体メモリ等である。 The media interface 1700 reads a program or data stored in the recording medium 1800 and provides the program or data to the CPU 1100 via the RAM 1200. The CPU 1100 loads the program from the recording medium 1800 onto the RAM 1200 via the media interface 1700, and executes the loaded program. The recording medium 1800 is, for example, an optical recording medium such as a DVD (Digital Versatile Disc) or PD (Phase change rewritable disk), a magneto-optical recording medium such as an MO (Magneto-Optical disk), a tape medium, a magnetic recording medium, or a semiconductor memory. And so on.

例えば、コンピュータ1000が実施形態に係る情報処理装置100として機能する場合、コンピュータ1000のCPU1100は、RAM1200上にロードされたプログラムまたはデータ(例えば、モデルM1(モデルデータMDT1))を実行することにより、制御部130の機能を実現する。コンピュータ1000のCPU1100は、これらのプログラムまたはデータ(例えば、モデルM1(モデルデータMDT1))を記録媒体1800から読み取って実行するが、他の例として、他の装置からネットワークNを介してこれらのプログラムを取得してもよい。 For example, when the computer 1000 functions as the information processing apparatus 100 according to the embodiment, the CPU 1100 of the computer 1000 executes a program or data (for example, model M1 (model data MDT1)) loaded on the RAM 1200. The function of the control unit 130 is realized. The CPU 1100 of the computer 1000 reads and executes these programs or data (for example, model M1 (model data MDT1)) from the recording medium 1800, but as another example, these programs from another device via the network N. May be obtained.

以上、本願の実施形態のいくつかを図面に基づいて詳細に説明したが、これらは例示であり、発明の開示の行に記載の態様を始めとして、当業者の知識に基づいて種々の変形、改良を施した他の形態で本発明を実施することが可能である。 Although some of the embodiments of the present application have been described in detail with reference to the drawings, these are examples, and various modifications are made based on the knowledge of those skilled in the art, including the embodiments described in the disclosure line of the invention. It is possible to practice the present invention in other improved forms.

〔9.その他〕
また、上記実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部または一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部または一部を公知の方法で自動的に行うこともできる。この他、上記文書中や図面中で示した処理手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。例えば、各図に示した各種情報は、図示した情報に限られない。
[9. Others]
Further, among the processes described in the above-described embodiment, all or a part of the processes described as being automatically performed can be manually performed, or the processes described as being manually performed can be performed. All or part of it can be done automatically by a known method. In addition, the processing procedure, specific name, and information including various data and parameters shown in the above document and drawings can be arbitrarily changed unless otherwise specified. For example, the various information shown in each figure is not limited to the illustrated information.

また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。 Further, each component of each of the illustrated devices is a functional concept, and does not necessarily have to be physically configured as shown in the figure. That is, the specific form of distribution / integration of each device is not limited to the one shown in the figure, and all or part of the device is functionally or physically distributed / physically in arbitrary units according to various loads and usage conditions. Can be integrated and configured.

また、上述してきた各実施形態に記載された各処理は、処理内容を矛盾させない範囲で適宜組み合わせることが可能である。 In addition, the processes described in the above-described embodiments can be appropriately combined as long as the processing contents do not contradict each other.

また、上述してきた「部(section、module、unit)」は、「手段」や「回路」などに読み替えることができる。例えば、取得部は、取得手段や取得回路に読み替えることができる。 Further, the above-mentioned "section, module, unit" can be read as "means" or "circuit". For example, the acquisition unit can be read as an acquisition means or an acquisition circuit.

1 情報処理システム
100 情報処理装置
121 コンテンツ情報記憶部
122 インデックス情報記憶部
123 グラフ情報記憶部
124 モデル情報記憶部
130 制御部
131 取得部
132 生成部
133 決定部
134 検索部
135 提供部
10 端末装置
50 情報提供装置
N ネットワーク
1 Information processing system 100 Information processing device 121 Content information storage unit 122 Index information storage unit 123 Graph information storage unit 124 Model information storage unit 130 Control unit 131 Acquisition unit 132 Generation unit 133 Decision unit 134 Search unit 135 Providing unit 10 Terminal device 50 Information provider N network

Claims (15)

複数のコンテンツの各々に対応する複数のノードが、前記複数のコンテンツの類似性に応じて連結されたグラフ情報と、一のコンテンツに関するコンテンツ情報を取得する取得部と、
前記取得部により取得された前記グラフ情報の前記複数のノードのうち、所定の基準に基づいて決定された前記グラフ情報の検索の起点となる起点ノードを起点として、前記グラフ情報を検索することにより、前記複数のコンテンツのうち、前記一のコンテンツと類似するコンテンツである類似コンテンツを抽出する検索部と、
を備えたことを特徴とする情報処理装置。
A graph information in which a plurality of nodes corresponding to each of a plurality of contents are connected according to the similarity of the plurality of contents, an acquisition unit for acquiring the content information related to one content, and an acquisition unit.
By searching the graph information from the plurality of nodes of the graph information acquired by the acquisition unit, starting from the starting node that is the starting point for searching the graph information determined based on a predetermined criterion. , A search unit that extracts similar content that is similar to the one content among the plurality of contents.
An information processing device characterized by being equipped with.
前記起点ノードの決定に用いるインデックス情報に基づいて、前記起点ノードを決定する決定部、
をさらに備え、
前記検索部は、
前記決定部により決定された前記起点ノードを起点として、前記類似コンテンツを抽出する
ことを特徴とする請求項1に記載の情報処理装置。
A determination unit that determines the origin node based on the index information used to determine the origin node.
With more
The search unit
The information processing apparatus according to claim 1, wherein the similar contents are extracted from the starting point node determined by the determining unit.
前記決定部は、
木構造型の前記インデックス情報に基づいて、前記起点ノードを決定する
ことを特徴とする請求項2に記載の情報処理装置。
The decision unit
The information processing apparatus according to claim 2, wherein the starting node is determined based on the index information of the tree structure type.
前記取得部は、
前記複数のコンテンツの各々に対応する複数のベクトルの類似性に応じて、前記複数のノードが連結されたグラフ情報を取得する
ことを特徴とする請求項1〜3のいずれか1項に記載の情報処理装置。
The acquisition unit
The invention according to any one of claims 1 to 3, wherein the graph information in which the plurality of nodes are connected is acquired according to the similarity of the plurality of vectors corresponding to each of the plurality of contents. Information processing device.
前記取得部は、
前記複数のコンテンツの各々の特徴を示す前記複数のベクトルが類似性に応じて連結された前記グラフ情報を取得する
ことを特徴とする請求項4に記載の情報処理装置。
The acquisition unit
The information processing apparatus according to claim 4, wherein the plurality of vectors showing the characteristics of each of the plurality of contents acquire the graph information in which the plurality of vectors are connected according to the similarity.
前記取得部は、
所定のモデルを用いて前記複数のコンテンツの各々から抽出された特徴量を要素とする前記複数のベクトルが、類似性に応じて連結された前記グラフ情報を取得する
ことを特徴とする請求項4または請求項5に記載の情報処理装置。
The acquisition unit
4. Claim 4 characterized in that the plurality of vectors having feature quantities extracted from each of the plurality of contents using a predetermined model are concatenated according to the similarity to obtain the graph information. Alternatively, the information processing apparatus according to claim 5.
前記取得部は、
前記複数のコンテンツに関する情報を所定のモデルに入力することにより、抽出される前記複数のコンテンツの各々の特徴量を要素とする前記複数のベクトルが、類似性に応じて連結された前記グラフ情報を取得する
ことを特徴とする請求項4〜6のいずれか1項に記載の情報処理装置。
The acquisition unit
By inputting information on the plurality of contents into a predetermined model, the graph information in which the plurality of vectors having the feature amounts of the plurality of contents extracted as elements are concatenated according to the similarity is obtained. The information processing apparatus according to any one of claims 4 to 6, wherein the information processing apparatus is to be acquired.
前記取得部は、
前記類似コンテンツの流行に関する流行情報を取得し、
前記検索部は、
前記取得部により取得された前記流行情報に基づいて、前記一のコンテンツが流行するかどうかを判定する
ことを特徴とする請求項7に記載の情報処理装置。
The acquisition unit
Obtain trend information regarding the trend of similar content,
The search unit
The information processing apparatus according to claim 7, wherein it is determined whether or not the one content is popular based on the trend information acquired by the acquisition unit.
前記取得部は、
前記類似コンテンツの流行に関する指標値を示す前記流行情報を取得し、
前記検索部は、
前記類似コンテンツの前記指標値が所定の基準を満たす場合、前記一のコンテンツを流行する可能性がある流行コンテンツであると判定する
ことを特徴とする請求項8に記載の情報処理装置。
The acquisition unit
Acquire the trend information indicating the index value regarding the trend of the similar content,
The search unit
The information processing apparatus according to claim 8, wherein when the index value of the similar content satisfies a predetermined criterion, it is determined that the one content is a trendy content that may be popular.
前記検索部は、
前記類似コンテンツの前記指標値と所定の閾値とを比較し、前記類似コンテンツの前記指標値が前記所定の閾値以上である場合、前記一のコンテンツを前記流行コンテンツであると判定する
ことを特徴とする請求項9に記載の情報処理装置。
The search unit
The index value of the similar content is compared with a predetermined threshold value, and when the index value of the similar content is equal to or greater than the predetermined threshold value, the one content is determined to be the trendy content. The information processing apparatus according to claim 9.
前記検索部により抽出された前記類似コンテンツに基づいて、所定のサービスを提供する提供部、
をさらに備えたことを特徴とする請求項1〜10のいずれか1項に記載の情報処理装置。
A provider that provides a predetermined service based on the similar content extracted by the search unit,
The information processing apparatus according to any one of claims 1 to 10, further comprising.
前記取得部は、
ユーザが利用する端末装置から前記一のコンテンツに関する前記コンテンツ情報を取得し、
前記提供部は、
前記端末装置に前記所定のサービスを提供する
ことを特徴とする請求項11に記載の情報処理装置。
The acquisition unit
The content information related to the one content is acquired from the terminal device used by the user, and the content information is acquired.
The providing part
The information processing device according to claim 11, wherein the predetermined service is provided to the terminal device.
前記提供部は、
前記類似コンテンツに関する情報提供サービスを提供する
ことを特徴とする請求項11または請求項12に記載の情報処理装置。
The providing part
The information processing device according to claim 11 or 12, wherein an information providing service relating to the similar content is provided.
コンピュータが実行する情報処理方法であって、
複数のコンテンツの各々に対応する複数のノードが、前記複数のコンテンツの類似性に応じて連結されたグラフ情報と、一のコンテンツに関するコンテンツ情報を取得する取得工程と、
前記取得工程により取得された前記グラフ情報の前記複数のノードのうち、所定の基準に基づいて決定された前記グラフ情報の検索の起点となる起点ノードを起点として、前記グラフ情報を検索することにより、前記複数のコンテンツのうち、前記一のコンテンツと類似するコンテンツである類似コンテンツを抽出する検索工程と、
を含んだことを特徴とする情報処理方法。
It is an information processing method executed by a computer.
A graph information in which a plurality of nodes corresponding to each of a plurality of contents are connected according to the similarity of the plurality of contents, and an acquisition process of acquiring the content information related to one content.
By searching the graph information from the plurality of nodes of the graph information acquired in the acquisition step, starting from the starting node that is the starting point for searching the graph information determined based on a predetermined criterion. , A search process for extracting similar content that is similar to the one content among the plurality of contents.
An information processing method characterized by including.
複数のコンテンツの各々に対応する複数のノードが、前記複数のコンテンツの類似性に応じて連結されたグラフ情報と、一のコンテンツに関するコンテンツ情報を取得する取得手順と、
前記取得手順により取得された前記グラフ情報の前記複数のノードのうち、所定の基準に基づいて決定された前記グラフ情報の検索の起点となる起点ノードを起点として、前記グラフ情報を検索することにより、前記複数のコンテンツのうち、前記一のコンテンツと類似するコンテンツである類似コンテンツを抽出する検索手順と、
をコンピュータに実行させることを特徴とする情報処理プログラム。
A graph information in which a plurality of nodes corresponding to each of a plurality of contents are connected according to the similarity of the plurality of contents, an acquisition procedure for acquiring the content information related to one content, and an acquisition procedure.
By searching the graph information from the plurality of nodes of the graph information acquired by the acquisition procedure, starting from the starting node that is the starting point for searching the graph information determined based on a predetermined criterion. , A search procedure for extracting similar content that is similar to the one content among the plurality of contents,
An information processing program characterized by having a computer execute.
JP2018035897A 2018-02-28 2018-02-28 Information processing equipment, information processing methods, and information processing programs Active JP6856567B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018035897A JP6856567B2 (en) 2018-02-28 2018-02-28 Information processing equipment, information processing methods, and information processing programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018035897A JP6856567B2 (en) 2018-02-28 2018-02-28 Information processing equipment, information processing methods, and information processing programs

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2021044968A Division JP7119154B2 (en) 2021-03-18 2021-03-18 Information processing device, information processing method, and information processing program

Publications (2)

Publication Number Publication Date
JP2019152931A JP2019152931A (en) 2019-09-12
JP6856567B2 true JP6856567B2 (en) 2021-04-07

Family

ID=67946367

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018035897A Active JP6856567B2 (en) 2018-02-28 2018-02-28 Information processing equipment, information processing methods, and information processing programs

Country Status (1)

Country Link
JP (1) JP6856567B2 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2421094A (en) * 2004-12-09 2006-06-14 Sony Uk Ltd Generating reduced feature vectors for information retrieval
US8065293B2 (en) * 2007-10-24 2011-11-22 Microsoft Corporation Self-compacting pattern indexer: storing, indexing and accessing information in a graph-like data structure
JP2010020731A (en) * 2008-07-14 2010-01-28 Datasection Inc Information analyzing device and information analyzing program
JP2011060182A (en) * 2009-09-14 2011-03-24 Aim Co Ltd Content selection system
JP2016099705A (en) * 2014-11-19 2016-05-30 株式会社DMM.comラボ Information processing device, information providing method, and information providing program

Also Published As

Publication number Publication date
JP2019152931A (en) 2019-09-12

Similar Documents

Publication Publication Date Title
JP7122120B2 (en) Information processing device, information processing method, and information processing program
JP6967462B2 (en) Information processing equipment, information processing methods, and information processing programs
CN109471978B (en) Electronic resource recommendation method and device
CN110955831B (en) Article recommendation method and device, computer equipment and storage medium
JP6703572B2 (en) Information processing apparatus, information processing method, and information processing program
CN113268656A (en) User recommendation method and device, electronic equipment and computer storage medium
Behera et al. Collaborative filtering with temporal features for movie recommendation system
JP6976178B2 (en) Extractor, extraction method, and extraction program
JP2023162154A (en) Method, computer device and computer program for providing recommendation information based on local knowledge graph
CN104765752A (en) Recommending device and method based on user model evolution
JP6856567B2 (en) Information processing equipment, information processing methods, and information processing programs
JP6865706B2 (en) Information processing equipment, information processing methods, and information processing programs
JP7414906B2 (en) Information processing device, information processing method, and information processing program
JP7041530B2 (en) Display program, display method, and display device
JP6960361B2 (en) Information processing equipment, information processing methods, and information processing programs
JP7030485B2 (en) Extractor, extraction method, and extraction program
JP7158870B2 (en) Information processing device, information processing method, and information processing program
CN113901278A (en) Data search method and device based on global multi-detection and adaptive termination
JP7067946B2 (en) Information processing equipment, information processing methods, and information processing programs
JP7171196B2 (en) Authentication device, authentication method, and authentication program
JP6964540B2 (en) Information processing equipment, information processing methods, and information processing programs
JP6976183B2 (en) Extractor, extraction method, and extraction program
JP7221590B2 (en) Extraction device, extraction method, and extraction program
JP2021026576A (en) Information processing device, information processing method, and information processing program
JP6976202B2 (en) Information processing equipment, information processing methods, and information processing programs

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20191101

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20191108

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200309

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210219

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210318

R150 Certificate of patent or registration of utility model

Ref document number: 6856567

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250