JP6461639B2 - Learning data generation system, learning data generation method and program - Google Patents

Learning data generation system, learning data generation method and program Download PDF

Info

Publication number
JP6461639B2
JP6461639B2 JP2015033239A JP2015033239A JP6461639B2 JP 6461639 B2 JP6461639 B2 JP 6461639B2 JP 2015033239 A JP2015033239 A JP 2015033239A JP 2015033239 A JP2015033239 A JP 2015033239A JP 6461639 B2 JP6461639 B2 JP 6461639B2
Authority
JP
Japan
Prior art keywords
data
behavior
action
user
learning data
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
JP2015033239A
Other languages
Japanese (ja)
Other versions
JP2016157196A (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.)
KDDI Corp
Original Assignee
KDDI 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 KDDI Corp filed Critical KDDI Corp
Priority to JP2015033239A priority Critical patent/JP6461639B2/en
Publication of JP2016157196A publication Critical patent/JP2016157196A/en
Application granted granted Critical
Publication of JP6461639B2 publication Critical patent/JP6461639B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、半教師あり学習をユーザの行動認識に適用するときに、滞在場所属性ごとの特徴的な行動に基づいて誤った行動ラベルを訂正することにより、行動識別精度を向上させ、信頼度の高い行動認識のための学習データを生成する学習データ生成システム、学習データ生成方法およびプログラムに関する。   When applying semi-supervised learning to user behavior recognition, the present invention improves behavior identification accuracy and corrects reliability by correcting erroneous behavior labels based on characteristic behavior for each stay location attribute. The present invention relates to a learning data generation system, a learning data generation method, and a program for generating learning data for high behavior recognition.

従来、スマートフォンやウェアラブルデバイスといった携帯端末装置から収集されるモーションデータや音声データを用いることにより、ユーザ行動を認識する方式が提案されている。このような方式は、主に、教師あり学習に基づくものであるが、大量のラベル付データを作成するためのコストが課題となっている。この課題に対して、半教師あり学習の1つであるself−trainingが効果的であることが知られている。self−trainingは、少数のラベル付データから生成可能な識別器と大量のラベル無しデータとから、大量のラベル付データを作成することを可能とする。   Conventionally, a method for recognizing user behavior by using motion data and audio data collected from a mobile terminal device such as a smartphone or a wearable device has been proposed. Such a method is mainly based on supervised learning, but the cost for creating a large amount of labeled data is an issue. For this problem, it is known that self-training, which is one of semi-supervised learning, is effective. Self-training makes it possible to create a large amount of labeled data from a discriminator that can be generated from a small number of labeled data and a large amount of unlabeled data.

ここで、大量のラベル無しデータは、日常生活で容易に収集可能である。しかしながら、ラベル無しデータに誤った行動ラベルを付与してしまうと、識別器の認識精度が低下する恐れがある。そのため、非特許文献1では、ルールの中に信頼度を設け、付与ラベルの信頼度を決定するために、決定木学習においてラベル選択のための知識に付与されている信頼度を用いている。つまり、信頼度の高い知識に基づいて選択された行動ラベルは、信頼度の高いラベルと判断する。   Here, a large amount of unlabeled data can be easily collected in daily life. However, if an incorrect action label is assigned to unlabeled data, the recognition accuracy of the classifier may be reduced. Therefore, in Non-Patent Document 1, the reliability given to the knowledge for label selection in decision tree learning is used in order to provide the reliability in the rule and determine the reliability of the assigned label. That is, an action label selected based on knowledge with high reliability is determined as a label with high reliability.

また、非特許文献2では、複数の異なる学習器の複数のアルゴリズムによる行動ラベル選択結果を多数決により集約することによって、信頼度の高いラベル付与を可能としている。   Further, in Non-Patent Document 2, labeling with high reliability is enabled by aggregating action label selection results by a plurality of algorithms of a plurality of different learning devices by majority vote.

Exploring Semi−Supervised and Active Learning for Activity Recognition ;12th IEEE International Symposium on Wearable Computers、2008.;M.Stikic、et al.Exploring Semi-Supervised and Active Learning for Activity Recognition; 12th IEEE International Symposium on Wearable Computers, 2008. M. Stikic, et al. Activity Recognition Based on Semi−Supervised Learning ;13th IEEE International Conference on Embedded and Real−Time Computing Systems and Applications、2007;D.Guan、et al.Activity Recognition Based on Semi-Supervised Learning; 13th IEEE International Conference on Embedded and Real-Time Computing Systems and Applications; 7. Guan, et al. The Impact of Personalizationon Smartphone−Based Activity Recognition;Technical report、Workshop on Activity Context Representation、2012.;G.M.Weisss and J.W.Lockhart.The Impact of Personalization Smartphone-Based Activity Recognition; Technical report, Workshop on Activity Context Representation, 2012. G. M.M. Weisss and J.M. W. Lockhart.

しかしながら、非特許文献1、2のいずれにおいても、ユーザ自身の識別器のラベル選択結果のみに基づいて、信頼度の高いラベルを選択しているため、初期段階で識別器の認識精度が低い場合には、誤ったラベルを選択してしまう可能性が高く、認識精度が向上しないという問題がある。これは、サンプル数が限定的であるために生じる問題である。   However, in both of Non-Patent Documents 1 and 2, since a highly reliable label is selected based only on the label selection result of the user's own discriminator, the recognition accuracy of the discriminator is low at the initial stage. However, there is a high possibility that an incorrect label is selected, and the recognition accuracy is not improved. This is a problem caused by the limited number of samples.

ここで、self−trainingでは、最初の識別器が他ユーザのラベル付データから生成されることが一般的である。この点で、ユーザによっては、初期段階においての識別器の認識精度が低く、self−trainingで認識精度を向上させることが困難となる。なぜなら、非特許文献3によれば、ユーザ自身のラベル付データのみを用いた場合は、高い精度で行動を識別可能であるが、一方で、他ユーザのラベル付データを用いた場合には、行動識別精度が高いユーザも存在すれば、行動識別精度が著しく低いユーザも存在することが知られているからである。   Here, in self-training, the first discriminator is generally generated from the labeled data of other users. In this respect, depending on the user, the recognition accuracy of the discriminator in the initial stage is low, and it is difficult to improve the recognition accuracy by self-training. Because, according to Non-Patent Document 3, when only the user's own labeled data is used, the action can be identified with high accuracy. On the other hand, when the other user's labeled data is used, This is because it is known that if there are users with high behavior identification accuracy, there are also users with extremely low behavior identification accuracy.

以上のことから、self−trainingを行動認識に適用するときに、初期段階でユーザの行動に対する識別器の認識精度が低いと、日常生活で収集可能なユーザ自身のラベル無しデータを利用したとしても、識別器の行動認識精度が向上しないという問題がある。   From the above, when applying self-training to behavior recognition, if the recognition accuracy of the classifier for the user's behavior is low at the initial stage, even if the user's own unlabeled data that can be collected in daily life is used There is a problem that the action recognition accuracy of the classifier is not improved.

そこで、本発明は、上述の課題に鑑みてなされたものであり、半教師あり学習を行動認識に適用するときに、滞在場所属性ごとの特徴的な行動に基づいて誤った行動ラベルを訂正することにより、行動識別精度を向上させ、信頼度の高い行動認識のための学習データを生成する学習データ生成装置、学習データ生成システム、学習データ生成方法およびプログラムを提供することを目的とする。   Therefore, the present invention has been made in view of the above-described problems, and corrects an erroneous action label based on a characteristic action for each stay place attribute when semi-supervised learning is applied to action recognition. Accordingly, an object of the present invention is to provide a learning data generation device, a learning data generation system, a learning data generation method, and a program that improve the action identification accuracy and generate learning data for action recognition with high reliability.

本発明は、上述の課題を解決するために、以下の事項を提案している。   The present invention proposes the following items in order to solve the above-described problems.

本発明は、self−trainingを行動認識に適用するときに、滞在場所属性ごとの特徴的な行動(行動特性)に基づいて誤った行動ラベルを訂正することにより、行動識別精度を向上させ、信頼度の高い学習データ(ラベル付データ)を生成するものである。   When applying self-training to behavior recognition, the present invention improves behavior identification accuracy by correcting wrong behavior labels based on characteristic behavior (behavior characteristics) for each stay location attribute, High-level learning data (labeled data) is generated.

つまり、self−trainingでは、初期段階でユーザ行動に対する識別器の認識精度が低いと、誤ったラベルを選択し続ける可能性が高い。そのような識別器の認識精度を向上させるためには、誤りラベルを訂正することが求められる。そこで、一般的な人の行動特性(ユーザ自身の行動特性)から正しい行動ラベルを特定し、誤りラベルを訂正する方式(本願の第1の実施形態)を提案する。人の行動特性とは、人が滞在場所属性ごとに特徴的な行動をとることを指す。例えば、書店では読書、飲食店では食事、映画館では映像視聴などである。すなわち、滞在場所属性が分かれば、その場所で高頻度に発生する行動を知ることができる。識別器の誤り方が一定であるとすれば(ある行動に対して同じ行動に誤認識する)、人の行動特性に基づいて誤りラベルを訂正できる。例えば、飲食店での食事に対して映像視聴であると識別器が高い割合で誤認識した場合を考える。ここで、飲食店では、人は食事という行動をとるはずであるため、映像視聴は食事の誤りであると判断し、映像視聴を食事に訂正する。なお、滞在場所属性は、ユーザの滞在地点(緯度、経度)と地図情報から取得することが可能である。   That is, in self-training, if the recognition accuracy of the discriminator with respect to user behavior is low in the initial stage, there is a high possibility that an incorrect label will be selected. In order to improve the recognition accuracy of such a discriminator, it is required to correct the error label. Therefore, a method (first embodiment of the present application) is proposed in which a correct action label is specified from general person action characteristics (user's own action characteristics) and an error label is corrected. The human behavior characteristic means that a person takes a characteristic behavior for each staying place attribute. For example, it is reading at a bookstore, eating at a restaurant, and watching a video at a movie theater. That is, if the stay place attribute is known, it is possible to know the behavior that frequently occurs at the place. If the error of the classifier is constant (recognizing the same behavior for a certain behavior), the error label can be corrected based on the behavioral characteristics of the person. For example, consider a case where the classifier misrecognizes at a high rate that the user is watching a video at a restaurant. Here, in a restaurant, since a person should take the action of a meal, video viewing is determined to be a meal error, and video viewing is corrected to a meal. The stay location attribute can be acquired from the user's stay point (latitude, longitude) and map information.

しかし、先に提案した方式では、滞在場所属性ごとに人の行動特性を把握する必要がある.また、地図情報の整備という点でも実施者に対する負荷が高い。そのため、人の行動特性と地図情報を用いない方式(本願の第2の実施形態)を提案する。この方式では、ユーザ自身だけでなく他ユーザの識別器の認識結果に基づいて、滞在地点の特徴的な行動(行動特性)を特定することにより、誤りラベルを訂正する。self−trainingを行動認識に適用すると、識別器の認識精度が低いユーザが存在する一方で、認識精度が高いユーザも存在する。そのため、認識精度の高いユーザの行動に対する認識結果に従えば、滞在地点の特徴的な行動を特定できる。そこで、ある滞在地点で、ユーザの最高頻度で発生した行動認識結果を多数決で集約し、多数派に属する行動認識結果を特徴的な行動と特定する。そして、少数派に属する行動認識結果のラベルを特徴的な行動のラベルで訂正する。ここで、多数派への得票率が設定した閾値以上である場合にのみ正しくラベルを訂正できる可能性が高いと見なし、誤ったラベルを訂正することも可能である。すなわち、この発明によれば、初期段階でユーザの行動に対する識別器の認識精度が低い場合でも、日常生活で収集可能なユーザ自身のラベル無しデータを利用することにより、識別器の行動認識精度を向上を可能とした学習データ生成システム、学習データ生成方法およびプログラムを提供することができる。   However, in the proposed method, it is necessary to grasp the human behavior characteristics for each place of stay attribute. In addition, the burden on the practitioner is high in terms of maintaining map information. For this reason, a system that does not use human behavior characteristics and map information (second embodiment of the present application) is proposed. In this method, the error label is corrected by specifying a characteristic behavior (behavior characteristic) of the staying point based on the recognition result of the discriminator of other users as well as the user. When self-training is applied to action recognition, there are users with low recognition accuracy of the classifier, while there are users with high recognition accuracy. Therefore, if the recognition result for the user's action with high recognition accuracy is followed, the characteristic action at the staying point can be specified. Therefore, the action recognition results generated at the highest frequency of the user at a certain stay point are aggregated by majority vote, and the action recognition results belonging to the majority are identified as characteristic actions. Then, the label of the action recognition result belonging to the minority is corrected with the characteristic action label. Here, it is considered that there is a high possibility that the label can be correctly corrected only when the vote rate for the majority is equal to or higher than the set threshold value, and it is also possible to correct an incorrect label. That is, according to the present invention, even when the recognition accuracy of the discriminator for the user's behavior is low at the initial stage, by using the user's own unlabeled data that can be collected in daily life, the behavior recognition accuracy of the discriminator can be improved. It is possible to provide a learning data generation system, a learning data generation method, and a program that can be improved.

(1)本発明は、各ユーザの携帯端末とサーバとからなる学習データ生成システムであって、前記各ユーザの携帯端末が、前記サーバから入力した行動認識モデルと、モーションデータあるいは音データのいずれかとに基づいて前記ユーザの行動を認識する行動認識手段と、前記ユーザが携帯端末を操作しているかどうかを判定する操作判定手段と、前記ユーザの位置情報を検知する位置情報検知手段と、前記行動認識手段により認識された行動認識データ、前記携帯端末の操作状況、前記位置情報に基づいて、前記ユーザの行動データを生成する行動データ生成手段と、を備え、前記サーバが、前記行動データ生成手段が生成した前記各ユーザの行動データを格納する行動データ記憶手段と、滞在場所ごとの特徴的な行動である行動特性を格納する行動特性記憶手段と、地図情報を格納する地図データ記憶手段と、前記行動データ、行動特性、地図データに基づいて、前記ユーザの行動を認識するための学習データを生成する学習データ生成手段と、該生成した学習データを格納する学習データ記憶手段と、該格納された学習データに基づいて行動認識モデルを生成する行動認識モデル生成手段と、を備えたことを特徴とする学習データ生成システムを提案している。   (1) The present invention is a learning data generation system including a mobile terminal and a server of each user, and the user's mobile terminal inputs any of the action recognition model input from the server, motion data, or sound data. Action recognition means for recognizing the user's action based on heel, operation determination means for determining whether or not the user is operating a portable terminal, position information detection means for detecting the user's position information, and Action data generating means for generating action data of the user based on action recognition data recognized by action recognition means, operation status of the portable terminal, and position information, and the server generates the action data Action data storage means for storing the action data of each user generated by the means, and action characteristics that are characteristic actions for each place of stay Action data storage means for storing, map data storage means for storing map information, and learning data generating means for generating learning data for recognizing the user's action based on the action data, action characteristics, and map data A learning data generation system comprising: learning data storage means for storing the generated learning data; and action recognition model generation means for generating an action recognition model based on the stored learning data Has proposed.

(2)本発明は、(1)の学習データ生成システムについて、前記学習データ生成手段は、前記位置情報から算出した滞在地点と前記地図データとから滞在場所属性を特定し、該滞在場所属性と前記行動特性から滞在地点での特徴的な行動を求めることを特徴とする学習データ生成システムを提案している。   (2) In the learning data generation system according to (1), the learning data generation unit specifies a stay location attribute from the stay point calculated from the location information and the map data, and the stay location attribute A learning data generation system is proposed in which a characteristic behavior at a staying point is obtained from the behavior characteristics.

(3)本発明は、(2)の学習データ生成システムについて、前記行動データが、少なくとも、ユーザID、日時、行動ラベル、位置情報、特徴量で構成され、前記学習データ生成手段は、前記特徴的な行動と前記行動認識手段による認識結果とを比較し、一致していない場合には、該認識結果に対応する前記行動ラベルを前記特徴的な行動を示す行動ラベルで訂正して、学習データを生成することを特徴とする学習データ生成システムを提案している。   (3) In the learning data generation system according to (2), the behavior data includes at least a user ID, date and time, behavior label, position information, and feature amount, and the learning data generation unit includes the feature data If the behavioral action and the recognition result by the behavior recognition means are not matched, the behavior label corresponding to the recognition result is corrected with the behavior label indicating the characteristic behavior, and the learning data We have proposed a learning data generation system characterized by generating

(4)本発明は、各ユーザの携帯端末とサーバとからなる学習データ生成システムであって、前記各ユーザの携帯端末が、前記サーバから入力した行動認識モデルと、モーションデータあるいは音データのいずれかとに基づいて前記ユーザの行動を認識する行動認識手段と、前記ユーザが携帯端末を操作しているかどうかを判定する操作判定手段と、前記ユーザの位置情報を検知する位置情報検知手段と、前記行動認識手段により認識された行動認識データ、前記携帯端末の操作状況、前記位置情報に基づいて、前記ユーザの行動データを生成する行動データ生成手段と、を備え、前記サーバが、前記行動データ生成手段が生成した前記各ユーザの行動データを格納する行動データ記憶手段と、前記行動データに基づいて、前記ユーザの行動を認識するための学習データを生成する学習データ生成手段と、該生成した学習データを格納する学習データ記憶手段と、該格納された学習データに基づいて行動認識モデルを生成する行動認識モデル生成手段と、を備えたことを特徴とする学習データ生成システムを提案している。   (4) The present invention is a learning data generation system including a mobile terminal and a server of each user, and each of the mobile terminals of each user inputs an action recognition model input from the server and either motion data or sound data. Action recognition means for recognizing the user's action based on heel, operation determination means for determining whether or not the user is operating a portable terminal, position information detection means for detecting the user's position information, and Action data generating means for generating action data of the user based on action recognition data recognized by action recognition means, operation status of the portable terminal, and position information, and the server generates the action data Action data storage means for storing action data of each user generated by the means, and the action of the user based on the action data Learning data generating means for generating learning data for recognition, learning data storage means for storing the generated learning data, action recognition model generating means for generating an action recognition model based on the stored learning data, A learning data generation system characterized by comprising:

(5)本発明は、(4)の学習データ生成システムについて、前記行動データが、少なくとも、ユーザID、日時、行動ラベル、位置情報、特徴量で構成され、前記学習データ生成手段は、同一滞在地点における全ユーザから最高頻度で認識された前記行動ラベルを多数決で決定し、最も得票数を得た多数派の前記行動ラベルを滞在地点における特徴的な行動と見なすことを特徴とする学習データシステムを提案している。   (5) In the learning data generation system according to (4), the behavior data includes at least a user ID, a date and time, an action label, position information, and a feature amount, and the learning data generation means is the same stay A learning data system characterized in that the action label recognized most frequently by all users at a point is determined by majority vote, and the action label of the majority who has obtained the most votes is regarded as a characteristic action at the staying point. Has proposed.

(6)本発明は、(5)の学習データ生成システムについて、前記学習データ生成手段は、数1から多数決の前記得票数を計算することを特徴とする学習データ生成システムを提案している。   (6) The present invention proposes a learning data generation system according to (5), wherein the learning data generation means calculates the number of votes obtained from the majority vote from equation (1).

(7)本発明は、(6)の学習データ生成システムについて、前記学習データ生成手段は、同一滞在地点において前記多数決で少数派であった行動ラベルを多数派の前記行動ラベルで訂正し、学習データを生成することを特徴とする学習データ生成システム。   (7) The present invention relates to the learning data generation system according to (6), wherein the learning data generation means corrects an action label that is a minority in the majority at the same staying point with the action label of the majority, and learns A learning data generation system characterized by generating data.

(8)本発明は、(7)の学習データ生成システムについて、前記学習データ生成手段は、多数決の前記得票率が事前に設定した閾値以上である場合にのみ、少数派の前記行動ラベルを訂正することにより、学習データを生成することを特徴とする学習データ生成システムを提案している。   (8) In the learning data generation system according to (7), the learning data generation unit corrects the action label of the minority only when the vote rate of majority decision is equal to or higher than a preset threshold. Thus, a learning data generation system characterized by generating learning data is proposed.

(9)本発明は、(8)の学習データ生成システムについて、前記学習データ生成手段は、数2から多数決の前記得票率を計算することを特徴とする学習データ生成システムを提案している。   (9) The present invention proposes a learning data generation system according to (8), wherein the learning data generation means calculates the vote rate of majority vote from equation (2).

(10)本発明は、各ユーザの携帯端末とサーバとからなり、前記各ユーザの携帯端末が、前記サーバから入力した行動認識モデルと、モーションデータあるいは音データのいずれかとに基づいて前記ユーザの行動を認識する行動認識手段と、前記ユーザが携帯端末を操作しているかどうかを判定する操作判定手段と、前記ユーザの位置情報を検知する位置情報検知手段と、前記行動認識手段により認識された行動認識データ、前記携帯端末の操作状況、前記位置情報に基づいて、前記ユーザの行動データを生成する行動データ生成手段と、を備え、前記サーバが、前記行動データ生成手段が生成した前記各ユーザの行動データを格納する行動データ記憶手段と、滞在場所ごとの特徴的な行動である行動特性を格納する行動特性記憶手段と、地図情報を格納する地図データ記憶手段と、前記行動データ、行動特性、地図データに基づいて、前記ユーザの行動を認識するための学習データを生成する学習データ生成手段と、該生成した学習データを格納する学習データ記憶手段と、該格納された学習データに基づいて行動認識モデルを生成する行動認識モデル生成手段と、を備えた学習データ生成システムにおける学習データ生成方法であって、前記学習データ生成手段が、前記行動データ、行動特性、地図データを取得する第1のステップと、取得した前記行動データを滞在地点ごとに分類する第2のステップと、取得した地図データから前記滞在場所ごとに滞在場所属性を特定し、取得した行動特性から特徴的な行動を求める第3のステップと、前記滞在地点ごとに各ユーザに対して、最も高い頻度で認識された行動を取得した行動データから求める第4のステップと、前記各ユーザに対して滞在地点ごとに前記特徴的な行動と前記最も高い頻度で認識された行動とを比較して、一致しない場合に、前記最も高い頻度で認識された行動のラベルを前記特徴的な行動のラベルで訂正する第5のステップと、前記各ユーザに対して訂正したラベルを含む行動データからユーザID、行動ラベルおよび特徴量を抽出した学習データを生成する第6のステップと、を備えたことを特徴とする学習データ生成方法を提案している。   (10) The present invention includes each user's mobile terminal and a server, and each user's mobile terminal is based on the action recognition model input from the server and either the motion data or the sound data. Action recognition means for recognizing action, operation determination means for determining whether or not the user is operating a portable terminal, position information detection means for detecting position information of the user, and recognition by the action recognition means Action data generating means for generating action data of the user based on action recognition data, the operation status of the mobile terminal, and the position information, and each server generated by the action data generating means Behavior data storage means for storing the behavior data, behavior characteristic storage means for storing behavior characteristics that are characteristic behavior for each place of stay, Map data storage means for storing figure information, learning data generation means for generating learning data for recognizing the user's action based on the action data, action characteristics, and map data, and the generated learning data A learning data generation method in a learning data generation system comprising learning data storage means for storing and action recognition model generation means for generating an action recognition model based on the stored learning data, wherein the learning data generation A first step of acquiring the behavior data, behavior characteristics, and map data; a second step of classifying the acquired behavior data for each stay location; and staying for each stay location from the acquired map data A third step of identifying a place attribute and obtaining a characteristic behavior from the acquired behavior characteristics, and for each user for each stay point A fourth step of obtaining from the action data acquired the action recognized most frequently, and the characteristic action and the action recognized most frequently for each staying point for each user. In comparison, if there is no match, the fifth step of correcting the most frequently recognized action label with the characteristic action label, and action data including the label corrected for each user And a sixth step of generating learning data obtained by extracting the user ID, action label, and feature amount from the learning data generation method.

(11)本発明は、各ユーザの携帯端末とサーバとからなり、前記各ユーザの携帯端末が、前記サーバから入力した行動認識モデルと、モーションデータあるいは音データのいずれかとに基づいて前記ユーザの行動を認識する行動認識手段と、前記ユーザが携帯端末を操作しているかどうかを判定する操作判定手段と、前記ユーザの位置情報を検知する位置情報検知手段と、前記行動認識手段により認識された行動認識データ、前記携帯端末の操作状況、前記位置情報に基づいて、前記ユーザの行動データを生成する行動データ生成手段と、を備え、前記サーバが、前記行動データ生成手段が生成した前記各ユーザの行動データを格納する行動データ記憶手段と、滞在場所ごとの特徴的な行動である行動特性を格納する行動特性記憶手段と、地図情報を格納する地図データ記憶手段と、前記行動データ、行動特性、地図データに基づいて、前記ユーザの行動を認識するための学習データを生成する学習データ生成手段と、該生成した学習データを格納する学習データ記憶手段と、該格納された学習データに基づいて行動認識モデルを生成する行動認識モデル生成手段と、を備えた学習データ生成システムにおける学習データ生成方法であって、前記学習データ生成手段が、前記行動データ記憶手段から行動データを取得する第1のステップと、前記取得した行動データを滞在地点ごとに分類する第2のステップと、前記滞在地点ごとに前記各ユーザに対して、最も高い頻度で認識された行動を取得した行動データから求める第3のステップと、前記滞在地点ごとに、最も高い頻度で認識された行動としてユーザに最も支持された多数派の行動を投票率とともに求める第4のステップと、前記滞在地点ごとに、前記投票率が事前に設定した閾値を超えていれば、少数派の行動ラベルを多数派の行動ラベルで訂正する第5のステップと、前記各ユーザに対して訂正したラベルを含む行動データからユーザID、行動ラベルおよび特徴量を抽出した学習データを生成する第6のステップと、を備えたことを特徴とする学習データ生成方法を提案している。   (11) The present invention includes each user's mobile terminal and a server, and each user's mobile terminal is based on the action recognition model input from the server and either the motion data or the sound data. Action recognition means for recognizing action, operation determination means for determining whether or not the user is operating a portable terminal, position information detection means for detecting position information of the user, and recognition by the action recognition means Action data generating means for generating action data of the user based on action recognition data, the operation status of the mobile terminal, and the position information, and each server generated by the action data generating means Behavior data storage means for storing the behavior data, behavior characteristic storage means for storing behavior characteristics that are characteristic behavior for each place of stay, Map data storage means for storing figure information, learning data generation means for generating learning data for recognizing the user's action based on the action data, action characteristics, and map data, and the generated learning data A learning data generation method in a learning data generation system comprising learning data storage means for storing and action recognition model generation means for generating an action recognition model based on the stored learning data, wherein the learning data generation A means for acquiring behavior data from the behavior data storage means, a second step for classifying the acquired behavior data for each staying point, and for each user for each staying point, The third step to obtain from the action data acquired the action recognized the most frequently, and the highest frequency for each stay point A fourth step for determining the majority of the actions most favored by the user as perceived actions together with the vote rate, and for each staying point, if the vote rate exceeds a preset threshold, A fifth step of correcting the action label with a majority action label, and sixth learning data for extracting the user ID, action label, and feature amount from the action data including the corrected label for each user And a learning data generation method characterized by comprising steps.

(12)本発明は、各ユーザの携帯端末とサーバとからなり、前記各ユーザの携帯端末が、前記サーバから入力した行動認識モデルと、モーションデータあるいは音データのいずれかとに基づいて前記ユーザの行動を認識する行動認識手段と、前記ユーザが携帯端末を操作しているかどうかを判定する操作判定手段と、前記ユーザの位置情報を検知する位置情報検知手段と、前記行動認識手段により認識された行動認識データ、前記携帯端末の操作状況、前記位置情報に基づいて、前記ユーザの行動データを生成する行動データ生成手段と、を備え、前記サーバが、前記行動データ生成手段が生成した前記各ユーザの行動データを格納する行動データ記憶手段と、滞在場所ごとの特徴的な行動である行動特性を格納する行動特性記憶手段と、地図情報を格納する地図データ記憶手段と、前記行動データ、行動特性、地図データに基づいて、前記ユーザの行動を認識するための学習データを生成する学習データ生成手段と、該生成した学習データを格納する学習データ記憶手段と、該格納された学習データに基づいて行動認識モデルを生成する行動認識モデル生成手段と、を備えた学習データ生成システムにおける学習データ生成方法をコンピュータに実行させるためのプログラムであって、前記学習データ生成手段が、前記行動データ、行動特性、地図データを取得する第1のステップと、取得した前記行動データを滞在地点ごとに分類する第2のステップと、取得した地図データから前記滞在場所ごとに滞在場所属性を特定し、取得した行動特性から特徴的な行動を求める第3のステップと、前記滞在地点ごとに各ユーザに対して、最も高い頻度で認識された行動を取得した行動データから求める第4のステップと、前記各ユーザに対して滞在地点ごとに前記特徴的な行動と前記最も高い頻度で認識された行動とを比較して、一致しない場合に、前記最も高い頻度で認識された行動のラベルを前記特徴的な行動のラベルで訂正する第5のステップと、前記各ユーザに対して訂正したラベルを含む行動データからユーザID、行動ラベルおよび特徴量を抽出した学習データを生成する第6のステップと、をコンピュータに実行させるためのプログラムを提案している。   (12) The present invention includes each user's mobile terminal and a server, and each user's mobile terminal is based on the action recognition model input from the server and either the motion data or the sound data. Action recognition means for recognizing action, operation determination means for determining whether or not the user is operating a portable terminal, position information detection means for detecting position information of the user, and recognition by the action recognition means Action data generating means for generating action data of the user based on action recognition data, the operation status of the mobile terminal, and the position information, and each server generated by the action data generating means Behavior data storage means for storing the behavior data, behavior characteristic storage means for storing behavior characteristics that are characteristic behavior for each place of stay, Map data storage means for storing figure information, learning data generation means for generating learning data for recognizing the user's action based on the action data, action characteristics, and map data, and the generated learning data A program for causing a computer to execute a learning data generation method in a learning data generation system comprising: learning data storage means for storing; and action recognition model generation means for generating an action recognition model based on the stored learning data The learning data generating means includes a first step of acquiring the behavior data, behavior characteristics, and map data, a second step of classifying the acquired behavior data for each staying point, and the acquired map. A third place where a stay place attribute is specified for each stay place from the data, and a characteristic action is obtained from the acquired action characteristic And a fourth step for obtaining the behavior recognized most frequently for each user for each staying point, and the characteristic behavior for each staying point for each user. And the highest-recognized action, and if it does not match, the fifth step of correcting the highest-recognized action label with the characteristic action label, A program for causing a computer to execute a sixth step of generating learning data in which a user ID, a behavior label, and a feature amount are extracted from behavior data including a corrected label for each user is proposed.

(13)本発明は、各ユーザの携帯端末とサーバとからなり、前記各ユーザの携帯端末が、前記サーバから入力した行動認識モデルと、モーションデータあるいは音データのいずれかとに基づいて前記ユーザの行動を認識する行動認識手段と、前記ユーザが携帯端末を操作しているかどうかを判定する操作判定手段と、前記ユーザの位置情報を検知する位置情報検知手段と、前記行動認識手段により認識された行動認識データ、前記携帯端末の操作状況、前記位置情報に基づいて、前記ユーザの行動データを生成する行動データ生成手段と、を備え、前記サーバが、前記行動データ生成手段が生成した前記各ユーザの行動データを格納する行動データ記憶手段と、滞在場所ごとの特徴的な行動である行動特性を格納する行動特性記憶手段と、地図情報を格納する地図データ記憶手段と、前記行動データ、行動特性、地図データに基づいて、前記ユーザの行動を認識するための学習データを生成する学習データ生成手段と、該生成した学習データを格納する学習データ記憶手段と、該格納された学習データに基づいて行動認識モデルを生成する行動認識モデル生成手段と、を備えた学習データ生成システムにおける学習データ生成方法をコンピュータに実行させるためのプログラムであって、前記学習データ生成手段が、前記行動データ記憶手段から行動データを取得する第1のステップと、前記取得した行動データを滞在地点ごとに分類する第2のステップと、前記滞在地点ごとに前記各ユーザに対して、最も高い頻度で認識された行動を取得した行動データから求める第3のステップと、前記滞在地点ごとに、最も高い頻度で認識された行動としてユーザに最も支持された多数派の行動を投票率とともに求める第4のステップと、前記滞在地点ごとに、前記投票率が事前に設定した閾値を超えていれば、少数派の行動ラベルを多数派の行動ラベルで訂正する第5のステップと、前記各ユーザに対して訂正したラベルを含む行動データからユーザID、行動ラベルおよび特徴量を抽出した学習データを生成する第6のステップと、をコンピュータに実行させるためのプログラムを提案している。   (13) The present invention includes each user's mobile terminal and a server, and each user's mobile terminal is based on an action recognition model input from the server and either the motion data or the sound data. Action recognition means for recognizing action, operation determination means for determining whether or not the user is operating a portable terminal, position information detection means for detecting position information of the user, and recognition by the action recognition means Action data generating means for generating action data of the user based on action recognition data, the operation status of the mobile terminal, and the position information, and each server generated by the action data generating means Behavior data storage means for storing the behavior data, behavior characteristic storage means for storing behavior characteristics that are characteristic behavior for each place of stay, Map data storage means for storing figure information, learning data generation means for generating learning data for recognizing the user's action based on the action data, action characteristics, and map data, and the generated learning data A program for causing a computer to execute a learning data generation method in a learning data generation system comprising: learning data storage means for storing; and action recognition model generation means for generating an action recognition model based on the stored learning data The learning data generation means includes a first step of acquiring action data from the action data storage means, a second step of classifying the acquired action data for each staying point, and each staying point. For each user, a third step is obtained from the action data obtained for the action recognized most frequently. And, for each staying point, a fourth step for obtaining the majority action most favored by the user as the action recognized with the highest frequency together with the vote rate, and for each staying point, the vote rate is determined in advance. If it exceeds the threshold set in step 5, the fifth step of correcting the minority action label with the majority action label, and the action data including the corrected label for each user, the user ID, action label, and A program for causing a computer to execute a sixth step of generating learning data from which feature amounts have been extracted is proposed.

本発明によれば、self−trainingを行動認識に適用するときに,滞在場所属性ごとの特徴的な行動に基づいて誤った行動ラベルを訂正することにより、行動識別精度を向上させ、信頼度の高いラベル付データを生成する。そのため、初期段階でユーザの行動に対する識別器の認識精度が低い場合であっても、識別器の行動認識精度を向上させることが可能であるという効果がある。   According to the present invention, when applying self-training to action recognition, the action identification accuracy is improved by correcting the wrong action label based on the characteristic action for each stay place attribute, and the reliability is improved. Generate high labeled data. Therefore, there is an effect that it is possible to improve the action recognition accuracy of the classifier even when the recognition accuracy of the classifier with respect to the user's action is low in the initial stage.

本発明の第1の実施形態に係る学習データ生成システムの概略構成を示す図である。It is a figure showing the schematic structure of the learning data generation system concerning a 1st embodiment of the present invention. 本発明の第1の実施形態に係る学習データ生成システムの構成を示す図である。It is a figure which shows the structure of the learning data generation system which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態に係る行動データ記憶部に格納されるデータを例示した図である。It is the figure which illustrated the data stored in the action data storage part which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態に係る学習データ生成部の処理フロー図である。It is a processing flow figure of the learning data generation part which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態に係る行動データ記憶部に格納されるデータを例示した図である。It is the figure which illustrated the data stored in the action data storage part which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態に係る行動特性記憶部に格納される滞在場所ごとに発生しうる特徴的な行動(行動特性)を示す図である。It is a figure which shows the characteristic action (behavior characteristic) which can generate | occur | produce for every stay place stored in the action characteristic memory | storage part which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態に係る修正後に得られる学習データを例示した図である。It is the figure which illustrated learning data obtained after correction concerning a 1st embodiment of the present invention. 本発明の第2の実施形態に係る学習データ生成システムの構成を示す図である。It is a figure which shows the structure of the learning data generation system which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係る学習データ生成部の処理フロー図である。It is a processing flow figure of the learning data generation part which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係る行動データ記憶部に格納されるデータを例示した図である。It is the figure which illustrated the data stored in the action data storage part which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係る行動データ記憶部に格納されるデータを例示した図である。It is the figure which illustrated the data stored in the action data storage part which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係る行動データ記憶部に格納されるデータを例示した図である。It is the figure which illustrated the data stored in the action data storage part which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係る行動データ記憶部に格納されるデータを例示した図である。It is the figure which illustrated the data stored in the action data storage part which concerns on the 2nd Embodiment of this invention.

以下、本発明の実施形態について、図面を用いて、詳細に説明する。
なお、本実施形態における構成要素は適宜、既存の構成要素等との置き換えが可能であり、また、他の既存の構成要素との組合せを含む様々なバリエーションが可能である。したがって、本実施形態の記載をもって、特許請求の範囲に記載された発明の内容を限定するものではない。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
Note that the constituent elements in the present embodiment can be appropriately replaced with existing constituent elements and the like, and various variations including combinations with other existing constituent elements are possible. Therefore, the description of the present embodiment does not limit the contents of the invention described in the claims.

<第1の実施形態>
図1から図7を用いて、本実施形態に係る学習データ生成システムについて説明する。
<First Embodiment>
A learning data generation system according to the present embodiment will be described with reference to FIGS.

<学習データ生成システムの概要>
図1に示すように、本実施形態に係る学習データ生成システムは、滞在場所属性ごとの人の特徴的な行動を表す行動特性と地図データとを用いて、信頼度の高いラベル付データ(学習データ)を生成するものであり、携帯端末100〜 300とサーバ500とから構成されている。本実施形態に係る学習データ生成システムは、ユーザが所持する携帯端末100〜300がネットワークを介して、学習データ生成装置の役割を担うサーバ500に接続する。
<Outline of learning data generation system>
As shown in FIG. 1, the learning data generation system according to the present embodiment uses highly reliable labeled data (learning) using behavior characteristics and map data representing a person's characteristic behavior for each stay location attribute. Data), and includes mobile terminals 100 to 300 and a server 500. In the learning data generation system according to the present embodiment, portable terminals 100 to 300 possessed by a user are connected to a server 500 serving as a learning data generation device via a network.

<学習データ生成システムの構成>
図2に示すように、本実施形態に係る学習データ生成システムは、携帯端末100〜300とサーバ500とから構成され、携帯端末100(携帯端末200、300も同様の構成を備える)は、行動認識モデル更新部101と、行動認識部102と、モーションセンサ103の構成要素であり、携帯端末100の加速度をセンシングする加速度センサ103Aと携帯端末100の傾きをセンシングする傾きセンサ103Bと、音声情報を取得するマイク104と、アプリケーション動作監視部105と、GPS受信部106と、GPS測位部107と、行動データ生成部108とから構成されている。サーバ500は、行動データ記憶部501と、行動特性データ記憶部502と、地図データ記憶部503と、学習データ生成部504と、学習データ記憶部505と、行動認識モデル生成部506とから構成されている。
<Configuration of learning data generation system>
As illustrated in FIG. 2, the learning data generation system according to the present embodiment includes mobile terminals 100 to 300 and a server 500, and the mobile terminal 100 (the mobile terminals 200 and 300 have the same configuration) The recognition model update unit 101, the action recognition unit 102, and the motion sensor 103, which are components of the acceleration sensor 103A that senses the acceleration of the mobile terminal 100, the tilt sensor 103B that senses the tilt of the mobile terminal 100, and the voice information. It comprises a microphone 104 to be acquired, an application operation monitoring unit 105, a GPS receiving unit 106, a GPS positioning unit 107, and a behavior data generating unit 108. The server 500 includes a behavior data storage unit 501, a behavior characteristic data storage unit 502, a map data storage unit 503, a learning data generation unit 504, a learning data storage unit 505, and a behavior recognition model generation unit 506. ing.

行動認識モデル更新部101は、サーバ500内の行動認識モデル生成部506が生成する行動認識モデルにより、図示しない記憶装置内の行動認識モデルを更新し、更新した行動認識モデルを行動認識部102に出力する。なお、行動認識モデル更新部101は、ユーザが行動認識部102を利用しない時間帯、例えば、睡眠中の時間帯等にモデル更新を行なう。また、収集した学習データが少ない状況では、モデル更新があまり意味を成さないため、このような場合には、日ごとだけでなく、週ごとに更新を行なう。行動認識部102は、モーションセンサ103からのモーションデータとマイク104からの音データと行動認識モデル更新部101からの行動認識モデルとを入力する。そして、モーションセンサ103からのモーションデータとマイク104からの音データの特徴量を抽出し、入力した行動認識モデルに基づいて、ユーザ行動を分刻みで認識する。   The behavior recognition model update unit 101 updates the behavior recognition model in a storage device (not shown) with the behavior recognition model generated by the behavior recognition model generation unit 506 in the server 500, and updates the behavior recognition model to the behavior recognition unit 102. Output. The behavior recognition model update unit 101 updates the model during a time period when the user does not use the behavior recognition unit 102, for example, during sleep. In addition, in a situation where the collected learning data is small, model updating does not make much sense, and in such a case, updating is performed not only on a daily basis but also on a weekly basis. The behavior recognition unit 102 inputs the motion data from the motion sensor 103, the sound data from the microphone 104, and the behavior recognition model from the behavior recognition model update unit 101. Then, the feature amount of the motion data from the motion sensor 103 and the sound data from the microphone 104 is extracted, and the user behavior is recognized in increments based on the inputted behavior recognition model.

アプリケーション動作監視部105は、携帯端末100におけるアプリケーションの動作状況から、ユーザが携帯端末を操作しているかどうかを判定する。GPS受信部106は、衛生からGPS信号を受信する。GPS測位部107は、GPS受信部106が受信したGPS信号から緯度と経度で表される位置情報を取得する。行動データ生成部108は、アプリケーション動作監視部105から入力した情報、GPS測位部107から入力した位置情報、行動認識部102から入力した情報とに基づいて、ユーザの行動データを生成し、生成した行動データをネットワークを介してサーバ500に送信する。携帯端末200、300も同様に、携帯端末200、300内で生成した行動データをネットワークを介してサーバ500に送信する。   The application operation monitoring unit 105 determines whether the user is operating the mobile terminal from the operation status of the application in the mobile terminal 100. The GPS receiver 106 receives GPS signals from hygiene. The GPS positioning unit 107 acquires position information represented by latitude and longitude from the GPS signal received by the GPS receiving unit 106. The behavior data generation unit 108 generates and generates user behavior data based on the information input from the application operation monitoring unit 105, the position information input from the GPS positioning unit 107, and the information input from the behavior recognition unit 102. The action data is transmitted to the server 500 via the network. Similarly, the mobile terminals 200 and 300 transmit the action data generated in the mobile terminals 200 and 300 to the server 500 via the network.

具体的には、行動認識部102は、「歩行、静止、読書、食事、映像視聴」を認識する。ここで、「歩行、静止」のような基本行動は、十分高い精度で認識可能であるが、「読書、食事、映像視聴」のような応用行動については、互いに認識の誤りを生じることがある。そのため、例えば、行動認識部102が、ユーザ行動を「読書」と認識しても、実際は「食事」または「映像視聴」である可能性も考えられる。そこで、行動認識結果を特徴量に対する行動ラベルと見なし、行動データ生成部108が、行動ラベル、特徴量、位置情報からなる行動データを生成して、行動データを後述するサーバ500内の行動データ記憶部501に保存する。ただし、行動認識結果が誤っている可能性のある「読書、食事、映像視聴」の場合のみ、行動データ記憶部501に保存することとする。なお、参考文献1、2などによれば、行動認識モデルは、モーションデータ、音データの特徴量とユーザ行動の正解データから形成される学習データを用いて、決定木やサポートベクターマシンなどの機械学習アルゴリズムにより生成可能である。   Specifically, the action recognition unit 102 recognizes “walking, resting, reading, eating, watching video”. Here, basic behaviors such as “walking and resting” can be recognized with sufficiently high accuracy, but applied behaviors such as “reading, eating, watching videos” may cause recognition errors. . Therefore, for example, even if the action recognition unit 102 recognizes the user action as “reading”, there is a possibility that the action is actually “meal” or “video viewing”. Therefore, the behavior recognition result is regarded as a behavior label for the feature amount, and the behavior data generation unit 108 generates behavior data including the behavior label, the feature amount, and the position information, and stores the behavior data in a behavior data storage in the server 500 described later. Stored in the section 501. However, it is assumed that the action data storage unit 501 saves only in the case of “reading, eating, watching video” in which the action recognition result may be incorrect. According to References 1 and 2, etc., the action recognition model is a machine such as a decision tree or a support vector machine using learning data formed from motion data, feature values of sound data and correct data of user actions. It can be generated by a learning algorithm.

<参考文献1>
Stefan Dembach、et al.、‘’Simple and Complex Activity Recognition Through Smart Phone‘’、11thInternational Conference on Intelligent Enviroments、2012.
<Reference 1>
Stefan Dembach, et al. , '' Simple and Complex Activity Recognition Through Smart Phone '', 11 th International Conference on Intelligent Enviroments, 2012.

<参考文献2>
Koji Yatani and Khai N.Truong、‘’BodyScope:A Wearable Acoustic Sensor for Activity Recognition、14th ACM International Conference on Ubiquitous Computing、2012.
<Reference 2>
Koji Yatani and Khai N .; Truong, '' BodyScope: A Wearable Acoustic Sensor for Activity Recognition, 14 th ACM International Conference on Ubiquitous Computing, 2012.

サーバ500内の行動データ記憶部501は、各携帯端末100〜300内の行動データ生成部108が、生成した行動ラベル、特徴量、位置情報からなる行動データを各携帯端末100〜300ごとに保存する。行動特性データ記憶部502は、滞在場所属性ごとの特徴的な行動である行動特性を保存する。例えば、「読書」、「食事」および「映像視聴」といった行動は、滞在場所属性によっては高頻度で発生する特徴的な行動である。図6に示すように、「書店」であれば「読書」、「飲食店」であれば「食事」、「映画館」であれば「映像視聴」が特徴的な行動となる。地図データ記憶部503は、メッシュ単位で区切られた区画に対して滞在場所属性を付与した地図データを保存する。地図データを用いれば、ユーザの滞在地点と区画の重なりから滞在場所属性を特定することができる。   The behavior data storage unit 501 in the server 500 stores behavior data including behavior labels, feature amounts, and position information generated by the behavior data generation unit 108 in each mobile terminal 100 to 300 for each mobile terminal 100 to 300. To do. The behavior characteristic data storage unit 502 stores behavior characteristics that are characteristic behaviors for each stay location attribute. For example, actions such as “reading”, “meal”, and “viewing video” are characteristic actions that occur frequently depending on the stay location attribute. As shown in FIG. 6, “reading” is a characteristic action for “bookstores”, “meal” is for “restaurants”, and “video viewing” is a characteristic action for “movie theaters”. The map data storage unit 503 stores map data in which a stay location attribute is assigned to a section divided in units of meshes. If map data is used, a stay place attribute can be specified from the overlap of a user's stay point and a division.

学習データ生成部504は、行動データ、行動特性、地図データとを用いて、行動データ中の誤った行動ラベルを訂正し、信頼度の高いラベル付データ(学習データ)を生成する。具体的には、ユーザの行動データごとに以下の処理を実施する。まず、行動データを滞在地点ごとに分ける。次に、地図データを用いて、滞在地点ごとに、滞在場所属性を特定し、行動特性から特徴的な行動を割り出す。また、行動データから滞在地点ごとに、最高頻度で認識された行動を割り出す。そして、滞在地点ごとに特徴的な行動と最高頻度で認識された行動を比較し、一致していない場合に、最高頻度で認識された行動のラベルを特徴的な行動のラベルで訂正する。なお、一致している場合は、何も処理を施さない。最後に、行動ラベルとそれに対応する特徴量を学習データとして、学習データ記憶部505に保存する。行動認識モデル生成部506は、学習データ生成部504から受信した信号をトリガに学習データ記憶部505内のデータから行動認識モデルを生成する。なお、行動認識モデルの生成は、ユーザが行動認識部102を利用しない時間帯、例えば、睡眠中の時間帯等に行なう。また、収集した学習データが少ない状況では、モデル更新があまり意味を成さないため、このような場合には、日ごとだけでなく、週ごとに更新を行なう。   The learning data generation unit 504 corrects an erroneous action label in the action data using action data, action characteristics, and map data, and generates labeled data (learning data) with high reliability. Specifically, the following processing is performed for each user action data. First, the behavior data is divided for each staying point. Next, a stay place attribute is specified for each stay point using map data, and a characteristic action is determined from the action characteristic. Moreover, the action recognized with the highest frequency is calculated for each staying point from the action data. Then, the characteristic action and the action recognized with the highest frequency are compared for each staying point, and if they do not match, the label of the action recognized with the highest frequency is corrected with the label of the characteristic action. If they match, no processing is performed. Finally, the action label and the feature amount corresponding to the action label are stored in the learning data storage unit 505 as learning data. The behavior recognition model generation unit 506 generates a behavior recognition model from the data in the learning data storage unit 505 using the signal received from the learning data generation unit 504 as a trigger. The behavior recognition model is generated during a time period when the user does not use the behavior recognition unit 102, for example, a time period during sleep. In addition, in a situation where the collected learning data is small, model updating does not make much sense, and in such a case, updating is performed not only on a daily basis but also on a weekly basis.

<学習データ生成システムの処理>
図3から図6を用いて、本実施形態に係る学習データ生成システムの処理について説明する。
<Processing of learning data generation system>
Processing of the learning data generation system according to the present embodiment will be described with reference to FIGS.

サーバ500内の行動データ記憶部501は、各携帯端末100〜300から受信した行動データを携帯端末100〜300ごとに保存している。図3に、行動データを例示する。図3に示すように、行動データは、ユーザID、日時、行動ラベル、位置情報、特徴量とから構成されている。例えば、2014/12/1 11:30:00時点に位置(x0、y0)で読書、2014/12/1 12:00:00時点に位置(x1、y1)で食事というデータが存在する。ここで、参考文献3などによれば、位置情報履歴から、ある地点付近における滞留時間がある閾値を超えた場合に、滞在場所を特定することが可能である。しかし、ここでは、簡単化のために、同一位置情報の場合にのみ同一地点に滞在していると見なす。図3に示す行動データでは、2014/12/1 12:00:00から2014/12/1 12:09:00まで、同一地点(x1、y1)に滞在していることが分かる。   The behavior data storage unit 501 in the server 500 stores behavior data received from each portable terminal 100 to 300 for each portable terminal 100 to 300. FIG. 3 illustrates behavior data. As shown in FIG. 3, the behavior data is composed of a user ID, date and time, behavior label, position information, and feature amount. For example, there is data such as reading at a position (x0, y0) at the time of 2014/12/1 11:30, and meal at a position (x1, y1) at the time of 2014/12/1 12:00:00. Here, according to Reference 3 or the like, it is possible to specify a staying place from the position information history when the staying time near a certain point exceeds a certain threshold. However, here, for simplification, it is considered that the user is staying at the same point only in the case of the same position information. In the behavior data shown in FIG. 3, it can be seen that the user stays at the same point (x1, y1) from 2014/12/1 12:00:00 to 2014/12/1 12:09:00.

<参考文献3>
西野等;滞在地遷移情報からの行動パターン抽出方式の検討;情報処理学会研究報告.ユビキタスコンピューティングシステム、2008(110)pp.57−64
<Reference 3>
Nishino et al. Examination of action pattern extraction method from staying area transition information; Ubiquitous Computing System, 2008 (110) pp. 57-64

図4に示すように、学習データ生成部504は、まず、行動データ記憶部501、行動特性データ記憶部502、地図データ記憶部503から行動データ、行動特性、地図データを取得する(ステップS101)。   4, the learning data generation unit 504 first acquires behavior data, behavior characteristics, and map data from the behavior data storage unit 501, the behavior characteristic data storage unit 502, and the map data storage unit 503 (step S101). .

学習データ生成部504は、図5で示された行動データを滞在地点ごとに分ける(ステップS102)。学習データ生成部504は、取得した地図データから滞在場所ごとに滞在場所属性を特定し、取得した行動特性から特徴的な行動aを求める(ステップS103)。   The learning data generation unit 504 divides the behavior data shown in FIG. 5 for each staying point (step S102). The learning data generation unit 504 specifies a stay location attribute for each stay location from the acquired map data, and obtains a characteristic behavior a from the acquired behavior characteristics (step S103).

学習データ生成部504は、滞在地点ごとに各ユーザに対して、最も高い頻度で認識された行動a’を取得した行動データから求める(ステップS104)。学習データ生成部504は、各ユーザに対して滞在地点ごとにaとa’とを比較して、一致しない場合に、a’のラベルをaのラベルで訂正する(ステップS105)。   The learning data generation unit 504 obtains for each user from the action data obtained the action a 'recognized most frequently for each staying point (step S104). The learning data generation unit 504 compares a and a 'for each staying point for each user, and corrects the a' label with the a label if they do not match (step S105).

学習データ生成部504は、各ユーザに対して訂正したラベルを含む行動データからユーザID、行動ラベルおよび特徴量を抽出したラベル付きデータ(学習データ)を生成し(ステップS106)、生成したラベル付きデータ(学習データ)を学習データ記憶部505に保存する(ステップS107)。   The learning data generation unit 504 generates labeled data (learning data) obtained by extracting the user ID, the behavior label, and the feature amount from the behavior data including the corrected label for each user (step S106), and the generated labeled data is added. Data (learning data) is stored in the learning data storage unit 505 (step S107).

図5を用いて、具体的に説明すると、ユーザID(:1)の滞在地点(x1、y1)の行動データをd1(x1、y1)、滞在地点(x2、y2)の行動データをd1(x2、y2)とし、このとき、行動データdi(xj、yj)から最高頻度で発生した行動ラベルを求める関数をf(di(xj、yj))とすれば、f(d1(x1、y1))=映像視聴、f(d1(x2、y2))=食事となる。ここで、地図データから(x1、y1) と(x2、y2)の滞在場所属性がどちらも「飲食店」であったとすれば、行動特性から「飲食店」の特徴的な行動は「食事」となる。そのため、(x1、y1)についてのみ、「映像視聴」を「食事」に訂正し、訂正した行動ラベルを含む学習データを生成する。このとき生成される学習データは、図7のようになる。 Specifically, using FIG. 5, the action data of the stay point (x1, y1) of the user ID (: 1) is d1 (x1, y1) , and the action data of the stay point (x2, y2) is d1 ( x2, y2), and f (d1 (x1, y1)) if the function for obtaining the action label generated at the highest frequency from the action data di (xj, yj) is f (di (xj, yj) ). ) = Video viewing, f (d1 (x2, y2) ) = meal. Here, if the stay place attribute of (x1, y1) and (x2, y2) is both “restaurant” from the map data, the characteristic behavior of “restaurant” is “meal” from the behavior characteristics. It becomes. Therefore, only for (x1, y1), “viewing video” is corrected to “meal”, and learning data including the corrected action label is generated. The learning data generated at this time is as shown in FIG.

以上、説明したように、本実施形態によれば、滞在場所属性ごとの特徴的な行動に基づいて誤った行動ラベルを訂正することにより、行動識別精度を向上させ、信頼度の高いラベル付データ(学習データ)を生成する。そのため、初期段階でユーザの行動に対する識別器の認識精度が低い場合であっても、識別器の行動認識精度を向上させることが可能となる。   As described above, according to the present embodiment, labeled data with high reliability can be obtained by improving the action identification accuracy by correcting the wrong action label based on the characteristic action for each stay location attribute. (Learning data) is generated. Therefore, even when the recognition accuracy of the classifier for the user's behavior is low in the initial stage, it is possible to improve the behavior recognition accuracy of the classifier.

<第2の実施形態>
図8から図13を用いて、本実施形態に係る学習データ生成システムについて説明する。本実施形態では、第1の実施形態において設けられていた行動特性記憶部、地図データ記憶部のデータを用いることなく、信頼度の高いラベル付きデータ(学習データ)を生成するものである。
<Second Embodiment>
The learning data generation system according to the present embodiment will be described with reference to FIGS. In the present embodiment, highly reliable labeled data (learning data) is generated without using the data of the behavior characteristic storage unit and the map data storage unit provided in the first embodiment.

第1の実施形態では、滞在場所属性ごとに人の行動特性を把握する必要があり、また、地図情報の整備という点でも実施者に対する負荷が高い。そのため、本実施形態では、人の行動特性と地図情報を用いない方式を提案する。本実施形態では、ユーザ自身だけでなく他ユーザの識別器の認識結果に基づいて、滞在地点の特徴的な行動を特定することにより、誤りラベルの訂正を行う。一般に、self−trainingをユーザの行動認識に適用すると、識別器の認識精度が低いユーザが存在する一方で、認識精度が高いユーザも存在する。そこで、認識精度の高いユーザの行動に対する認識結果に従えば、滞在地点の特徴的な行動を特定できる。つまり、ある滞在地点で、ユーザの最高頻度で発生した行動認識結果を多数決で集約し、多数派に属する行動認識結果を特徴的な行動と特定する。そして、少数派に属する行動認識結果のラベルを特徴的な行動のラベルで訂正する。ここで、多数派への得票率が設定した閾値以上である場合にのみ正しくラベルを訂正できる可能性が高いと見なし、誤ったラベルを訂正することが可能となる。   In 1st Embodiment, it is necessary to grasp | ascertain a person's action characteristic for every stay place attribute, and the load with respect to an implementer is high also at the point of maintenance of map information. Therefore, this embodiment proposes a method that does not use human behavior characteristics and map information. In the present embodiment, the error label is corrected by specifying the characteristic behavior of the staying point based on the recognition result of the discriminator of other users as well as the user. In general, when self-training is applied to user behavior recognition, while there are users with low recognition accuracy of the classifier, there are also users with high recognition accuracy. Then, if the recognition result with respect to a user's action with high recognition accuracy is followed, the characteristic action of a staying point can be specified. That is, the action recognition results generated at the highest frequency of the user at a certain stay point are aggregated by majority vote, and the action recognition results belonging to the majority are identified as characteristic actions. Then, the label of the action recognition result belonging to the minority is corrected with the characteristic action label. Here, it is considered that there is a high possibility that the label can be correctly corrected only when the vote rate for the majority is equal to or higher than the set threshold value, and it becomes possible to correct an incorrect label.

<学習データ生成システムの構成>
図8に示すように、本実施形態に係る学習データ生成システムは、携帯端末100〜 300とサーバ500とから構成され、携帯端末100(携帯端末200、300も同様の構成を備える)は、行動認識モデル更新部101と、行動認識部102と、モーションセンサ103の構成要素であり、携帯端末100の加速度をセンシングする加速度センサ103Aと携帯端末100の傾きをセンシングする傾きセンサ103Bと、音声情報を取得するマイク104と、アプリケーション動作監視部105と、GPS受信部106と、GPS測位部107と、行動データ生成部108とから構成されている。サーバ500は、行動データ記憶部501と、学習データ記憶部505と、行動認識モデル生成部506と、学習データ生成部510とから構成されている。なお、第1の実施形態と同一の符号を付す構成要素については、同様の機能を有することから、その詳細な説明は省略する。
<Configuration of learning data generation system>
As illustrated in FIG. 8, the learning data generation system according to the present embodiment includes mobile terminals 100 to 300 and a server 500, and the mobile terminal 100 (the mobile terminals 200 and 300 have the same configuration) The recognition model update unit 101, the action recognition unit 102, and the motion sensor 103, which are components of the acceleration sensor 103A that senses the acceleration of the mobile terminal 100, the tilt sensor 103B that senses the tilt of the mobile terminal 100, and the voice information. It comprises a microphone 104 to be acquired, an application operation monitoring unit 105, a GPS receiving unit 106, a GPS positioning unit 107, and a behavior data generating unit 108. The server 500 includes a behavior data storage unit 501, a learning data storage unit 505, a behavior recognition model generation unit 506, and a learning data generation unit 510. In addition, about the component which attaches | subjects the same code | symbol as 1st Embodiment, since it has the same function, the detailed description is abbreviate | omitted.

