JP7448023B2 - 学習方法、学習装置及びプログラム - Google Patents
学習方法、学習装置及びプログラム Download PDFInfo
- Publication number
- JP7448023B2 JP7448023B2 JP2022550308A JP2022550308A JP7448023B2 JP 7448023 B2 JP7448023 B2 JP 7448023B2 JP 2022550308 A JP2022550308 A JP 2022550308A JP 2022550308 A JP2022550308 A JP 2022550308A JP 7448023 B2 JP7448023 B2 JP 7448023B2
- Authority
- JP
- Japan
- Prior art keywords
- clustering
- data
- learning
- unit
- expression
- 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
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/0464—Convolutional networks [CNN, ConvNet]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/088—Non-supervised learning, e.g. competitive learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/09—Supervised learning
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- General Health & Medical Sciences (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
まず、本実施形態に係るクラスタリング装置10の機能構成について、図1を参照しながら説明する。図1は、本実施形態に係るクラスタリング装置10の機能構成の一例を示す図である。
以降では、本実施形態に係る学習処理の流れについて、図2を参照しながら説明する。図2は、本実施形態に係る学習処理の流れの一例を示すフローチャートである。なお、ニューラルネットワークのパラメータΘは既知の方法により初期化されているものとする。
以降では、本実施形態に係るテスト処理の流れについて、図3を参照しながら説明する。図3は、本実施形態に係るテスト処理の流れの一例を示すフローチャートである。
次に、本実施形態に係るクラスタリング装置10によるクラスタリング手法(以下、「提案手法」という。)の評価について説明する。提案手法を評価するために、異常検知データを用いてクラスタリングを行い、その結果を既存手法と比較した。また、クラスタリング評価尺度には調整ランド指数を用いた。その比較結果を以下の表1に示す。
最後に、本実施形態に係るクラスタリング装置10のハードウェア構成について、図4を参照しながら説明する。図4は、本実施形態に係るクラスタリング装置10のハードウェア構成の一例を示す図である。
101 入力部
102 表現変換部
103 クラスタリング部
104 評価部
105 学習部
106 出力部
107 記憶部
201 入力装置
202 表示装置
203 外部I/F
203a 記録媒体
204 通信I/F
205 プロセッサ
206 メモリ装置
207 バス
Claims (5)
- 複数のデータと、前記データが属するクラスタをそれぞれ表す複数のラベルとを入力する入力手順と、
前記複数のデータのそれぞれを所定のニューラルネットワークにより変換して複数の表現データを生成する表現生成手順と、
前記複数の表現データをクラスタリングするクラスタリング手順と、
前記クラスタリングの結果と前記複数のラベルとに基づいて、前記クラスタリングの性能を表す所定の評価尺度を計算する計算手順と、
前記評価尺度に基づいて、前記ニューラルネットワークのパラメータを学習する学習手順と、
をコンピュータが実行する学習方法。 - 前記表現生成手順は、
前記複数のデータのそれぞれと、所定の目的タスクの表現を表すデータとを前記ニューラルネットワークにより変換して、前記複数の表現データを生成する、請求項1に記載の学習方法。 - 前記クラスタリング手順は、
前記複数の表現データのそれぞれが各クラスタに属する確率を表す寄与率を推定することで、前記クラスタリングを行い、
前記計算手順は、
前記クラスタリングの結果として前記寄与率を用いて、前記評価尺度を計算する、請求項1又は2に記載の学習方法。 - 複数のデータと、前記データが属するクラスタをそれぞれ表す複数のラベルとを入力する入力部と、
前記複数のデータのそれぞれを所定のニューラルネットワークにより変換して複数の表現データを生成する表現生成部と、
前記複数の表現データをクラスタリングするクラスタリング部と、
前記クラスタリングの結果と前記複数のラベルとに基づいて、前記クラスタリングの性能を表す所定の評価尺度を計算する計算部と、
前記評価尺度に基づいて、前記ニューラルネットワークのパラメータを学習する学習部と、
を有する学習装置。 - コンピュータに、請求項1乃至3の何れか一項に記載の学習方法、を実行させるプログラム。
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2020/035549 WO2022059190A1 (ja) | 2020-09-18 | 2020-09-18 | 学習方法、クラスタリング方法、学習装置、クラスタリング装置及びプログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPWO2022059190A1 JPWO2022059190A1 (ja) | 2022-03-24 |
| JP7448023B2 true JP7448023B2 (ja) | 2024-03-12 |
Family
ID=80776002
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2022550308A Active JP7448023B2 (ja) | 2020-09-18 | 2020-09-18 | 学習方法、学習装置及びプログラム |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20230325661A1 (ja) |
| JP (1) | JP7448023B2 (ja) |
| WO (1) | WO2022059190A1 (ja) |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2012105085A1 (ja) | 2011-01-31 | 2012-08-09 | Necソフト株式会社 | 画像認証装置、画像認証方法、プログラムおよび記録媒体 |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0540829A (ja) * | 1991-08-07 | 1993-02-19 | Seiko Epson Corp | データクラスタリング方法 |
-
2020
- 2020-09-18 WO PCT/JP2020/035549 patent/WO2022059190A1/ja not_active Ceased
- 2020-09-18 JP JP2022550308A patent/JP7448023B2/ja active Active
- 2020-09-18 US US18/043,166 patent/US20230325661A1/en active Pending
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2012105085A1 (ja) | 2011-01-31 | 2012-08-09 | Necソフト株式会社 | 画像認証装置、画像認証方法、プログラムおよび記録媒体 |
Non-Patent Citations (1)
| Title |
|---|
| 鮪,VAEで取得した潜在変数をクラスタリングしてみた,Qiita [online],2019年03月27日,[検索日 2021.01.20],インターネット <URL: https://qiita.com/twiponta/items/074e4e019905e40e8093> |
Also Published As
| Publication number | Publication date |
|---|---|
| JPWO2022059190A1 (ja) | 2022-03-24 |
| WO2022059190A1 (ja) | 2022-03-24 |
| US20230325661A1 (en) | 2023-10-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20230351192A1 (en) | Robust training in the presence of label noise | |
| US20230325675A1 (en) | Data valuation using reinforcement learning | |
| US12039443B2 (en) | Distance-based learning confidence model | |
| US20210117802A1 (en) | Training a Neural Network Using Small Training Datasets | |
| JP7178513B2 (ja) | ディープラーニングに基づく中国語単語分割方法、装置、記憶媒体及びコンピュータ機器 | |
| Schötz et al. | Machine learning for predicting chaotic systems | |
| JP7448010B2 (ja) | 学習方法、学習装置及びプログラム | |
| JP7448023B2 (ja) | 学習方法、学習装置及びプログラム | |
| JP7439923B2 (ja) | 学習方法、学習装置及びプログラム | |
| Kim et al. | Overfitting, generalization, and MSE in class probability estimation with high‐dimensional data | |
| Nakano | Hybrid algorithm of ensemble transform and importance sampling for assimilation of non-Gaussian observations | |
| CN104516900A (zh) | 用于多个序列数据的聚类方法及其装置 | |
| Al-Behadili et al. | Semi-supervised learning using incremental support vector machine and extreme value theory in gesture data | |
| JP2016194912A (ja) | 混合モデルの選択方法及び装置 | |
| US11699311B2 (en) | Storage medium storing anomaly detection program, anomaly detection method, and anomaly detection apparatus | |
| JP7567930B2 (ja) | 秘密決定木学習装置、秘密決定木学習システム、秘密決定木学習方法、及びプログラム | |
| JP7505555B2 (ja) | 学習装置、学習方法及びプログラム | |
| US20230325304A1 (en) | Secret decision tree test apparatus, secret decision tree test system, secret decision tree test method, and program | |
| KR102960375B1 (ko) | 라벨 잡음이 있는 상태에서 강건한 트레이닝 | |
| WO2021250751A1 (ja) | 学習方法、学習装置及びプログラム | |
| JP7647934B2 (ja) | 検出方法、検出装置、及びプログラム | |
| JP7548440B2 (ja) | 最適化方法、最適化装置、及びプログラム | |
| JP2019053349A (ja) | パラメータ推定装置、パラメータ推定方法及びパラメータ推定プログラム | |
| JP2021536087A (ja) | 経験損失推定システム、経験損失推定方法および経験損失推定プログラム | |
| JP7420148B2 (ja) | 学習装置、学習方法及びプログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20230227 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20231114 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20240112 |
|
| 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: 20240130 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20240212 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7448023 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |