JP7306445B2 - 異常検知装置、異常検知方法、及びプログラム - Google Patents
異常検知装置、異常検知方法、及びプログラム Download PDFInfo
- Publication number
- JP7306445B2 JP7306445B2 JP2021501252A JP2021501252A JP7306445B2 JP 7306445 B2 JP7306445 B2 JP 7306445B2 JP 2021501252 A JP2021501252 A JP 2021501252A JP 2021501252 A JP2021501252 A JP 2021501252A JP 7306445 B2 JP7306445 B2 JP 7306445B2
- Authority
- JP
- Japan
- Prior art keywords
- node
- score
- data
- tree structure
- binary tree
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
- G06N5/01—Dynamic search techniques; Heuristics; Dynamic trees; Branch-and-bound
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/14—Network analysis or design
- H04L41/142—Network analysis or design using statistical or mathematical methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/217—Validation; Performance evaluation; Active pattern learning techniques
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/55—Detecting local intrusion or implementing counter-measures
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/57—Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
- G06F21/577—Assessing vulnerabilities and evaluating computer system security
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
- G06N20/20—Ensemble learning
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/14—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
- H04L63/1408—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic by monitoring network traffic
- H04L63/1425—Traffic logging, e.g. anomaly detection
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Data Mining & Analysis (AREA)
- Computing Systems (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Computer Hardware Design (AREA)
- Mathematical Physics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Bioinformatics & Computational Biology (AREA)
- Computer Networks & Wireless Communication (AREA)
- Evolutionary Biology (AREA)
- Computational Linguistics (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Signal Processing (AREA)
- Mathematical Analysis (AREA)
- Pure & Applied Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Mathematical Optimization (AREA)
- Algebra (AREA)
- Medical Informatics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Description
nk,d,1:ノードkに含まれるデータにおける第d成分の最小値
nk,d,2:ノードkに含まれるデータにおける第d成分の最大値
nk,d,3:ノードkに含まれるデータにおける第d成分の中央値(任意に選択可能)
nk,d,1:第d成分で分割されている場合は「1」それ以外は「0」
nk,d,2:第d成分で分割されている場合は「閾値」、それ以外は「0」
nk,d,3:第d成分で分割されている場合は「-1/+1(未満/以上)」、それ以外は「0」
複数のデータを用いて二分木構造を作成する二分木構造作成部と、
前記二分木構造の根ノードから葉ノードに到達するまでに通過する各々のノードの特徴であるノード特徴に対するノード評価値を用いてスコアを算出するスコア算出部と、
前記二分木構造の前記各々のノードのノード特徴に対するノード評価値を計算するノード評価モデルを学習する学習部と、を備える、
異常検知装置。
前記各々のノードのノード特徴に対するノード評価値は、前記各々のノードのノード特徴における重みであり、
前記スコア算出部は、前記二分木構造の根ノードから葉ノードに到達するまでに通過する各々のノードのノード特徴における重みを用いてスコアを算出し、
前記学習部は、前記各々のノードのノード特徴における重みを計算するためのノード評価モデルを学習する、
付記1に記載の異常検知装置。
前記ノード特徴は、前記各々のノードに属するデータの統計情報を用いて生成される、付記1または2に記載の異常検知装置。
前記ノード特徴は、前記各々のノードに属するデータの最小値と最大値とを用いて生成される、付記3に記載の異常検知装置。
前記ノード特徴は、対象ノードに到達する直前の分岐におけるパラメータを用いて生成される、付記1または2に記載の異常検知装置。
前記ノード特徴は、前記対象ノードに到達する直前の分岐における特徴、閾値、及び分岐方向を用いて生成される、付記5に記載の異常検知装置。
前記学習部は、外れ値と判断されたデータのスコアを正常値の可能性が高いスコアから離すように前記ノード評価モデルを学習する、付記1~6のいずれか一項に記載の異常検知装置。
前記学習部は、正常値と判断されたデータのスコアを外れ値の可能性が高いスコアから離すように前記ノード評価モデルを学習する、付記1~7のいずれか一項に記載の異常検知装置。
前記学習部は、異常ラベルが付与されたデータと上位スコアのデータとのスコア差に関するヒンジ損失および正常ラベルが付与されたデータと下位スコアのデータとのスコア差に関するヒンジ損失の少なくとも一方を含む損失関数を最小化することで、前記ノード評価モデルを学習する、付記1~8のいずれか一項に記載の異常検知装置。
前記損失関数は、前回のスコアからの変動を抑制する項を有する、付記9に記載の異常検知装置。
複数のデータを用いて二分木構造を作成し、
前記二分木構造の根ノードから葉ノードに到達するまでに通過する各々のノードの特徴であるノード特徴に対するノード評価値を用いてスコアを算出し、
前記二分木構造の前記各々のノードのノード特徴に対するノード評価値を計算するノード評価モデルを学習する、
異常検知方法。
複数のデータを用いて二分木構造を作成する処理と、
前記二分木構造の根ノードから葉ノードに到達するまでに通過する各々のノードの特徴であるノード特徴に対するノード評価値を用いてスコアを算出する処理と、
前記二分木構造の前記各々のノードのノード特徴に対するノード評価値を計算するノード評価モデルを学習する処理と、をコンピュータに実行させるためのプログラムが格納された非一時的なコンピュータ可読媒体。
11 二分木構造作成部
12 ノード特徴抽出部
13 スコア算出部
14 学習部
21 データセット格納部
22 二分木構造格納部
23 ノード評価モデル格納部
90 コンピュータ
91 プロセッサ
92 メモリ
Claims (11)
- Isolation Forestアルゴリズムを用いた異常検知装置であって、
複数のデータを用いて二分木構造を作成する二分木構造作成部と、
前記二分木構造の根ノードから葉ノードに到達するまでに通過する各々のノードの特徴量であるノード特徴量に対するノード評価値を用いてスコアを算出するスコア算出部と、
前記スコア算出部で算出されたスコアを用いて前記二分木構造の前記各々のノードのノード特徴量に対するノード評価値を計算するノード評価モデルを学習する学習部と、を備え、
前記学習部は、外れ値と判断されたデータのスコアを正常値の可能性が高いスコアから離すように前記ノード評価モデルを学習する、
異常検知装置。 - 前記各々のノードのノード特徴量に対するノード評価値は、前記各々のノードのノード特徴量における重みであり、
前記スコア算出部は、前記二分木構造の根ノードから葉ノードに到達するまでに通過する各々のノードのノード特徴量における重みを用いてスコアを算出し、
前記学習部は、前記各々のノードのノード特徴量における重みを計算するためのノード評価モデルを学習する、
請求項1に記載の異常検知装置。 - 前記ノード特徴量は、前記各々のノードに属するデータの統計情報を用いて生成される、請求項1または2に記載の異常検知装置。
- 前記ノード特徴量は、前記各々のノードに属するデータの最小値と最大値とを用いて生成される、請求項3に記載の異常検知装置。
- 前記ノード特徴量は、対象ノードに到達する直前の分岐におけるパラメータを用いて生成される、請求項1または2に記載の異常検知装置。
- 前記ノード特徴量は、前記対象ノードに到達する直前の分岐における特徴、閾値、及び分岐方向を用いて生成される、請求項5に記載の異常検知装置。
- 前記学習部は、正常値と判断されたデータのスコアを外れ値の可能性が高いスコアから離すように前記ノード評価モデルを学習する、請求項1~6のいずれか一項に記載の異常検知装置。
- 前記学習部は、異常ラベルが付与されたデータと上位スコアのデータとのスコア差に関するヒンジ損失および正常ラベルが付与されたデータと下位スコアのデータとのスコア差に関するヒンジ損失の少なくとも一方を含む損失関数を最小化することで、前記ノード評価モデルを学習する、請求項1~7のいずれか一項に記載の異常検知装置。
- 前記損失関数は、前回のスコアからの変動を抑制する項を有する、請求項8に記載の異常検知装置。
- Isolation Forestアルゴリズムを用いた異常検知方法であって、
コンピュータが、
複数のデータを用いて二分木構造を作成し、
前記二分木構造の根ノードから葉ノードに到達するまでに通過する各々のノードの特徴量であるノード特徴量に対するノード評価値を用いてスコアを算出し、
前記算出されたスコアを用いて前記二分木構造の前記各々のノードのノード特徴に対するノード評価値を計算するノード評価モデルを学習し、
前記ノード評価モデルを学習する際に、外れ値と判断されたデータのスコアを正常値の可能性が高いスコアから離すように前記ノード評価モデルを学習する、
異常検知方法。 - Isolation Forestアルゴリズムを用いた異常検知処理をコンピュータに実行させるためのプログラムであって、
複数のデータを用いて二分木構造を作成する処理と、
前記二分木構造の根ノードから葉ノードに到達するまでに通過する各々のノードの特徴量であるノード特徴量に対するノード評価値を用いてスコアを算出する処理と、
前記算出されたスコアを用いて前記二分木構造の前記各々のノードのノード特徴に対するノード評価値を計算するノード評価モデルを学習する処理と、をコンピュータに実行させ、
前記ノード評価モデルを学習する処理を実行させる際に、外れ値と判断されたデータのスコアを正常値の可能性が高いスコアから離すように前記ノード評価モデルを学習させる、
プログラム。
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2019/006776 WO2020170420A1 (ja) | 2019-02-22 | 2019-02-22 | 異常検知装置、異常検知方法、及びコンピュータ可読媒体 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPWO2020170420A1 JPWO2020170420A1 (ja) | 2021-12-16 |
| JP7306445B2 true JP7306445B2 (ja) | 2023-07-11 |
Family
ID=72144838
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2021501252A Active JP7306445B2 (ja) | 2019-02-22 | 2019-02-22 | 異常検知装置、異常検知方法、及びプログラム |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20220129764A1 (ja) |
| JP (1) | JP7306445B2 (ja) |
| WO (1) | WO2020170420A1 (ja) |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CA3128664A1 (en) * | 2020-08-19 | 2022-02-19 | Royal Bank Of Canada | System and method for cascading decision trees for explainable reinforcement learning |
| US12373550B2 (en) * | 2022-03-04 | 2025-07-29 | Cisco Technology, Inc. | Cross-domain indicator of compromise (IoC) identification |
| JP2024017523A (ja) * | 2022-07-28 | 2024-02-08 | 株式会社東芝 | 情報処理装置、情報処理方法及び情報処理プログラム |
| JP7764416B2 (ja) * | 2023-02-28 | 2025-11-05 | 株式会社東芝 | 異常検知装置、処理装置、異常検知方法及びプログラム |
| EP4690703A4 (en) * | 2023-04-04 | 2026-03-18 | Ericsson Telefon Ab L M | APPARATUS AND METHOD FOR IDENTIFYING BASE STATION BEHAVIOR |
| CN118054967B (zh) * | 2024-04-01 | 2024-09-06 | 雅安数字经济运营有限公司 | 一种基于网络安全的异常检测方法、介质及系统 |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2013541085A (ja) | 2010-09-08 | 2013-11-07 | インスティチュート テレコム−テレコム パリステック | オブジェクトにスコアを提供する方法及び意思決定支援システム |
| JP2016511397A (ja) | 2013-01-31 | 2016-04-14 | ユニベルシテ ドゥ モンペリエ | 希少事象を同定する方法 |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9280740B1 (en) * | 2015-01-12 | 2016-03-08 | Bank Of America Corporation | Transforming predictive models |
-
2019
- 2019-02-22 WO PCT/JP2019/006776 patent/WO2020170420A1/ja not_active Ceased
- 2019-02-22 JP JP2021501252A patent/JP7306445B2/ja active Active
- 2019-02-22 US US17/431,263 patent/US20220129764A1/en not_active Abandoned
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2013541085A (ja) | 2010-09-08 | 2013-11-07 | インスティチュート テレコム−テレコム パリステック | オブジェクトにスコアを提供する方法及び意思決定支援システム |
| JP2016511397A (ja) | 2013-01-31 | 2016-04-14 | ユニベルシテ ドゥ モンペリエ | 希少事象を同定する方法 |
Non-Patent Citations (1)
| Title |
|---|
| 高橋 良太、佐々木 崇光、松島 秀樹、芳賀 智之、岸川 剛、 鶴見 淳一,Sand Sprinkled Isolation Forest による車載セキュリティ向け異常検知の精度向上,2017年 暗号と情報セキュリティシンポジウム(SCIS2017),日本,2017年01月27日,p.1-6 |
Also Published As
| Publication number | Publication date |
|---|---|
| JPWO2020170420A1 (ja) | 2021-12-16 |
| WO2020170420A1 (ja) | 2020-08-27 |
| US20220129764A1 (en) | 2022-04-28 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7306445B2 (ja) | 異常検知装置、異常検知方法、及びプログラム | |
| US11853427B2 (en) | Methods and apparatus for detecting whether a string of characters represents malicious activity using machine learning | |
| US12387215B2 (en) | Privacy-preserving collaborative machine learning training using distributed executable file packages in an untrusted environment | |
| US10606885B2 (en) | Data object creation and recommendation using machine learning based online evolution | |
| CN107622333B (zh) | 一种事件预测方法、装置及系统 | |
| US9690938B1 (en) | Methods and apparatus for machine learning based malware detection | |
| US12579268B2 (en) | Systems and methods of data selection for iterative training using zero knowledge clustering | |
| US20220277219A1 (en) | Systems and methods for machine learning data generation and visualization | |
| US11977978B2 (en) | Finite rank deep kernel learning with linear computational complexity | |
| US11651275B2 (en) | Tree-based associative data augmentation | |
| WO2020091865A1 (en) | Finite rank deep kernel learning for robust time series forecasting and regression | |
| US20230403247A1 (en) | System for identifying and blocking suspect electronic communications based on artificial intelligence | |
| CN110856037A (zh) | 一种视频封面确定方法、装置、电子设备及可读存储介质 | |
| Marrón et al. | Data stream classification using random feature functions and novel method combinations | |
| US12554973B2 (en) | Hierarchical data labeling for machine learning using semi-supervised multi-level labeling framework | |
| CN110472659B (zh) | 数据处理方法、装置、计算机可读存储介质和计算机设备 | |
| Ben-Shimon et al. | An ensemble method for top-N recommendations from the SVD | |
| US20140279815A1 (en) | System and Method for Generating Greedy Reason Codes for Computer Models | |
| US12061878B2 (en) | Method and system for calculating minwise hash signatures from weighted sets | |
| Obiedat | Predicting the popularity of online news using classification methods with feature filtering techniques | |
| US20240086762A1 (en) | Drift-tolerant machine learning models | |
| Wu et al. | A new structure for Internet video traffic classification using machine learning | |
| Xu et al. | Virtual Node Isolation Forest: One-class isolation-based method for novelty detection | |
| Letteri et al. | Dataset optimization strategies for malwaretraffic detection | |
| US11449789B2 (en) | System and method for hierarchical classification |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210806 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20210806 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20220830 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20221012 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20230124 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230308 |
|
| 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: 20230530 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20230612 |
|
| R151 | Written notification of patent or utility model registration |
Ref document number: 7306445 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |