JP2019074927A - Abnormal data detecting method and apparatus thereof from use history data on tire - Google Patents

Abnormal data detecting method and apparatus thereof from use history data on tire Download PDF

Info

Publication number
JP2019074927A
JP2019074927A JP2017200569A JP2017200569A JP2019074927A JP 2019074927 A JP2019074927 A JP 2019074927A JP 2017200569 A JP2017200569 A JP 2017200569A JP 2017200569 A JP2017200569 A JP 2017200569A JP 2019074927 A JP2019074927 A JP 2019074927A
Authority
JP
Japan
Prior art keywords
data
tire
abnormal data
abnormal
data set
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.)
Granted
Application number
JP2017200569A
Other languages
Japanese (ja)
Other versions
JP6967936B2 (en
Inventor
石垣 司
Tsukasa Ishigaki
司 石垣
グエン リン
Nguyen Linh
グエン リン
泰史 花塚
Yasushi Hanatsuka
泰史 花塚
尚吾 武富
Shogo Taketomi
尚吾 武富
雄 齋藤
Takeshi Saito
雄 齋藤
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.)
Bridgestone Corp
Original Assignee
Bridgestone 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 Bridgestone Corp filed Critical Bridgestone Corp
Priority to JP2017200569A priority Critical patent/JP6967936B2/en
Publication of JP2019074927A publication Critical patent/JP2019074927A/en
Application granted granted Critical
Publication of JP6967936B2 publication Critical patent/JP6967936B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Tires In General (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

To provide a method and an apparatus thereof which detect abnormal data among data on the use history of a tire, and obtain only good-quality data.SOLUTION: After data on the use history of a tire is collected, a data set that is a combination of multiple items which are in a correlation and which are selected from multiple items on the collected use history of the tire like a running distance and a wear amount is extracted. Subsequently, abnormal data is detected from the extracted data set by a machine-learning algorithm like an isolation forest. When the abnormal data is to be detected, a determination is made on whether or not the data set is an abnormal data set on the basis of a determination model constructed with multiple pieces of data set determined as normal beforehand being as training data.SELECTED DRAWING: Figure 3

Description

本発明は、複数の項目から成るタイヤの使用履歴のデータから、異常データを検出する方法とその装置とに関する。   The present invention relates to a method and apparatus for detecting abnormal data from tire usage history data consisting of a plurality of items.

タイヤの使用履歴に関するデータ、例えば、新品時からのタイヤの走行距離、トレッド溝深さや空気圧の推移などを採取する際、採取したデータの中に、測定や調査方法のミス、採取データの転記ミスなど、様々な理由で、異常なデータが混じることがある。
蓄積したタイヤの使用履歴に関するデータを、タイヤの適正な交換時期やメンテナンス時期の予測や、種々のタイヤサイズの違いによる特性の評価等、様々なことに利用しようとする際には、蓄積されたデータの中に異常データが混じっていると、有効な利用の妨げとなるため、蓄積されたタイヤの使用履歴に関するデータから、異常なデータを検出して除去する必要がある。
ところで、異常なデータを抽出する方法としては、センサー装置から取得された時間的に変化する測定値を集計し、これら集計された測定値のデータの中から、周期的に変動する指標を用いて正常なパターンを抽出し、この正常パターンと、予め設定された集計期間に得られたデータのパターンとを比較して、データが異常か否かを判定する方法が提案されている(例えば、特許文献1参照)。
When collecting data on tire usage history, for example, travel distance of tire from the time of new item, tread groove depth and change in air pressure, errors in measurement and survey methods, errors in collecting collected data, etc. And so on, abnormal data may be mixed for various reasons.
Accumulated when trying to use various accumulated data on tire usage history such as prediction of proper replacement time and maintenance time of tires, evaluation of characteristics due to differences in various tire sizes, etc. Since abnormal data is mixed in the data, it is necessary to detect and remove the abnormal data from the stored data on the usage history of the tire, since it interferes with effective utilization.
By the way, as a method of extracting abnormal data, the time-varying measurement values acquired from the sensor device are totaled, and from the data of the totalized measurement values, an index which periodically fluctuates is used. There has been proposed a method of extracting a normal pattern and comparing the normal pattern with a pattern of data obtained in a preset aggregation period to determine whether the data is abnormal (for example, a patent). Reference 1).

特開2015−108990号公報JP, 2015-108990, A

しかしながら、上記特許文献1に記載の方法では、摩耗量やタイヤ内圧など、走行距離や時間経過により一方的に変化するタイヤの使用履歴に関するデータに関しては、異常なデータを検出して除去することが困難である、といった問題点があった。   However, in the method described in Patent Document 1, it is possible to detect and remove abnormal data with respect to data relating to the use history of the tire, such as the amount of wear and tire internal pressure, which unilaterally changes with traveling distance and time. There was a problem that it was difficult.

本発明は、従来の問題点に鑑みてなされたもので、タイヤの使用履歴に関するデータから、異常なデータを検出し、良質なデータのみを得る方法とその装置と提供することを目的とする。   The present invention has been made in view of the conventional problems, and it is an object of the present invention to provide a method and apparatus for detecting abnormal data from data on tire use history and obtaining only good data.

本発明は、タイヤの使用履歴に関するデータから異常なデータを検出する方法であって、タイヤの使用履歴に関するデータを収集するステップと、前記収集されたタイヤの使用履歴の複数項目から選択される、例えば、走行距離と摩耗量、もしくは、内圧充填からの経過日数と内圧などの、相関関係にある複数の項目の組み合わせであるデータセットを抽出するステップと、前記抽出されたデータセットから、アイソレーションフォレスト(Isolation Forest)などの機械学習アルゴリズムにより、異常なデータを検出するステップと、を備え、前記異常なデータを検出するステップでは、予め正常であると判定された複数のデータセットを訓練データとして構築した判別モデルに基づいて、前記データセットが異常なデータセットであるか否かを判定することを特徴とする。
このように、相関関係にある複数の項目の組み合わせについて異常であるか否かの判定を行うようにしたので、異常なデータを精度よく検出することができる。
このとき、機械学習の訓練データとして、予め正常であると判定された複数のデータセットを用いれば、判別モデルを効果的に構築できる。
The present invention is a method of detecting abnormal data from data relating to tire usage history, comprising the steps of collecting data relating to tire usage history, and selected from a plurality of items of the collected tire usage history. For example, extracting a data set which is a combination of a plurality of correlated items such as traveling distance and wear amount, or elapsed days from internal pressure filling and internal pressure, and isolation from the extracted data set Detecting abnormal data with a machine learning algorithm such as Isolation Forest, and in the step of detecting the abnormal data, a plurality of data sets determined to be normal in advance are used as training data. Based on the constructed discriminant model, whether or not the data set is an abnormal data set It is characterized by judging.
As described above, since it is determined whether or not a combination of a plurality of correlated items is abnormal, abnormal data can be detected with high accuracy.
At this time, a discriminant model can be effectively constructed by using a plurality of data sets determined to be normal in advance as training data for machine learning.

また、本発明は、タイヤの使用履歴に関するデータから、異常なデータを検出する装置であって、タイヤの使用履歴に関するデータを記憶する記憶手段と、前記記憶されたタイヤの使用履歴の複数項目から選択される、相関関係にある複数の項目の組み合わせであるデータセットを抽出するデータセット抽出手段と、前記抽出されたデータセットから、機械学習アルゴリズムにより異常なデータを検出する異常データ検出手段と、を備え、前記異常データ検出手段は、予め正常であると判定された複数のデータセットを前記機械学習に使用する訓練データとして構築された判別モデルに基づいて前記抽出されたデータセットが異常なデータセットであるか否かを判定することを特徴とする。
このような構成を採ることにより、精度の高い異常データ検知装置を得ることができる。
Further, the present invention is an apparatus for detecting abnormal data from data relating to the use history of a tire, and storing means for storing data relating to the use history of the tire, and a plurality of items of the use history of the tire stored. Data set extraction means for extracting a data set which is a combination of a plurality of correlated items selected; abnormal data detection means for detecting abnormal data from the extracted data set by a machine learning algorithm; And the abnormal data detection means is data in which the extracted data set is abnormal based on a discriminant model constructed as training data using a plurality of data sets previously determined to be normal for the machine learning. It is characterized by judging whether it is a set.
By adopting such a configuration, it is possible to obtain an abnormal data detection device with high accuracy.

なお、前記発明の概要は、本発明の必要な全ての特徴を列挙したものではなく、これらの特徴群のサブコンビネーションもまた、発明となり得る。   The summary of the invention does not enumerate all necessary features of the present invention, and a subcombination of these feature groups can also be an invention.

本実施の形態に係る異常データ検出装置の構成を示す図である。It is a figure which shows the structure of the abnormal data detection apparatus which concerns on this Embodiment. アイソレーションツリーによる分離方法を説明するための図である。It is a figure for demonstrating the isolation | separation method by isolation tree. 本実施の形態に係る異常データ検出方法を示すフローチャートである。It is a flowchart which shows the abnormal data detection method concerning this Embodiment. 異常データの検出結果を示す図である。It is a figure which shows the detection result of abnormal data.

図1は、タイヤの使用履歴データからの異常データ検出装置(以下、異常データ検出装置10という)の構成を示す機能ブロック図である。
異常データ検出装置10は、データ記憶手段11と、データセット抽出手段12と、異常データ検出手段13とを備える。
データ記憶手段11は、複数のタイヤ販売店S1〜Snが収集したタイヤの使用履歴に関するデータを、販売店毎に記憶する。
データセット抽出手段12は、データ記憶手段11に記憶されたタイヤの使用履歴の複数項目から、相関関係にある複数の項目のデータを組み合わせたデータセットを抽出する。
タイヤの使用履歴の項目としては、走行距離、走行時間、内圧充填からの経過日数、摩耗量、内圧などがあるが、本例では、走行距離Di(km)と摩耗量Mi(mm)とをデータセットxi=(Di,Mi)とした。
異常データ検出手段13は、アイソレーションツリー作成部13aと、平均パス長算出部13bと、異常データ検出部13cとを備え、予め正常であると判定された複数のデータセットXj=(Dj,Mj)を機械学習に使用する訓練データとして構築された判別モデルもしくは判別パラメータに基づいてデータセットが異常なデータセットであるか否かを判定することで、異常なデータを検出する。
本例では、機械学習のアルゴリズムとして、アイソレーションフォレスト(以下、Isolation Forest)を用いるとともに、判別パラメータとして、予め訓練データXj =(Dj,Mj)を用いて学習したパス長閾KLとした。
FIG. 1 is a functional block diagram showing a configuration of an abnormal data detection device (hereinafter referred to as an abnormal data detection device 10) from tire use history data.
The abnormal data detection device 10 includes a data storage unit 11, a data set extraction unit 12, and an abnormal data detection unit 13.
The data storage unit 11 stores, for each store, data on the use history of the tire collected by the plurality of tire stores S1 to Sn.
The data set extraction unit 12 extracts a data set in which data of a plurality of correlated items are combined from a plurality of items of the tire use history stored in the data storage unit 11.
As items of usage history of the tire, the running distance, running time, number of days since the inner pressure filling, wear amount, and the like pressure, in this example, the travel distance D i (km) and the wear quantity M i (mm) And the data set x i = (D i , M i ).
The abnormal data detection unit 13 includes an isolation tree creation unit 13a, an average path length calculation unit 13b, and an abnormal data detection unit 13c, and a plurality of data sets X j = (D j determined in advance as normal) , M j ) are detected as abnormal data sets based on a discriminant model or discriminant parameter constructed as training data used for machine learning, thereby detecting abnormal data.
In this example, an isolation forest (hereinafter, Isolation Forest) is used as a machine learning algorithm, and a path length threshold K L learned using training data X j = (D j , M j ) in advance as a discrimination parameter. And

アイソレーションフォレストは、複数本のアイソレーションツリーの結果を統合した検知方法で、アイソレーションツリーは、以下の仮定(1),(2)に基づいて、正常なデータと異常なデータとを分離する。
(1)異常なデータは正常なデータに対して少数である。
(2)異常なデータの値は正常なデータの値と大きく異なっている。
次に、アイソレーションツリーによるデータの分離方法について、図2(a),(b)を参照して説明する。なお、説明を簡便にするため、データ数を4個とした。
図2(b)の大きな円で示したアイソレーションツリーのノード(node-1〜node-3)は、データの属性(p,q)とその閾値との関係により、データをどのように分割したか表している。閾値は、データの最大値と最小値の間からランダムに選ばれる(閾値は、例えば、アイソレーションツリー作成部13aに設けられた図示しない乱数発生器を用いて設定される)。分割は、これ以上分割できなくなった時点で終了する。
上記の仮定(1),(2)から、正常なデータは分布が密集しているので、他のデータから分離するのに何回も分割しなくてはいけないのに対し、異常なデータは、閾値をランダムに選択しても、少ない回数で分離できる。
ここで、データの通過するノードの数をパス長L(もしくは、ツリー深さ)とすると、
異常なデータのパス長が短いことがわかる。
しかしながら、ノードの設定はランダムなので、1本のツリーでは誤差が出やすい。そこで、アイソレーションフォレストでは、ランダムな閾値を用いた多数のアイソレーションツリー(ランダムツリーフォーレスト)を作成して、判定するデータのパス長Lの平均値(以下、平均パス長Laveという)算出し、この平均パス長Laveと、予め訓練データXj
=(Dj,Mj)を用いて学習した判定モデルとしてのパス長閾値KLと比較することで、異常なデータを正常なデータから分離する。
The isolation forest is a detection method that integrates the results of multiple isolation trees. The isolation tree isolates normal data and abnormal data based on the following assumptions (1) and (2) .
(1) There are few abnormal data with respect to normal data.
(2) The value of abnormal data is largely different from the value of normal data.
Next, a method of separating data by an isolation tree will be described with reference to FIGS. 2 (a) and 2 (b). In order to simplify the explanation, the number of data is four.
The nodes (node-1 to node-3) of the isolation tree indicated by large circles in FIG. 2 (b) divide the data according to the relationship between the data attributes (p, q) and their threshold values. Or represents. The threshold is randomly selected from between the maximum value and the minimum value of the data (the threshold is set, for example, using a random number generator (not shown) provided in the isolation tree creation unit 13a). The division ends when it can not be divided any more.
From the above assumptions (1) and (2), since normal data is densely distributed, it is necessary to divide it many times to separate from other data, while abnormal data is Even if the threshold is randomly selected, separation can be performed with a small number of times.
Here, assuming that the number of nodes through which data passes is path length L (or tree depth),
It can be seen that the path length of abnormal data is short.
However, since the setting of nodes is random, errors can easily occur in one tree. Therefore, in the isolation forest, a large number of isolation trees (random tree forest) using random threshold values are created, and the average value of the path lengths L of data to be determined (hereinafter referred to as average path length Lave ) is calculated. , This average path length L ave and training data X j in advance
The abnormal data is separated from the normal data by comparing with the path length threshold value K L as the determination model learned using = (D j , M j ).

アイソレーションツリー作成部13aは、データセット抽出手段12で抽出された、1個もしくは複数のデータセットxk=(Dk,Mk)と正常なデータである訓練データXj =(Dj,Mj)の一部もしくは全部とを分離するランダムツリーフォーレストを作成する。なお、複数のデータセットxk=(Dk,Mk)のみを用いてランダムツリーフォーレストを作成してもよい。
平均パス長算出部13bと、アイソレーションツリー作成部13aで作成されたランダムツリーフォーレストのそれぞれについて、データセットxk=(Dk,Mk)のパス長Lkを算出して、この平均値Lk-aveを算出する。
異常データ検出部13cでは、前記算出された平均値Lk-aveと予め訓練データXj =(Dj,Mj)を用いて学習したパス長閾KLと比較することで、異常なデータセットを正常なデータセットから分離する。
なお、データセットxk=(Dk,Mk)が異常である場合には、走行距離Di(km)と摩耗量Mi(mm)のいずれか一方もしくは両方が異常なデータである。
The isolation tree creation unit 13a generates training data X j = (D j , (D j , D k , M k )) that is normal data extracted by the data set extraction unit 12 with one or more data sets x k = (D k , M k ). Create a random tree forest that separates some or all of M j ). The random tree forest may be created using only a plurality of data sets x k = (D k , M k ).
The path length L k of the data set x k = (D k , M k ) is calculated for each of the random tree forest created by the average path length computation unit 13 b and the isolation tree creation unit 13 a, and this average value is calculated. Calculate L k-ave .
The abnormal data detection unit 13c compares the calculated average value L k-ave with the path length threshold value K L learned in advance using training data X j = (D j , M j ) to obtain abnormal data. Separate the set from the normal data set.
If the data set x k = (D k , M k ) is abnormal, one or both of the travel distance D i (km) and the wear amount M i (mm) are abnormal data.

次に、異常データ検出装置10を用いて、複数のタイヤ販売店S1〜Snが収集したタイヤの使用履歴に関するデータから、異常データを検出する方法について、図3のフローチャートを参照して説明する。
まず、複数のタイヤ販売店S1〜Snが収集したタイヤの使用履歴に関するデータを、販売店毎に記憶する(ステップS10)。
次に、記憶されたタイヤの使用履歴の複数項目から、相関関係にある走行距離Di(km)と摩耗量Mi(mm)とをデータセットxi=(Di,Mi)としを抽出する(ステップS11)。
図4(a)は、ランダムツリーフォーレストの作成に使用したデータセットの分布を示す図で、横軸が走行距離Di(km)、縦軸が摩耗量Mi(mm)、白丸が抽出されたデータセットxi=(Di,Mi)、薄く色づけた丸が、正常なデータである訓練データXj =(Dj,Mj)の一部である。
ステップS12では、データセットxk=(Dk,Mk)と正常なデータである訓練データXj =(Dj,Mj)の一部とを分離するランダムツリーフォーレストを作成する。
そして、なお、複数のデータセットxk=(Dk,Mk)のみを用いてランダムツリーフォーレストを作成してもよい。
次に、パスデータセットxk=(Dk,Mk)の平均パス長Lk-aveを算出し(ステップS13)、この平均パス長Laveと、予め訓練データXj =(Dj,Mj)を用いて学習して得られたパス長閾値KLと比較することで、異常なデータを正常なデータから分離する。
する(ステップS14)。
これにより、図4(b)に示すように、データセットxi=(Di,Mi)を、同図の二重丸で示す正常なデータと、同図の黒丸で示す異常なデータとに分離することができる。
同図から明らかなように、正常なデータは、走行距離が長いほど摩耗量が大きいデータであり、異常なデータの多くは、走行距離が長いにもかかわらず摩耗量が少ないデータであることから、本発明の異常データ検出方法を用いれば、異常なデータを正常なデータから確実に分離することができることがわかる。
Next, a method of detecting abnormal data from the data relating to the use history of the tire collected by the plurality of tire stores S1 to Sn using the abnormal data detection device 10 will be described with reference to the flowchart of FIG.
First, data on the use history of tires collected by the plurality of tire stores S1 to Sn is stored for each store (step S10).
Next, based on a plurality of items of the stored tire use history, a correlation distance d i (km) and a wear amount M i (mm) are set as a data set x i = (D i , M i ) It extracts (Step S11).
FIG. 4A shows the distribution of the data set used to create the random tree forest, with the horizontal axis representing travel distance D i (km), the vertical axis representing wear amount M i (mm), and white circles extracted. The data set x i = (D i , M i ), the light-colored circles are part of the training data X j = (D j , M j ), which is normal data.
In step S12, a random tree forest is created that separates the data set x k = (D k , M k ) and part of the training data X j = (D j , M j ) that is normal data.
Then, a random tree forest may be created using only a plurality of data sets x k = (D k , M k ).
Next, the average path length L k-ave of the path data set x k = (D k , M k ) is calculated (step S13), and this average path length L ave and training data X j = (D j , Abnormal data is separated from normal data by comparison with a path length threshold value K L obtained by learning using M j ).
(Step S14).
As a result, as shown in FIG. 4B, the data set x i = (D i , M i ) is represented by normal data indicated by double circles in the same figure and abnormal data indicated by black circles in the same figure. Can be separated.
As apparent from the figure, normal data is data in which the amount of wear is larger as the travel distance is longer, and many abnormal data are data in which the amount of wear is small although the travel distance is long. According to the abnormal data detection method of the present invention, it can be understood that abnormal data can be reliably separated from normal data.

以上、本発明を実施の形態を用いて説明したが、本発明の技術的範囲は前記実施の形態に記載の範囲には限定されない。前記実施の形態に、多様な変更または改良を加えることが可能であることが当業者にも明らかである。そのような変更または改良を加えた形態も本発明の技術的範囲に含まれ得ることが、特許請求の範囲から明らかである。   As mentioned above, although this invention was demonstrated using embodiment, the technical scope of this invention is not limited to the range as described in the said embodiment. It is obvious to those skilled in the art that various changes or modifications can be added to the above embodiment. It is also apparent from the scope of the claims that the embodiments added with such alterations or improvements can be included in the technical scope of the present invention.

例えば、前記実施形態では、走行距離Di(km)と摩耗量Mi(mm)とをデータセットxi=(Di,Mi)としたが、走行時間Ti(hr)と摩耗量Mi(mm)とをデータセットとしてもよい。また、本発明による異常データ検出方法は、内圧充填からの経過日数Ri(day)と内圧Pi(MPa)などの他の項目を組み合わせたデータセットについても適用可能であることはいうまでもない。
また、前記実施の形態では、機械学習のアルゴリズムとしてアイソレーションフォレストを用いたが、サポートベクトルマシーン(SVM)どの他の機械学習のアルゴリズムを用いてもよい。
なお、学習データとして、正常なデータセットXj =(Dj,Mj)を用いる場合には、機械学習のアルゴリズムとして、周知のOne-Class SVMを用いれば、データセットxi=(Di,Mi)を、同図の白丸で示す正常なデータと、同図の黒丸で示す異常なデータとに分離することができる。
For example, in the above embodiment, although the travel distance D i (km) and the wear amount M i (mm) are set as the data set x i = (D i , M i ), the travel time T i (hr) and the wear amount M i (mm) may be used as a data set. Moreover, it goes without saying that the abnormal data detection method according to the present invention is also applicable to a data set combining other items such as elapsed days R i (day) from internal pressure filling and internal pressure P i (MPa). Absent.
In the above embodiment, the isolation forest is used as the machine learning algorithm, but any other machine learning algorithm, such as a support vector machine (SVM), may be used.
When a normal data set X j = (D j , M j ) is used as learning data, if a well-known One-Class SVM is used as a machine learning algorithm, the data set x i = (D i , M i ) can be separated into normal data shown by white circles in the same figure and abnormal data shown by black circles in the same figure.

10 異常データ検出装置、11 データ記憶手段、12 データセット抽出手段、
13 異常データ検出手段、13a アイソレーションツリー作成部、
13b 平均パス長算出部、13c 異常データ検出部、S1〜Sn タイヤ販売店。
10 abnormal data detection device, 11 data storage means, 12 data set extraction means,
13 anomaly data detection means, 13a isolation tree creation unit,
13b Average path length calculation unit, 13c Abnormal data detection unit, S1 to Sn tire stores.

Claims (4)

タイヤの使用履歴に関するデータから異常なデータを検出する方法であって、
タイヤの使用履歴に関するデータを収集するステップと、
前記収集されたタイヤの使用履歴の複数項目から選択される、相関関係にある複数の項目の組み合わせであるデータセットを抽出するステップと、
前記抽出されたデータセットから、機械学習アルゴリズムにより、異常なデータを検出するステップと、を備え、
前記異常なデータを検出するステップでは、
予め正常であると判定された複数のデータセットを訓練データとして構築した判別モデルに基づいて、前記データセットが異常なデータセットであるか否かを判定することを特徴とするタイヤの使用履歴データからの異常データ検出方法。
A method for detecting abnormal data from data on tire usage history, comprising:
Collecting data on tire usage history;
Extracting a data set which is a combination of a plurality of correlated items selected from a plurality of items of the collected tire use history;
Detecting abnormal data from the extracted data set by a machine learning algorithm,
In the step of detecting the abnormal data,
It is determined whether or not the data set is an abnormal data set based on a discriminant model in which a plurality of data sets determined to be normal are constructed as training data, and tire usage history data characterized by How to detect abnormal data from
前記項目の組み合わせが、
走行距離と摩耗量、もしくは、内圧充填からの経過日数と内圧であることを特徴とする請求項1に記載のタイヤの使用履歴データからの異常データ検出方法。
The combination of the above items is
The method for detecting abnormal data from the use history data of a tire according to claim 1, characterized in that they are a running distance and an amount of wear, or an elapsed day from internal pressure filling and an internal pressure.
前記機械学習アルゴリズムが、アイソレーションフォレスト法であることを特徴とする請求項1または請求項2に記載のタイヤの使用履歴データからの異常データ検出方法。   The said machine learning algorithm is an isolation forest method, The abnormal data detection method from the usage history data of the tire of Claim 1 or Claim 2 characterized by the above-mentioned. タイヤの使用履歴に関するデータから、異常なデータを検出する装置であって、
タイヤの使用履歴に関するデータを記憶する記憶手段と、
前記記憶されたタイヤの使用履歴の複数項目から選択される、相関関係にある複数の項目の組み合わせであるデータセットを抽出するデータセット抽出手段と、
前記抽出されたデータセットから、機械学習アルゴリズムにより異常なデータを検出する異常データ検出手段と、
を備え、
前記異常データ検出手段は、
予め正常であると判定された複数のデータセットを前記機械学習に使用する訓練データとして構築された判別モデルに基づいて前記抽出されたデータセットが異常なデータセットであるか否かを判定することを特徴とするタイヤの使用履歴データからの異常データ検出装置。
An apparatus for detecting abnormal data from data on tire usage history, comprising:
Storage means for storing data relating to tire usage history;
Data set extraction means for extracting a data set which is a combination of a plurality of correlated items selected from a plurality of items of the stored tire use history;
Anomalous data detection means for detecting abnormal data by a machine learning algorithm from the extracted data set;
Equipped with
The abnormal data detection means
Determining whether or not the extracted data set is an abnormal data set based on a discriminant model constructed as training data using a plurality of data sets determined to be normal for the machine learning An abnormal data detection device from use history data of a tire characterized by the above.
JP2017200569A 2017-10-16 2017-10-16 Abnormality data detection method from tire usage history data and its device Active JP6967936B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017200569A JP6967936B2 (en) 2017-10-16 2017-10-16 Abnormality data detection method from tire usage history data and its device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017200569A JP6967936B2 (en) 2017-10-16 2017-10-16 Abnormality data detection method from tire usage history data and its device

Publications (2)

Publication Number Publication Date
JP2019074927A true JP2019074927A (en) 2019-05-16
JP6967936B2 JP6967936B2 (en) 2021-11-17

Family

ID=66543306

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017200569A Active JP6967936B2 (en) 2017-10-16 2017-10-16 Abnormality data detection method from tire usage history data and its device

Country Status (1)

Country Link
JP (1) JP6967936B2 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110691070A (en) * 2019-09-07 2020-01-14 温州医科大学 Network abnormity early warning method based on log analysis
CN110825917A (en) * 2019-11-04 2020-02-21 广州亚美信息科技有限公司 Vehicle tire pressure abnormity identification method and device and data analysis equipment
CN110933080A (en) * 2019-11-29 2020-03-27 上海观安信息技术股份有限公司 IP group identification method and device for user login abnormity
CN111160647A (en) * 2019-12-30 2020-05-15 第四范式(北京)技术有限公司 Money laundering behavior prediction method and device
CN111325463A (en) * 2020-02-18 2020-06-23 深圳前海微众银行股份有限公司 Data quality detection method, device, equipment and computer readable storage medium
CN111798312A (en) * 2019-08-02 2020-10-20 深圳索信达数据技术有限公司 Financial transaction system abnormity identification method based on isolated forest algorithm
JP2021060367A (en) * 2019-10-09 2021-04-15 横浜ゴム株式会社 Physical property data prediction method and physical property data predictor
CN115457414B (en) * 2022-09-15 2023-05-05 西华大学 Unmanned aerial vehicle abnormal behavior identification method based on improved residual error network
CN117007135A (en) * 2023-10-07 2023-11-07 东莞百舜机器人技术有限公司 Hydraulic fan automatic assembly line monitoring system based on internet of things data
CN117332341A (en) * 2023-11-28 2024-01-02 贵州空港智能科技有限公司 Intelligent management method and system for airplane wheel guard data based on Internet of things
CN117609929A (en) * 2024-01-24 2024-02-27 湖南易比特大数据有限公司 Industrial production line fault online diagnosis method and system based on big data
JP7493872B2 (en) 2020-11-13 2024-06-03 コンチネンタル・オートモーティヴ・テクノロジーズ・ゲゼルシャフト・ミト・ベシュレンクテル・ハフツング Method and apparatus for verifying the reliability of tire parameters - Patents.com

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010006217A (en) * 2008-06-26 2010-01-14 Toyota Motor Corp Vehicle control device
JP2014177273A (en) * 2013-03-14 2014-09-25 The Goodyear Tire & Rubber Co Predictive peer-based tire health condition monitoring
JP2015160539A (en) * 2014-02-27 2015-09-07 住友ゴム工業株式会社 Tire condition determination device, server device, tire condition determination method, and tire condition determination program
US20170206464A1 (en) * 2016-01-14 2017-07-20 Preferred Networks, Inc. Time series data adaptation and sensor fusion systems, methods, and apparatus

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010006217A (en) * 2008-06-26 2010-01-14 Toyota Motor Corp Vehicle control device
JP2014177273A (en) * 2013-03-14 2014-09-25 The Goodyear Tire & Rubber Co Predictive peer-based tire health condition monitoring
JP2015160539A (en) * 2014-02-27 2015-09-07 住友ゴム工業株式会社 Tire condition determination device, server device, tire condition determination method, and tire condition determination program
US20170206464A1 (en) * 2016-01-14 2017-07-20 Preferred Networks, Inc. Time series data adaptation and sensor fusion systems, methods, and apparatus

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
高橋 良太 外5名: "Sand Sprinkled Isolation Forest による車載セキュリティ向け異常検知の", 2017年 暗号と情報セキュリティシンポジウム(SCIS2017)予稿集, JPN6021028125, 27 January 2017 (2017-01-27), pages 1 - 6, XP009547643, ISSN: 0004553174 *

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111798312B (en) * 2019-08-02 2024-03-01 深圳索信达数据技术有限公司 Financial transaction system anomaly identification method based on isolated forest algorithm
CN111798312A (en) * 2019-08-02 2020-10-20 深圳索信达数据技术有限公司 Financial transaction system abnormity identification method based on isolated forest algorithm
CN110691070A (en) * 2019-09-07 2020-01-14 温州医科大学 Network abnormity early warning method based on log analysis
CN110691070B (en) * 2019-09-07 2022-02-11 温州医科大学 Network abnormity early warning method based on log analysis
JP2021060367A (en) * 2019-10-09 2021-04-15 横浜ゴム株式会社 Physical property data prediction method and physical property data predictor
JP7352079B2 (en) 2019-10-09 2023-09-28 横浜ゴム株式会社 Physical property data prediction method and physical property data prediction device
CN110825917B (en) * 2019-11-04 2023-08-11 亚美智联数据科技有限公司 Method and device for identifying abnormal tire pressure of vehicle and data analysis equipment
CN110825917A (en) * 2019-11-04 2020-02-21 广州亚美信息科技有限公司 Vehicle tire pressure abnormity identification method and device and data analysis equipment
CN110933080A (en) * 2019-11-29 2020-03-27 上海观安信息技术股份有限公司 IP group identification method and device for user login abnormity
CN110933080B (en) * 2019-11-29 2021-10-26 上海观安信息技术股份有限公司 IP group identification method and device for user login abnormity
CN111160647A (en) * 2019-12-30 2020-05-15 第四范式(北京)技术有限公司 Money laundering behavior prediction method and device
CN111160647B (en) * 2019-12-30 2023-08-22 第四范式(北京)技术有限公司 Money laundering behavior prediction method and device
CN111325463A (en) * 2020-02-18 2020-06-23 深圳前海微众银行股份有限公司 Data quality detection method, device, equipment and computer readable storage medium
JP7493872B2 (en) 2020-11-13 2024-06-03 コンチネンタル・オートモーティヴ・テクノロジーズ・ゲゼルシャフト・ミト・ベシュレンクテル・ハフツング Method and apparatus for verifying the reliability of tire parameters - Patents.com
CN115457414B (en) * 2022-09-15 2023-05-05 西华大学 Unmanned aerial vehicle abnormal behavior identification method based on improved residual error network
CN117007135A (en) * 2023-10-07 2023-11-07 东莞百舜机器人技术有限公司 Hydraulic fan automatic assembly line monitoring system based on internet of things data
CN117007135B (en) * 2023-10-07 2023-12-12 东莞百舜机器人技术有限公司 Hydraulic fan automatic assembly line monitoring system based on internet of things data
CN117332341B (en) * 2023-11-28 2024-02-02 贵州空港智能科技有限公司 Intelligent management method and system for airplane wheel guard data based on Internet of things
CN117332341A (en) * 2023-11-28 2024-01-02 贵州空港智能科技有限公司 Intelligent management method and system for airplane wheel guard data based on Internet of things
CN117609929A (en) * 2024-01-24 2024-02-27 湖南易比特大数据有限公司 Industrial production line fault online diagnosis method and system based on big data
CN117609929B (en) * 2024-01-24 2024-04-09 湖南易比特大数据有限公司 Industrial production line fault online diagnosis method and system based on big data

Also Published As

Publication number Publication date
JP6967936B2 (en) 2021-11-17

Similar Documents

Publication Publication Date Title
JP2019074927A (en) Abnormal data detecting method and apparatus thereof from use history data on tire
CN109948669B (en) Abnormal data detection method and device
RU2017140969A (en) Method and system for creating a forecast quality parameter for a predictive model performed in a machine learning algorithm
EP2876413B1 (en) Method for estimating a relative tire friction performance
AU2015293548B2 (en) Method for detecting anomalies in a distribution network, in particular for drinking water
RU2019127797A (en) MULTI-SIGNAL ANALYSIS FOR IDENTIFICATION OF A COMPROMED APPLICATION
CN105208040A (en) Network attack detection method and device
JP2015108375A5 (en)
CN108710637B (en) Real-time detection method for abnormal taxi track based on space-time relationship
TWI747055B (en) State inference device and state inference method
Santos et al. Applicability of linear and nonlinear principal component analysis for damage detection
CN111416790B (en) Network abnormal access intelligent identification method and device based on user behavior, storage medium and computer equipment
CN110474862B (en) Network traffic anomaly detection method and device
CN105555630A (en) Driving state estimation device
JP2021111089A5 (en)
JP2010086160A (en) Fault analysis system, fault analysis method, and program for fault analysis
IL267069A (en) Methods and a computing device for determining whether a mark is genuine
KR101597935B1 (en) Method and system for detecting abnormal time-series data
WO2019224641A3 (en) System and method for the management of data pertaining to a wheel service
CN111159251A (en) Method and device for determining abnormal data
GB2587767A (en) Network performance assessment without topological information
TWI636276B (en) Method of determining earthquake with artificial intelligence and earthquake detecting system
JP2017128979A (en) Road surface state evaluation device, control method, program and storage medium
CN107085544B (en) System error positioning method and device
CN106325227A (en) Manufacturing process management and control line generating method and device, and manufacturing process management and control system

Legal Events

Date Code Title Description
A80 Written request to apply exceptions to lack of novelty of invention

Free format text: JAPANESE INTERMEDIATE CODE: A80

Effective date: 20171109

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200701

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210720

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210721

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210908

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211026

R150 Certificate of patent or registration of utility model

Ref document number: 6967936

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150