学習データ生成部510は、行動データ記憶部501に保存される各ユーザの滞在地点に紐付いた行動データを取得し、この行動データを滞在地点ごとに分類する。次に、滞在地点ごとに、最も多くのユーザに対して、最高の頻度で認識された行動ラベル(多数派の行動ラベル)を求める。そして、少数派の行動ラベルを多数派の行動ラベルで訂正して、生成した行動ラベルとそれに対応する特徴量を学習データとして、学習データ記憶部505に保存する。   The learning data generation unit 510 acquires behavior data associated with each user's stay point stored in the behavior data storage unit 501 and classifies this behavior data for each stay point. Next, the action label (majority action label) recognized with the highest frequency is obtained for the most users for each staying point. Then, the minority action label is corrected with the majority action label, and the generated action label and the corresponding feature amount are stored in the learning data storage unit 505 as learning data.

<学習データ生成システムの処理>
図9から図13を用いて、本実施形態に係る学習データ生成システムの処理について説明する。
<Processing of learning data generation system>
The process of the learning data generation system according to the present embodiment will be described with reference to FIGS.

図9に示すように、学習データ生成部510は、まず、行動データ記憶部501から行動データを取得する(ステップS201)。   As illustrated in FIG. 9, the learning data generation unit 510 first acquires behavior data from the behavior data storage unit 501 (step S201).

学習データ生成部510は、図5、図10から図13で示された行動データを滞在地点ごとに分ける(ステップS202)。学習データ生成部510は、滞在地点ごとに各ユーザに対して、最も高い頻度で認識された行動を取得した行動データから求める(ステップS203)。   The learning data generation unit 510 divides the behavior data shown in FIGS. 5 and 10 to 13 for each staying point (step S202). The learning data generation unit 510 obtains the action recognized at the highest frequency for each user from the action data obtained for each staying point (step S203).

学習データ生成部510は、滞在地点ごとに、最も高い頻度で認識された行動としてユーザに最も支持された多数派の行動を投票率とともに求める(ステップS204)。学習データ生成部510は、滞在地点ごとに、投票率が事前に設定した閾値を超えていれば、少数派の行動ラベルを多数派の行動ラベルで訂正する(ステップS205)。   The learning data generation unit 510 obtains the majority of the actions most favored by the user as the action recognized with the highest frequency for each staying point, together with the vote rate (step S204). For each staying point, the learning data generation unit 510 corrects the minority action label with the majority action label if the voting rate exceeds a preset threshold (step S205).

学習データ生成部510は、各ユーザに対して訂正したラベルを含む行動データからユーザID、行動ラベルおよび特徴量を抽出したラベル付きデータ(学習データ)を生成し(ステップS206)、生成したラベル付きデータ(学習データ)を学習データ記憶部505に保存する(ステップS207)。   The learning data generation unit 510 generates labeled data (learning data) obtained by extracting the user ID, the action label, and the feature amount from the action data including the corrected label for each user (step S206), and the generated labeled data is added. Data (learning data) is stored in the learning data storage unit 505 (step S207).

以下では、ユーザID=iの滞在地点(x、y)における行動データをdi(xj、yj)とし、滞在地点(x、y) での行動データ全体は、D(xj、yj)={d1(xj、yj)、・・・、dn(xj、yj) }で表すものとし(n:ユーザ数,ユーザID=iでの滞在地点(x、y)における行動データが存在しない場合、di(xj、yj)=0)、具体的に、学習データ生成部510の処理について説明する。 In the following, the action data at the stay point (x j , y j ) of the user ID = i is assumed to be di (xj , y j ), and the entire action data at the stay point (x j , y j ) is D (xj, yj). ) = {D1 (xj, yj) ,..., Dn (xj, yj) } (n: number of users, user ID = action data at a stay point (x j , y j ) at i ) If it does not exist, di (xj, yj) = 0), specifically, the processing of the learning data generation unit 510 will be described.

学習データ生成部510は、取得した行動データを滞在地点ごとに分けることにより、D={D(x1、y1)、・・・、D(xm、ym)}(m*;滞在地点数)を得る。次に、滞在地点ごとに、最も多くのユーザに対して最高頻度で認識された行動のラベルを求める。ここで、行動データdi(xj、yj)から最高頻度で発生した行動ラベルを求める関数をf(di(xj、yj))とし、行動ラベルをl(エル)としたときg(l、di(xj、yj))を以下のように定義する。 The learning data generation unit 510 divides the acquired behavior data for each staying point, so that D = {D (x1, y1) , ..., D (xm, ym) } (m *: the number of staying points). obtain. Next, the label of the action recognized with the highest frequency for the most users is obtained for each staying point. Here, the function for obtaining the action label that occurs with the highest frequency from the action data di (xj, yj) is f (di (xj, yj) ), and g (l, di ( xj, yj) ) are defined as follows.

g(l、di(xj、yj)) =Iflとf(di(xj、yj))が一致するthen l otherwise 0
このとき、滞在地点(x、y) での多数派の行動ラベルは、以下の得票数の計算式(数1)を最大にする行動ラベルl‘である。
g (l, di (xj, yj) ) = ifl and f (di (xj, yj) ) match then lotherwise 0
At this time, the action label of the majority at the stay point (x j , y j ) is an action label l ′ that maximizes the following formula for calculating the number of votes (Equation 1).

Figure 0006461639
Figure 0006461639

また、得票率は以下の数2で表される。   The vote rate is expressed by the following formula 2.

Figure 0006461639
Figure 0006461639

そして、得票結果に従って、少数派の行動ラベルを多数派の行動ラベルで訂正する。すなわち、f(di(xj、yj))≠l‘であるdi(xj、yj)に対して、f(di(xj、yj))で表される行動ラベルをl‘で訂正する。 Then, the minority action label is corrected with the majority action label according to the vote result. That, f (di (xj, yj )) ≠ l ' is a di (xj, yj) against, f (di (xj, yj )) the behavior label represented by l' is corrected in.

また、訂正した行動ラベルのみを含む行動データからラベル付データとして必要なユーザID、行動ラベル、および特徴量のみ抽出したラベル付データd‘i(xj、yj)を生成する (なお、f(di(xj、yj))=l‘’であれば、d‘i(xj、yj)≠0である)。 Also, the labeled data d′ i (xj, yj) is generated by extracting only the user ID, the action label, and the feature quantity necessary as the labeled data from the action data including only the corrected action label (f (di If (xj, yj) ) = l ″, then d′ i (xj, yj) ≠ 0).

滞在地点ごとに得票とラベル訂正を繰り返すことにより、最終的に各ユーザに対するラベル付データD‘i={d‘i(xj、yj)、・・・、d‘i(xm、ym) } (ユーザID=iの場合)を得て、このラベル付データ(学習データ)を学習データ記憶部505に保存する。このとき、滞在地点での多数派への得票率に応じて多数派の行動ラベルの信頼度に優劣を与えることができる。そのため、得票率が事前に設定した閾値を超えた場合にのみ、ラベル付データとして採用することにより、更に、信頼度の高いラベル付データを得ることができる。 By repeating the vote and the label correction for each staying point, the labeled data D′ i = {d′ i (xj, yj) ,..., D′ i (xm, ym) } ( When the user ID = i), the labeled data (learning data) is stored in the learning data storage unit 505. At this time, the reliability of the majority's action label can be given superiority or inferiority according to the vote rate for the majority at the staying point. Therefore, it is possible to obtain labeled data with higher reliability by adopting it as labeled data only when the vote rate exceeds a preset threshold value.

<実施例>
以下、図5、図10から図13を用いて、本実施形態に係る実施例について説明する。
図5、図10から図13から、
(x1、y1)={d1(x1、y1)、d2(x1、y1)、d3(x1、y1)、d4(x1、y1)、d5(x1、y1) }、f(d1(x1、y1))=映像視聴、f(d2(x1、y1))=食事、f(d3(x1、y1))=食事、f(d4(x1、y1))=食事、f(d5(x1、y1))=食事、
(x2、y2)={d1(x2、y2)、d2(x2、y2)、d3(x2、y2)、d4(x2、y2)} (ここで、d5(x2、y2)≠0)、f(d1(xj、yj))=食事、f(d2(xj、yj))=映像視聴、f(d3(xj、yj))=読書、f(d4(xj、yj))=読書である。
<Example>
Hereinafter, examples according to the present embodiment will be described with reference to FIGS. 5 and 10 to 13.
From FIG. 5, FIG. 10 to FIG.
D (x1, y1) = {d1 (x1, y1) , d2 (x1, y1) , d3 (x1, y1) , d4 (x1, y1) , d5 (x1, y1) }, f (d1 (x1, y1,) y1) ) = viewing video, f (d2 (x1, y1) ) = meal, f (d3 (x1, y1) ) = meal, f (d4 (x1, y1) ) = meal, f (d5 (x1, y1) ) ) = Meal,
D (x2, y2) = {d1 (x2, y2) , d2 (x2, y2) , d3 (x2, y2) , d4 (x2, y2) } (where d5 (x2, y2) ≠ 0), f (d1 (xj, yj) ) = meal, f (d2 (xj, yj) ) = video viewing, f (d3 (xj, yj) ) = reading, f (d4 (xj, yj) ) = reading .

このとき,滞在地点(x、y) では、行動ラベル「食事」のとき、得票数は、数3で最大となり、得票率は数4になる。 At this time, at the stay point (x 1 , y 1 ), when the action label is “meal”, the number of votes is the maximum in Formula 3, and the vote rate is Formula 4.

Figure 0006461639
Figure 0006461639

Figure 0006461639
Figure 0006461639

そのため、滞在地点(x、y) での多数派の行動ラベルは「食事」である。同様に、滞在地点(x、y)では、行動ラベル「読書」のとき、得票数が数5で最大となり、得票率は、数6となる。 Therefore, the action label of the majority at the stay point (x 1 , y 1 ) is “meal”. Similarly, at the stay point (x 2 , y 2 ), when the action label is “Reading”, the number of votes is the maximum in Formula 5, and the vote rate is Formula 6.

Figure 0006461639
Figure 0006461639

Figure 0006461639
Figure 0006461639

そのため、滞在地点(x、y) での多数派の行動ラベルは「読書」である。そこで、滞在地点(x、y)で、少数派のユーザID=1の行動ラベル「映像視聴」を多数派の行動ラベル「食事」で訂正し、訂正した行動ラベルを含む学習データを生成する。また、滞在地点(x、y)で、少数派のユーザID=1の行動ラベル「食事」とユーザID=2の行動ラベル「映像視聴」を多数派の行動ラベル「読書」で訂正し、ユーザごとに訂正した行動ラベルを含む学習データを生成する。 Therefore, the action label of the majority at the stay point (x 2 , y 2 ) is “reading”. Therefore, at the stay point (x 1 , y 1 ), the action label “video viewing” of the minority user ID = 1 is corrected with the action label “meal” of the majority, and learning data including the corrected action label is generated. To do. Also, at the stay point (x 2 , y 2 ), the minority user ID = 1 action label “meal” and the user ID = 2 action label “video viewing” are corrected with the majority action label “reading”. The learning data including the action label corrected for each user is generated.

このとき、例えば、得票率に対して閾値0.8を与えれば、滞在地点(x、y)においては、多数派の行動ラベルに従ってラベルの訂正を行うが、滞在地点(x、y) では、ラベルを訂正しないようにすることができる。これにより、更に信頼度の高いラベル付データのみを得ることができる。 At this time, for example, if a threshold value of 0.8 is given to the vote rate, at the stay point (x 1 , y 1 ), the label is corrected according to the majority action label, but the stay point (x 2 , y 1) In 2 ), it is possible not to correct the label. Thereby, it is possible to obtain only labeled data with higher reliability.

以上、説明したように、本実施形態によれば、滞在場所属性ごとの特徴的な行動に基づいて誤った行動ラベルを訂正することにより、信頼度の高いラベル付データ(学習データ)を生成する。そのため、初期段階でユーザの行動に対する識別器の認識精度が低い場合であっても、識別器の行動認識精度を向上させることが可能となる。   As described above, according to the present embodiment, highly reliable labeled data (learning data) is generated by correcting an erroneous action label based on a characteristic action for each stay location attribute. . Therefore, even when the recognition accuracy of the classifier for the user's behavior is low in the initial stage, it is possible to improve the behavior recognition accuracy of the classifier.

なお、学習データ生成システムを構成する携帯端末、サーバの処理をコンピュータシステムが読み取り可能な記録媒体に記録し、この記録媒体に記録されたプログラムを学習データ生成システムを構成する携帯端末、サーバに読み込ませ、実行することによって本発明の学習データ生成システムを実現することができる。ここでいうコンピュータシステムとは、OSや周辺装置等のハードウェアを含む。   The processing of the portable terminal and server constituting the learning data generation system is recorded on a recording medium readable by the computer system, and the program recorded on the recording medium is read into the portable terminal and server constituting the learning data generation system. The learning data generation system according to the present invention can be realized by executing. The computer system here includes an OS and hardware such as peripheral devices.

また、「コンピュータシステム」は、WWW(World Wide Web)システムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。また、上記プログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから、伝送媒体を介して、あるいは、伝送媒体中の伝送波により他のコンピュータシステムに伝送されてもよい。ここで、プログラムを伝送する「伝送媒体」は、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体のことをいう。   Further, the “computer system” includes a homepage providing environment (or display environment) if a WWW (World Wide Web) system is used. The program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. Here, the “transmission medium” for transmitting the program refers to a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line.

また、上記プログラムは、前述した機能の一部を実現するためのものであってもよい。さらに、前述した機能をコンピュータシステムにすでに記録されているプログラムとの組合せで実現できるもの、いわゆる差分ファイル(差分プログラム)であってもよい。   The program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, what is called a difference file (difference program) may be sufficient.

以上、この発明の実施形態につき、図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。例えば、第1の実施形態、第2の実施形態においては、滞在場所属性を精度高く選択するために、十分な期間の行動データを用いる方が望ましい。仮に、1週間の行動データを用いるとすれば、直近1週間の行動データから学習データを生成し続けることで、反復的に行動モデルを改善することができる。   The embodiments of the present invention have been described in detail with reference to the drawings. However, the specific configuration is not limited to the embodiments, and includes designs and the like that do not depart from the gist of the present invention. For example, in the first embodiment and the second embodiment, it is desirable to use action data for a sufficient period in order to select the stay location attribute with high accuracy. If one week of behavior data is used, it is possible to improve the behavior model repeatedly by continuing to generate learning data from the behavior data of the most recent one week.

また、本実施形態では、携帯端末とサーバとで機能分割するシステムについて説明したが、携帯端末に行動データ記憶部501と、行動特性データ記憶部502と、地図データ記憶部503と、学習データ生成部504と、学習データ記憶部505と、行動認識モデル生成部506、学習データ生成部510を設け、他のユーザからの行動データを受信し、すべてのユーザの行動データを行動データ記憶部501に格納することにより、各ユーザの携帯端末単体で、学習データの生成を行なうようにしてもよい。   In the present embodiment, the system that performs functional division between the mobile terminal and the server has been described. However, the mobile terminal includes a behavior data storage unit 501, a behavior characteristic data storage unit 502, a map data storage unit 503, and learning data generation. Unit 504, learning data storage unit 505, behavior recognition model generation unit 506, and learning data generation unit 510, receive behavior data from other users, and store behavior data of all users in behavior data storage unit 501. By storing, learning data may be generated by each user's mobile terminal alone.

100;携帯端末
101;行動認識モデル更新部
102;行動認識部
103;モーションセンサ
103A;加速度センサ
103B;傾きセンサ
104;マイク
105;アプリケーション動作監視部
106;GPS受信部
107;GPS測位部
108;行動データ生成部
200;携帯端末
300;携帯端末
500;サーバ
501;行動データ記憶部
502;行動特性データ記憶部
503;地図データ記憶部
504;学習データ生成部
505;学習データ記憶部
506;行動認識モデル生成部
510;学習データ生成部
DESCRIPTION OF SYMBOLS 100; Portable terminal 101; Action recognition model update part 102; Action recognition part 103; Motion sensor 103A; Acceleration sensor 103B; Tilt sensor 104; Microphone 105; Application operation monitoring part 106; GPS reception part 107; Data generation unit 200; mobile terminal 300; mobile terminal 500; server 501; behavior data storage unit 502; behavior characteristic data storage unit 503; map data storage unit 504; learning data generation unit 505; learning data storage unit 506; Generation unit 510; learning data generation unit

Claims (10)

各ユーザの携帯端末とサーバとからなる学習データ生成システムであって、
前記各ユーザの携帯端末が、
前記サーバから入力した行動認識モデルと、モーションデータあるいは音データのいずれかと、に基づいて前記ユーザの行動を認識する行動認識手段と、
前記ユーザが携帯端末を操作しているかどうかを判定する操作判定手段と、
前記ユーザの位置情報を検知する位置情報検知手段と、
前記行動認識手段により認識された行動認識データ、前記携帯端末の操作状況、前記位置情報に基づいて、前記ユーザの行動データを生成する行動データ生成手段と、
を備え、
前記サーバが、
前記行動データ生成手段が生成した前記各ユーザの行動データを格納する行動データ記憶手段と、
滞在場所ごとの特徴的な行動である行動特性を格納する行動特性記憶手段と、
地図情報を格納する地図データ記憶手段と、
前記行動データ、行動特性、地図データに基づいて、前記ユーザの行動を認識するための学習データを生成する学習データ生成手段と、
該生成した学習データを格納する学習データ記憶手段と、
該格納された学習データに基づいて行動認識モデルを生成する行動認識モデル生成手段と、
を備え
前記学習データ生成手段は、前記位置情報から算出した滞在地点と前記地図データとから滞在場所属性を特定し、該滞在場所属性と前記行動特性から滞在地点での特徴的な行動を求め、
前記行動データが、少なくとも、ユーザID、日時、行動ラベル、位置情報、特徴量で構成され、前記学習データ生成手段は、前記特徴的な行動と前記行動認識手段による認識結果と、を比較し、一致していない場合には、該認識結果に対応する前記行動ラベルを前記特徴的な行動を示す行動ラベルで訂正して、学習データを生成することを特徴とする学習データ生成システム。
A learning data generation system comprising a mobile terminal and a server for each user,
The mobile terminal of each user is
Action recognition means for recognizing the action of the user based on the action recognition model input from the server and either motion data or sound data;
Operation determining means for determining whether or not the user is operating the mobile terminal;
Position information detecting means for detecting the position information of the user;
Action data generating means for generating action data of the user based on action recognition data recognized by the action recognition means, an operation status of the mobile terminal, and the position information;
With
The server is
Action data storage means for storing action data of each user generated by the action data generation means;
Behavior characteristic storage means for storing behavior characteristics that are characteristic behavior for each place of stay;
Map data storage means for storing map information;
Learning data generating means for generating learning data for recognizing the user's behavior based on the behavior data, behavior characteristics, and map data;
Learning data storage means for storing the generated learning data;
Action recognition model generation means for generating an action recognition model based on the stored learning data;
Equipped with a,
The learning data generating means specifies a stay location attribute from the stay location calculated from the location information and the map data, and obtains a characteristic behavior at the stay location from the stay location attribute and the behavior characteristics,
The behavior data is composed of at least a user ID, date and time, behavior label, position information, and feature quantity, and the learning data generation means compares the characteristic behavior with a recognition result by the behavior recognition means, A learning data generation system that generates learning data by correcting the action label corresponding to the recognition result with the action label indicating the characteristic action when they do not match .
各ユーザの携帯端末とサーバとからなる学習データ生成システムであって、
前記各ユーザの携帯端末が、
前記サーバから入力した行動認識モデルと、モーションデータあるいは音データのいずれかと、に基づいて前記ユーザの行動を認識する行動認識手段と、
前記ユーザが携帯端末を操作しているかどうかを判定する操作判定手段と、
前記ユーザの位置情報を検知する位置情報検知手段と、
前記行動認識手段により認識された行動認識データ、前記携帯端末の操作状況、前記位置情報に基づいて、前記ユーザの行動データを生成する行動データ生成手段と、
を備え、
前記サーバが、
前記行動データ生成手段が生成した前記各ユーザの行動データを格納する行動データ記憶手段と、
前記行動データに基づいて、前記ユーザの行動を認識するための学習データを生成する学習データ生成手段と、
該生成した学習データを格納する学習データ記憶手段と、
該格納された学習データに基づいて行動認識モデルを生成する行動認識モデル生成手段と、
を備え、
前記行動データが、少なくとも、ユーザID、日時、行動ラベル、位置情報、特徴量で構成され、前記学習データ生成手段は、同一滞在地点における全ユーザから最高頻度で認識された前記行動ラベルを多数決で決定し、最も得票数を得た多数派の前記行動ラベルを滞在地点における特徴的な行動と見なすことを特徴とする学習データシステム。
A learning data generation system comprising a mobile terminal and a server for each user,
The mobile terminal of each user is
Action recognition means for recognizing the action of the user based on the action recognition model input from the server and either motion data or sound data;
Operation determining means for determining whether or not the user is operating the mobile terminal;
Position information detecting means for detecting the position information of the user;
Action data generating means for generating action data of the user based on action recognition data recognized by the action recognition means, an operation status of the mobile terminal, and the position information;
With
The server is
Action data storage means for storing action data of each user generated by the action data generation means;
Learning data generating means for generating learning data for recognizing the user's behavior based on the behavior data;
Learning data storage means for storing the generated learning data;
Action recognition model generation means for generating an action recognition model based on the stored learning data;
With
The behavior data is composed of at least a user ID, date and time, behavior label, location information, and feature quantity, and the learning data generation means is configured to determine the majority of the behavior labels recognized by all users at the same staying point. A learning data system characterized in that the action label of the majority who has determined and obtained the most votes is regarded as a characteristic action at a staying point .
前記学習データ生成手段は、数1から多数決の前記得票数を計算することを特徴とする請求項に記載の学習データ生成システム。
Figure 0006461639
The learning data generation system according to claim 2 , wherein the learning data generation unit calculates the number of votes obtained by majority vote from the equation (1).
Figure 0006461639
前記学習データ生成手段は、同一滞在地点において前記多数決で少数派であった行動ラベルを多数派の前記行動ラベルで訂正し、学習データを生成することを特徴とする請求項に記載の学習データ生成システム。 4. The learning data according to claim 3 , wherein the learning data generation unit corrects an action label that is a minority in the majority at the same staying point with the action label of the majority, and generates learning data. 5. Generation system. 前記学習データ生成手段は、多数決の得票率が事前に設定した閾値以上である場合にのみ、少数派の前記行動ラベルを訂正することにより、学習データを生成することを特徴とする請求項に記載の学習データ生成システム。 The learning data generating means, only when the majority of the vote rate is equal to or greater than a threshold set in advance, by correcting the behavior label minority in claim 4, characterized in that to generate the training data The learning data generation system described. 前記学習データ生成手段は、数2から多数決の前記得票率を計算することを特徴とする請求項に記載の学習データ生成システム。
Figure 0006461639
The learning data generation system according to claim 5 , wherein the learning data generation unit calculates the vote rate of majority vote from Equation 2.
Figure 0006461639
各ユーザの携帯端末とサーバとからなり、前記各ユーザの携帯端末が、前記サーバから入力した行動認識モデルと、モーションデータあるいは音データのいずれかとに基づいて前記ユーザの行動を認識する行動認識手段と、前記ユーザが携帯端末を操作しているかどうかを判定する操作判定手段と、前記ユーザの位置情報を検知する位置情報検知手段と、前記行動認識手段により認識された行動認識データ、前記携帯端末の操作状況、前記位置情報に基づいて、前記ユーザの行動データを生成する行動データ生成手段と、を備え、前記サーバが、前記行動データ生成手段が生成した前記各ユーザの行動データを格納する行動データ記憶手段と、滞在場所ごとの特徴的な行動である行動特性を格納する行動特性記憶手段と、地図情報を格納する地図データ記憶手段と、前記行動データ、行動特性、地図データに基づいて、前記ユーザの行動を認識するための学習データを生成する学習データ生成手段と、該生成した学習データを格納する学習データ記憶手段と、該格納された学習データに基づいて行動認識モデルを生成する行動認識モデル生成手段と、を備えた学習データ生成システムにおける学習データ生成方法であって、
前記学習データ生成手段が、
前記行動データ、行動特性、地図データを取得する第1のステップと、
取得した前記行動データを滞在地点ごとに分類する第2のステップと、
取得した地図データから前記滞在場所ごとに滞在場所属性を特定し、取得した行動特性から特徴的な行動を求める第3のステップと、
前記滞在地点ごとに各ユーザに対して、最も高い頻度で認識された行動を取得した行動データから求める第4のステップと、
前記各ユーザに対して滞在地点ごとに前記特徴的な行動と前記最も高い頻度で認識された行動とを比較して、一致しない場合に、前記最も高い頻度で認識された行動のラベルを前記特徴的な行動のラベルで訂正する第5のステップと、
前記各ユーザに対して訂正したラベルを含む行動データからユーザID、行動ラベルおよび特徴量を抽出した学習データを生成する第6のステップと、
を備えたことを特徴とする学習データ生成方法。
Action recognition means comprising a mobile terminal of each user and a server, wherein each user's mobile terminal recognizes the action of the user based on an action recognition model input from the server and either motion data or sound data Operation determining means for determining whether or not the user is operating a portable terminal, position information detecting means for detecting position information of the user, action recognition data recognized by the action recognition means, and the portable terminal Behavior data generating means for generating behavior data of the user based on the operation status and the position information, and the server stores the behavior data of each user generated by the behavior data generating means Data storage means, behavior characteristic storage means for storing behavior characteristics that are characteristic behavior for each place of stay, and map information are stored Figure data storage means, learning data generation means for generating learning data for recognizing the user's action based on the action data, action characteristics, and map data, and learning data storage for storing the generated learning data A learning data generation method in a learning data generation system comprising: means; and behavior recognition model generation means for generating a behavior recognition model based on the stored learning data,
The learning data generating means
A first step of acquiring the behavior data, behavior characteristics, and map data;
A second step of classifying the acquired behavior data for each staying point;
A third step of identifying a stay location attribute for each stay location from the acquired map data, and obtaining a characteristic behavior from the acquired behavior characteristics;
For each user for each staying point, a fourth step for obtaining from the action data obtained for the action recognized with the highest frequency;
For each user, the characteristic behavior is compared with the highest-recognized behavior for each staying point, and if they do not match, the highest-recognized behavior label is displayed as the feature. A fifth step to correct with a typical action label;
A sixth step of generating learning data obtained by extracting a user ID, a behavior label, and a feature amount from behavior data including a corrected label for each user;
A learning data generation method characterized by comprising:
各ユーザの携帯端末とサーバとからなり、前記各ユーザの携帯端末が、前記サーバから入力した行動認識モデルと、モーションデータあるいは音データのいずれかとに基づいて前記ユーザの行動を認識する行動認識手段と、前記ユーザが携帯端末を操作しているかどうかを判定する操作判定手段と、前記ユーザの位置情報を検知する位置情報検知手段と、前記行動認識手段により認識された行動認識データ、前記携帯端末の操作状況、前記位置情報に基づいて、前記ユーザの行動データを生成する行動データ生成手段と、を備え、前記サーバが、前記行動データ生成手段が生成した前記各ユーザの行動データを格納する行動データ記憶手段と、滞在場所ごとの特徴的な行動である行動特性を格納する行動特性記憶手段と、地図情報を格納する地図データ記憶手段と、前記行動データ、行動特性、地図データに基づいて、前記ユーザの行動を認識するための学習データを生成する学習データ生成手段と、該生成した学習データを格納する学習データ記憶手段と、該格納された学習データに基づいて行動認識モデルを生成する行動認識モデル生成手段と、を備えた学習データ生成システムにおける学習データ生成方法であって、
前記学習データ生成手段が、
前記行動データ記憶手段から行動データを取得する第1のステップと、
前記取得した行動データを滞在地点ごとに分類する第2のステップと、
前記滞在地点ごとに前記各ユーザに対して、最も高い頻度で認識された行動を取得した行動データから求める第3のステップと、
前記滞在地点ごとに、最も高い頻度で認識された行動としてユーザに最も支持された多数派の行動を投票率とともに求める第4のステップと、
前記滞在地点ごとに、前記投票率が事前に設定した閾値を超えていれば、少数派の行動ラベルを多数派の行動ラベルで訂正する第5のステップと、
前記各ユーザに対して訂正したラベルを含む行動データからユーザID、行動ラベルおよび特徴量を抽出した学習データを生成する第6のステップと、
を備えたことを特徴とする学習データ生成方法。
Action recognition means comprising a mobile terminal of each user and a server, wherein each user's mobile terminal recognizes the action of the user based on an action recognition model input from the server and either motion data or sound data Operation determining means for determining whether or not the user is operating a portable terminal, position information detecting means for detecting position information of the user, action recognition data recognized by the action recognition means, and the portable terminal Behavior data generating means for generating behavior data of the user based on the operation status and the position information, and the server stores the behavior data of each user generated by the behavior data generating means Data storage means, behavior characteristic storage means for storing behavior characteristics that are characteristic behavior for each place of stay, and map information are stored Figure data storage means, learning data generation means for generating learning data for recognizing the user's action based on the action data, action characteristics, and map data, and learning data storage for storing the generated learning data A learning data generation method in a learning data generation system comprising: means; and behavior recognition model generation means for generating a behavior recognition model based on the stored learning data,
The learning data generating means
A first step of obtaining behavior data from the behavior data storage means;
A second step of classifying the acquired behavior data for each staying point;
A third step for obtaining from each of the staying points, from the action data obtained the action most frequently recognized for each user;
A fourth step for determining, together with the vote rate, the majority behavior most favored by the user as the most frequently recognized behavior for each stay point;
For each staying point, if the turnout exceeds a preset threshold, a fifth step of correcting the minority action label with the majority action label;
A sixth step of generating learning data obtained by extracting a user ID, a behavior label, and a feature amount from behavior data including a corrected label for each user;
A learning data generation method characterized by comprising:
各ユーザの携帯端末とサーバとからなり、前記各ユーザの携帯端末が、前記サーバから入力した行動認識モデルと、モーションデータあるいは音データのいずれかとに基づいて前記ユーザの行動を認識する行動認識手段と、前記ユーザが携帯端末を操作しているかどうかを判定する操作判定手段と、前記ユーザの位置情報を検知する位置情報検知手段と、前記行動認識手段により認識された行動認識データ、前記携帯端末の操作状況、前記位置情報に基づいて、前記ユーザの行動データを生成する行動データ生成手段と、を備え、前記サーバが、前記行動データ生成手段が生成した前記各ユーザの行動データを格納する行動データ記憶手段と、滞在場所ごとの特徴的な行動である行動特性を格納する行動特性記憶手段と、地図情報を格納する地図データ記憶手段と、前記行動データ、行動特性、地図データに基づいて、前記ユーザの行動を認識するための学習データを生成する学習データ生成手段と、該生成した学習データを格納する学習データ記憶手段と、該格納された学習データに基づいて行動認識モデルを生成する行動認識モデル生成手段と、を備えた学習データ生成システムにおける学習データ生成方法をコンピュータに実行させるためのプログラムであって、
前記学習データ生成手段が、
前記行動データ、行動特性、地図データを取得する第1のステップと、
取得した前記行動データを滞在地点ごとに分類する第2のステップと、
取得した地図データから前記滞在場所ごとに滞在場所属性を特定し、取得した行動特性から特徴的な行動を求める第3のステップと、
前記滞在地点ごとに各ユーザに対して、最も高い頻度で認識された行動を取得した行動データから求める第4のステップと、
前記各ユーザに対して滞在地点ごとに前記特徴的な行動と前記最も高い頻度で認識された行動とを比較して、一致しない場合に、前記最も高い頻度で認識された行動のラベルを前記特徴的な行動のラベルで訂正する第5のステップと、
前記各ユーザに対して訂正したラベルを含む行動データからユーザID、行動ラベルおよび特徴量を抽出した学習データを生成する第6のステップと、
をコンピュータに実行させるためのプログラム。
Action recognition means comprising a mobile terminal of each user and a server, wherein each user's mobile terminal recognizes the action of the user based on an action recognition model input from the server and either motion data or sound data Operation determining means for determining whether or not the user is operating a portable terminal, position information detecting means for detecting position information of the user, action recognition data recognized by the action recognition means, and the portable terminal Behavior data generating means for generating behavior data of the user based on the operation status and the position information, and the server stores the behavior data of each user generated by the behavior data generating means Data storage means, behavior characteristic storage means for storing behavior characteristics that are characteristic behavior for each place of stay, and map information are stored Figure data storage means, learning data generation means for generating learning data for recognizing the user's action based on the action data, action characteristics, and map data, and learning data storage for storing the generated learning data A program for causing a computer to execute a learning data generation method in a learning data generation system comprising: means and an action recognition model generation means for generating an action recognition model based on the stored learning data,
The learning data generating means
A first step of acquiring the behavior data, behavior characteristics, and map data;
A second step of classifying the acquired behavior data for each staying point;
A third step of identifying a stay location attribute for each stay location from the acquired map data, and obtaining a characteristic behavior from the acquired behavior characteristics;
For each user for each staying point, a fourth step for obtaining from the action data obtained for the action recognized with the highest frequency;
For each user, the characteristic behavior is compared with the highest-recognized behavior for each staying point, and if they do not match, the highest-recognized behavior label is displayed as the feature. A fifth step to correct with a typical action label;
A sixth step of generating learning data obtained by extracting a user ID, a behavior label, and a feature amount from behavior data including a corrected label for each user;
A program that causes a computer to execute.
各ユーザの携帯端末とサーバとからなり、前記各ユーザの携帯端末が、前記サーバから入力した行動認識モデルと、モーションデータあるいは音データのいずれかとに基づいて前記ユーザの行動を認識する行動認識手段と、前記ユーザが携帯端末を操作しているかどうかを判定する操作判定手段と、前記ユーザの位置情報を検知する位置情報検知手段と、前記行動認識手段により認識された行動認識データ、前記携帯端末の操作状況、前記位置情報に基づいて、前記ユーザの行動データを生成する行動データ生成手段と、を備え、前記サーバが、前記行動データ生成手段が生成した前記各ユーザの行動データを格納する行動データ記憶手段と、滞在場所ごとの特徴的な行動である行動特性を格納する行動特性記憶手段と、地図情報を格納する地図データ記憶手段と、前記行動データ、行動特性、地図データに基づいて、前記ユーザの行動を認識するための学習データを生成する学習データ生成手段と、該生成した学習データを格納する学習データ記憶手段と、該格納された学習データに基づいて行動認識モデルを生成する行動認識モデル生成手段と、を備えた学習データ生成システムにおける学習データ生成方法をコンピュータに実行させるためのプログラムであって、
前記学習データ生成手段が、
前記行動データ記憶手段から行動データを取得する第1のステップと、
前記取得した行動データを滞在地点ごとに分類する第2のステップと、
前記滞在地点ごとに前記各ユーザに対して、最も高い頻度で認識された行動を取得した行動データから求める第3のステップと、
前記滞在地点ごとに、最も高い頻度で認識された行動としてユーザに最も支持された多数派の行動を投票率とともに求める第4のステップと、
前記滞在地点ごとに、前記投票率が事前に設定した閾値を超えていれば、少数派の行動ラベルを多数派の行動ラベルで訂正する第5のステップと、
前記各ユーザに対して訂正したラベルを含む行動データからユーザID、行動ラベルおよび特徴量を抽出した学習データを生成する第6のステップと、
をコンピュータに実行させるためのプログラム。
Action recognition means comprising a mobile terminal of each user and a server, wherein each user's mobile terminal recognizes the action of the user based on an action recognition model input from the server and either motion data or sound data Operation determining means for determining whether or not the user is operating a portable terminal, position information detecting means for detecting position information of the user, action recognition data recognized by the action recognition means, and the portable terminal Behavior data generating means for generating behavior data of the user based on the operation status and the position information, and the server stores the behavior data of each user generated by the behavior data generating means Data storage means, behavior characteristic storage means for storing behavior characteristics that are characteristic behavior for each place of stay, and map information are stored Figure data storage means, learning data generation means for generating learning data for recognizing the user's action based on the action data, action characteristics, and map data, and learning data storage for storing the generated learning data A program for causing a computer to execute a learning data generation method in a learning data generation system comprising: means and an action recognition model generation means for generating an action recognition model based on the stored learning data,
The learning data generating means
A first step of obtaining behavior data from the behavior data storage means;
A second step of classifying the acquired behavior data for each staying point;
A third step for obtaining from each of the staying points, from the action data obtained the action most frequently recognized for each user;
A fourth step for determining, together with the vote rate, the majority behavior most favored by the user as the most frequently recognized behavior for each stay point;
For each staying point, if the turnout exceeds a preset threshold, a fifth step of correcting the minority action label with the majority action label;
A sixth step of generating learning data obtained by extracting a user ID, a behavior label, and a feature amount from behavior data including a corrected label for each user;
A program that causes a computer to execute.
JP2015033239A 2015-02-23 2015-02-23 Learning data generation system, learning data generation method and program Active JP6461639B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015033239A JP6461639B2 (en) 2015-02-23 2015-02-23 Learning data generation system, learning data generation method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015033239A JP6461639B2 (en) 2015-02-23 2015-02-23 Learning data generation system, learning data generation method and program

Publications (2)

Publication Number Publication Date
JP2016157196A JP2016157196A (en) 2016-09-01
JP6461639B2 true JP6461639B2 (en) 2019-01-30

Family

ID=56826180

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015033239A Active JP6461639B2 (en) 2015-02-23 2015-02-23 Learning data generation system, learning data generation method and program

Country Status (1)

Country Link
JP (1) JP6461639B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6919990B2 (en) * 2017-10-17 2021-08-18 株式会社日立製作所 Online recognition device, online recognition method, and setting screen used for it
JP7115546B2 (en) * 2018-08-02 2022-08-09 日本電気株式会社 MODEL CREATION DEVICE, MODEL CREATION METHOD, AND MODEL CREATION PROGRAM
KR102209505B1 (en) * 2018-12-13 2021-02-01 재단법인대구경북과학기술원 Artificial inteligence learning methods and apparatus using analysis of data frequency value
US11620543B2 (en) 2019-12-23 2023-04-04 Google Llc Identifying physical activities performed by a user of a computing device based on media consumption
KR102319648B1 (en) * 2021-02-19 2021-11-01 (주)아와소프트 Chatbot system providing learning data generated based on big data and method thereof

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5440080B2 (en) * 2009-10-02 2014-03-12 ソニー株式会社 Action pattern analysis system, portable terminal, action pattern analysis method, and program
US11127020B2 (en) * 2009-11-20 2021-09-21 Palo Alto Research Center Incorporated Generating an activity inference model from contextual data
JP2012008771A (en) * 2010-06-24 2012-01-12 Sony Corp Information processing device, information processing system, information processing method and program
US8718672B2 (en) * 2011-04-18 2014-05-06 Microsoft Corporation Identifying status based on heterogeneous sensors

Also Published As

Publication number Publication date
JP2016157196A (en) 2016-09-01

Similar Documents

Publication Publication Date Title
JP6461639B2 (en) Learning data generation system, learning data generation method and program
US20220138780A1 (en) Churn prediction with machine learning
US10671474B2 (en) Monitoring node usage in a distributed system
US11003879B2 (en) Two-dimensional code generation and processing
KR101593315B1 (en) Method, apparatus and computer program product for activity recognition
US20200134674A1 (en) Method and device for pushing information
CN105825522B (en) Image processing method and electronic device supporting the same
CN109993150B (en) Method and device for identifying age
EP2461273A2 (en) Method and system for machine-learning based optimization and customization of document similarities calculation
JP5953673B2 (en) Action identification device, action identification method, and program
KR20150096312A (en) Telemetry system for a cloud synchronization system
WO2013074233A1 (en) Facial recognition using social networking information
US10175863B2 (en) Video content providing scheme
KR102380979B1 (en) Image metadata managing method and apparatus
CN109427331B (en) Speech recognition method and device
CN106971401A (en) Multiple target tracking apparatus and method
US20230177398A1 (en) Electronic apparatus and control method thereof
JP2017010475A (en) Program generation device, program generation method, and generated program
CN106354744B (en) Method for sharing content information and electronic device thereof
JP2019114284A (en) Establishment anchoring with geolocated imagery
CN110750658A (en) Recommendation method of media resource, server and computer readable storage medium
KR20190031421A (en) Method for recommending designated items
CN112400165A (en) Method and system for improving text-to-content suggestions using unsupervised learning
US20080292079A1 (en) System and a method for processing presence status information with improved reliability
US11115338B2 (en) Intelligent conversion of internet domain names to vector embeddings

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170907

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180810

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180821

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180921

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20181226

R150 Certificate of patent or registration of utility model

Ref document number: 6461639

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150