JP2021111034A - Abnormality detection program, abnormality detection method, and information processing device - Google Patents

Abnormality detection program, abnormality detection method, and information processing device Download PDF

Info

Publication number
JP2021111034A
JP2021111034A JP2020001159A JP2020001159A JP2021111034A JP 2021111034 A JP2021111034 A JP 2021111034A JP 2020001159 A JP2020001159 A JP 2020001159A JP 2020001159 A JP2020001159 A JP 2020001159A JP 2021111034 A JP2021111034 A JP 2021111034A
Authority
JP
Japan
Prior art keywords
correlation
sensor
values
unit
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.)
Pending
Application number
JP2020001159A
Other languages
Japanese (ja)
Inventor
勝 井出
Masaru Ide
勝 井出
健一 小林
Kenichi Kobayashi
健一 小林
顕一郎 成田
Kenichiro Narita
顕一郎 成田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2020001159A priority Critical patent/JP2021111034A/en
Publication of JP2021111034A publication Critical patent/JP2021111034A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Testing And Monitoring For Control Systems (AREA)

Abstract

To improve detection accuracy for abnormal data.SOLUTION: An information processing device acquires first plurality of values obtained according to measurement by a first sensor, and second plurality of values obtained according to measurement by a second sensor. Next, the information processing device classifies a plurality of sets obtained by combining each of the first plurality of values and each of the second plurality of values into a plurality of groups. Then the information processing device detects an abnormality on the basis of a variation in the number of sets respectively contained in the plurality of groups.SELECTED DRAWING: Figure 11

Description

本発明は、異常検知技術に関する。 The present invention relates to an abnormality detection technique.

運用状態の管理対象となる物(管理対象物)には、各種センサーが取り付けられている。センサーで計測した計測値を含む計測データは、IoT(Internet of Things)などの技術を用いてサーバで収集することができる。サーバは、収集した多数のセンサーの計測データを解析し、管理対象物の状態を把握することができる。例えばサーバは、船舶に取り付けられた多数のセンサーの計測値の時系列変化に基づいて、その船舶の運行状況や性能を把握することができる。またサーバは、船舶に取り付けられた多数のセンサーの計測値を入力データとして機械学習を行い、船舶の性能診断用の予測モデルを生成することもできる。そしてサーバは、生成した予測モデルを用いて、センサーの計測データに基づいて、船舶の運行に支障があるような異常の有無を推定することができる。 Various sensors are attached to the objects to be managed in the operating state (managed objects). The measurement data including the measurement value measured by the sensor can be collected by the server using a technology such as IoT (Internet of Things). The server can analyze the measurement data of a large number of collected sensors and grasp the state of the managed object. For example, the server can grasp the operation status and performance of a ship based on the time-series changes of the measured values of a large number of sensors attached to the ship. The server can also perform machine learning using the measured values of a large number of sensors attached to the ship as input data and generate a prediction model for diagnosing the performance of the ship. Then, the server can estimate the presence or absence of an abnormality that hinders the operation of the ship based on the measurement data of the sensor by using the generated prediction model.

計測したデータに基づくデータ処理技術としては、例えばネットワーク装置の通信トラフィック等の時系列データの特定不能な変動による異常を適正に検知する時系列データ異常監視装置が提案されている。 As a data processing technique based on the measured data, a time-series data abnormality monitoring device that appropriately detects an abnormality due to unspecified fluctuations in time-series data such as communication traffic of a network device has been proposed.

特開2017−143399号公報JP-A-2017-143399

センサーの計測データには、スパイクノイズ、計測ミスデータなどの計測異常に起因する異常データが含まれることがある。これらの異常データは、センサーが取り付けられた管理対象物の状態を正しく表しているものではない。管理対象物に取り付けられた複数のセンサーの計測データに異常データが含まれると、計測データを用いた管理対象物の状態の判断を正しく行うことができない。そこでサーバでは、例えばセンサーから得られた計測値に基づく所定の指標値が閾値を超えた場合に、その計測データに異常データが含まれると判断して、その計測データを解析対象から除外することができる。 The measurement data of the sensor may include abnormality data caused by measurement abnormality such as spike noise and measurement error data. These anomalous data do not accurately represent the state of the controlled object to which the sensor is attached. If the measurement data of a plurality of sensors attached to the controlled object contains abnormal data, the state of the controlled object cannot be correctly determined using the measured data. Therefore, for example, when a predetermined index value based on the measured value obtained from the sensor exceeds the threshold value, the server determines that the measured data contains abnormal data and excludes the measured data from the analysis target. Can be done.

しかし、閾値との比較によるデータの異常検知は、判定用の閾値が専門家により予め設定されていることが前提となり、専門家により閾値が設定されていないデータの異常を検知することはできない。しかも、ネットワーク装置のような管理された環境下にある管理対象物と異なり、例えば船舶のような自然環境下で運用される管理対象物は、外部環境の影響によりセンサーの計測データに異常データが表れる場合が多々ある。そのため、すべての状況を想定して閾値を設定しておくことは困難である。このように従来技術では、予想外の事象に起因する異常なデータを検知することができず、異常なデータの検知精度を上げることが困難となっている。 However, the detection of data abnormality by comparison with the threshold value is based on the premise that the threshold value for determination is set in advance by the expert, and it is not possible to detect the abnormality of the data for which the threshold value is not set by the expert. Moreover, unlike managed objects in a controlled environment such as network devices, managed objects operated in a natural environment such as ships have abnormal data in the sensor measurement data due to the influence of the external environment. It often appears. Therefore, it is difficult to set the threshold value assuming all situations. As described above, in the prior art, it is not possible to detect abnormal data caused by an unexpected event, and it is difficult to improve the detection accuracy of the abnormal data.

1つの側面では、本件は、異常なデータの検知精度を向上させることを目的とする。 On one side, the present case aims to improve the detection accuracy of anomalous data.

1つの案では、以下の処理をコンピュータに実行させることを特徴とする異常検知プログラムが提供される。
コンピュータは、第1のセンサーの計測に基づいて得られた第1の複数の値と第2のセンサーの計測に基づいて得られた第2の複数の値とを取得する。次にコンピュータは、第1の複数の値のそれぞれと第2の複数の値のそれぞれとを組み合わせた複数の組を複数のグループに分類する。そしてコンピュータは、複数のグループのそれぞれに含まれる組の数の変化に応じて異常を検知する。
One proposal provides an anomaly detection program characterized by causing a computer to perform the following processes.
The computer acquires the first plurality of values obtained based on the measurement of the first sensor and the second plurality of values obtained based on the measurement of the second sensor. Next, the computer classifies a plurality of sets in which each of the first plurality of values and each of the second plurality of values are combined into a plurality of groups. Then, the computer detects the abnormality according to the change in the number of pairs included in each of the plurality of groups.

1態様によれば、異常なデータの検知精度を向上させることができる。 According to one aspect, the detection accuracy of abnormal data can be improved.

第1の実施の形態に係る異常検知方法の一例を示す図である。It is a figure which shows an example of the abnormality detection method which concerns on 1st Embodiment. 第2の実施の形態に係るシステムの一例を示す図である。It is a figure which shows an example of the system which concerns on 2nd Embodiment. サーバのハードウェアの一例を示す図である。It is a figure which shows an example of the hardware of a server. サーバにおける船舶の監視機能を示すブロック図である。It is a block diagram which shows the monitoring function of a ship in a server. データ記憶部に格納される計測データの一例を示す図である。It is a figure which shows an example of the measurement data stored in a data storage part. 前処理部の詳細機能を示すブロック図である。It is a block diagram which shows the detailed function of a preprocessing part. 相関頻度記憶部の一例を示す図である。It is a figure which shows an example of the correlation frequency storage part. 異常履歴記憶部の一例を示す図である。It is a figure which shows an example of an abnormality history storage part. 相関図の生成例を示す図である。It is a figure which shows the generation example of the correlation diagram. 領域分割された座標系の一例を示す図である。It is a figure which shows an example of the region-divided coordinate system. 各領域にプロットされた点の意味を示す図である。It is a figure which shows the meaning of the point plotted in each area. Aグループの相関特性を表す領域の一例を示す図である。It is a figure which shows an example of the region which shows the correlation characteristic of group A. Bグループの相関を表す領域の一例を示す図である。It is a figure which shows an example of the region which shows the correlation of group B. 計測データの異常の有無の判定例を示す図である。It is a figure which shows the judgment example of the presence or absence of abnormality of the measurement data. 異常データ検知処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of abnormality data detection processing. 相関ペア選定処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of the correlation pair selection process. 相関特性調査処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of the correlation characteristic investigation processing. 相関特性抽出処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of the correlation characteristic extraction processing. Aグループ分類処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of A group classification processing. Bグループ分類処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of B group classification processing. Cグループ分類処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of C group classification processing. 変化率算出の有無による相関図の違いを示す図である。It is a figure which shows the difference of the correlation diagram depending on whether or not the rate of change is calculated. 変化率算出における時間間隔ΔTの設定方法の一例を示す図である。It is a figure which shows an example of the setting method of the time interval ΔT in the change rate calculation. 時系列データと変化率算出後の変化率の時間変化との比較例を示す図である。It is a figure which shows the comparison example of the time series data, and the time change of the change rate after the change rate calculation. 生成される相関図の一例を示す図である。It is a figure which shows an example of the generated correlation diagram. 相関特性が崩れた場合の相関図の一例を示す図である。It is a figure which shows an example of the correlation diagram when the correlation characteristic is broken.

以下、本実施の形態について図面を参照して説明する。なお各実施の形態は、矛盾のない範囲で複数の実施の形態を組み合わせて実施することができる。
〔第1の実施の形態〕
図1は、第1の実施の形態に係る異常検知方法の一例を示す図である。図1には、異常検知方法を、情報処理装置10を用いて実施した場合の例を示している。情報処理装置10は、例えば異常検知方法の処理手順が記述された異常検知プログラムを実行することにより、異常検知方法に係る処理を実行することができる。
Hereinafter, the present embodiment will be described with reference to the drawings. It should be noted that each embodiment can be implemented by combining a plurality of embodiments within a consistent range.
[First Embodiment]
FIG. 1 is a diagram showing an example of an abnormality detection method according to the first embodiment. FIG. 1 shows an example in which the abnormality detection method is carried out by using the information processing apparatus 10. The information processing device 10 can execute the processing related to the abnormality detection method by executing, for example, an abnormality detection program in which the processing procedure of the abnormality detection method is described.

情報処理装置10は、記憶部11と処理部12とを有する。記憶部11は、例えば情報処理装置10が有するメモリ、またはストレージ装置である。処理部12は、例えば情報処理装置10が有するプロセッサ、または演算回路である。 The information processing device 10 has a storage unit 11 and a processing unit 12. The storage unit 11 is, for example, a memory or a storage device included in the information processing device 10. The processing unit 12 is, for example, a processor or an arithmetic circuit included in the information processing device 10.

情報処理装置10には、第1のセンサー1と第2のセンサー2とがネットワークを介して接続されている。第1のセンサー1と第2のセンサー2とは、例えば状態の管理対象となる機器(管理対象機器)に取り付けられたセンサーである。管理対象機器としては、船舶や自動車のような屋外で使用される機器も含まれる。 The first sensor 1 and the second sensor 2 are connected to the information processing device 10 via a network. The first sensor 1 and the second sensor 2 are, for example, sensors attached to a device (managed device) whose state is to be managed. Controlled equipment also includes equipment used outdoors, such as ships and automobiles.

記憶部11は、第1のセンサー1および第2のセンサー2が計測した時系列の計測値を記憶する。例えば記憶部11には、所定の単位期間P1,P2ごとに、該当単位期間内に第1のセンサー1および第2のセンサー2それぞれにより一定時間間隔(単位期間P1,P2よりも短い時間間隔)で計測された計測値を記憶する。 The storage unit 11 stores the time-series measured values measured by the first sensor 1 and the second sensor 2. For example, in the storage unit 11, for each predetermined unit period P1 and P2, a fixed time interval is set by each of the first sensor 1 and the second sensor 2 within the corresponding unit period (time interval shorter than the unit period P1 and P2). Memorize the measured value measured in.

処理部12は、第1のセンサー1および第2のセンサー2が計測した時系列の計測値を第1のセンサー1および第2のセンサー2から取得して、計測値を記憶部11に格納する。そして処理部12は、記憶部11に格納された計測値に基づいて、第1のセンサー1または第2のセンサー2の計測値に含まれる可能性がある異常なデータを検知する。異常なデータは、スパイクノイズまたは計測ミスなどが発生したときの計測値である。例えば第1のセンサー1または第2のセンサー2は、外乱などの影響によって異常なデータを計測値として出力する。ある単位期間内に計測したデータに異常なデータが含まれる場合、その単位期間内に計測したデータを、機械学習などの解析処理で使用するのは不適切である。そこで処理部12は、第1のセンサー1および第2のセンサー2が計測した時系列の計測値からの異常データの検知を行い、異常なデータを含むデータが解析処理に使用されることを抑止する。 The processing unit 12 acquires the time-series measured values measured by the first sensor 1 and the second sensor 2 from the first sensor 1 and the second sensor 2, and stores the measured values in the storage unit 11. .. Then, the processing unit 12 detects abnormal data that may be included in the measured values of the first sensor 1 or the second sensor 2 based on the measured values stored in the storage unit 11. Abnormal data is the measured value when spike noise or measurement error occurs. For example, the first sensor 1 or the second sensor 2 outputs abnormal data as a measured value due to the influence of disturbance or the like. If the data measured within a certain unit period contains abnormal data, it is inappropriate to use the data measured within that unit period in analysis processing such as machine learning. Therefore, the processing unit 12 detects the abnormal data from the time-series measured values measured by the first sensor 1 and the second sensor 2, and prevents the data including the abnormal data from being used in the analysis process. do.

例えば処理部12は、第1のセンサー1の計測に基づいて得られた第1の複数の値と第2のセンサーの計測に基づいて得られた第2の複数の値とを取得する。例えば処理部12は、第1のセンサー1の計測によって得られた計測値の所定の時間間隔ΔTの変化率を第1の複数の値として取得し、第2のセンサー2の計測によって得られた計測値の所定の時間間隔ΔTの変化率を第2の複数の値として取得する。変化率は、例えば所定の時間間隔ΔTの間の平均変化率である。例えば測定値の時間変化が式f(T)で表せる場合(Tは、時刻を示す変数)、平均変化率は、差分商「{f(T+ΔT)−f(T)}/ΔT」によって求めることができる。なお処理部12は、式f(T)の微分演算を行い、時間間隔ΔTごとの微分係数f’(T)を変化率とすることもできる。 For example, the processing unit 12 acquires a first plurality of values obtained based on the measurement of the first sensor 1 and a second plurality of values obtained based on the measurement of the second sensor 1. For example, the processing unit 12 acquires the rate of change of the predetermined time interval ΔT of the measured value obtained by the measurement of the first sensor 1 as the first plurality of values, and is obtained by the measurement of the second sensor 2. The rate of change of the measured value at a predetermined time interval ΔT is acquired as a second plurality of values. The rate of change is, for example, the average rate of change during a predetermined time interval ΔT. For example, when the time change of the measured value can be expressed by the equation f (T) (T is a variable indicating the time), the average rate of change is obtained by the difference quotient "{f (T + ΔT) -f (T)} / ΔT". Can be done. The processing unit 12 can also perform a differential operation of the equation f (T) and use the differential coefficient f'(T) for each time interval ΔT as the rate of change.

次に処理部12は、第1の複数の値のそれぞれと第2の複数の値のそれぞれとを組み合わせた複数の組を複数のグループに分類する。各組は、第1のセンサー1と第2のセンサー2とにおいて同じ時刻の計測に基づいて得られた値の組である。例えば1つの組は、ある時刻における第1のセンサー1の測定値の変化率と、同じ時刻における第2のセンサー2の測定値の変化率との組である。 Next, the processing unit 12 classifies a plurality of sets in which each of the first plurality of values and each of the second plurality of values are combined into a plurality of groups. Each set is a set of values obtained by measuring the same time in the first sensor 1 and the second sensor 2. For example, one set is a set of the rate of change of the measured value of the first sensor 1 at a certain time and the rate of change of the measured value of the second sensor 2 at the same time.

例えば処理部12は、各組に対応する点がプロットされる所定の座標系上の位置に基づいて複数の組を分類することができる。具体的には、処理部12は、第1の複数の値に対応する第1の座標軸と第2の複数の値に対応する第2の座標軸とを有する座標系を生成する。処理部12は、生成した座標系上に複数のグループのいずれかに対応する複数の領域を生成する。そして処理部12は、複数の組それぞれについて、組に含まれる2つの値を座標値とする点が属する領域に対応するグループにその組を分類する。 For example, the processing unit 12 can classify a plurality of sets based on the positions on a predetermined coordinate system in which the points corresponding to each set are plotted. Specifically, the processing unit 12 generates a coordinate system having a first coordinate axis corresponding to the first plurality of values and a second coordinate axis corresponding to the second plurality of values. The processing unit 12 generates a plurality of regions corresponding to any of the plurality of groups on the generated coordinate system. Then, the processing unit 12 classifies each of the plurality of sets into a group corresponding to the area to which the points having the two values included in the set as the coordinate values belong.

図1の例では処理部12は、複数の領域として、座標系の原点を含む領域、第1の座標軸を含む領域、第2の座標軸を含む領域、および第1の座標軸と第2の座標軸とを含まない領域を生成している。座標系の原点を含む領域は、Aグループに対応付けられている。第1の座標軸を含む領域と第2の座標軸を含む領域とはBグループに対応付けられている。第1の座標軸と第2の座標軸とを含まない領域は、Cグループに対応付けられている。この場合、処理部12は、複数の組それぞれを、A,B,Cの3つのグループのうち、その組を示す点が属する領域に対応するグループに分類する。 In the example of FIG. 1, the processing unit 12 includes, as a plurality of regions, a region including the origin of the coordinate system, a region including the first coordinate axis, a region including the second coordinate axis, and a first coordinate axis and a second coordinate axis. The area that does not contain is generated. The area including the origin of the coordinate system is associated with the A group. The area including the first coordinate axis and the area including the second coordinate axis are associated with the B group. The area that does not include the first coordinate axis and the second coordinate axis is associated with the C group. In this case, the processing unit 12 classifies each of the plurality of sets into a group corresponding to the area to which the point indicating the set belongs among the three groups A, B, and C.

そして処理部12は、複数のグループのそれぞれに含まれる組の数の変化に応じて、異常を検知する。例えば処理部12は、複数のグループのそれぞれに含まれる組の数のグループ間での比率が、時間経過と共に変化した場合、データの異常を検知する。 Then, the processing unit 12 detects an abnormality according to a change in the number of sets included in each of the plurality of groups. For example, the processing unit 12 detects an abnormality in data when the ratio of the number of pairs included in each of the plurality of groups changes with the passage of time.

具体的には、処理部12は、第1の複数の値と第2の複数の値の取得の際に、単位期間P1,P2ごとに、第1の複数の値と第2の複数の値とを取得する。次に処理部12は、複数の組の分類を単位期間P1,P2ごとに実行する。さらに処理部12は、単位期間P1,P2ごとに、複数のグループを含まれる組の数でソートする。そして処理部12は、第1の単位期間における複数のグループのソート後の順番と、第2の単位期間における複数のグループのソート後の順番とが一致しないとき、異常があると判断する。 Specifically, when the processing unit 12 acquires the first plurality of values and the second plurality of values, the first plurality of values and the second plurality of values are obtained for each unit period P1 and P2. And get. Next, the processing unit 12 executes the classification of a plurality of sets for each unit period P1 and P2. Further, the processing unit 12 sorts by the number of pairs including a plurality of groups for each unit period P1 and P2. Then, the processing unit 12 determines that there is an abnormality when the sorted order of the plurality of groups in the first unit period and the sorted order of the plurality of groups in the second unit period do not match.

図1の例では、単位期間P1においては、Bグループに多くの組が含まれるが、Cグループには含まれない。それに対して、単位期間P2においては、Bグループに少量の組が含まれるが、Cグループには多くの組が含まれている。すなわち単位期間P1と単位期間P2とでは、Bグループに含まれる組の数とCグループに含まれる組の数とが逆転している。この場合、処理部12は、データに異常があると検知する。 In the example of FIG. 1, in the unit period P1, many pairs are included in the B group, but are not included in the C group. On the other hand, in the unit period P2, the B group contains a small amount of pairs, but the C group contains many pairs. That is, in the unit period P1 and the unit period P2, the number of pairs included in the B group and the number of pairs included in the C group are reversed. In this case, the processing unit 12 detects that there is an abnormality in the data.

このようにして、データの異常を検知することができる。このようなデータの異常の検知では、特定の事象を想定した異常の判定用の閾値の設定が不要であり、未知の事象に起因するデータの異常も検知可能である。その結果、データ異常の検知精度が向上する。 In this way, it is possible to detect an abnormality in the data. In the detection of such an abnormality of data, it is not necessary to set a threshold value for determining an abnormality assuming a specific event, and it is possible to detect an abnormality of data caused by an unknown event. As a result, the accuracy of detecting data abnormalities is improved.

ところでセンサーから出力される異常なデータは、そのセンサーが本来計測すべき物理量が採る値とは大きく異なる値が出力されることが多い。そのため異常データの検知では、計測値の急激な変化を強調するように変換することで、異常のデータの検知が容易となる。 By the way, the abnormal data output from the sensor often outputs a value that is significantly different from the value taken by the physical quantity that the sensor should originally measure. Therefore, in the detection of abnormal data, it becomes easy to detect the abnormal data by converting so as to emphasize the sudden change in the measured value.

そこで処理部12は、例えば、第1のセンサー1の計測値の変化率と第2のセンサー2の計測値の変化率とを、第1の複数の値および第2の複数の値として取得する。これにより、計測値の急激な変化が強調される。図1の例では、第1のセンサー1の計測値が、特定の時刻に急激に増加している。第1のセンサー1の測定値の変化率をとると、計測値が急激に変化した時刻において極端に大きな値が検出される。計測値の急激な変化が強調されることで、異常な値との測定値の検出精度が向上する。 Therefore, for example, the processing unit 12 acquires the rate of change of the measured value of the first sensor 1 and the rate of change of the measured value of the second sensor 2 as the first plurality of values and the second plurality of values. .. This emphasizes abrupt changes in the measured values. In the example of FIG. 1, the measured value of the first sensor 1 is rapidly increasing at a specific time. Taking the rate of change of the measured value of the first sensor 1, an extremely large value is detected at the time when the measured value suddenly changes. By emphasizing the sudden change in the measured value, the accuracy of detecting the measured value with the abnormal value is improved.

また処理部12は、各組を、その組に含まれる値を座標値とする点が属する領域に対応するグループに分類することで、相関図に表れる相関の崩れを検知することができる。例えば第1のセンサー1と第2のセンサー2とがある管理対象物に取り付けられているものとする。このとき、第1のセンサー1の計測に基づいて得られた第1の複数の値と第2のセンサー2の計測に基づいて得られた第2の複数の値との間に、ある種の相関関係(正の相関、負の相関、相関なしなど)があることがわかっている場合がある。相関関係は、相関図上にプロットされた点の散らばり方に表れる。そこで処理部12は、相関図上の点が、相関図を表す座標系に設定した複数の領域のうちのどの領域に属するのかにより、その点に対応する組を分類するグループを決定する。これにより、相関の崩れが生じると、各グループに含まれる組の数が大きく変動することとなる。その結果、グループに含まれる組の数の変化に応じて、異常データが発生した可能性を示す相関の崩れが検知できる。 Further, the processing unit 12 can detect the collapse of the correlation appearing in the correlation diagram by classifying each set into a group corresponding to the area to which the points having the values included in the set as the coordinate values belong. For example, it is assumed that the first sensor 1 and the second sensor 2 are attached to a certain managed object. At this time, there is a certain kind of value between the first plurality of values obtained based on the measurement of the first sensor 1 and the second plurality of values obtained based on the measurement of the second sensor 2. It may be known that there is a correlation (positive correlation, negative correlation, no correlation, etc.). The correlation appears in the way the points plotted on the correlation diagram are scattered. Therefore, the processing unit 12 determines a group for classifying the set corresponding to the point according to which region among the plurality of regions set in the coordinate system representing the correlation diagram belongs to the point on the correlation diagram. As a result, when the correlation is broken, the number of pairs included in each group fluctuates greatly. As a result, it is possible to detect the collapse of the correlation indicating the possibility that abnormal data has occurred according to the change in the number of pairs included in the group.

座標系上に複数の領域を設定するとき、処理部12は、例えば座標系の原点付近の領域、座表軸付近の領域、原点からも座標軸からも離れた領域を設定することができる。このような領域の設定は、複数の組それぞれに対応する座標系上の点が、原点周辺に集まる傾向にある場合に特に有効である。例えば第1のセンサー1または第2のセンサー2の測定値の変化率を第1の複数の値または第2の複数の値とした場合、各センサーの測定値の変化が少ない傾向にあれば、複数の組に対応する点は、座標系の原点付近にプロットされる。そうすると、原点付近の領域以外の領域にどの程度の数の点がプロットされたかにより、相関の様子を容易に判断することができる。 When setting a plurality of regions on the coordinate system, the processing unit 12 can set, for example, a region near the origin of the coordinate system, a region near the seat axis, and a region far from the origin and the coordinate axis. Setting such a region is particularly effective when the points on the coordinate system corresponding to each of the plurality of sets tend to gather around the origin. For example, when the rate of change of the measured value of the first sensor 1 or the second sensor 2 is set to the first plurality of values or the second plurality of values, if the change of the measured value of each sensor tends to be small, Points corresponding to multiple pairs are plotted near the origin of the coordinate system. Then, the state of correlation can be easily determined by how many points are plotted in a region other than the region near the origin.

処理部12は、複数のグループのそれぞれに含まれる組の数の変化の有無を、例えば単位期間ごとの、複数のグループに含まれる組の数に基づくソート後のグループの順番の違いに基づいて判断する。これにより、センサーの測定に基づいて得られる値が異常か否かの判定用の閾値を予め設定することなく、異常の検知が可能となる。その結果、予期せぬ外乱に基づくデータ異常の検知が容易となる。 The processing unit 12 determines whether or not the number of pairs included in each of the plurality of groups has changed, for example, based on the difference in the order of the sorted groups based on the number of pairs included in the plurality of groups for each unit period. to decide. This makes it possible to detect an abnormality without presetting a threshold value for determining whether or not the value obtained based on the measurement of the sensor is abnormal. As a result, it becomes easy to detect a data abnormality due to an unexpected disturbance.

なお、管理対象物に取り付けられたセンサーの数は、3個以上の場合もある。この場合、処理部12は、例えば、管理対象物に取り付けられた複数のセンサーの中から2つのセンサーを選択して得られるセンサー対を複数生成する。そして処理部12は、センサー対の一方を第1のセンサーとし他方を第2のセンサーとすることで、センサー対ごとに、第1の複数の値と第2の複数の値の取得、複数の組の分類、および異常検知を行う。センサー対ごとに異常検知を行うことにより、異常検知の精度を向上させることができる。 The number of sensors attached to the object to be managed may be three or more. In this case, the processing unit 12 generates, for example, a plurality of sensor pairs obtained by selecting two sensors from a plurality of sensors attached to the object to be managed. Then, the processing unit 12 obtains a first plurality of values and a second plurality of values for each sensor pair by using one of the sensor pairs as the first sensor and the other as the second sensor. Classify groups and detect abnormalities. By detecting anomalies for each sensor pair, the accuracy of anomaly detection can be improved.

センサー対ごとに異常検知を行う場合、例えば処理部12は、複数生成されたセンサー対のうちの異常が検知されたセンサー対の割合に基づいて、複数のセンサーの少なくとも一部における計測異常の有無を判断する。すなわち処理部12は、所定の割合以上のセンサー対においてデータ異常を検知した場合、管理対象物が強い外乱の影響下にあると考えられ、一部のセンサーの計測異常があり、計測された値に異常データが含まれると判断する。一部のセンサーでも計測異常があれば、すべてのセンサーの測定に基づいて得られた値全体の信頼性が低くなる。そこで、処理部12は、少なくとも一部のセンサーの計測異常があると判断した場合、複数のセンサーの測定に基づいて得られた値全体の解析処理への使用を抑止する。これにより、センサーの測定に基づいて得られた値を用いた解析処理の信頼性が向上する。 When anomaly detection is performed for each sensor pair, for example, the processing unit 12 determines whether or not there is a measurement abnormality in at least a part of the plurality of sensors based on the ratio of the sensor pair in which the abnormality is detected among the plurality of generated sensor pairs. To judge. That is, when the processing unit 12 detects a data abnormality in a sensor pair having a predetermined ratio or more, it is considered that the managed object is under the influence of a strong disturbance, and there is a measurement abnormality in some sensors, and the measured value. Judges that abnormal data is included in. If some sensors have measurement anomalies, the overall reliability of the values obtained based on the measurements of all sensors will be low. Therefore, when the processing unit 12 determines that there is a measurement abnormality of at least a part of the sensors, the processing unit 12 suppresses the use of the entire value obtained based on the measurement of the plurality of sensors in the analysis processing. This improves the reliability of the analysis process using the value obtained based on the measurement of the sensor.

〔第2の実施の形態〕
第2の実施の形態は、船舶に取り付けられたセンサーが計測した計測値を含む計測データから、船舶の運行状態に関する異常ではなく、センサーの計測異常に起因する異常なデータの有無を検知するものである。
[Second Embodiment]
The second embodiment detects the presence or absence of abnormal data caused by the sensor measurement abnormality, not the abnormality related to the operation state of the ship, from the measurement data including the measurement value measured by the sensor attached to the ship. Is.

図2は、第2の実施の形態に係るシステムの一例を示す図である。航海中の船舶30には、複数のセンサー31〜33が取り付けられている。船舶30のセンサー31〜33には、動力の軸馬力を計測するセンサー、船速を計測するセンサー、動力の軸回転数を計測するセンサー、可変ピッチプロペラ(CPP:Controllable Pitch Propeller)の翼角応答値を計測するセンサー、主機関(M/E:Main Engine)の燃料の瞬時流量を計測するセンサー、発電機(D/G:Diesel Generator)の燃料の瞬時流量を計測するセンサー、真風向と真風速を計測するセンサーなどがある。センサー31〜33は、所定間隔で計測データを出力する。計測データには、例えば、センサー31〜33が計測した物理量である計測値と計測時刻を示す時刻情報とが含まれる。 FIG. 2 is a diagram showing an example of the system according to the second embodiment. A plurality of sensors 31 to 33 are attached to the ship 30 during voyage. The sensors 31 to 33 of the ship 30 include a sensor for measuring the shaft horsepower of the power, a sensor for measuring the ship speed, a sensor for measuring the rotation speed of the power shaft, and a wing angle response of a variable pitch propeller (CPP). Sensors that measure values, sensors that measure the instantaneous flow rate of fuel in the main engine (M / E: Main Engine), sensors that measure the instantaneous flow rate of fuel in the generator (D / G: Diesel Generator), true wind direction and true There are sensors that measure wind speed. The sensors 31 to 33 output measurement data at predetermined intervals. The measurement data includes, for example, a measured value which is a physical quantity measured by the sensors 31 to 33 and time information indicating a measurement time.

船舶30には、衛星通信用の通信機34が搭載されている。通信機34は、センサー31〜33に接続されている。また通信機34は、通信衛星41と通信することができる。通信衛星41は、地上アンテナ42を介してサーバ100と通信できる。通信機34は、センサー31〜33が出力した計測データを、通信衛星41を経由してサーバ100に送信する。 The ship 30 is equipped with a communication device 34 for satellite communication. The communication device 34 is connected to the sensors 31 to 33. Further, the communication device 34 can communicate with the communication satellite 41. The communication satellite 41 can communicate with the server 100 via the ground antenna 42. The communication device 34 transmits the measurement data output by the sensors 31 to 33 to the server 100 via the communication satellite 41.

サーバ100は、船舶30から取得した計測データに基づいて、例えば船舶30の運行状況を把握する。例えばサーバ100は、計測データに基づいて、船舶30の異常を検知することができる。 The server 100 grasps, for example, the operation status of the ship 30 based on the measurement data acquired from the ship 30. For example, the server 100 can detect an abnormality of the ship 30 based on the measurement data.

図3は、サーバのハードウェアの一例を示す図である。サーバ100は、プロセッサ101によって装置全体が制御されている。プロセッサ101には、バス109を介してメモリ102と複数の周辺機器が接続されている。プロセッサ101は、マルチプロセッサであってもよい。プロセッサ101は、例えばCPU(Central Processing Unit)、MPU(Micro Processing Unit)、またはDSP(Digital Signal Processor)である。プロセッサ101がプログラムを実行することで実現する機能の少なくとも一部を、ASIC(Application Specific Integrated Circuit)、PLD(Programmable Logic Device)などの電子回路で実現してもよい。 FIG. 3 is a diagram showing an example of server hardware. The entire device of the server 100 is controlled by the processor 101. A memory 102 and a plurality of peripheral devices are connected to the processor 101 via a bus 109. The processor 101 may be a multiprocessor. The processor 101 is, for example, a CPU (Central Processing Unit), an MPU (Micro Processing Unit), or a DSP (Digital Signal Processor). At least a part of the functions realized by the processor 101 executing a program may be realized by an electronic circuit such as an ASIC (Application Specific Integrated Circuit) or a PLD (Programmable Logic Device).

メモリ102は、サーバ100の主記憶装置として使用される。メモリ102には、プロセッサ101に実行させるOS(Operating System)のプログラムやアプリケーションプログラムの少なくとも一部が一時的に格納される。また、メモリ102には、プロセッサ101による処理に利用する各種データが格納される。メモリ102としては、例えばRAM(Random Access Memory)などの揮発性の半導体記憶装置が使用される。 The memory 102 is used as the main storage device of the server 100. At least a part of an OS (Operating System) program or an application program to be executed by the processor 101 is temporarily stored in the memory 102. Further, various data used for processing by the processor 101 are stored in the memory 102. As the memory 102, for example, a volatile semiconductor storage device such as a RAM (Random Access Memory) is used.

バス109に接続されている周辺機器としては、ストレージ装置103、グラフィック処理装置104、入力インタフェース105、光学ドライブ装置106、機器接続インタフェース107およびネットワークインタフェース108がある。 Peripheral devices connected to the bus 109 include a storage device 103, a graphic processing device 104, an input interface 105, an optical drive device 106, a device connection interface 107, and a network interface 108.

ストレージ装置103は、内蔵した記録媒体に対して、電気的または磁気的にデータの書き込みおよび読み出しを行う。ストレージ装置103は、コンピュータの補助記憶装置として使用される。ストレージ装置103には、OSのプログラム、アプリケーションプログラム、および各種データが格納される。なお、ストレージ装置103としては、例えばHDD(Hard Disk Drive)やSSD(Solid State Drive)を使用することができる。 The storage device 103 electrically or magnetically writes and reads data to and from the built-in recording medium. The storage device 103 is used as an auxiliary storage device for a computer. The storage device 103 stores an OS program, an application program, and various data. As the storage device 103, for example, an HDD (Hard Disk Drive) or an SSD (Solid State Drive) can be used.

グラフィック処理装置104には、モニタ21が接続されている。グラフィック処理装置104は、プロセッサ101からの命令に従って、画像をモニタ21の画面に表示させる。モニタ21としては、有機EL(Electro Luminescence)を用いた表示装置や液晶表示装置などがある。 A monitor 21 is connected to the graphic processing device 104. The graphic processing device 104 causes the image to be displayed on the screen of the monitor 21 in accordance with the instruction from the processor 101. The monitor 21 includes a display device using an organic EL (Electro Luminescence), a liquid crystal display device, and the like.

入力インタフェース105には、キーボード22とマウス23とが接続されている。入力インタフェース105は、キーボード22やマウス23から送られてくる信号をプロセッサ101に送信する。なお、マウス23は、ポインティングデバイスの一例であり、他のポインティングデバイスを使用することもできる。他のポインティングデバイスとしては、タッチパネル、タブレット、タッチパッド、トラックボールなどがある。 A keyboard 22 and a mouse 23 are connected to the input interface 105. The input interface 105 transmits signals sent from the keyboard 22 and the mouse 23 to the processor 101. The mouse 23 is an example of a pointing device, and other pointing devices can also be used. Other pointing devices include touch panels, tablets, touchpads, trackballs and the like.

光学ドライブ装置106は、レーザ光などを利用して、光ディスク24に記録されたデータの読み取りを行う。光ディスク24は、光の反射によって読み取り可能なようにデータが記録された可搬型の記録媒体である。光ディスク24には、DVD(Digital Versatile Disc)、DVD−RAM、CD−ROM(Compact Disc Read Only Memory)、CD−R(Recordable)/RW(ReWritable)などがある。 The optical drive device 106 reads the data recorded on the optical disk 24 by using a laser beam or the like. The optical disk 24 is a portable recording medium on which data is recorded so that it can be read by reflection of light. The optical disk 24 includes a DVD (Digital Versatile Disc), a DVD-RAM, a CD-ROM (Compact Disc Read Only Memory), a CD-R (Recordable) / RW (ReWritable), and the like.

機器接続インタフェース107は、サーバ100に周辺機器を接続するための通信インタフェースである。例えば機器接続インタフェース107には、メモリ装置25やメモリリーダライタ26を接続することができる。メモリ装置25は、機器接続インタフェース107との通信機能を搭載した記録媒体である。メモリリーダライタ26は、メモリカード27へのデータの書き込み、またはメモリカード27からのデータの読み出しを行う装置である。メモリカード27は、カード型の記録媒体である。 The device connection interface 107 is a communication interface for connecting peripheral devices to the server 100. For example, a memory device 25 or a memory reader / writer 26 can be connected to the device connection interface 107. The memory device 25 is a recording medium equipped with a communication function with the device connection interface 107. The memory reader / writer 26 is a device that writes data to or reads data from the memory card 27. The memory card 27 is a card-type recording medium.

ネットワークインタフェース108は、ネットワーク20に接続されている。ネットワークインタフェース108は、ネットワーク20を介して、他のコンピュータまたは通信機器との間でデータの送受信を行う。 The network interface 108 is connected to the network 20. The network interface 108 transmits / receives data to / from another computer or communication device via the network 20.

サーバ100は、以上のようなハードウェアによって、第2の実施の形態の処理機能を実現することができる。なお、第1の実施の形態に示した装置も、図3に示したサーバ100と同様のハードウェアにより実現することができる。 The server 100 can realize the processing function of the second embodiment by the hardware as described above. The device shown in the first embodiment can also be realized by the same hardware as the server 100 shown in FIG.

サーバ100は、例えばコンピュータ読み取り可能な記録媒体に記録されたプログラムを実行することにより、第2の実施の形態の処理機能を実現する。サーバ100に実行させる処理内容を記述したプログラムは、様々な記録媒体に記録しておくことができる。例えば、サーバ100に実行させるプログラムをストレージ装置103に格納しておくことができる。プロセッサ101は、ストレージ装置103内のプログラムの少なくとも一部をメモリ102にロードし、プログラムを実行する。またサーバ100に実行させるプログラムを、光ディスク24、メモリ装置25、メモリカード27などの可搬型記録媒体に記録しておくこともできる。可搬型記録媒体に格納されたプログラムは、例えばプロセッサ101からの制御により、ストレージ装置103にインストールされた後、実行可能となる。またプロセッサ101が、可搬型記録媒体から直接プログラムを読み出して実行することもできる。 The server 100 realizes the processing function of the second embodiment, for example, by executing a program recorded on a computer-readable recording medium. The program that describes the processing content to be executed by the server 100 can be recorded on various recording media. For example, a program to be executed by the server 100 can be stored in the storage device 103. The processor 101 loads at least a part of the program in the storage device 103 into the memory 102 and executes the program. Further, the program to be executed by the server 100 can be recorded on a portable recording medium such as an optical disk 24, a memory device 25, and a memory card 27. The program stored in the portable recording medium can be executed after being installed in the storage device 103 under the control of the processor 101, for example. The processor 101 can also read and execute the program directly from the portable recording medium.

サーバ100は、船舶30からセンサーの計測データを取得し、船舶30の運行状況を監視する。例えばサーバ100は、機械学習により生成した訓練済みモデルを用いて、船舶30の異常の有無を監視する。その際、外部環境の影響によってセンサーの計測データに異常データが含まれていると、船舶30についての異常の有無についてサーバ100が誤った判断をする可能性がある。例えばサーバ100は、異常データを含む計測データに基づいて船舶30の異常の有無を判断すると、船舶30に異常がないのに、船舶30に異常があると判断する可能性がある。そこでサーバ100は、船舶30の異常の有無の判断前に、船舶30から取得した計測データに、センサーの計測異常に起因する異常データが含まれているか否かを判定する。計測データに異常データが含まれる場合、サーバ100は、異常データを含む計測データに基づく船舶30の異常の有無の判断を抑止する。 The server 100 acquires the measurement data of the sensor from the ship 30 and monitors the operation status of the ship 30. For example, the server 100 monitors the presence or absence of anomalies in the ship 30 using a trained model generated by machine learning. At that time, if the measurement data of the sensor includes abnormality data due to the influence of the external environment, the server 100 may make an erroneous determination as to whether or not there is an abnormality in the ship 30. For example, when the server 100 determines whether or not there is an abnormality in the ship 30 based on the measurement data including the abnormality data, there is a possibility that the server 100 determines that the ship 30 has an abnormality even though the ship 30 has no abnormality. Therefore, the server 100 determines whether or not the measurement data acquired from the ship 30 includes the abnormality data caused by the measurement abnormality of the sensor before determining the presence or absence of the abnormality of the ship 30. When the measurement data includes the abnormality data, the server 100 suppresses the determination of the presence or absence of the abnormality of the ship 30 based on the measurement data including the abnormality data.

図4は、サーバにおける船舶の監視機能を示すブロック図である。サーバ100は、船舶30を監視するための機能として、データ取得部110、データ記憶部120、前処理部130、および機械学習部140を有する。 FIG. 4 is a block diagram showing a ship monitoring function on the server. The server 100 has a data acquisition unit 110, a data storage unit 120, a preprocessing unit 130, and a machine learning unit 140 as functions for monitoring the ship 30.

データ取得部110は、船舶30から、船舶30に設置されたセンサーの計測データを、通信衛星回線などを介して取得する。例えばデータ取得部110は、一定時間間隔で、直前の一定時間内で計測された計測データを取得する。データ取得部110は、取得した計測データをデータ記憶部120に格納する。 The data acquisition unit 110 acquires the measurement data of the sensor installed on the ship 30 from the ship 30 via a communication satellite line or the like. For example, the data acquisition unit 110 acquires the measurement data measured within the immediately preceding fixed time at regular time intervals. The data acquisition unit 110 stores the acquired measurement data in the data storage unit 120.

データ記憶部120は、計測データを記憶する。例えばデータ記憶部120は、一定時間幅(例えば数時間)の期間を単位期間として、単位期間ごとの複数のセンサー31〜33それぞれの計測データを記憶する。データ記憶部120は、例えばメモリ102またはストレージ装置103の記憶領域の一部によって実現される。 The data storage unit 120 stores measurement data. For example, the data storage unit 120 stores the measurement data of each of the plurality of sensors 31 to 33 for each unit period, with a period having a fixed time width (for example, several hours) as a unit period. The data storage unit 120 is realized, for example, by a part of the storage area of the memory 102 or the storage device 103.

前処理部130は、単位期間ごとの計測データについて、異常データの有無を検知する。前処理部130は、異常データを検知した計測データについては、機械学習部140への入力データから除外する。また前処理部130は、異常データを検知していない計測データは、機械学習部140に入力する。 The preprocessing unit 130 detects the presence or absence of abnormal data in the measurement data for each unit period. The preprocessing unit 130 excludes the measurement data for which the abnormal data is detected from the input data to the machine learning unit 140. Further, the preprocessing unit 130 inputs the measurement data for which the abnormality data has not been detected to the machine learning unit 140.

機械学習部140は、DNN(Deep Neural Network)141を用いて、入力された計測データに基づいて、船舶30の異常の有無の検知処理を行う。例えば機械学習部140は、単位期間分の計測データが入力されると、その計測データを訓練済みモデルの入力データとすることで、訓練済みモデルを用いた異常の有無の推定処理を行う。また機械学習部140は、入力された計測データに基づいてモデルの訓練を行い、訓練モデルの生成または修正を行うこともできる。 The machine learning unit 140 uses the DNN (Deep Neural Network) 141 to detect the presence or absence of an abnormality in the ship 30 based on the input measurement data. For example, when the measurement data for a unit period is input, the machine learning unit 140 uses the measurement data as the input data of the trained model to estimate the presence or absence of an abnormality using the trained model. The machine learning unit 140 can also train the model based on the input measurement data and generate or modify the training model.

サーバ100は、このような機能を連係動作させることで、船舶30の運行状態を監視する。なお、図4に示した各要素の機能は、例えば、その要素に対応するプログラムモジュールをコンピュータに実行させることで実現することができる。 The server 100 monitors the operating state of the ship 30 by coordinating such functions. The function of each element shown in FIG. 4 can be realized, for example, by causing a computer to execute a program module corresponding to the element.

図5は、データ記憶部に格納される計測データの一例を示す図である。データ記憶部120には、単位期間P1,P2,・・・ごとの計測データ121,122,・・・が格納されている。 FIG. 5 is a diagram showing an example of measurement data stored in the data storage unit. The data storage unit 120 stores measurement data 121, 122, ... For each unit period P1, P2, ....

単位期間P1,P2,・・・ごとの計測データ121には、該当単位期間内でのセンサーごとの時系列データ121a,121b,・・・が含まれる。時系列データ121a,121b,・・・には、センサーのセンサーIDに対応付けて、そのセンサーで計測されるデータのデータ種別と、そのセンサーで単位期間内に定期的(例えば数秒ごと)に計測された物理量の計測値とが設定されている。計測値には、その計測値の計測時刻が付与されている。他の計測データ122,・・・にも、計測データ121と同様に、センサーごとの時系列データが含まれる。 The measurement data 121 for each unit period P1, P2, ... Includes time-series data 121a, 121b, ... For each sensor within the corresponding unit period. In the time series data 121a, 121b, ..., The data type of the data measured by the sensor is associated with the sensor ID of the sensor, and the sensor measures the data periodically (for example, every few seconds) within a unit period. The measured value of the physical quantity is set. The measurement time of the measured value is given to the measured value. Similar to the measurement data 121, the other measurement data 122, ... Also include time series data for each sensor.

次に前処理部130の詳細について説明する。
図6は、前処理部の詳細機能を示すブロック図である。前処理部130には、計測データ入力部131と異常データ検知部132とが含まれる。計測データ入力部131は、データ記憶部120から一単位期間分の計測データを取得する。そして計測データ入力部131は、取得した計測データを異常データ検知部132に送信し、異常データ検知処理を異常データ検知部132に依頼する。計測データ入力部131は、異常データ検知部132において、計測データ内に異常データが含まれていないと判定された場合、その計測データを機械学習の入力データとして機械学習部140に入力する。また計測データ入力部131は、異常データ検知部132において、計測データ内に異常データが含まれていると判定された場合、その計測データの機械学習部140への入力を抑止する。
Next, the details of the preprocessing unit 130 will be described.
FIG. 6 is a block diagram showing a detailed function of the preprocessing unit. The preprocessing unit 130 includes a measurement data input unit 131 and an abnormality data detection unit 132. The measurement data input unit 131 acquires measurement data for one unit period from the data storage unit 120. Then, the measurement data input unit 131 transmits the acquired measurement data to the abnormality data detection unit 132, and requests the abnormality data detection unit 132 to perform the abnormality data detection process. When the abnormality data detection unit 132 determines that the measurement data does not include the abnormality data, the measurement data input unit 131 inputs the measurement data to the machine learning unit 140 as input data for machine learning. Further, when the abnormality data detection unit 132 determines that the measurement data contains the abnormality data, the measurement data input unit 131 suppresses the input of the measurement data to the machine learning unit 140.

異常データ検知部132は、計測データ入力部131から取得した計測データからの異常データの検知処理を行う。異常データ検知部132は、相関ペア選定部132a、データ平滑処理部132b、変化率算出部132c、相関特性監視部132d、相関頻度記憶部132e、異常判定部132f、異常履歴記憶部132g、および異常データ除去部132hを有する。 The abnormality data detection unit 132 performs an abnormality data detection process from the measurement data acquired from the measurement data input unit 131. The abnormality data detection unit 132 includes a correlation pair selection unit 132a, a data smoothing processing unit 132b, a change rate calculation unit 132c, a correlation characteristic monitoring unit 132d, a correlation frequency storage unit 132e, an abnormality determination unit 132f, an abnormality history storage unit 132g, and an abnormality. It has a data removing unit 132h.

相関ペア選定部132aは、計測値間の相関特性を監視する相関ペアを選定する。相関ペアは、第1の実施の形態に示すセンサー対の一例である。例えば相関ペア選定部132aは、過去に異常データが検出されていない場合には、任意の2つのセンサーの組み合わせを網羅的に抽出し、抽出したセンサーの組を相関ペアとする。網羅的に抽出するとは、いずれのセンサーも、少なくとも1つの相関ペアに含まれるように抽出することである。網羅的に抽出することにより、異常データの検出から除外されるセンサーの発生を抑止することができる。 The correlation pair selection unit 132a selects a correlation pair for monitoring the correlation characteristics between the measured values. The correlation pair is an example of the sensor pair shown in the first embodiment. For example, when the abnormal data has not been detected in the past, the correlation pair selection unit 132a comprehensively extracts a combination of any two sensors, and sets the extracted sensor set as a correlation pair. Exhaustive extraction means that each sensor is extracted so as to be included in at least one correlation pair. By comprehensively extracting, it is possible to suppress the generation of sensors that are excluded from the detection of abnormal data.

なお相関ペア選定部132aは、すべてのセンサーから任意の2つを選出する場合において選出し得るすべての組み合わせについて、相関ペアとして選出することも可能である。ただし、センサーが大量にある場合にこのような総当たりによる相関ペアの選出を行うと、相関ペア数が膨大となり、異常データ検知の計算負荷が過大となる。そこで相関ペア選定部132aは、少なくとも網羅的に相関ペアを選出することで、異常データ検知処理の監視対象からのセンサーの漏れを抑止すると共に、処理負荷を抑止する。 The correlation pair selection unit 132a can also select all the combinations that can be selected when arbitrarily selecting two from all the sensors as a correlation pair. However, if such a round-robin selection of correlation pairs is performed when there are a large number of sensors, the number of correlation pairs becomes enormous, and the calculation load for abnormal data detection becomes excessive. Therefore, the correlation pair selection unit 132a suppresses the leakage of the sensor from the monitoring target of the abnormality data detection processing and suppresses the processing load by selecting the correlation pair at least comprehensively.

相関ペア選定部132aは、例えば異常履歴記憶部132gを参照し、過去に異常データを有すると判定された回数が多い相関ペアに含まれるセンサーの組を、今回の単位期間における監視対象の相関ペアとして優先的に選定する。これにより、異常データを検出できる可能性が高いセンサーの組を、相関ペアとして選定することができる。 The correlation pair selection unit 132a refers to, for example, the abnormality history storage unit 132g, and sets a pair of sensors included in the correlation pair that is frequently determined to have abnormality data in the past, and the correlation pair to be monitored in this unit period. Priority is given to selection. As a result, a set of sensors having a high possibility of detecting abnormal data can be selected as a correlation pair.

データ平滑処理部132bは、フィルタリング、移動平均法などによる計測ノイズ(電源ノイズなど)を除去することで、データの平滑化を行う。例えばデータ平滑処理部132bは、センサーが計測した時系列データの周波数成分から、ローパスフィルタによって、所定の遮断周波数よりも高い周波数成分を除去する。またデータ平滑処理部132bは、移動平均法を適用する場合、センサーによる計測時刻が連続する2つの計測値を、それらの計測値の平均値に置き換える。このときデータ平滑処理部132bは、置き換え後の計測値の計測時刻を、置き換え前の連続する計測時刻の中間の時刻とする。 The data smoothing processing unit 132b smoothes data by removing measurement noise (power supply noise, etc.) by filtering, moving average method, or the like. For example, the data smoothing processing unit 132b removes a frequency component higher than a predetermined cutoff frequency from the frequency component of the time series data measured by the sensor by a low-pass filter. Further, when the moving average method is applied, the data smoothing processing unit 132b replaces two measured values having consecutive measurement times by the sensor with the average value of those measured values. At this time, the data smoothing processing unit 132b sets the measurement time of the measured value after the replacement as an intermediate time between the continuous measurement times before the replacement.

変化率算出部132cは、平滑化後のデータにおける計測値の時間変化の変化率算出を行う。変化率算出により、計測値の単位時間当りの変化量(変化率)の時間変化が得られる。例えばセンサーの時系列データが、各計測時刻での船舶30の位置を表している場合、変化率算出により、船舶30の速度の時系列変化が得られる。具体的には、変化率算出部132cは、一定の時間間隔ΔTの2つの時刻T1,T2(T2−T1=ΔT)で計測された2つの計測値の差をその時間間隔ΔTで除算する。変化率算出部132cは、除算結果を、それらの時刻の間の期間(T1〜T2)における変化率とする。 The change rate calculation unit 132c calculates the change rate of the time change of the measured value in the smoothed data. By calculating the rate of change, the time change of the amount of change (rate of change) of the measured value per unit time can be obtained. For example, when the time-series data of the sensor represents the position of the ship 30 at each measurement time, the time-series change of the speed of the ship 30 can be obtained by calculating the rate of change. Specifically, the rate of change calculation unit 132c divides the difference between the two measured values measured at two times T1 and T2 (T2-T1 = ΔT) at a fixed time interval ΔT by the time interval ΔT. The rate of change calculation unit 132c uses the division result as the rate of change in the period (T1 to T2) between those times.

変化率算出部132cは、時間間隔ΔTを、元の時系列データにおける計測値の時間変化を表す曲線の波形の立ち上がりまたは立ち下がりの鋭さ、あるいはサンプリング周波数に基づいて決定する。例えば変化率算出部132cは、センサーによる物理量の計測のサンプリング周波数に基づいてサンプリング周期を求め、サンプリング周期のN倍(Nは正の実数)を時間間隔ΔTとする。 The rate of change calculation unit 132c determines the time interval ΔT based on the sharpness of the rise or fall of the waveform of the curve representing the time change of the measured value in the original time series data, or the sampling frequency. For example, the rate of change calculation unit 132c obtains the sampling period based on the sampling frequency of the physical quantity measured by the sensor, and sets N times the sampling period (N is a positive real number) as the time interval ΔT.

相関特性監視部132dは、相関ペアとして選出されたセンサーの時系列データそれぞれから得られた変化率の間の相関図を求め、相関の特性を数値化する。例えば相関特性監視部132dは、相関図にプロットされた点を、点の座標に基づいて複数のグループに分類する。そして相関特性監視部132dは、相関ペアについて得られた複数のグループそれぞれに属する点の数(相関頻度)を、その相関ペアの特性とする。相関特性監視部132dは、複数の相関ペアそれぞれについて算出された相関頻度を、相関頻度記憶部132eに格納する。 The correlation characteristic monitoring unit 132d obtains a correlation diagram between the rate of change obtained from each of the time-series data of the sensors selected as the correlation pair, and quantifies the correlation characteristic. For example, the correlation characteristic monitoring unit 132d classifies the points plotted on the correlation diagram into a plurality of groups based on the coordinates of the points. Then, the correlation characteristic monitoring unit 132d sets the number of points (correlation frequency) belonging to each of the plurality of groups obtained for the correlation pair as the characteristic of the correlation pair. The correlation characteristic monitoring unit 132d stores the correlation frequency calculated for each of the plurality of correlation pairs in the correlation frequency storage unit 132e.

相関特性監視部132dは、相関図にプロットされた点の分類では、例えば原点付近のAグループ、x座標軸付近のBグループ、y軸座標付近のB’グループ、第1または第3象限内のCグループ、第2または第4象限内のC’グループに、各点を分類する。なお、BグループとB’グループとは、1つのグループに纏めてもよい。またCグループとC’グループとを1つのグループに纏めてもよい。 In the classification of the points plotted on the correlation diagram, the correlation characteristic monitoring unit 132d is, for example, A group near the origin, B group near the x coordinate axis, B'group near the y axis coordinate, and C in the first or third quadrant. Classify each point into a group, a C'group within the second or fourth quadrant. The B group and the B'group may be combined into one group. Further, the C group and the C'group may be combined into one group.

相関頻度記憶部132eは、相関ペアごとの相関頻度の算出履歴を記憶する。相関頻度記憶部132eは、例えばメモリ102またはストレージ装置103の記憶領域の一部である。 The correlation frequency storage unit 132e stores the calculation history of the correlation frequency for each correlation pair. The correlation frequency storage unit 132e is, for example, a part of the storage area of the memory 102 or the storage device 103.

異常判定部132fは、検知対象の相関ペアについて、単位期間ごとに求められた相関頻度を比較し、異常の有無を判定する。例えば異常判定部132fは、相関ペアの単位期間ごとに、各グループの相関頻度をヒストグラム化し、単位期間ごとのヒストグラムを比較する。そして異常判定部132fは、最新の単位期間におけるヒストグラムが、それ以前の単位期間におけるヒストグラムと異なる特徴を有している場合、最新の単位期間の計測データに異常データが含まれると判定する。 The abnormality determination unit 132f compares the correlation frequencies obtained for each unit period with respect to the correlation pair to be detected, and determines the presence or absence of an abnormality. For example, the abnormality determination unit 132f creates a histogram of the correlation frequency of each group for each unit period of the correlation pair, and compares the histograms for each unit period. Then, when the histogram in the latest unit period has different characteristics from the histogram in the previous unit period, the abnormality determination unit 132f determines that the measurement data in the latest unit period includes the abnormality data.

異常判定部132fは、少なくとも一部の相関ペアについて異常データが含まれると判定した場合、異常データ除去部132hに、異常データありと通知する。また異常判定部132fは、異常履歴記憶部132gにおける、異常データが含まれると判定された相関ペアの累積異常回数をカウントアップする。 When the abnormality determination unit 132f determines that the abnormality data is included for at least a part of the correlation pairs, the abnormality determination unit 132f notifies the abnormality data removal unit 132h that there is an abnormality data. Further, the abnormality determination unit 132f counts up the cumulative number of abnormalities of the correlation pair determined to include the abnormality data in the abnormality history storage unit 132g.

異常履歴記憶部132gは、相関ペアごとの異常データの検知回数を示す累積異常回数を記憶する。異常履歴記憶部132gは、例えばメモリ102またはストレージ装置103の記憶領域の一部である。 The abnormality history storage unit 132g stores the cumulative number of abnormalities indicating the number of times abnormal data is detected for each correlation pair. The abnormality history storage unit 132g is, for example, a part of the storage area of the memory 102 or the storage device 103.

異常データ除去部132hは、異常データありと判定された単位期間の計測データを、機械学習部140への入力データから除去する。例えば異常データ除去部132hは、異常データありと判定されたことを示す情報を、計測データ入力部131に通知する。すると計測データ入力部131は、データ記憶部120から取得した単位期間の計測データに異常データが含まれていると認識し、その計測データの機械学習部140への入力を抑止する。 The abnormality data removing unit 132h removes the measurement data for the unit period determined to have the abnormality data from the input data to the machine learning unit 140. For example, the abnormal data removing unit 132h notifies the measurement data input unit 131 of information indicating that it is determined that there is abnormal data. Then, the measurement data input unit 131 recognizes that the measurement data for the unit period acquired from the data storage unit 120 contains abnormal data, and suppresses the input of the measurement data to the machine learning unit 140.

次に図7、図8を参照し、相関頻度記憶部132eと異常履歴記憶部132gとに格納されるデータについて詳細に説明する。
図7は、相関頻度記憶部の一例を示す図である。相関頻度記憶部132eには、単位期間ごとの相関頻度情報51,52,・・・を記憶する。相関頻度情報51には、対応する単位期間の計測データの異常データ検知の際に生成された相関ペアごとの相関頻度表51a,51b,・・・が含まれる。相関頻度表51a,51b,・・・には、相関図上にプロットした点を分類したグループのグループ名に対応付けて、そのグループに含まれる点の数(出現頻度)が設定されている。なお相関頻度表51a,51b,・・・には、対応する相関ペアそれぞれのセンサーIDが示されている。他の相関頻度情報52,・・・にも、相関頻度情報51と同様に、対応する単位期間の計測データの異常データ検知の際に生成された相関ペアごとの相関頻度表が含まれる。
Next, with reference to FIGS. 7 and 8, the data stored in the correlation frequency storage unit 132e and the abnormality history storage unit 132g will be described in detail.
FIG. 7 is a diagram showing an example of the correlation frequency storage unit. The correlation frequency storage unit 132e stores the correlation frequency information 51, 52, ... For each unit period. The correlation frequency information 51 includes correlation frequency tables 51a, 51b, ... For each correlation pair generated when abnormal data is detected in the measurement data of the corresponding unit period. In the correlation frequency tables 51a, 51b, ..., The number of points (appearance frequency) included in the group is set in association with the group name of the group in which the points plotted on the correlation diagram are classified. The correlation frequency tables 51a, 51b, ... Show the sensor IDs of the corresponding correlation pairs. Similar to the correlation frequency information 51, the other correlation frequency information 52, ... Also includes a correlation frequency table for each correlation pair generated when anomalous data is detected in the measurement data of the corresponding unit period.

図8は、異常履歴記憶部の一例を示す図である。異常履歴記憶部132gには、例えば異常履歴管理テーブル60が格納される。異常履歴管理テーブル60には、相関ペアに含まれる2つのセンサーのセンサーIDの組みに対応付けて、累積異常回数が設定されている。累積異常回数は、対応する相関ペアの相関頻度表から異常データありと判定された回数を示している。 FIG. 8 is a diagram showing an example of an abnormality history storage unit. For example, the abnormality history management table 60 is stored in the abnormality history storage unit 132g. In the abnormality history management table 60, the cumulative number of abnormalities is set in association with the set of sensor IDs of the two sensors included in the correlation pair. The cumulative number of abnormalities indicates the number of times it is determined that there is abnormal data from the correlation frequency table of the corresponding correlation pair.

次に、異常データ検知処理について具体的に説明する。異常データ検知処理では、相関ペア間での変化率の相関図が生成される。
図9は、相関図の生成例を示す図である。図9の例では、センサーID「001」のセンサーとセンサーID「002」のセンサーとの組が、相関ペアとして選定されている。変化率算出部132cは、相関ペアに含まれる各センサーの時系列データ121a,121bに基づいて、センサーごとの一定間隔ごとの変化率を算出する。その結果、センサーID「001」のセンサーの変化率情報61と、センサーID「002」のセンサーの変化率情報62とが得られる。
Next, the abnormality data detection process will be specifically described. In the anomaly data detection process, a correlation diagram of the rate of change between the correlation pairs is generated.
FIG. 9 is a diagram showing an example of generating a correlation diagram. In the example of FIG. 9, the pair of the sensor with the sensor ID "001" and the sensor with the sensor ID "002" is selected as a correlation pair. The rate of change calculation unit 132c calculates the rate of change at regular intervals for each sensor based on the time series data 121a and 121b of each sensor included in the correlation pair. As a result, the change rate information 61 of the sensor with the sensor ID "001" and the change rate information 62 of the sensor with the sensor ID "002" are obtained.

センサーごとの変化率情報61,62には、対応するセンサーのセンサーIDが付与されている。また変化率情報61,62には、時間間隔ΔTおきの時刻ごとの、該当時刻における時系列データの変化率が設定されている。時系列データ121aに示される計測値の時間変化を示す式をf(x)とした場合、時系列データ121aの時刻T11での変化率は「{f(T11+ΔT)−f(T11)}/ΔT」となる。また時系列データ121bに示される計測値の時間変化を示す式をg(x)とした場合、時系列データ121bの時刻T11での変化率は「{g(T11+ΔT)−g(T11)}/ΔT」となる。 The sensor IDs of the corresponding sensors are assigned to the rate of change information 61 and 62 for each sensor. Further, in the change rate information 61 and 62, the change rate of the time series data at the corresponding time is set for each time interval ΔT. When the formula showing the time change of the measured value shown in the time series data 121a is f (x), the rate of change of the time series data 121a at time T11 is “{f (T11 + ΔT) −f (T11)} / ΔT. ". When the formula showing the time change of the measured value shown in the time series data 121b is g (x), the rate of change of the time series data 121b at time T11 is "{g (T11 + ΔT) -g (T11)} /. It becomes ΔT ”.

相関特性監視部132dは、このようなセンサーごとの変化率情報61,62に基づいて、相関ペア間での変化率の相関図を生成する。例えば相関特性監視部132dは、センサーID「001」のセンサーを第1のセンサーとし、センサーID「002」のセンサーを第2のセンサーとする。そして相関特性監視部132dは、第1のセンサーの変化率を横軸(x軸)、第2のセンサーの変化率を縦軸(y軸)とする座標系を定義する。 The correlation characteristic monitoring unit 132d generates a correlation diagram of the rate of change between the correlation pairs based on the rate of change information 61 and 62 for each sensor. For example, the correlation characteristic monitoring unit 132d uses the sensor with the sensor ID "001" as the first sensor and the sensor with the sensor ID "002" as the second sensor. The correlation characteristic monitoring unit 132d defines a coordinate system in which the rate of change of the first sensor is on the horizontal axis (x-axis) and the rate of change of the second sensor is on the vertical axis (y-axis).

相関特性監視部132dは、定義した座標系に、変化率に対応する時刻ごとに、該当時刻の第1のセンサーの変化率と第2のセンサーの変化率とに応じた位置に、点をプロットする。例えば時刻T11における第1のセンサーの変化率と第2のセンサーの変化率とに対応する位置に、T11の点63がプロットされる。相関特性監視部132dが、単位期間内の時系列データに基づいて算出されたすべての変化率について対応する点をプロットすることで、相関図64が生成される。 The correlation characteristic monitoring unit 132d plots points in the defined coordinate system at positions corresponding to the rate of change of the first sensor and the rate of change of the second sensor at each time corresponding to the rate of change. do. For example, the point 63 of T11 is plotted at a position corresponding to the rate of change of the first sensor and the rate of change of the second sensor at time T11. Correlation diagram 64 is generated by the correlation characteristic monitoring unit 132d plotting the corresponding points for all the rate of change calculated based on the time series data within the unit period.

なお相関特性監視部132dは、変化率情報61と変化率情報62との間の時刻について、所定の誤差の範囲内の時刻は同じ時刻であると判断する。例えば相関ペアに含まれる各センサーのサンプリング周期が1sであるものとする。この場合、相関特性監視部132dは、変化率情報61に示される時刻と変化率情報62とに示される時刻とが秒単位(小数点以下を無視)で同じであれば、それらの時刻は同時刻であると判断する。 The correlation characteristic monitoring unit 132d determines that the time between the change rate information 61 and the change rate information 62 is the same time within a predetermined error range. For example, it is assumed that the sampling period of each sensor included in the correlation pair is 1 s. In this case, if the time shown in the change rate information 61 and the time shown in the change rate information 62 are the same in seconds (ignoring the decimal point), the correlation characteristic monitoring unit 132d has the same time. Judge that.

また相関特性監視部132dは、相関図64の座標系を、複数の領域に分割する。
図10は、領域分割された座標系の一例を示す図である。相関特性監視部132dは、座標系65の原点から所定の範囲内の領域65aを、Aグループの相関特性を表す領域とする。相関特性監視部132dは、x軸を中心として幅LBの範囲内の領域65b,65c(領域65aに含まれる範囲は除外)を、Bグループの相関特性を表す領域とする。相関特性監視部132dは、y軸を中心として幅LB'の範囲内の領域65d,65e(領域65aに含まれる範囲は除外)を、B’グループの相関特性を表す領域とする。相関特性監視部132dは、領域65a〜65eのいずれにも含まれない、第1象限の領域65fと第3象限の領域65gとを、Cグループの相関特性を表す領域とする。相関特性監視部132dは、領域65a〜65eのいずれにも含まれない第2象限の領域65hと第4象限の領域65iとを、C’グループの相関特性を表す領域とする。
Further, the correlation characteristic monitoring unit 132d divides the coordinate system of the correlation diagram 64 into a plurality of regions.
FIG. 10 is a diagram showing an example of a region-divided coordinate system. The correlation characteristic monitoring unit 132d sets a region 65a within a predetermined range from the origin of the coordinate system 65 as a region representing the correlation characteristic of the A group. Correlation characteristic monitor unit 132d, the region 65b in the range of the width L B about the x axis, 65c (the excluded range included in region 65a), the region representing the correlation properties of the B group. Correlation characteristic monitor unit 132d has a width L B about the y-axis 'area within the range of 65d, 65e (the excluded range included in region 65a), B' is a region representing the correlation properties of the group. The correlation characteristic monitoring unit 132d sets the region 65f in the first quadrant and the region 65g in the third quadrant, which are not included in any of the regions 65a to 65e, as regions representing the correlation characteristics of the C group. The correlation characteristic monitoring unit 132d sets the second quadrant region 65h and the fourth quadrant region 65i, which are not included in any of the regions 65a to 65e, as regions representing the correlation characteristics of the C'group.

図11は、各領域にプロットされた点の意味を示す図である。Aグループの相関特性を表す領域65aにプロットされた点は、その点に対応する時刻において、相関ペアの2つのセンサーそれぞれの時系列データが、いずれも大きな時間変化をしていないこと(変化なし)を示す。 FIG. 11 is a diagram showing the meaning of the points plotted in each area. The points plotted in the region 65a representing the correlation characteristics of group A indicate that the time series data of each of the two sensors of the correlation pair did not change significantly over time at the time corresponding to that point (no change). ) Is shown.

Bグループの相関特性を表す領域65b,65cにプロットされた点は、その点に対応する時刻において、第1のセンサーの時系列データが大きな時間変化をしているが、第2のセンサーの時系列データは大きな時間変化をしていないことを示す。すなわち、Bグループの相関特性を表す領域65b,65cにプロットされた点に対応する時刻では、2つのセンサーの時系列データに示される計測値の変化タイミングは不一致である。 The points plotted in the regions 65b and 65c representing the correlation characteristics of group B show that the time series data of the first sensor changes significantly with time at the time corresponding to the points, but at the time of the second sensor. The series data show that there is no significant change over time. That is, at the time corresponding to the points plotted in the regions 65b and 65c representing the correlation characteristics of the B group, the change timings of the measured values shown in the time series data of the two sensors do not match.

B’グループの相関特性を表す領域65d,65eにプロットされた点は、その点に対応する時刻において、第2のセンサーの時系列データが大きな時間変化をしているが、第1のセンサーの時系列データは大きな時間変化をしていないことを示す。すなわち、B’グループの相関特性を表す領域65d,65eにプロットされた点に対応する時刻では、2つのセンサーの時系列データに示される計測値の変化タイミングは不一致である。 The points plotted in the regions 65d and 65e representing the correlation characteristics of the B'group show that the time series data of the second sensor changes significantly with time at the time corresponding to the points, but that of the first sensor Time series data show that there is no significant time change. That is, at the time corresponding to the points plotted in the regions 65d and 65e representing the correlation characteristics of the B'group, the change timings of the measured values shown in the time series data of the two sensors do not match.

Cグループの相関特性を表す領域65f,65gにプロットされた点は、その点に対応する時刻において、相関ペアの2つのセンサーそれぞれの時系列データの値が増加または減少していることを示す。Cグループの相関特性では、第1のセンサーの時系列データの値が増加しているときには、第2のデータの時系列データの値も増加し、第1のセンサーの時系列データの値が減少しているときには、第2のデータの時系列データの値も減少する。このように、Cグループの相関特性を表す領域65f,65gにプロットされた点に対応する時刻では、2つのセンサーの時系列データに示される計測値の変化タイミングは一致している。 The points plotted in the regions 65f and 65g representing the correlation characteristics of the C group indicate that the values of the time series data of each of the two sensors of the correlation pair are increasing or decreasing at the time corresponding to the points. In the correlation characteristic of group C, when the value of the time series data of the first sensor is increasing, the value of the time series data of the second data is also increasing, and the value of the time series data of the first sensor is decreasing. When doing so, the value of the time series data of the second data also decreases. As described above, at the time corresponding to the points plotted in the regions 65f and 65g representing the correlation characteristics of the C group, the change timings of the measured values shown in the time series data of the two sensors are the same.

C’グループの相関特性を表す領域65h,65iにプロットされた点は、その点に対応する時刻において、相関ペアの2つのセンサーそれぞれの時系列データの値が増加または減少していることを示す。C’グループの相関特性では、第1のセンサーの時系列データの値が増加しているときには、第2のデータの時系列データの値が減少し、第1のセンサーの時系列データの値が減少しているときには、第2のデータの時系列データの値が増加する。このように、C’グループの相関特性を表す領域65h,65iにプロットされた点に対応する時刻では、2つのセンサーの時系列データに示される計測値の変化タイミングは一致している。 The points plotted in the regions 65h and 65i representing the correlation characteristics of the C'group indicate that the values of the time-series data of each of the two sensors of the correlation pair are increasing or decreasing at the time corresponding to the points. .. In the correlation characteristic of the C'group, when the value of the time series data of the first sensor is increasing, the value of the time series data of the second data is decreasing, and the value of the time series data of the first sensor is increasing. When it is decreasing, the value of the time series data of the second data is increasing. As described above, at the time corresponding to the points plotted in the regions 65h and 65i representing the correlation characteristics of the C'group, the change timings of the measured values shown in the time series data of the two sensors are the same.

なお、Aグループの相関特性を表す領域65aは、例えば第1のセンサーの変化率のばらつき度合いと第2のセンサーの変化率のばらつき度合いとに基づいて算出された楕円である。 The region 65a representing the correlation characteristic of Group A is, for example, an ellipse calculated based on the degree of variation in the rate of change of the first sensor and the degree of variation in the rate of change of the second sensor.

図12は、Aグループの相関特性を表す領域の一例を示す図である。例えば相関特性監視部132dは、相関ペアそれぞれの変化率のばらつき度合いを計算する。変化率のばらつきは、例えば分散値で表すことができる。相関ペアの一方(第1のセンサー)の分散値をsx 2とし、他方(第2のセンサー)の分散値をsy 2とすると、各分散値は以下の式で計算できる。 FIG. 12 is a diagram showing an example of a region representing the correlation characteristic of Group A. For example, the correlation characteristic monitoring unit 132d calculates the degree of variation in the rate of change of each correlation pair. The variation in the rate of change can be represented by, for example, the variance value. Assuming that the variance value of one of the correlation pairs (first sensor) is s x 2 and the variance value of the other (second sensor) is sy 2 , each variance value can be calculated by the following equation.

Figure 2021111034
Figure 2021111034

Figure 2021111034
Figure 2021111034

式(1)、(2)において、nは要素(ある時刻における第1のセンサーの変化率と第2のセンサーの変化率との組)の総数である(nは1以上の整数)。xiは、i番目(iは1以上n以下の整数)の要素における第1のセンサーの変化率である。yiは、i番目の要素における第2のセンサーの変化率である。オーバーライン付きのxは、第1のセンサーの変化率の平均値である。オーバーライン付きのyは、第2のセンサーの変化率の平均値である。 In the equations (1) and (2), n is the total number of elements (a set of the rate of change of the first sensor and the rate of change of the second sensor at a certain time) (n is an integer of 1 or more). x i is the rate of change of the first sensor in the i-th element (i is an integer of 1 or more and n or less). y i is the rate of change of the second sensor in the i-th element. The overlined x is the average value of the rate of change of the first sensor. The overlined y is the average value of the rate of change of the second sensor.

次に相関特性監視部132dは、分散値に基づいて、原点付近の領域65aの外縁を示す楕円66の式を生成する。例えば相関特性監視部132dは、第1のセンサーの変化率の分散値sx 2をa、第2のセンサーの変化率の分散値sy 2をbとしたとき、一方の軸の長さが2a(=2sx 2)、他方の軸の長さが2b(=2sy 2)の楕円66を生成する。このような楕円66は、以下の式で表される。
2/a2+y2/b2=1 (3)
a≧bの場合、この楕円66の焦点F,F’の位置はそれぞれF((a2−b21/2,0)、F’(−(a2−b21/2,0)となる。相関特性監視部132dは、このような楕円66の内部を、Aグループの相関特性を表す領域65aとする。
Next, the correlation characteristic monitoring unit 132d generates an equation of an ellipse 66 indicating the outer edge of the region 65a near the origin based on the variance value. For example correlation characteristic monitor unit 132d is the rate of change of the first sensor of variance s x 2 a, when the rate of change of the second sensor the variance s y 2 and is b, the length of one axis Generates an ellipse 66 with a length of 2a (= 2s x 2 ) and a length of the other axis of 2b (= 2s y 2). Such an ellipse 66 is represented by the following equation.
x 2 / a 2 + y 2 / b 2 = 1 (3)
When a ≧ b, the positions of the focal points F and F'of this ellipse 66 are F ((a 2 −b 2 ) 1/2 , 0), F'(− (a 2 −b 2 ) 1/2 , respectively. It becomes 0). The correlation characteristic monitoring unit 132d sets the inside of such an ellipse 66 as a region 65a representing the correlation characteristic of the A group.

なお相関特性監視部132dは、相関ペアそれぞれの分散値から10%程度のマージンをとり、楕円66を拡大することもできる。10%のマージンをとる場合、相関特性監視部132dは、楕円66の式(3)におけるa,bについて、a=1.1×sx 2、b=1.1×sy 2とする。 The correlation characteristic monitoring unit 132d can also expand the ellipse 66 by taking a margin of about 10% from the dispersion value of each correlation pair. When a margin of 10% is taken, the correlation characteristic monitoring unit 132d sets a = 1.1 × s x 2 and b = 1.1 × s y 2 for a and b in the equation (3) of the ellipse 66.

このようなマージンの量の調整により、正常/異常判定の感度を調整することが可能である。例えば船舶30が平穏に一定速度で航行している場合、ほとんどのセンサーの時系列データは大きく変化しないことが予想される。するとそれらのセンサーの時系列データから求めた変化率に基づいてプロットされた点は、殆どが原点付近に集まる。この場合、Aグループの相関特性を表す領域65aから外れた位置にプロットされた点が大量に生じた場合に、異常データの可能性がある。マージンの量を大きくすることにより、楕円66で示される領域65aが広くなる。すると、プロットされた点がAグループに含まれる割合が高くなる。すなわち、異常と判定する感度が低くなる。他方、マージンの量を小さくすることにより、楕円66で示される領域65aが狭くなる。すると、プロットされた点がAグループに含まれる割合が低くなる。すなわち、異常と判定する感度が高くなる。 By adjusting the amount of such a margin, it is possible to adjust the sensitivity of normal / abnormal determination. For example, when the ship 30 is sailing calmly at a constant speed, it is expected that the time series data of most sensors will not change significantly. Then, most of the points plotted based on the rate of change obtained from the time series data of those sensors gather near the origin. In this case, there is a possibility of abnormal data when a large number of points plotted at positions outside the region 65a representing the correlation characteristic of group A occur. By increasing the amount of the margin, the region 65a represented by the ellipse 66 becomes wider. Then, the ratio of the plotted points included in the A group increases. That is, the sensitivity for determining an abnormality is lowered. On the other hand, by reducing the amount of the margin, the region 65a represented by the ellipse 66 becomes narrower. Then, the ratio of the plotted points included in the A group becomes low. That is, the sensitivity for determining an abnormality is increased.

相関特性監視部132dは、生成した楕円66の式(3)を用い、点(xi,yi)について、下記のような処理を実行することで、条件分岐(if文)がtrueの場合にプロットされた点で示される特性をAグループと判断する。
if (1 >= xi^2/a^2+yi^2/b^2){
coordinate data = true} #Aグループである。
elseif (1 < xi^2/a^2+yi^2/b^2){
coordinate data = false} #Aグループでない。
The correlation characteristic monitoring unit 132d plots when the conditional branch (if statement) is true by executing the following processing on the points (xi, yi) using the generated ellipse 66 equation (3). The characteristics indicated by the points marked with are judged to be group A.
if (1> = xi ^ 2 / a ^ 2 + yi ^ 2 / b ^ 2) {
coordinate data = true} # A group.
elseif (1 <xi ^ 2 / a ^ 2 + yi ^ 2 / b ^ 2) {
coordinate data = false} # Not in group A.

このようにして、プロットされた点がAグループか否かを判断できる。相関特性監視部132dは、相関特性がAグループではないと判断された点について、BグループまたはB’グループか否かを判断する。 In this way, it can be determined whether or not the plotted points are group A. The correlation characteristic monitoring unit 132d determines whether or not the correlation characteristic is the B group or the B'group with respect to the point determined that the correlation characteristic is not the A group.

図13は、Bグループの相関を表す領域の一例を示す図である。例えば相関特性監視部132dは、第2のセンサーの変化率の分散値sy 2を、Bグループの相関を示す領域のy軸方向の幅LBとする。この場合、相関特性監視部132dは、点(xi,yi)のy座標値「yi」が、「−LB/2<yi<LB/2」を満たせば、その点で示される相関特性はBグループであると判断する。 FIG. 13 is a diagram showing an example of a region representing the correlation of the B group. For example correlation characteristic monitor unit 132d has a variance s y 2 rate of change of the second sensor, and the y-axis direction of the width L B of the region indicating the correlation of B group. In this case, the correlation characteristic monitor unit 132d is the point (xi, yi) y-coordinate values of "yi" is, "- L B / 2 <yi < L B / 2 " satisfies the correlation characteristics indicated by the point Is determined to be group B.

例えば相関特性監視部132dは、下記のような処理を実行することで、条件分岐(if文)がtrueの場合にプロットされた点の相関特性をBグループと判断することができる。
if (-LB/2 <= yi <= LB/2){
coordinate data = true} #Bグループである。
elseif (-LB/2 > yi || LB/2 < yi){
coordinate data = false} #Bグループでない。
For example, the correlation characteristic monitoring unit 132d can determine the correlation characteristic of the plotted points as the B group by executing the following processing when the conditional branch (if statement) is true.
if (-LB / 2 <= yi <= LB / 2) {
coordinate data = true} # B group.
elseif (-LB / 2> yi || LB / 2 <yi) {
coordinate data = false} # Not in B group.

また相関特性監視部132dは、第1のセンサーの変化率の分散値sx 2を、B’グループの相関特性を示す領域のx軸方向の幅LB'とする。この場合、相関特性監視部132dは、点(xi,yi)のx座標値「xi」が、「−LB'/2<xi<LB'/2」を満たせば、その点で示される相関特性はB’グループであると判断する。 The correlation characteristic monitor unit 132d has a dispersion value s x 2 rate of change of the first sensor, and B 'width L B of the x-axis direction of a region showing a correlation characteristic of the group'. In this case, if the x-coordinate value "xi" of the point (xi, yi) satisfies "-LB' / 2 <xi <LB ' / 2", the correlation characteristic monitoring unit 132d is indicated at that point. It is judged that the correlation characteristic is the B'group.

例えば相関特性監視部132dは、下記のような処理を実行することで、条件分岐(if文)がtrueの場合にプロットされた点で示される相関特性をB’グループと判断することができる。
if (-LB'/2 <= xi <= LB'/2){
coordinate data = true} #B’グループである。
elseif (-LB'/2 > xi || LB'/2 < xi){
coordinate data = false} #B’グループでない。
For example, the correlation characteristic monitoring unit 132d can determine the correlation characteristic indicated by the plotted points when the conditional branch (if statement) is true as the B'group by executing the following processing.
if (-LB'/2 <= xi <= LB' / 2) {
coordinate data = true} # B'group.
elseif (-LB'/2> xi || LB' / 2 <xi) {
coordinate data = false} # Not in the B'group.

なお相関特性監視部132dは、相関ペアそれぞれの分散値から10%程度のマージンをとり、幅LBまたは幅LB'を拡大することもできる。10%のマージンをとる場合、相関特性監視部132dは、幅LB=1.1×sy 2、幅LB'=1.1×sx 2とする。 Note the correlation characteristic monitor unit 132d takes the margin of about 10% from the variance value of each correlation pair, it is also possible to enlarge the width L B or the width L B '. When taking the 10% margin, the correlation characteristic monitor unit 132d has a width L B = 1.1 × s y 2 , and the width L B '= 1.1 × s x 2.

このようにして、プロットされた点の相関特性がBグループか否か、およびB’グループか否かを判断できる。相関特性監視部132dは、Aグループ、Bグループ、B’グループのいずれでもないと判断された点について、CグループまたはC’グループか否かを判断する。 In this way, it is possible to determine whether or not the correlation characteristics of the plotted points are in the B group and in the B'group. The correlation characteristic monitoring unit 132d determines whether or not the group is a C group or a C'group with respect to a point determined to be none of the A group, the B group, and the B'group.

例えば相関特性監視部132dは、プロットされた点(xi,yi)が第1象限にある場合(xi>0,yi>0)、その点で示される相関特性はCグループであると判断する。相関特性監視部132dは、プロットされた点(xi,yi)が第3象限にある場合(xi<0,yi<0)にも、その点で示される相関特性はCグループであると判断する。 For example, when the plotted point (xi, yi) is in the first quadrant (xi> 0, yi> 0), the correlation characteristic monitoring unit 132d determines that the correlation characteristic indicated by that point is group C. Even when the plotted points (xi, yi) are in the third quadrant (xi <0, yi <0), the correlation characteristic monitoring unit 132d determines that the correlation characteristic indicated by that point is group C. ..

相関特性監視部132dは、プロットされた点(xi,yi)が第2象限にある場合(xi<0,yi>0)、その点で示される相関特性はC’グループであると判断する。相関特性監視部132dは、プロットされた点(xi,yi)が第4象限にある場合(xi>0,yi<0)にも、その点で示される相関特性はC’グループであると判断する。 When the plotted point (xi, yi) is in the second quadrant (xi <0, yi> 0), the correlation characteristic monitoring unit 132d determines that the correlation characteristic indicated by that point is in the C'group. The correlation characteristic monitoring unit 132d determines that the correlation characteristic indicated by the plotted point (xi, yi) is in the C'group even when it is in the fourth quadrant (xi> 0, yi <0). do.

プロットされたすべての点についてその点が示す相関特性の判断が終了すると、相関特性監視部132dは、相関特性のグループごとの頻度を計数し、ヒストグラムを生成する。そして異常判定部132fは、相関ペアごとのヒストグラムに基づいて、該当相関ペアのセンサーの計測データの異常の有無を判定する。 When the determination of the correlation characteristic indicated by the points for all the plotted points is completed, the correlation characteristic monitoring unit 132d counts the frequency of each group of the correlation characteristics and generates a histogram. Then, the abnormality determination unit 132f determines whether or not there is an abnormality in the measurement data of the sensor of the corresponding correlation pair based on the histogram for each correlation pair.

図14は、計測データの異常の有無の判定例を示す図である。ある相関ペアについて相関特性を監視したところ、単位期間P1のヒストグラム71では、Aグループの点が最も多く、次にBグループの点またはB’グループの点が多く、その次にCグループの点またはC’グループの点が多くなった。同様の傾向が、単位期間Px-1まで続いたものとする。 FIG. 14 is a diagram showing an example of determining whether or not there is an abnormality in the measurement data. Was monitored correlation characteristics for a correlated pairs, the histogram 71 of the unit period P 1, point A group is most often, then many respects point or B 'groups of Group B, a point C group the next Or the points of the C'group increased. It is assumed that the same tendency continues until the unit period P x-1.

そして単位期間Pxのヒストグラム72では、Aグループの点が最も多く、次にCグループの点またはC’グループの点が多く、その次にBグループの点またはB’グループの点が多くなった。すなわち、単位期間P1から単位期間Px-1まではグループBまたはグループB’の点の方がグループCまたはグループC’の点より多いが、単位期間PxではグループCまたはグループC’の点の方がグループBまたはグループB’の点より多い。異常判定部132fは、このように各グループ内の点の出現頻度が大きく変化した場合(相関関係が崩れた場合)、監視対象となった相関ペアの少なくとも一方のセンサーの計測データに異常があると判定する。 Then, in the histogram 72 of the unit period P x , the points of the A group were the most, the points of the C group or the C'group were the most, and then the points of the B group or the B'group were the most. .. That is, from the unit period P 1 to the unit period P x-1 , the points of the group B or the group B'are more than the points of the group C or the group C', but in the unit period P x , the points of the group C or the group C' There are more points than points in group B or group B'. When the frequency of appearance of points in each group changes significantly (when the correlation is broken), the abnormality determination unit 132f has an abnormality in the measurement data of at least one sensor of the monitored correlation pair. Is determined.

例えば異常判定部132fは、単位期間ごとに、相関特性のグループを、プロットされた点の出現頻度が多い順に並べる。連続する所定数の単位期間においてグループの並びに変化がない場合において、それらの単位期間の次の単位期間におけるグループの並びが、それ以前と相違する場合、異常判定部132fは計測データに異常ありと判定する。 For example, the abnormality determination unit 132f arranges the groups of correlation characteristics for each unit period in descending order of appearance frequency of the plotted points. If there is no change in the arrangement of groups in a predetermined number of consecutive unit periods, and the arrangement of groups in the next unit period of those unit periods is different from that before that, the abnormality determination unit 132f indicates that there is an abnormality in the measurement data. judge.

なお異常判定部132fは、BグループとB’グループとを合わせて1つのグループとして扱ってもよい。また異常判定部132fは、CグループとC’グループとを合わせて1つのグループとして扱ってもよい。 The abnormality determination unit 132f may treat the B group and the B'group together as one group. Further, the abnormality determination unit 132f may treat the C group and the C'group together as one group.

次に、異常データ検知部132による異常データ検知処理について詳細に説明する。
図15は、異常データ検知処理の手順の一例を示すフローチャートである。以下、図15に示す処理をステップ番号に沿って説明する。
Next, the abnormality data detection process by the abnormality data detection unit 132 will be described in detail.
FIG. 15 is a flowchart showing an example of the procedure for abnormal data detection processing. Hereinafter, the process shown in FIG. 15 will be described along with the step numbers.

[ステップS101]相関ペア選定部132aは、計測データ入力部131から、計測データ入力部131が機械学習部140に入力予定の1単位期間の計測データを取得する。 [Step S101] The correlation pair selection unit 132a acquires measurement data for one unit period scheduled to be input to the machine learning unit 140 by the measurement data input unit 131 from the measurement data input unit 131.

[ステップS102]相関ペア選定部132aは、該当の単位期間における相関特性監視を行う相関ペアを選定する。相関ペア選定処理の詳細は後述する(図16参照)。
[ステップS103]相関ペア選定部132aは、選定した複数の相関ペアのうち、相関特性を調査していない未選択の相関ペアを1つ選択する。相関ペア選定部132aは、選択した相関ペアを示す情報と、その相関ペアに対応する2つのセンサーから取得した時系列データとを、データ平滑処理部132bに送信する。
[Step S102] The correlation pair selection unit 132a selects a correlation pair for monitoring the correlation characteristics in the corresponding unit period. Details of the correlation pair selection process will be described later (see FIG. 16).
[Step S103] The correlation pair selection unit 132a selects one unselected correlation pair whose correlation characteristics have not been investigated from the selected plurality of correlation pairs. The correlation pair selection unit 132a transmits the information indicating the selected correlation pair and the time series data acquired from the two sensors corresponding to the correlation pair to the data smoothing processing unit 132b.

[ステップS104]データ平滑処理部132b、変化率算出部132c、相関特性監視部132d、および異常判定部132fが連係し、相関特性調査処理を行う。相関特性調査処理の詳細は後述する(図17参照)。 [Step S104] The data smoothing processing unit 132b, the rate of change calculation unit 132c, the correlation characteristic monitoring unit 132d, and the abnormality determination unit 132f are linked to perform the correlation characteristic investigation processing. The details of the correlation characteristic investigation process will be described later (see FIG. 17).

[ステップS105]異常判定部132fは、相関特性調査処理の結果に応じて、処理を分岐させる。例えば異常判定部132fは、データに異常ありと判定された場合、処理をステップS106に進める。また異常判定部132fは、データに異常なしと判定された場合、処理をステップS108に進める。 [Step S105] The abnormality determination unit 132f branches the process according to the result of the correlation characteristic investigation process. For example, if the abnormality determination unit 132f determines that there is an abnormality in the data, the process proceeds to step S106. If the abnormality determination unit 132f determines that there is no abnormality in the data, the abnormality determination unit 132f advances the process to step S108.

[ステップS106]異常判定部132fは、調査対象の単位期間の異常ペア数に「1」を加算する。異常ペア数は、初期値が「0」の変数であり、異常データ検知処理の間、例えばメモリ102に格納されている。 [Step S106] The abnormality determination unit 132f adds "1" to the number of abnormal pairs in the unit period to be investigated. The number of abnormal pairs is a variable whose initial value is "0", and is stored in, for example, the memory 102 during the abnormal data detection process.

[ステップS107]異常判定部132fは、異常履歴記憶部132gにおける、選択している相関ペアに対応する累積異常回数に「1」を加算する。
[ステップS108]異常判定部132fは、選定されたすべての相関ペアについて相関特性調査済みか否かを判断する。異常判定部132fは、調査していない相関ペアがある場合、処理をステップS103に進める。また異常判定部132fは、選定されたすべての相関ペアについて相関特性調査が完了していれば、処理をステップS109に進める。
[Step S107] The abnormality determination unit 132f adds "1" to the cumulative number of abnormalities corresponding to the selected correlation pair in the abnormality history storage unit 132g.
[Step S108] The abnormality determination unit 132f determines whether or not the correlation characteristics have been investigated for all the selected correlation pairs. If there is a correlation pair that has not been investigated, the abnormality determination unit 132f advances the process to step S103. Further, if the correlation characteristic investigation is completed for all the selected correlation pairs, the abnormality determination unit 132f proceeds to the process in step S109.

[ステップS109]異常判定部132fは、調査対象の単位期間における異常ペア数が所定の閾値以上か否かを判断する。異常判定部132fは、異常ペア数が閾値以上であれば、処理をステップS110に進める。また異常判定部132fは、異常ペア数が閾値未満であれば、処理をステップS111に進める。 [Step S109] The abnormality determination unit 132f determines whether or not the number of abnormal pairs in the unit period to be investigated is equal to or greater than a predetermined threshold value. If the number of abnormal pairs is equal to or greater than the threshold value, the abnormality determination unit 132f advances the process to step S110. If the number of abnormal pairs is less than the threshold value, the abnormality determination unit 132f advances the process to step S111.

[ステップS110]異常データ除去部132hは、該当単位期間の入力データを除去する。例えば異常データ除去部132hは、計測データ入力部131に対して、取得した単位期間分の計測データの機械学習部140への入力を抑止するように指示する。計測データ入力部131は、異常データ除去部132hからの指示に従って、計測データの機械学習部140への入力を抑止する。その後、異常データ検知部132は、異常データ検知処理を終了する。 [Step S110] The abnormality data removing unit 132h removes the input data for the corresponding unit period. For example, the abnormality data removing unit 132h instructs the measurement data input unit 131 to suppress the input of the acquired measurement data for the unit period to the machine learning unit 140. The measurement data input unit 131 suppresses the input of the measurement data to the machine learning unit 140 in accordance with the instruction from the abnormality data removal unit 132h. After that, the abnormality data detection unit 132 ends the abnormality data detection process.

[ステップS111]異常データ除去部132hは、計測データ入力部131へ、取得した計測データの機械学習部140への入力を指示する。計測データ入力部131は、指示に従って、機械学習におけるDNNへの入力データとして、取得した計測データを機械学習部140へ入力する。その後、異常データ検知部132は、異常データ検知処理を終了する。 [Step S111] The abnormality data removing unit 132h instructs the measurement data input unit 131 to input the acquired measurement data to the machine learning unit 140. The measurement data input unit 131 inputs the acquired measurement data to the machine learning unit 140 as input data to the DNN in machine learning according to the instruction. After that, the abnormality data detection unit 132 ends the abnormality data detection process.

このように、複数の相関ペアのうち所定数以上の相関ペアにおいて、時系列データが異常データの可能性があると判定された場合には、該当する単位期間の計測データの機械学習部140への入力が抑止される。これにより、異常データを含む計測データに基づいて、船舶30に異常が発生したと誤って判断されてしまうことが抑止できる。しかも、複数の相関ペアについての異常の有無の調査結果に基づいて計測データの異常の有無を判定しているため、計測データが異常データを含む可能性があるか否かについて、信頼性の高い判定結果を得ることができる。 In this way, when it is determined that the time series data may be abnormal data in a predetermined number or more of the correlation pairs among the plurality of correlation pairs, the machine learning unit 140 of the measurement data of the corresponding unit period is reached. Input is suppressed. As a result, it is possible to prevent the ship 30 from being erroneously determined that an abnormality has occurred based on the measurement data including the abnormality data. Moreover, since the presence or absence of abnormality in the measurement data is determined based on the investigation result of the presence or absence of abnormality in a plurality of correlation pairs, it is highly reliable whether or not the measurement data may contain abnormality data. The judgment result can be obtained.

図16は、相関ペア選定処理の手順の一例を示すフローチャートである。以下、図16に示す処理をステップ番号に沿って説明する。
[ステップS121]相関ペア選定部132aは、異常履歴記憶部132gを参照し、今回の異常データ検知処理において相関ペアに選定されていないセンサーの組のうち、累積異常回数が最も多いセンサーの組を、今回の相関特性調査の対象とする相関ペアとして選定する。
FIG. 16 is a flowchart showing an example of the procedure of the correlation pair selection process. Hereinafter, the process shown in FIG. 16 will be described along with the step numbers.
[Step S121] The correlation pair selection unit 132a refers to the abnormality history storage unit 132g, and selects the sensor group having the largest cumulative number of abnormalities among the sensor groups not selected as the correlation pair in the current abnormality data detection process. , Select as the correlation pair to be the target of this correlation characteristic survey.

[ステップS122]相関ペア選定部132aは、すでに相関ペアとして選定されたセンサーの組において、すべてのセンサーが網羅されているか否かを判断する。相関ペア選定部132aは、選定された相関ペアのいずれにも含まれないセンサーが存在する場合、処理をステップS121に進める。また相関ペア選定部132aは、すべてのセンサーが、選定された相関ペアのいずれかに含まれている場合、処理をステップS123に進める。 [Step S122] The correlation pair selection unit 132a determines whether or not all the sensors are covered in the set of sensors already selected as the correlation pair. If there is a sensor that is not included in any of the selected correlation pairs, the correlation pair selection unit 132a advances the process to step S121. Further, the correlation pair selection unit 132a advances the process to step S123 when all the sensors are included in any of the selected correlation pairs.

[ステップS123]相関ペア選定部132aは、所定数以上の相関ペアが選定できたか否かを判断する。相関ペア選定部132aは、所定数以上の相関ペアが選定できた場合、相関ペア選定処理を終了する。また相関ペア選定部132aは、選定された相関ペアの数が所定数に満たない場合、処理をステップS121に進める。 [Step S123] The correlation pair selection unit 132a determines whether or not a predetermined number or more of correlation pairs have been selected. When the correlation pair selection unit 132a can select a predetermined number or more of the correlation pairs, the correlation pair selection process ends the correlation pair selection process. If the number of selected correlation pairs is less than a predetermined number, the correlation pair selection unit 132a advances the process to step S121.

このようにして、累積異常回数が多いセンサーの組から順に相関ペアとして選定される。すなわち過去の異常データ検知処理で、データ異常の可能性があると判定されたセンサーの組が、優先的に今回の異常データ検知処理における相関ペアとして選定される。これにより、異常データを出力する可能性が極めて低いセンサーが多数の相関ペアに含まれることが抑止され、効果の低い処理をせずにすむ。その結果、異常データ検知処理の処理効率が向上する。 In this way, the pair of sensors with the highest cumulative number of abnormalities is selected as a correlation pair in order. That is, the set of sensors determined to have the possibility of data abnormality in the past abnormality data detection processing is preferentially selected as the correlation pair in the current abnormality data detection processing. As a result, it is possible to prevent sensors that are extremely unlikely to output abnormal data from being included in a large number of correlation pairs, and it is possible to avoid processing with low effect. As a result, the processing efficiency of the abnormality data detection process is improved.

図17は、相関特性調査処理の手順の一例を示すフローチャートである。以下、図17に示す処理をステップ番号に沿って説明する。
[ステップS131]データ平滑処理部132bは、選択された相関ペアの2つのセンサーそれぞれの時系列データの平滑化を行う。データ平滑処理部132bは、データの平滑化としては、例えばフィルタリングまたは移動平均法を用いて計測ノイズ(電源ノイズなど)を除去する。
FIG. 17 is a flowchart showing an example of the procedure of the correlation characteristic investigation process. Hereinafter, the process shown in FIG. 17 will be described along with the step numbers.
[Step S131] The data smoothing processing unit 132b smoothes the time series data of each of the two sensors of the selected correlation pair. The data smoothing processing unit 132b removes measurement noise (power supply noise, etc.) by using, for example, filtering or a moving average method for data smoothing.

[ステップS132]変化率算出部132cは、変化率算出に用いる時間間隔ΔTを決定する。例えば変化率算出部132cは、相関ペアのセンサーの計測のサンプリング周期に基づいて、時間間隔ΔTを決定する。具体的には、変化率算出部132cは、一方のセンサーのサンプリング周期に所定の整数を乗算した値を、時間間隔ΔTとする。 [Step S132] The rate of change calculation unit 132c determines the time interval ΔT used for calculating the rate of change. For example, the rate of change calculation unit 132c determines the time interval ΔT based on the sampling cycle of the measurement of the sensor of the correlation pair. Specifically, the rate of change calculation unit 132c sets the time interval ΔT as a value obtained by multiplying the sampling period of one sensor by a predetermined integer.

[ステップS133]変化率算出部132cは、センサーごとの平滑化後の時系列データそれぞれについて変化率算出処理を行い、所定時間間隔の各時刻での計測値の変化率(変化率)を算出する。例えば変化率算出部132cは、ステップS132で決定された時間間隔ΔTの時間帯の終了時刻での計測値から開始時刻での計測値を減算した値を、時間間隔ΔTで除算する。そして変化率算出部132cは、除算結果を、該当する時間帯内の時刻における変化率とする。 [Step S133] The change rate calculation unit 132c performs change rate calculation processing for each smoothed time-series data for each sensor, and calculates the change rate (change rate) of the measured value at each time of a predetermined time interval. .. For example, the rate of change calculation unit 132c divides the value obtained by subtracting the measured value at the start time from the measured value at the end time of the time zone of the time interval ΔT determined in step S132 by the time interval ΔT. Then, the rate of change calculation unit 132c sets the division result as the rate of change at the time within the corresponding time zone.

[ステップS134]相関特性監視部132dは、調査対象として選択された相関ペアの2つのセンサーのうちの一方の第1のセンサー、他方を第2のセンサーとする。そして相関特性監視部132dは、第1のセンサーと第2のセンサーそれぞれの変化率情報(所定の時間間隔の各時刻の変化率を含む)に基づいて、第1のセンサーと第2のセンサーとの間の変化率の相関図を生成する。 [Step S134] The correlation characteristic monitoring unit 132d uses one of the two sensors of the correlation pair selected as the investigation target as the first sensor and the other as the second sensor. Then, the correlation characteristic monitoring unit 132d includes the first sensor and the second sensor based on the change rate information of each of the first sensor and the second sensor (including the change rate of each time at a predetermined time interval). Generate a correlation diagram of the rate of change between.

[ステップS135]相関特性監視部132dは、相関特性抽出処理を行う。例えば相関特性監視部132dは、相関図のx−y平面を複数の領域に分割し、プロットした点がどの領域に含まれるかにより、その点を複数のグループに分類する。そして相関特性監視部132dは、各グループに分類された点の出現頻度を、調査対象の相関ペアの相関特性とする。 [Step S135] The correlation characteristic monitoring unit 132d performs the correlation characteristic extraction process. For example, the correlation characteristic monitoring unit 132d divides the xy plane of the correlation diagram into a plurality of regions, and classifies the plotted points into a plurality of groups according to which region includes the plotted points. Then, the correlation characteristic monitoring unit 132d sets the appearance frequency of the points classified into each group as the correlation characteristic of the correlation pair to be investigated.

[ステップS136]異常判定部132fは、相関特性が崩れたか否かを判定する。例えば異常判定部132fは、選択した相関ペアについて過去(現在の処理対象の単位期間より前)に生成した所定回数分の相関頻度表を、相関頻度記憶部132eから取得する。異常判定部132fは、過去の相関頻度表に基づいて、単位期間ごとに、各グループを出現頻度でソートする。相関頻度記憶部132eは、単位期間ごとのソート後のグループの順番が一致する場合、現在の処理対象の単位期間における相関ペアのグループごとの出現頻度で、グループをソートする。相関頻度記憶部132eは、過去の相関頻度表に基づくグループの順番と、最新の単位期間における出現頻度に基づくグループの順番とが異なる場合、相関特性が崩れたと判定する。 [Step S136] The abnormality determination unit 132f determines whether or not the correlation characteristic is broken. For example, the abnormality determination unit 132f acquires the correlation frequency table for a predetermined number of times generated in the past (before the unit period of the current processing target) for the selected correlation pair from the correlation frequency storage unit 132e. The abnormality determination unit 132f sorts each group by the frequency of appearance for each unit period based on the past correlation frequency table. When the order of the sorted groups for each unit period matches, the correlation frequency storage unit 132e sorts the groups according to the frequency of occurrence of each group of the correlation pair in the unit period of the current processing target. The correlation frequency storage unit 132e determines that the correlation characteristic has collapsed when the order of the groups based on the past correlation frequency table and the order of the groups based on the appearance frequency in the latest unit period are different.

異常判定部132fは、相関特性が崩れた場合、処理をステップS138に進める。また異常判定部132fは、相関特性が崩れていなければ、処理をステップS137に進める。 When the correlation characteristic is broken, the abnormality determination unit 132f advances the process to step S138. Further, the abnormality determination unit 132f proceeds to step S137 if the correlation characteristic is not broken.

[ステップS137]異常判定部132fは、調査対象の相関ペアについての相関特性は正常であると判定する。その後、異常判定部132fは、相関特性調査処理を終了する。 [Step S137] The abnormality determination unit 132f determines that the correlation characteristics of the correlation pair to be investigated are normal. After that, the abnormality determination unit 132f ends the correlation characteristic investigation process.

[ステップS138]異常判定部132fは、調査対象の相関ペアについての相関特性が異常であると判定する。その後、異常判定部132fは、相関特性調査処理を終了する。 [Step S138] The abnormality determination unit 132f determines that the correlation characteristic of the correlation pair to be investigated is abnormal. After that, the abnormality determination unit 132f ends the correlation characteristic investigation process.

このように調査対象の単位期間における相関特性が以前と異なる場合(相関特性が崩れた場合)、相関特性が異常であると判定される。相関特性の崩れは、図14に示したように、プロットされた点の各グループでの出現頻度の比較によって判定できるため、センサーごとの異常判定用の閾値を予め設定せずにすむ。そのため、予期せぬ外乱による計測異常の検知も可能である。 In this way, when the correlation characteristic in the unit period of the survey target is different from the previous one (when the correlation characteristic is broken), it is determined that the correlation characteristic is abnormal. As shown in FIG. 14, the collapse of the correlation characteristic can be determined by comparing the frequency of appearance of the plotted points in each group, so that it is not necessary to set a threshold value for determining an abnormality for each sensor in advance. Therefore, it is possible to detect a measurement abnormality due to an unexpected disturbance.

図18は、相関特性抽出処理の手順の一例を示すフローチャートである。以下、図18に示す処理をステップ番号に沿って説明する。
[ステップS141]相関特性監視部132dは、プロットされた点のうちの原点付近の点のAグループへの分類処理(Aグループ分類処理)を行う。この処理の詳細は後述する(図19参照)。
FIG. 18 is a flowchart showing an example of the procedure of the correlation characteristic extraction process. Hereinafter, the process shown in FIG. 18 will be described along with the step numbers.
[Step S141] The correlation characteristic monitoring unit 132d performs a classification process (A group classification process) for the points near the origin among the plotted points into the A group. Details of this process will be described later (see FIG. 19).

[ステップS142]相関特性監視部132dは、Aグループに分類されていない点のうちの座標軸付近の点のBグループまたはB’グループへの分類処理(Bグループ分類処理)を行う。この処理の詳細は後述する(図20参照)。 [Step S142] The correlation characteristic monitoring unit 132d performs a classification process (B group classification process) for points near the coordinate axes among the points not classified in the A group into the B group or the B'group. Details of this process will be described later (see FIG. 20).

[ステップS143]相関特性監視部132dは、AグループとBグループとのいずれにも分類されていない点のCグループまたはC’グループへの分類処理(Cグループ分類処理)を行う。この処理の詳細は後述する(図21参照)。 [Step S143] The correlation characteristic monitoring unit 132d performs a classification process (C group classification process) for points that are not classified into either the A group or the B group into the C group or the C'group. Details of this process will be described later (see FIG. 21).

[ステップS144]相関特性監視部132dは、ヒストグラム生成処理を行う。例えば相関特性監視部132dは、グループごとに、該当グループに含まれる点の数を計数する。相関特性監視部132dは、計数した数を、該当グループの出現頻度とするヒストグラムを生成する。相関特性監視部132dは、生成したヒストグラムを、異常判定部132fに送信する。 [Step S144] The correlation characteristic monitoring unit 132d performs a histogram generation process. For example, the correlation characteristic monitoring unit 132d counts the number of points included in the corresponding group for each group. The correlation characteristic monitoring unit 132d generates a histogram in which the counted number is used as the frequency of appearance of the corresponding group. The correlation characteristic monitoring unit 132d transmits the generated histogram to the abnormality determination unit 132f.

[ステップS145]相関特性監視部132dは、グループごとの点の出現頻度を設定した相関頻度表を、選択した相関ペアと、現在の調査対象の単位時刻とに対応付けて相関頻度記憶部132eに格納する。 [Step S145] The correlation characteristic monitoring unit 132d stores the correlation frequency table in which the appearance frequency of points for each group is set in the correlation frequency storage unit 132e in association with the selected correlation pair and the unit time of the current investigation target. Store.

このようにしてプロットされた点が分類され、ヒストグラムが生成される。次に図19〜図21を参照して、各グループへの分類処理について詳細に説明する。
まずAグループ分類処理について詳細に説明する。
The points plotted in this way are classified and a histogram is generated. Next, the classification process for each group will be described in detail with reference to FIGS. 19 to 21.
First, the A group classification process will be described in detail.

図19は、Aグループ分類処理の手順の一例を示すフローチャートである。以下、図19に示す処理をステップ番号に沿って説明する。
[ステップS151]相関特性監視部132dは、相関図上の各点のx座標値(第1のセンサーの時系列データから求めた変化率)とy座標値(第2のセンサーの時系列データから求めた変化率)とを取得する。
FIG. 19 is a flowchart showing an example of the procedure of the A group classification process. Hereinafter, the process shown in FIG. 19 will be described along with the step numbers.
[Step S151] The correlation characteristic monitoring unit 132d has an x-coordinate value (rate of change obtained from the time-series data of the first sensor) and a y-coordinate value (from the time-series data of the second sensor) of each point on the correlation diagram. Obtain the obtained rate of change).

[ステップS152]相関特性監視部132dは、x座標値の分散値を算出する。
[ステップS153]相関特性監視部132dは、y座標値の分散値を算出する。
[ステップS154]相関特性監視部132dは、Aグループの領域65a(図10参照)を示す楕円の式を生成する。例えば相関特性監視部132dは、x座標値の分散値とy座標値の分散値それぞれの2倍を長軸または短軸の長さとし、2つの焦点がx軸またはy軸上にある楕円の式を生成する。
[Step S152] The correlation characteristic monitoring unit 132d calculates the variance value of the x-coordinate value.
[Step S153] The correlation characteristic monitoring unit 132d calculates the variance value of the y coordinate value.
[Step S154] The correlation characteristic monitoring unit 132d generates an elliptical formula showing the region 65a (see FIG. 10) of the A group. For example, the correlation characteristic monitoring unit 132d sets the length of the major axis or the minor axis to be twice the variance value of the x-coordinate value and the variance value of the y-coordinate value, respectively, and sets an ellipse in which the two focal points are on the x-axis or the y-axis. To generate.

[ステップS155]相関特性監視部132dは、相関図上の未選択の点を1つ選択する。
[ステップS156]相関特性監視部132dは、選択した点がAグループの領域65a内か否かを判定する。例えば相関特性監視部132dは、選択した点の座標が、ステップS154で生成した楕円内にある場合、その点がAグループの領域65a内にあると判定する。相関特性監視部132dは、選択した点がAグループの領域65a内にあれば、処理をステップS157に進める。また相関特性監視部132dは、選択した点がAグループの領域65a内になければ、処理をステップS158に進める。
[Step S155] The correlation characteristic monitoring unit 132d selects one unselected point on the correlation diagram.
[Step S156] The correlation characteristic monitoring unit 132d determines whether or not the selected point is within the region 65a of the A group. For example, when the coordinates of the selected point are within the ellipse generated in step S154, the correlation characteristic monitoring unit 132d determines that the point is within the region 65a of the A group. If the selected point is within the area 65a of the A group, the correlation characteristic monitoring unit 132d proceeds to step S157. If the selected point is not within the area 65a of the A group, the correlation characteristic monitoring unit 132d proceeds to step S158.

[ステップS157]相関特性監視部132dは、選択した点をAグループに分類する。例えば相関特性監視部132dは、選択した点の識別番号に対応付けて、その点がAグループに属することを示す情報をメモリ102に格納する。 [Step S157] The correlation characteristic monitoring unit 132d classifies the selected points into group A. For example, the correlation characteristic monitoring unit 132d stores information indicating that the point belongs to the A group in the memory 102 in association with the identification number of the selected point.

[ステップS158]相関特性監視部132dは、相関図上のすべての点を選択したか否かを判断する。相関特性監視部132dは、すべての点が選択済みであれば、Aグループ分類処理を終了する。また相関特性監視部132dは、未選択の点があれば、処理をステップS155に進める。 [Step S158] The correlation characteristic monitoring unit 132d determines whether or not all the points on the correlation diagram have been selected. If all the points have been selected, the correlation characteristic monitoring unit 132d ends the A group classification process. If there is an unselected point, the correlation characteristic monitoring unit 132d advances the process to step S155.

図20は、Bグループ分類処理の手順の一例を示すフローチャートである。以下、図20に示す処理をステップ番号に沿って説明する。
[ステップS171]相関特性監視部132dは、相関図上の各点のx座標値とy座標値とを取得する。
FIG. 20 is a flowchart showing an example of the procedure of the B group classification process. Hereinafter, the process shown in FIG. 20 will be described along with the step numbers.
[Step S171] The correlation characteristic monitoring unit 132d acquires the x-coordinate value and the y-coordinate value of each point on the correlation diagram.

[ステップS172]相関特性監視部132dは、y座標値の分散値を算出する。
[ステップS173]相関特性監視部132dは、y座標値の分散値をBグループの領域65b,65c(図10参照)の幅LBに決定する。
[Step S172] The correlation characteristic monitoring unit 132d calculates the variance value of the y coordinate value.
[Step S173] correlation characteristic monitor unit 132d determines the variance value of the y-coordinate values B group region 65b, the width L B of 65c (see FIG. 10).

[ステップS174]相関特性監視部132dは、x座標値の分散値を算出する。
[ステップS175]相関特性監視部132dは、x座標値の分散値をB’グループの領域65d,65e(図10参照)の幅LB'に決定する。
[Step S174] The correlation characteristic monitoring unit 132d calculates the variance value of the x-coordinate value.
[Step S175] correlation characteristic monitor unit 132d determines the variance value of the x coordinate value B in the 'group of regions 65d, 65e (see FIG. 10) the width L B of the'.

[ステップS176]相関特性監視部132dは、相関図上の点のうち、いずれのグループにも未分類であり、Bグループ分類処理において未選択の点を1つ選択する。
[ステップS177]相関特性監視部132dは、選択した点がBグループの領域65b,65c内にあるか否かを判断する。例えば相関特性監視部132dは、選択した点のy座標値が−LB/2以上、かつLB/2以下の場合、その点はBグループの領域65b,65c内にあると判断する。相関特性監視部132dは、選択した点がBグループの領域65b,65c内にあれば、処理をステップS178に進める。また相関特性監視部132dは、選択した点がBグループの領域65b,65c内になければ、処理をステップS179に進める。
[Step S176] The correlation characteristic monitoring unit 132d selects one of the points on the correlation diagram that has not been classified into any group and has not been selected in the B group classification process.
[Step S177] The correlation characteristic monitoring unit 132d determines whether or not the selected point is within the regions 65b and 65c of the B group. For example correlation characteristic monitor unit 132d includes, y coordinates of the selected point is -L B / 2 or more, and the case of L B / 2 or less, it is determined that point B Group regions 65b, to be within the 65c. If the selected point is within the regions 65b and 65c of the B group, the correlation characteristic monitoring unit 132d proceeds to step S178. If the selected point is not within the regions 65b and 65c of the B group, the correlation characteristic monitoring unit 132d proceeds to step S179.

[ステップS178]相関特性監視部132dは、選択した点をBグループに分類する。例えば相関特性監視部132dは、選択した点の識別番号に対応付けて、その点がBグループに属することを示す情報をメモリ102に格納する。相関特性監視部132dは、その後、処理をステップS181に進める。 [Step S178] The correlation characteristic monitoring unit 132d classifies the selected points into group B. For example, the correlation characteristic monitoring unit 132d stores information indicating that the point belongs to the B group in the memory 102 in association with the identification number of the selected point. The correlation characteristic monitoring unit 132d then proceeds to step S181.

[ステップS179]相関特性監視部132dは、選択した点がB’グループの領域65d,65e内にあるか否かを判断する。例えば相関特性監視部132dは、選択した点のx座標値が−LB'/2以上、かつLB'/2以下の場合、その点はB’グループの領域65d,65e内にあると判断する。相関特性監視部132dは、選択した点がB’グループの領域65d,65e内にあれば、処理をステップS180に進める。また相関特性監視部132dは、選択した点がB’グループの領域65d,65e内になければ、処理をステップS181に進める。 [Step S179] The correlation characteristic monitoring unit 132d determines whether or not the selected point is within the regions 65d and 65e of the B'group. For example correlation characteristic monitor unit 132d is determined that the x-coordinate values of the selected point is -L B '/ 2 or more, and L B' if the / 2 or less, the area of the point B 'group 65d, are within 65e do. If the selected point is within the regions 65d and 65e of the B'group, the correlation characteristic monitoring unit 132d proceeds to step S180. If the selected point is not within the regions 65d and 65e of the B'group, the correlation characteristic monitoring unit 132d proceeds to step S181.

[ステップS180]相関特性監視部132dは、選択した点をB’グループに分類する。例えば相関特性監視部132dは、選択した点の識別番号に対応付けて、その点がB’グループに属することを示す情報をメモリ102に格納する。 [Step S180] The correlation characteristic monitoring unit 132d classifies the selected points into the B'group. For example, the correlation characteristic monitoring unit 132d stores information indicating that the point belongs to the B'group in the memory 102 in association with the identification number of the selected point.

[ステップS181]相関特性監視部132dは、相関図上の点のうち、いずれのグループにも未分類であり、Bグループ分類処理において未選択のすべての点について、ステップS176で選択したか否かを判断する。相関特性監視部132dは、すべての点が選択済みであれば、Bグループ分類処理を終了する。また相関特性監視部132dは、未選択の点があれば、処理をステップS176に進める。 [Step S181] Whether or not the correlation characteristic monitoring unit 132d has not classified any of the points on the correlation diagram into any group and has selected all the unselected points in the B group classification process in step S176. To judge. If all the points have been selected, the correlation characteristic monitoring unit 132d ends the B group classification process. If there is an unselected point, the correlation characteristic monitoring unit 132d advances the process to step S176.

図21は、Cグループ分類処理の手順の一例を示すフローチャートである。以下、図21に示す処理をステップ番号に沿って説明する。
[ステップS191]相関特性監視部132dは、相関図上の点のうち、いずれのグループにも未分類であり、Cグループ分類処理において未選択の点を1つ選択する。
FIG. 21 is a flowchart showing an example of the procedure of the C group classification process. Hereinafter, the process shown in FIG. 21 will be described along with the step numbers.
[Step S191] The correlation characteristic monitoring unit 132d selects one point that has not been classified into any group among the points on the correlation diagram and has not been selected in the C group classification process.

[ステップS192]相関特性監視部132dは、選択した点が第1象限または第3象限内にあるか否かを判断する。相関特性監視部132dは、選択した点が第1象限または第3象限内にある場合、処理をステップS193に進める。また相関特性監視部132dは、選択した点が第1象限または第3象限内にない場合、処理をステップS194に進める。 [Step S192] The correlation characteristic monitoring unit 132d determines whether or not the selected point is within the first quadrant or the third quadrant. If the selected point is in the first quadrant or the third quadrant, the correlation characteristic monitoring unit 132d advances the process to step S193. If the selected point is not in the first quadrant or the third quadrant, the correlation characteristic monitoring unit 132d advances the process to step S194.

[ステップS193]相関特性監視部132dは、選択した点をCグループに分類する。例えば相関特性監視部132dは、選択した点の識別番号に対応付けて、その点がCグループに属することを示す情報をメモリ102に格納する。相関特性監視部132dは、その後、処理をステップS196に進める。 [Step S193] The correlation characteristic monitoring unit 132d classifies the selected points into the C group. For example, the correlation characteristic monitoring unit 132d stores information indicating that the point belongs to the C group in the memory 102 in association with the identification number of the selected point. The correlation characteristic monitoring unit 132d then proceeds to step S196.

[ステップS194]相関特性監視部132dは、選択した点が第2象限または第4象限内にあるか否かを判断する。相関特性監視部132dは、選択した点が第2象限または第4象限内にある場合、処理をステップS195に進める。また相関特性監視部132dは、選択した点が第2象限または第4象限内にない場合、処理をステップS196に進める。 [Step S194] The correlation characteristic monitoring unit 132d determines whether or not the selected point is in the second quadrant or the fourth quadrant. If the selected point is in the second quadrant or the fourth quadrant, the correlation characteristic monitoring unit 132d advances the process to step S195. If the selected point is not in the second quadrant or the fourth quadrant, the correlation characteristic monitoring unit 132d proceeds to step S196.

[ステップS195]相関特性監視部132dは、選択した点をC’グループに分類する。例えば相関特性監視部132dは、選択した点の識別番号に対応付けて、その点がC’グループに属することを示す情報をメモリ102に格納する。 [Step S195] The correlation characteristic monitoring unit 132d classifies the selected points into the C'group. For example, the correlation characteristic monitoring unit 132d stores information indicating that the point belongs to the C'group in the memory 102 in association with the identification number of the selected point.

[ステップS196]相関特性監視部132dは、相関図上の点のうち、いずれのグループにも未分類であり、Cグループ分類処理において未選択のすべての点について、ステップS191で選択したか否かを判断する。相関特性監視部132dは、すべての点が選択済みであれば、Cグループ分類処理を終了する。また相関特性監視部132dは、未選択の点があれば、処理をステップS191に進める。 [Step S196] Whether or not the correlation characteristic monitoring unit 132d has not classified any of the points on the correlation diagram into any group and has selected all the unselected points in the C group classification process in step S191. To judge. If all the points have been selected, the correlation characteristic monitoring unit 132d ends the C group classification process. If there is an unselected point, the correlation characteristic monitoring unit 132d advances the process to step S191.

図19〜図21に示した処理により、相関図にプロットされたすべての点がいずれかのグループに分類される。相関図にプロットされた点は、対応する時刻における、相関ペアの2つのセンサーそれぞれが計測した計測値の変化率を表している。このように、サーバ100は、計測値のままで相関図を生成するのではなく、変化率算出後に相関図を生成している。これにより、プロットされた点を分類した際に、異常データを適確に捉えることが可能となっている。 By the processing shown in FIGS. 19 to 21, all the points plotted in the correlation diagram are classified into one of the groups. The points plotted in the correlation diagram represent the rate of change of the measured values measured by each of the two sensors of the correlation pair at the corresponding time. In this way, the server 100 does not generate the correlation diagram with the measured values as they are, but generates the correlation diagram after calculating the rate of change. This makes it possible to accurately capture abnormal data when the plotted points are classified.

図22は、変化率算出の有無による相関図の違いを示す図である。図22には、電圧を計測するセンサーと積算電流量を計測するセンサーとの組が相関ペアとして選定された場合における相関図の生成例が示されている。この場合、電圧の時系列データ211と積算電流量の時系列データ212とに基づいて相関図が生成される。電圧の時系列データ211にはスパイクノイズが表れている。 FIG. 22 is a diagram showing a difference in the correlation diagram depending on whether or not the rate of change is calculated. FIG. 22 shows an example of generating a correlation diagram when a pair of a sensor for measuring voltage and a sensor for measuring integrated current is selected as a correlation pair. In this case, a correlation diagram is generated based on the time series data 211 of the voltage and the time series data 212 of the integrated current amount. Spike noise appears in the voltage time series data 211.

ここで変化率算出を行わずに相関図221を生成した場合、プロットされた点が集中する位置から、スパイクノイズが発生した時刻に対応する点までの距離が短い(距離小)。それに対して、変化率算出を行った後に相関図222を生成した場合、プロットされた点が集中する位置から、スパイクノイズが発生した時刻に対応する点までの距離が長い(距離大)。そのため変化率算出を経ていない相関図221では、データの異常を検出することは困難である。他方、変化率算出後に生成した相関図222であれば、スパイクノイズが発生した時刻に対応する点を、その他の点と別グループに分けることが可能であり、データの異常として検出することも可能となる。 When the correlation diagram 221 is generated without calculating the rate of change here, the distance from the position where the plotted points are concentrated to the point corresponding to the time when the spike noise occurs is short (distance is small). On the other hand, when the correlation diagram 222 is generated after the rate of change is calculated, the distance from the position where the plotted points are concentrated to the point corresponding to the time when the spike noise occurs is long (large distance). Therefore, it is difficult to detect an abnormality in the data in the correlation diagram 221 that has not undergone the calculation of the rate of change. On the other hand, in the correlation diagram 222 generated after calculating the rate of change, the points corresponding to the time when the spike noise occurred can be divided into a separate group from the other points, and can be detected as an abnormality of the data. It becomes.

変化率算出の際には、計測値の変化量を算出する際の時間間隔ΔTを適切に設定することで、異常なデータの存在をより明瞭にすることができる。
図23は、変化率算出における時間間隔ΔTの設定方法の一例を示す図である。図23の例では、軸回転数の時系列データ231に基づいて、変化率算出における時間間隔ΔTを替えて変化率算出を行った場合の、変化率の違いを示している。なお時系列データ231のサンプリング周期は、例えば1.5秒である。
When calculating the rate of change, the existence of abnormal data can be made clearer by appropriately setting the time interval ΔT when calculating the amount of change in the measured value.
FIG. 23 is a diagram showing an example of a method of setting the time interval ΔT in calculating the rate of change. In the example of FIG. 23, the difference in the rate of change is shown when the rate of change is calculated by changing the time interval ΔT in the calculation of the rate of change based on the time series data 231 of the shaft rotation speed. The sampling period of the time series data 231 is, for example, 1.5 seconds.

時系列データ231では、特定の時刻において軸回転数が大きく変動している。このような時系列データ231に基づいて、時間間隔ΔT=1secとして変化率算出を行った場合、算出された変化率の時系列変化には、元の時系列データ231における変動状況が明確には表れていない。時間間隔ΔT=10secとして変化率算出を行った場合、算出された変化率の時系列変化には、元の時系列データ231における変動が表れている。時間間隔ΔT=60secとして変化率算出を行った場合、算出された変化率の時系列変化には、元の時系列データ231における変動が、より明確に表れている。 In the time series data 231, the shaft rotation speed fluctuates greatly at a specific time. When the rate of change is calculated with the time interval ΔT = 1 sec based on such time series data 231, the time series change of the calculated rate of change clearly shows the fluctuation status in the original time series data 231. It does not appear. When the rate of change is calculated with the time interval ΔT = 10 sec, the time-series change of the calculated rate of change shows the change in the original time-series data 231. When the rate of change is calculated with the time interval ΔT = 60 sec, the change in the original time-series data 231 appears more clearly in the time-series change of the calculated rate of change.

このようにサンプリング周期に対して、時系列データ231の波形の変化が瞬時の場合、時間間隔ΔTをサンプリング周期と同程度の時間にすると、計測値の時系列データ231における大きな変化が表れづらい。時間間隔ΔTをサンプリング周期の数倍程度以上に大きくとることで、計測値の時系列データ231における大きな変化が、変化率算出後の変化率の時系列変化に明確に表れるようになる。 As described above, when the change of the waveform of the time series data 231 is instantaneous with respect to the sampling cycle, if the time interval ΔT is set to the same time as the sampling cycle, it is difficult for a large change of the measured value in the time series data 231 to appear. By setting the time interval ΔT to be several times or more the sampling cycle or more, a large change in the time-series data 231 of the measured value can be clearly shown in the time-series change of the change rate after the change rate is calculated.

サーバ100では、例えば相関ペアのセンサーのうちのサンプリング周期が長い方のセンサーの該サンプリング周期の整数倍に、変化率算出における時間間隔ΔTを決定する。これによって、様々なセンサーがある場合においても、適切な時間間隔ΔTによって変化率算出を行い、計測値の時系列データ231の特徴的な変化を適確に捉えることが可能となる。 In the server 100, for example, the time interval ΔT in calculating the rate of change is determined to be an integral multiple of the sampling cycle of the sensor having the longer sampling cycle among the sensors of the correlation pair. As a result, even when there are various sensors, the rate of change can be calculated by an appropriate time interval ΔT, and the characteristic change of the time series data 231 of the measured value can be accurately captured.

また時系列データの変化率算出を行うことで、計測値が瞬間的に大きく変動した時刻をより明確にすることができる。
図24は、時系列データと変化率算出後の変化率の時間変化との比較例を示す図である。図24の例では、時系列データ121aは、エンジンの軸馬力の時間変化を表している。時系列データ121bは、船舶30の速度(船速)の時間変化を表している。時系列データ121cは、エンジンの軸の回転数の時間変化を表している。時系列データ121dは、CPP翼角応答値の時間変化を表している。
In addition, by calculating the rate of change of time-series data, it is possible to clarify the time when the measured value fluctuates significantly momentarily.
FIG. 24 is a diagram showing a comparison example of the time series data and the time change of the change rate after the change rate is calculated. In the example of FIG. 24, the time series data 121a represents the time change of the axial horsepower of the engine. The time series data 121b represents the time change of the speed (ship speed) of the ship 30. The time series data 121c represents the time change of the rotation speed of the engine shaft. The time series data 121d represents the time change of the CPP blade angle response value.

図24において、時系列データ121a〜121dそれぞれの計測値の時間変化と、変化率算出により得られる時間間隔ΔTごとの変化率の時間変化とを、横軸に時刻を取ったグラフ241〜244で表している。グラフ241〜244は、右側の目盛りが変化率算出前の計測値の値を示しており、左側の目盛りが変化率算出後の変化率の値を示している。 In FIG. 24, the time changes of the measured values of the time series data 121a to 121d and the time changes of the change rate for each time interval ΔT obtained by calculating the change rate are shown in graphs 241 to 244 with the time on the horizontal axis. Represents. In the graphs 241 to 244, the scale on the right side shows the value of the measured value before the calculation of the rate of change, and the scale on the left side shows the value of the rate of change after the calculation of the rate of change.

グラフ241〜244からも分かるように、変化率算出前は、計測対象ごとに、計測値の数値の大きさも振れ幅も大きく異なる。それに対して、変化率算出後の変化率は、概ね0付近で遷移し、元の計測値に急激な変化が生じた時刻に大きな値となる。そのため、変化率に基づいて相関ペアの相関図を生成することで、原点付近に多くの点がプロットされた相関図が生成される。 As can be seen from the graphs 241 to 244, before the rate of change is calculated, the magnitude and the fluctuation range of the measured values differ greatly depending on the measurement target. On the other hand, the rate of change after calculating the rate of change changes around 0, and becomes a large value at the time when the original measured value suddenly changes. Therefore, by generating a correlation diagram of a correlation pair based on the rate of change, a correlation diagram in which many points are plotted near the origin is generated.

図25は、生成される相関図の一例を示す図である。例えば軸馬力の時系列データ121aから、軸馬力の変化率(kw/s)の時間変化を示す変化率情報251が生成されている。また船速の時系列データ121bから、船速の変化率(knots/s)の時間変化を示す変化率情報252が生成されている。CPP翼角応答値の時系列データ121dから、CPP翼角応答値の変化率(deg/s)の時間変化を示す変化率情報253が生成されている。軸回転数の時系列データ121cから、軸回転数の変化率(軸回転数/s)の時間変化を示す変化率情報254が生成されている。 FIG. 25 is a diagram showing an example of the generated correlation diagram. For example, from the time-series data 121a of the axial horsepower, the change rate information 251 indicating the time change of the change rate (kw / s) of the axial horsepower is generated. Further, from the time series data 121b of the ship speed, the change rate information 252 indicating the time change of the change rate (knots / s) of the ship speed is generated. From the time series data 121d of the CPP blade angle response value, the change rate information 253 indicating the time change of the change rate (deg / s) of the CPP blade angle response value is generated. From the time-series data 121c of the shaft rotation speed, the change rate information 254 indicating the time change of the change rate of the shaft rotation speed (shaft rotation speed / s) is generated.

軸馬力を計測するセンサーと船速を計測するセンサーとの相関ペアが選定された場合、変化率情報251と変化率情報252との相関図255が生成される。相関図255の横軸が軸馬力の変化率であり、縦軸が船速の変化率である。相関図255を参照すると、多くの期間において軸馬力と船速とのいずれも変化がなく、その期間内の時刻に対応する点が原点付近にプロットされている。また、軸馬力と船速とのいずれか一方が変化する期間では、他方も同時に変化しており、該当期間内の時刻に対応するいくつかの点が第1象限にプロットされている。 When a correlation pair of the sensor for measuring the axial horsepower and the sensor for measuring the ship speed is selected, the correlation diagram 255 between the rate of change information 251 and the rate of change information 252 is generated. Correlation The horizontal axis of FIG. 255 is the rate of change in axial horsepower, and the vertical axis is the rate of change in ship speed. With reference to the correlation diagram 255, neither the axial horsepower nor the ship speed changes in many periods, and the points corresponding to the times within that period are plotted near the origin. In addition, during the period when either one of the axial horsepower and the ship speed changes, the other also changes at the same time, and some points corresponding to the time within the corresponding period are plotted in the first quadrant.

軸馬力を計測するセンサーとCPP翼角応答値を計測するセンサーとの相関ペアが選定された場合、変化率情報251と変化率情報253との相関図256が生成される。相関図256の横軸が軸馬力の変化率であり、縦軸がCPP翼角応答値の変化率である。相関図256を参照すると、軸馬力が変動してもCPP翼角応答値が変動しない期間があり、該当期間内の時刻に対応する点が、横軸上にプロットされている。また、軸馬力の変動に応じてCPP翼角応答値が変動する期間があり、該当期間内の時刻に対応する点が、第1象限にプロットされている。 When a correlation pair of the sensor for measuring the axial horsepower and the sensor for measuring the CPP wing angle response value is selected, the correlation diagram 256 between the change rate information 251 and the change rate information 253 is generated. Correlation The horizontal axis of FIG. 256 is the rate of change in axial horsepower, and the vertical axis is the rate of change in the CPP blade angle response value. With reference to the correlation diagram 256, there is a period in which the CPP blade angle response value does not change even if the axial horsepower fluctuates, and the points corresponding to the times within the corresponding period are plotted on the horizontal axis. In addition, there is a period in which the CPP blade angle response value fluctuates according to the fluctuation in the axial horsepower, and the points corresponding to the times within the corresponding period are plotted in the first quadrant.

軸馬力を計測するセンサーと軸回転数を計測するセンサーとの相関ペアが選定された場合、変化率情報251と変化率情報254との相関図257が生成される。相関図257の横軸が軸馬力の変化率であり、縦軸が軸回転数の変化率である。相関図257を参照すると、多くの期間において軸馬力と軸回転数のいずれも変化がなく、その期間内の時刻に対応する点が原点付近にプロットされている。また、軸馬力と軸回転数とのいずれか一方が変化する期間では、他方も同時に変化しており、該当期間内の時刻に対応するいくつかの点が第1象限にプロットされている。 When a correlation pair of the sensor for measuring the shaft horsepower and the sensor for measuring the shaft rotation speed is selected, the correlation diagram 257 between the change rate information 251 and the change rate information 254 is generated. Correlation The horizontal axis of FIG. 257 is the rate of change in axial horsepower, and the vertical axis is the rate of change in axial speed. With reference to the correlation diagram 257, neither the axial horsepower nor the axial rotation speed changes in many periods, and the points corresponding to the times within that period are plotted near the origin. Further, in the period when either one of the shaft horsepower and the shaft rotation speed changes, the other also changes at the same time, and some points corresponding to the times within the corresponding period are plotted in the first quadrant.

このように相関ペアごとに相関図255〜257の特徴(相関特性)が異なる。相関ペアの相関特性が、特定の単位期間において崩れた場合、外部環境の変化(外乱)で計測値に異常データが含まれている可能性が高い。 In this way, the characteristics (correlation characteristics) of the correlation diagrams 255 to 257 are different for each correlation pair. If the correlation characteristic of the correlation pair collapses in a specific unit period, it is highly possible that the measured value contains abnormal data due to changes in the external environment (disturbance).

図26は、相関特性が崩れた場合の相関図の一例を示す図である。図26の例には、特定の相関ペアについての、単位期間P1〜P4における相関図261〜264が示されている。単位期間P1〜P3までは、一方のセンサーの計測値が変動した場合には、他方のデータの計測値も変動している。一方の変化率が増加した場合には他方の変化率も増加し、一方の変化率が減少した場合には他方の変化率も減少しているため、正の相関である。 FIG. 26 is a diagram showing an example of a correlation diagram when the correlation characteristic is broken. In the example of FIG. 26, correlation diagrams 261 to 264 in unit periods P1 to P4 are shown for a particular correlation pair. During the unit periods P1 to P3, when the measured value of one sensor fluctuates, the measured value of the other data also fluctuates. When the rate of change of one increases, the rate of change of the other also increases, and when the rate of change of one decreases, the rate of change of the other also decreases, so that there is a positive correlation.

このような正の相関が相関特性として複数の単位期間P1〜P3にわたって続いた後、単位期間P4において、正の相関とは異なる状態が生じている。例えば相関図264における点線の円で囲んだ部分にプロットされた点は、正の相関から外れている。このように正の相関から外れた点が発生したことは、図10に示したような領域に分けることによる各点の分類によって検出できる。すなわちプロットされた点のグループ分けにより、相関特性の崩れを検出し、異常データであると正しく判断することができる。 After such a positive correlation continues as a correlation characteristic over a plurality of unit periods P1 to P3, a state different from the positive correlation occurs in the unit period P4. For example, the points plotted in the portion surrounded by the dotted circle in the correlation diagram 264 deviate from the positive correlation. The occurrence of points that deviate from the positive correlation in this way can be detected by classifying each point by dividing it into regions as shown in FIG. That is, by grouping the plotted points, it is possible to detect the collapse of the correlation characteristic and correctly judge that the data is abnormal.

〔その他の実施の形態〕
第1の実施の形態または第2の実施の形態に示した異常検知方法は、船舶30の運航を監視するシステム以外にも適用可能である。例えば電気自動車(EV:Electric Vehicle)などに取り付けられたセンサーによるEVの運行監視でも、第1の実施の形態または第2の実施の形態に示した異常検知が可能である。EVでは、センサーによって位置(緯度、経度)、走行モーター消費電力などの計測データが得られる。その他、工事用車両、工作機械、航空機など、多数のセンサーを有する機器について、上記第1または第2の実施の形態の技術を適用して監視を行うことで、異常データに基づく誤判定を抑止した精度の高い異常検知が可能となる。
[Other embodiments]
The abnormality detection method shown in the first embodiment or the second embodiment can be applied to a system other than the system for monitoring the operation of the ship 30. For example, even in EV operation monitoring by a sensor attached to an electric vehicle (EV) or the like, the abnormality detection shown in the first embodiment or the second embodiment can be performed. In EV, measurement data such as position (latitude, longitude) and running motor power consumption can be obtained by a sensor. In addition, by applying the technology of the first or second embodiment to monitoring equipment having a large number of sensors such as construction vehicles, machine tools, and aircraft, erroneous judgment based on abnormal data is suppressed. Highly accurate abnormality detection is possible.

なお第2の実施の形態では、センサーから取得した時系列データに示される計測値の変化率として、時間間隔ΔTごとの平均変化率を算出しているが、変化率として所定時間間隔ごとの微分係数(瞬間変化率)を用いることもできる。変化率として微分係数を用いる場合、変化率算出部132cは、時系列データに示される計測値の変化を示す式の微分演算を行い、所定時間間隔での微分係数を算出する。 In the second embodiment, the average rate of change for each time interval ΔT is calculated as the rate of change of the measured value shown in the time series data acquired from the sensor, but the rate of change is differentiated for each predetermined time interval. A coefficient (instantaneous rate of change) can also be used. When a differential coefficient is used as the rate of change, the rate of change calculation unit 132c performs a differential operation of an equation indicating a change in the measured value shown in the time series data, and calculates the differential coefficient at a predetermined time interval.

また第2の実施の形態では、変化率のばらつき度合いの指標として分散値を用いているが、他の指標を用いることもできる。例えば分散値に替えて標準偏差をばらつき度合いの指標として用いることもできる。 Further, in the second embodiment, the variance value is used as an index of the degree of variation in the rate of change, but other indexes can also be used. For example, the standard deviation can be used as an index of the degree of variation instead of the variance value.

以上、実施の形態を例示したが、実施の形態で示した各部の構成は同様の機能を有する他のものに置換することができる。また、他の任意の構成物や工程が付加されてもよい。さらに、前述した実施の形態のうちの任意の2以上の構成(特徴)を組み合わせたものであってもよい。 Although the embodiment has been illustrated above, the configuration of each part shown in the embodiment can be replaced with another having the same function. Further, any other components or processes may be added. Further, any two or more configurations (features) of the above-described embodiments may be combined.

1 第1のセンサー
2 第2のセンサー
10 情報処理装置
11 記憶部
12 処理部
1 1st sensor 2 2nd sensor 10 Information processing device 11 Storage unit 12 Processing unit

Claims (9)

第1のセンサーの計測に基づいて得られた第1の複数の値と第2のセンサーの計測に基づいて得られた第2の複数の値とを取得し、
前記第1の複数の値のそれぞれと前記第2の複数の値のそれぞれとを組み合わせた複数の組を複数のグループに分類し、
前記複数のグループのそれぞれに含まれる組の数の変化に応じて異常を検知する、
処理をコンピュータに実行させることを特徴とする異常検知プログラム。
Obtain the first plurality of values obtained based on the measurement of the first sensor and the second plurality of values obtained based on the measurement of the second sensor.
A plurality of sets in which each of the first plurality of values and each of the second plurality of values are combined are classified into a plurality of groups.
Anomalies are detected according to changes in the number of pairs included in each of the plurality of groups.
An anomaly detection program characterized by having a computer execute processing.
前記第1の複数の値と前記第2の複数の値とを取得する処理は、前記第1のセンサーの計測によって得られた計測値の所定の時間間隔の変化率を前記第1の複数の値として取得し、前記第2のセンサーの計測によって得られた計測値の所定の時間間隔の変化率を前記第2の複数の値として取得する処理を含む、
ことを特徴とする請求項1記載の異常検知プログラム。
In the process of acquiring the first plurality of values and the second plurality of values, the change rate of the measured values obtained by the measurement of the first sensor at a predetermined time interval is set to the first plurality of values. The process includes a process of acquiring as a value and acquiring the rate of change of the measured value obtained by the measurement of the second sensor as the second plurality of values at a predetermined time interval.
The abnormality detection program according to claim 1.
前記複数の組を分類する処理は、前記第1の複数の値に対応する第1の座標軸と前記第2の複数の値に対応する第2の座標軸とを有する座標系上に前記複数のグループのそれぞれに対応する複数の領域を生成し、前記複数の組それぞれについて、組に含まれる2つの値を座標値とする点が属する領域に対応するグループに前記組を分類することを特徴とする、
請求項1または2に記載の異常検知プログラム。
The process of classifying the plurality of sets is performed on the plurality of groups on a coordinate system having a first coordinate axis corresponding to the first plurality of values and a second coordinate axis corresponding to the second plurality of values. A plurality of regions corresponding to each of the above are generated, and for each of the plurality of sets, the set is classified into a group corresponding to a region to which a point having two values included in the set as coordinate values belongs. ,
The abnormality detection program according to claim 1 or 2.
前記複数の領域は、前記座標系の原点を含む領域、前記第1の座標軸を含む領域、前記第2の座標軸を含む領域、および前記第1の座標軸と前記第2の座標軸とを含まない領域のうち少なくとも1つを含む、
ことを特徴とする請求項3記載の異常検知プログラム。
The plurality of regions include a region including the origin of the coordinate system, a region including the first coordinate axis, a region including the second coordinate axis, and a region not including the first coordinate axis and the second coordinate axis. Including at least one of
3. The abnormality detection program according to claim 3.
前記第1の複数の値と前記第2の複数の値とを取得する処理は、単位期間ごとに、前記単位期間内での前記第1のセンサーの計測に基づいて得られた前記第1の複数の値と、前記単位期間内での前記第2のセンサーの計測に基づいて得られた前記第2の複数の値とを取得する処理を含み、
前記複数のグループに分類する処理は前記単位期間ごとに実行され、
前記異常を検知する処理は、前記単位期間ごとに、グループに含まれる組の数で前記複数のグループをソートし、第1の単位期間における前記複数のグループのソート後の順番と、第2の単位期間における前記複数のグループのソート後の順番とが一致しないとき、異常があると判断する処理を含む、
ことを特徴とする請求項1ないし4のいずれかに記載の異常検知プログラム。
The process of acquiring the first plurality of values and the second plurality of values is performed for each unit period, based on the measurement of the first sensor within the unit period. Including a process of acquiring a plurality of values and the second plurality of values obtained based on the measurement of the second sensor within the unit period.
The process of classifying into the plurality of groups is executed for each unit period, and the process is executed.
In the process of detecting the abnormality, the plurality of groups are sorted by the number of pairs included in the group for each unit period, the order after sorting of the plurality of groups in the first unit period, and the second. Includes a process of determining that there is an abnormality when the sorted order of the plurality of groups in the unit period does not match.
The abnormality detection program according to any one of claims 1 to 4.
管理対象物に取り付けられた複数のセンサーの中から2つのセンサーを選択して得られるセンサー対を複数生成する処理を実行させ、
前記センサー対の一方を前記第1のセンサーとし他方を前記第2のセンサーとすることで、前記センサー対ごとに、前記第1の複数の値と前記第2の複数の値とを取得する処理、前記複数のグループに分類する処理、および前記異常を検知する処理を行う、
処理を前記コンピュータに実行させることを特徴とする請求項1ないし5のいずれかに記載の異常検知プログラム。
A process of selecting two sensors from a plurality of sensors attached to a controlled object and generating a plurality of obtained sensor pairs is executed.
By using one of the sensor pairs as the first sensor and the other as the second sensor, a process of acquiring the first plurality of values and the second plurality of values for each of the sensor pairs. , The process of classifying into the plurality of groups, and the process of detecting the abnormality.
The abnormality detection program according to any one of claims 1 to 5, wherein the computer executes the process.
複数生成された前記センサー対のうちの前記異常が検知された前記センサー対の割合に基づいて、前記複数のセンサーの少なくとも一部における計測異常の有無を判断する、
処理を前記コンピュータに実行させることを特徴とする請求項6記載の異常検知プログラム。
Based on the ratio of the sensor pair in which the abnormality is detected among the plurality of generated sensor pairs, it is determined whether or not there is a measurement abnormality in at least a part of the plurality of sensors.
The abnormality detection program according to claim 6, wherein the computer executes the process.
第1のセンサーの計測に基づいて得られた第1の複数の値と第2のセンサーの計測に基づいて得られた第2の複数の値とを取得し、
前記第1の複数の値のそれぞれと前記第2の複数の値のそれぞれとを組み合わせた複数の組を複数のグループに分類し、
前記複数のグループのそれぞれに含まれる組の数の変化に応じて異常を検知する、
処理をコンピュータが実行することを特徴とする異常検知方法。
Obtain the first plurality of values obtained based on the measurement of the first sensor and the second plurality of values obtained based on the measurement of the second sensor.
A plurality of sets in which each of the first plurality of values and each of the second plurality of values are combined are classified into a plurality of groups.
Anomalies are detected according to changes in the number of pairs included in each of the plurality of groups.
An anomaly detection method characterized in that a computer executes processing.
第1のセンサーの計測に基づいて得られた第1の複数の値と第2のセンサーの計測に基づいて得られた第2の複数の値とを取得し、前記第1の複数の値のそれぞれと前記第2の複数の値のそれぞれとを組み合わせた複数の組を複数のグループに分類し、前記複数のグループのそれぞれに含まれる組の数の変化に応じて異常を検知する処理部、
を有することを特徴とする情報処理装置。
The first plurality of values obtained based on the measurement of the first sensor and the second plurality of values obtained based on the measurement of the second sensor are acquired, and the first plurality of values are obtained. A processing unit that classifies a plurality of sets that combine each of the second plurality of values into a plurality of groups and detects an abnormality according to a change in the number of pairs included in each of the plurality of groups.
An information processing device characterized by having.
JP2020001159A 2020-01-08 2020-01-08 Abnormality detection program, abnormality detection method, and information processing device Pending JP2021111034A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020001159A JP2021111034A (en) 2020-01-08 2020-01-08 Abnormality detection program, abnormality detection method, and information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020001159A JP2021111034A (en) 2020-01-08 2020-01-08 Abnormality detection program, abnormality detection method, and information processing device

Publications (1)

Publication Number Publication Date
JP2021111034A true JP2021111034A (en) 2021-08-02

Family

ID=77059844

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020001159A Pending JP2021111034A (en) 2020-01-08 2020-01-08 Abnormality detection program, abnormality detection method, and information processing device

Country Status (1)

Country Link
JP (1) JP2021111034A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116756494A (en) * 2023-08-22 2023-09-15 之江实验室 Data outlier processing method, apparatus, computer device, and readable storage medium
CN118277755A (en) * 2024-05-31 2024-07-02 中环汽研(北京)低碳科技有限公司 Method, device and equipment for identifying fuel class of vehicle engine

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01181198A (en) * 1988-01-14 1989-07-19 Nippon Atom Ind Group Co Ltd Method for monitoring process data
JP2002214185A (en) * 2001-01-16 2002-07-31 Nissin Electric Co Ltd Detecting method and detecting device for sensor abnormality

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01181198A (en) * 1988-01-14 1989-07-19 Nippon Atom Ind Group Co Ltd Method for monitoring process data
JP2002214185A (en) * 2001-01-16 2002-07-31 Nissin Electric Co Ltd Detecting method and detecting device for sensor abnormality

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116756494A (en) * 2023-08-22 2023-09-15 之江实验室 Data outlier processing method, apparatus, computer device, and readable storage medium
CN116756494B (en) * 2023-08-22 2024-01-23 之江实验室 Data outlier processing method, apparatus, computer device, and readable storage medium
CN118277755A (en) * 2024-05-31 2024-07-02 中环汽研(北京)低碳科技有限公司 Method, device and equipment for identifying fuel class of vehicle engine

Similar Documents

Publication Publication Date Title
Rai et al. A review on signal processing techniques utilized in the fault diagnosis of rolling element bearings
CN102473660B (en) Automatic fault detection and classification in a plasma processing system and methods thereof
Kang et al. Reliable fault diagnosis of multiple induction motor defects using a 2-D representation of Shannon wavelets
CN206504869U (en) A kind of rolling bearing fault diagnosis device
US10552511B2 (en) Systems and methods for data-driven anomaly detection
CN108333468B (en) The recognition methods of bad data and device under a kind of active power distribution network
JP2021111034A (en) Abnormality detection program, abnormality detection method, and information processing device
Al-Haddad et al. Improved UAV blade unbalance prediction based on machine learning and ReliefF supreme feature ranking method
CN118378116B (en) Internet-based vehicle detection system and method
Kähler et al. Anomaly detection for industrial surface inspection: application in maintenance of aircraft components
Li et al. Synthetic aperture radar image change detection based on principal component analysis and two-level clustering
CN117235650B (en) Method, device, equipment and medium for detecting high-altitude operation state
CN114168586A (en) Abnormal point detection method and device
CN117591860A (en) Data anomaly detection method and device
CN115186772B (en) Method, device and equipment for detecting partial discharge of power equipment
Huang et al. Semi-Supervised HyperMatch-Driven Cross Temporal and Spatial Interaction Transformer for Hyperspectral Change Detection
CN113515554A (en) Anomaly detection method and system for irregularly sampled time series
JP6258574B2 (en) Passive sonar device, azimuth concentration processing method, and passive sonar signal processing program
CN112084541A (en) Hardware Trojan horse detection method and system, computer equipment and readable storage medium
CN113920547A (en) Glove detection method and system based on neural network
CN113177514A (en) Unmanned aerial vehicle signal detection method and device and computer readable storage medium
CN117541832B (en) Abnormality detection method, abnormality detection system, electronic device, and storage medium
Al-Shrouf et al. Online feature-based multisensor object detection system for bucket-wheel excavators
CN117593330B (en) Visual real-time vibration monitoring method
Wang et al. Bearing fault diagnosis based on the feature enhancement of improved mean differential SDP images★

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220908

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230727

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230801

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20240213