JP2021033711A - 異常検知装置、異常検知方法、及びプログラム - Google Patents
異常検知装置、異常検知方法、及びプログラム Download PDFInfo
- Publication number
- JP2021033711A JP2021033711A JP2019154065A JP2019154065A JP2021033711A JP 2021033711 A JP2021033711 A JP 2021033711A JP 2019154065 A JP2019154065 A JP 2019154065A JP 2019154065 A JP2019154065 A JP 2019154065A JP 2021033711 A JP2021033711 A JP 2021033711A
- Authority
- JP
- Japan
- Prior art keywords
- data
- time
- approximation
- observation data
- perron
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000001514 detection method Methods 0.000 title claims abstract description 86
- 230000005856 abnormality Effects 0.000 title claims abstract description 77
- 230000002159 abnormal effect Effects 0.000 claims abstract description 19
- 238000013178 mathematical model Methods 0.000 claims abstract description 12
- 238000000034 method Methods 0.000 claims description 80
- 239000006185 dispersion Substances 0.000 claims description 12
- 239000000556 agonist Substances 0.000 claims description 9
- 238000004364 calculation method Methods 0.000 description 20
- 230000006870 function Effects 0.000 description 18
- 238000012546 transfer Methods 0.000 description 12
- 230000006399 behavior Effects 0.000 description 8
- 238000011156 evaluation Methods 0.000 description 6
- 230000008569 process Effects 0.000 description 5
- 238000000354 decomposition reaction Methods 0.000 description 4
- 230000015654 memory Effects 0.000 description 4
- 238000012545 processing Methods 0.000 description 4
- 238000001228 spectrum Methods 0.000 description 4
- 238000006243 chemical reaction Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 238000009826 distribution Methods 0.000 description 3
- 238000012549 training Methods 0.000 description 3
- 238000013528 artificial neural network Methods 0.000 description 2
- 238000010801 machine learning Methods 0.000 description 2
- 238000013507 mapping Methods 0.000 description 2
- 239000011159 matrix material Substances 0.000 description 2
- 230000006403 short-term memory Effects 0.000 description 2
- 238000012360 testing method Methods 0.000 description 2
- 230000009471 action Effects 0.000 description 1
- 230000002547 anomalous effect Effects 0.000 description 1
- 239000003795 chemical substances by application Substances 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 238000010494 dissociation reaction Methods 0.000 description 1
- 230000005593 dissociations Effects 0.000 description 1
- 238000005183 dynamical system Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 239000000203 mixture Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 238000012552 review Methods 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N7/00—Computing arrangements based on specific mathematical models
- G06N7/08—Computing arrangements based on specific mathematical models using chaos models or non-linear system models
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N7/00—Computing arrangements based on specific mathematical models
- G06N7/01—Probabilistic graphical models, e.g. probabilistic networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/10—Complex mathematical operations
- G06F17/17—Function evaluation by approximation methods, e.g. inter- or extrapolation, smoothing, least mean square method
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Mathematical Optimization (AREA)
- Pure & Applied Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Mathematical Physics (AREA)
- Computational Mathematics (AREA)
- Mathematical Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Algebra (AREA)
- Software Systems (AREA)
- Databases & Information Systems (AREA)
- Computing Systems (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- Nonlinear Science (AREA)
- Probability & Statistics with Applications (AREA)
- Complex Calculations (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
前記Perron-Frobenius作用素の近似と、時刻tの観測データを用いて、時刻t+1におけるデータを予測し、予測したデータと、時刻t+1の観測データとの乖離に基づいて、時刻t+1の観測データが異常か否かを判断する検知部と
を備える異常検知装置が提供される。
本実施の形態では、RKHS上のPerron-Frobenius作用素と呼ばれるTransfer作用素を近似する手法と、それを用いた応用例として、異常検知を達成するシステムである時系列データ異常検知装置について説明する。本時系列データ異常検知装置は、Transfer作用素が「離散スペクトラムしか持たない」や、「有界である」という性質を持たない場合にも適用可能である。
時系列データ異常検知装置100は、例えば、コンピュータにプログラムを実行させることにより実現できる。
時系列データ異常検知装置100の動作の概要は下記のとおりである。時系列データ異常検知装置100は、下記の近似ステップと異常検知ステップを実行することで時系列データの異常検知を行う。
ステップ0:観測データ取得部110が、時刻Tまでの時系列の観測データを取得する。観測データは、例えば、ネットワークを構成するルータ等から取得されるトラヒック量のデータである。
ステップ3:観測データ取得部110は、時刻tにおける観測データと時刻t+1における観測データを取得する。
時系列データ異常検知装置100の動作の詳細を図3〜図5のフローチャートを参照して説明する。
時系列データ異常検知装置100の近似部120が近似を開始する。
図5において、時系列データ異常検知装置100の近似部120が近似を開始する。
以下、時系列データ異常検知装置100が実行する計算方法について詳細に説明する。また、評価結果についても説明する。なお、以下の説明において、明細書の使用可能文字の制限から、文字の頭につく〜を文字の前に記載する場合がある(例:〜K)。また、文字の頭につく^を文字の前に記載する場合がある(例:^K)。
ここでの説明にあたって、時系列データは、以下のような数学モデルから生成されるとする。
ただし、Xt、ξtは状態空間χ(コンパクトな距離空間)から確率空間(Ω,F)への確率変数とし、hはχからχへの非線形な写像とする。Ω上に、確率測度Pが定まるとする。ξt(t=0,1,…)はノイズを表す独立同分布な確率変数で、ξtとXtも独立とする。
条件2.任意のxi,…,xj∈χとc1,…,cn∈Rに対してΣn i,j=1cicjk(xi,xj)≧0
kはカーネルと呼ばれる。x∈χに対して、φ(x)を、yに関する関数k(x,y)とする。kに関するReproducing kernel Hilbert space(RKHS)とは、φ(x)の全ての線形結合とその極限から成る、無限次元の関数空間である。
Perron-Frobenius作用素近似部121が実行するPerron-Frobenius作用素の近似方法を説明する。
{x0,x1,…,xT−1}を観測データとする。この観測データを{x0,xS,…,x(N−1)S},{x1,x1+S,…,x1+(N−1)S)},…,{xS−1,xS−1+S,…,xS−1+(N−1)S}というS組のデータセットに分ける。
ただし、
Ψ0,N=QS,NRS,Nと、Ψ0,NをQR分解することで、Φ(μ0,N),…,Φ(μS−1,N)の線形結合全体を含む空間の正規直交基底を用いた表現への変換、QS,Nを得ることができる。
Kが有界でない場合、N→∞とした極限状態を考えることができないため、観測データによる近似の正当性を示すことができない。そこで、(γI−K)−1が有界で全単射になるような複素数γを選び、(γI−K)−1を近似することで、この課題を解決する。(γI−K)−1は有界であるから、
以下、1.1節・1.2節の近似手法の正当性について説明する。
1.1節において、Ψ0=[(μ0),…,Φ(μS−1)]、1.2節において、
次に、異常検知のための計算方法について説明する。
1.2節において、
以下、評価結果について説明する。
次のような時系列データ{x0,x1,…,xT−1}を作成した。
http://totem.info.ucl.ac.be/dataset.htmlで公開されているトラヒックデータに対して、Arnoldi法,Shift-invert Arnoldi法,および既存手法の異常度を計算した。このデータは、23個のルータと、その間の38個のリンク、及び外部との53個のリンクから構成されるネットワークにおいて、各ルータにおけるトラヒック量を15分おきに測定したものである。
以上説明したように、本実施の形態で説明した技術により、Reproducing kernel Hilbert space上のPerron-Frobenius作用素を近似することで、時系列データのランダム性を捉えた予測を作成することができる。これにより、データのランダム性を考慮した異常検知を達成することができる。
(第1項)
観測データに基づいて、当該観測データを生成する数学モデルを表現するRKHS上のPerron-Frobenius作用素の近似を作成する近似部と、
前記Perron-Frobenius作用素の近似と、時刻tの観測データを用いて、時刻t+1におけるデータを予測し、予測したデータと、時刻t+1の観測データとの乖離に基づいて、時刻t+1の観測データが異常か否かを判断する検知部と
を備える異常検知装置。
(第2項)
前記近似部は、前記Perron-Frobenius作用素の近似を用いて、各観測データにおける予測の散らばり具合の指標を計算し、
前記検知部は、前記散らばり具合の指標に応じた閾値を用いて観測データが異常か否かを判断する
第1項に記載の異常検知装置。
(第3項)
前記散らばり具合の指標は、前記Perron-Frobenius作用素の近似を用いて得られた予測のRKHSにおける大きさである
第1項に記載の異常検知装置。
(第4項)
前記近似部は、観測データをS組のデータセットに分け、当該S組のデータセットから、直交化の操作により、S次元の空間に制限した前記Perron-Frobenius作用素の近似を作成する
第1項ないし第3項のうちいずれか1項に記載の異常検知装置。
(第5項)
前記近似部は、Shift-invert Arnoldi法により、前記Perron-Frobenius作用素の近似を作成する
第4項に記載の異常検知装置。
(第6項)
異常検知装置が実行する異常検知方法であって、
観測データに基づいて、当該観測データを生成する数学モデルを表現するRKHS上のPerron-Frobenius作用素の近似を作成するステップと、
前記Perron-Frobenius作用素の近似と、時刻tの観測データを用いて、時刻t+1におけるデータを予測し、予測したデータと、時刻t+1の観測データとの乖離に基づいて、時刻t+1の観測データが異常か否かを判断するステップと
を備える異常検知方法。
(第7項)
コンピュータを、第1項ないし第5項のうちいずれか1項に記載の異常検知装置における各部として機能させるためのプログラム。
110 観測データ取得部
120 近似部
121 Perron-Frobenius作用素近似部
122 散らばり具合計算部
130 検知部
1000 ドライブ装置
1001 記録媒体
1002 補助記憶装置
1003 メモリ装置
1004 CPU
1005 インタフェース装置
1006 表示装置
1007 入力装置
Claims (7)
- 観測データに基づいて、当該観測データを生成する数学モデルを表現するRKHS上のPerron-Frobenius作用素の近似を作成する近似部と、
前記Perron-Frobenius作用素の近似と、時刻tの観測データを用いて、時刻t+1におけるデータを予測し、予測したデータと、時刻t+1の観測データとの乖離に基づいて、時刻t+1の観測データが異常か否かを判断する検知部と
を備える異常検知装置。 - 前記近似部は、前記Perron-Frobenius作用素の近似を用いて、各観測データにおける予測の散らばり具合の指標を計算し、
前記検知部は、前記散らばり具合の指標に応じた閾値を用いて観測データが異常か否かを判断する
請求項1に記載の異常検知装置。 - 前記散らばり具合の指標は、前記Perron-Frobenius作用素の近似を用いて得られた予測のRKHSにおける大きさである
請求項2に記載の異常検知装置。 - 前記近似部は、観測データをS組のデータセットに分け、当該S組のデータセットから、直交化の操作により、S次元の空間に制限した前記Perron-Frobenius作用素の近似を作成する
請求項1ないし3のうちいずれか1項に記載の異常検知装置。 - 前記近似部は、Shift-invert Arnoldi法により、前記Perron-Frobenius作用素の近似を作成する
請求項4に記載の異常検知装置。 - 異常検知装置が実行する異常検知方法であって、
観測データに基づいて、当該観測データを生成する数学モデルを表現するRKHS上のPerron-Frobenius作用素の近似を作成するステップと、
前記Perron-Frobenius作用素の近似と、時刻tの観測データを用いて、時刻t+1におけるデータを予測し、予測したデータと、時刻t+1の観測データとの乖離に基づいて、時刻t+1の観測データが異常か否かを判断するステップと
を備える異常検知方法。 - コンピュータを、請求項1ないし5のうちいずれか1項に記載の異常検知装置における各部として機能させるためのプログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019154065A JP7351480B2 (ja) | 2019-08-26 | 2019-08-26 | 異常検知装置、異常検知方法、及びプログラム |
PCT/JP2020/031316 WO2021039545A1 (ja) | 2019-08-26 | 2020-08-19 | 異常検知装置、異常検知方法、及びプログラム |
US17/636,635 US20220284332A1 (en) | 2019-08-26 | 2020-08-19 | Anomaly detection apparatus, anomaly detection method and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019154065A JP7351480B2 (ja) | 2019-08-26 | 2019-08-26 | 異常検知装置、異常検知方法、及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2021033711A true JP2021033711A (ja) | 2021-03-01 |
JP7351480B2 JP7351480B2 (ja) | 2023-09-27 |
Family
ID=74676604
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2019154065A Active JP7351480B2 (ja) | 2019-08-26 | 2019-08-26 | 異常検知装置、異常検知方法、及びプログラム |
Country Status (3)
Country | Link |
---|---|
US (1) | US20220284332A1 (ja) |
JP (1) | JP7351480B2 (ja) |
WO (1) | WO2021039545A1 (ja) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113093135A (zh) * | 2021-03-23 | 2021-07-09 | 南京邮电大学 | 基于f范数归一化距离的目标检测方法及装置 |
JPWO2021177082A1 (ja) * | 2020-03-02 | 2021-09-10 |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US12102923B2 (en) * | 2021-02-05 | 2024-10-01 | Unity Technologies ApS | Method and system for automatic normal map detection and correction |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2018195929A (ja) * | 2017-05-16 | 2018-12-06 | 富士通株式会社 | トラフィック管理装置、トラフィック管理方法およびプログラム |
-
2019
- 2019-08-26 JP JP2019154065A patent/JP7351480B2/ja active Active
-
2020
- 2020-08-19 WO PCT/JP2020/031316 patent/WO2021039545A1/ja active Application Filing
- 2020-08-19 US US17/636,635 patent/US20220284332A1/en active Pending
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2018195929A (ja) * | 2017-05-16 | 2018-12-06 | 富士通株式会社 | トラフィック管理装置、トラフィック管理方法およびプログラム |
Non-Patent Citations (1)
Title |
---|
石川勲 ほか: "RKHS上のPerron-Frobenius作用素を用いた力学系間の比較について", 電子情報通信学会技術研究報告, vol. 118, no. 284, JPN6020044572, 29 October 2018 (2018-10-29), JP, pages 175 - 182, ISSN: 0005138161 * |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPWO2021177082A1 (ja) * | 2020-03-02 | 2021-09-10 | ||
CN113093135A (zh) * | 2021-03-23 | 2021-07-09 | 南京邮电大学 | 基于f范数归一化距离的目标检测方法及装置 |
CN113093135B (zh) * | 2021-03-23 | 2023-05-26 | 南京邮电大学 | 基于f范数归一化距离的目标检测方法及装置 |
Also Published As
Publication number | Publication date |
---|---|
WO2021039545A1 (ja) | 2021-03-04 |
JP7351480B2 (ja) | 2023-09-27 |
US20220284332A1 (en) | 2022-09-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2021039545A1 (ja) | 異常検知装置、異常検知方法、及びプログラム | |
KR102208210B1 (ko) | 동적 특이치 바이어스 감소 시스템 및 방법 | |
EP2814218B1 (en) | Detecting anomalies in work practice data by combining multiple domains of information | |
GB2617045A (en) | Computer-based systems, computing components and computing objects configured to implement dynamic outlier bias reduction in machine learning models | |
Seo et al. | On the value of outlier elimination on software effort estimation research | |
JP2011198191A (ja) | カーネル回帰システム、方法及びプログラム | |
Gencer et al. | Time series forecast modeling of vulnerabilities in the android operating system using ARIMA and deep learning methods | |
US20210117840A1 (en) | Causation learning apparatus, causation estimation apparatus, causation learning method, causation estimation method and program | |
Delatola et al. | A Bayesian semiparametric model for volatility with a leverage effect | |
Masabo et al. | Big data: deep learning for detecting malware | |
Alsolai et al. | Application of ensemble techniques in predicting object-oriented software maintainability | |
US20090138237A1 (en) | Run-Time Characterization of On-Demand Analytical Model Accuracy | |
Taghipour et al. | Maximum likelihood estimation from interval censored recurrent event data | |
JP2020139914A (ja) | 物質構造分析装置、方法及びプログラム | |
CN114450645A (zh) | 智能过程异常检测和趋势预估系统 | |
Shawky et al. | Modeling clones evolution in open source systems through chaos theory | |
JP6629682B2 (ja) | 学習装置、分類装置、分類確率計算装置、及びプログラム | |
Burger et al. | Deriving correlation matrices for missing financial time-series data | |
Lymperopoulos | CovidCurve: curve fitting modeling and early forecasting of the size and duration of Covid-19 outbreaks | |
JP7367843B2 (ja) | 関係性抽出装置、関係性抽出方法、及びプログラム | |
RU2813245C1 (ru) | Компьютерные системы, вычислительные компоненты и вычислительные объекты, выполненные с возможностью реализации уменьшения обусловленного выбросовыми значениями динамического отклонения в моделях машинного обучения | |
Billio et al. | Bayesian inference in dynamic models with latent factors | |
Alsharef | Sonia; Kumar, K.; Iwendi, C. Time Series Data Modeling Using Advanced Machine Learning and AutoML. Sustainability 2022, 14, 15292 | |
Yan et al. | User Preference Learning based on Automatic Environment Classification for General Debiasing in Recommendation Systems | |
Contreras | Bayesian methods to treat geotechnical uncertainty in risk‑based design of open pit slopes |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD01 | Notification of change of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7426 Effective date: 20190827 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20190827 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20220606 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20230829 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20230906 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7351480 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |