JP7046181B2 - マルチ・タスク学習を用いた特徴抽出方法、コンピュータ・システム、およびコンピュータ・プログラム製品(マルチ・タスク学習を用いた特徴抽出) - Google Patents
マルチ・タスク学習を用いた特徴抽出方法、コンピュータ・システム、およびコンピュータ・プログラム製品(マルチ・タスク学習を用いた特徴抽出) Download PDFInfo
- Publication number
- JP7046181B2 JP7046181B2 JP2020527878A JP2020527878A JP7046181B2 JP 7046181 B2 JP7046181 B2 JP 7046181B2 JP 2020527878 A JP2020527878 A JP 2020527878A JP 2020527878 A JP2020527878 A JP 2020527878A JP 7046181 B2 JP7046181 B2 JP 7046181B2
- Authority
- JP
- Japan
- Prior art keywords
- network
- classification
- reconstruction
- data
- training
- 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
- G06N3/084—Backpropagation, e.g. using gradient descent
-
- 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
-
- 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/045—Combinations of networks
-
- 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/045—Combinations of networks
- G06N3/0455—Auto-encoder networks; Encoder-decoder networks
-
- 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/04—Architecture, e.g. interconnection topology
- G06N3/0495—Quantised networks; Sparse networks; Compressed networks
-
- 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/0895—Weakly supervised learning, e.g. semi-supervised or self-supervised 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
-
- 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/044—Recurrent networks, e.g. Hopfield networks
-
- 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/048—Activation functions
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
に対応し、もう一方の項は、正則化のために用いられるノルム項λ||si||1に対応する。
が誤差項としてオートエンコーダの再構成損失に適用された。L2ノルムは、目標値xiと推定値xi’との差の2乗の合計を最小にする最小2乗として知られる。L2ノルムを用いることによって,過適合が或る程度回避され得る。
Claims (12)
- ディープ・ニューラル・ネットワーク(DNN)によって、トレーニング・データを獲得することであって、前記ディープ・ニューラル・ネットワークが少なくとも1つの隠れ層を含む、前記獲得することと、
前記少なくとも1つの隠れ層のうちの指定隠れ層から、前記トレーニング・データの特徴を獲得することであって、前記指定隠れ層が、分類タスクのための教師あり分類ネットワーク、および再構成タスクのためのオートエンコーダ・ベース再構成ネットワークにそれぞれ接続されている、前記獲得することと、
前記獲得された特徴に基づいて、前記DNN、前記教師あり分類ネットワーク、および前記再構成ネットワークを全体としてトレーニングすることであって、前記トレーニングが前記分類タスクおよび前記再構成タスクによって導かれる、前記トレーニングすることと、
を含む方法。 - 前記ディープ・ニューラル・ネットワークの前記隠れ層のうちの1つ、または前記再構成ネットワークの中間隠れ層、から成る群から選択される、特徴出力インターフェースを決定することをさらに含む、請求項1に記載の方法。
- 前記ディープ・ニューラル・ネットワークによって試験データを獲得することであって、前記試験データが前記トレーニング・データとは異なる、前記獲得することと、
前記特徴出力インターフェースから前記試験データの特徴を獲得することと、
前記試験データの前記獲得された特徴に基づいて、クラスタリングおよび分類を含む少なくとも1つの動作を遂行することと、
前記試験データのクラスタリング精度および分類精度を含む少なくとも1つの精度値を算出することと、
前記精度値が所定の閾値よりも大きいことに応じて、前記トレーニングが完了したと決定することであって、前記トレーニングされたネットワークが、前記トレーニングされたディープ・ニューラル・ネットワーク、前記トレーニングされた教師あり分類ネットワーク、および前記トレーニングされたオートエンコーダ・ベース再構成ネットワークを含み、前記トレーニングされたネットワークの出力が前記特徴出力インターフェースの出力である、前記決定することと、
をさらに含む、請求項2に記載の方法。 - 前記トレーニングが、
前記トレーニング・データ内のラベル付きデータに基づいて、前記教師あり分類ネットワークの分類損失を決定することと、
前記分類損失の逆伝搬(BP)を介して、前記教師あり分類ネットワークおよび前記DNNを調整し、第1の調整されたDNNおよび第1の調整された教師あり分類ネットワークを獲得することと、
全ての前記トレーニング・データおよび前記第1の調整された教師あり分類ネットワークに基づいて、前記教師あり分類ネットワークの分類損失および前記オートエンコーダ・ベース再構成ネットワークの再構成損失を決定することと、
前記分類損失および前記再構成損失のBPを介して、前記第1の調整された教師あり分類ネットワーク、前記第1の調整されたDNN、前記オートエンコーダ・ベース再構成ネットワークを調整し、第2の調整されたDNN、および第2の調整された教師あり分類ネットワーク、および調整されたオートエンコーダ・ベース再構成ネットワークを獲得することと、
を含む、請求項1に記載の方法。 - 前記分類損失が前記トレーニング・データのラベルに従って定義され、前記再構成損失が、前記指定隠れ層から出力された前記特徴に基づいて決定された誤差項を含む、請求項4に記載の方法。
- 前記再構成損失が正則化項をさらに含み、前記正則化項がL1ノルムに基づいて決定される、請求項5に記載の方法。
- 前記トレーニング・データがトリップ・データを含み、各トリップが少なくとも1つのセグメントを含み、前記方法が、
前記DNNによって、前記セグメントのうちの少なくとも1つを前記トレーニング・データとして獲得することをさらに含む、請求項3に記載の方法。 - 前記試験データがトリップ・データを含み、各トリップが少なくとも1つのセグメントを含み、前記方法が、
前記DNNによって、前記セグメントのうちの少なくとも1つを前記試験データとして獲得することをさらに含む、請求項7に記載の方法。 - コンピュータ・システムであって、
プロセッサと、
前記プロセッサに結合されたコンピュータ可読メモリと、
を備え、請求項1~8の何れか1項に記載の方法の各ステップをコンピュータ・ハードウェアによる手段として構成した、コンピュータ・システム。 - 請求項1~8の何れか1項に記載の方法の各ステップをコンピュータに実行させる、コンピュータ・プログラム。
- 請求項10に記載の前記コンピュータ・プログラムをコンピュータ可読記憶媒体に記録した、記憶媒体。
- ディープ・ニューラル・ネットワーク(DNN)によって、トレーニング・データを獲得することであって、前記ディープ・ニューラル・ネットワークが少なくとも1つの隠れ層を含む、前記獲得することと、
前記少なくとも1つの隠れ層のうちの指定隠れ層から、前記トレーニング・データの特徴を獲得することであって、前記指定隠れ層が、分類タスクのための教師あり分類ネットワーク、および再構成タスクのためのオートエンコーダ・ベース再構成ネットワークにそれぞれ接続されている、前記獲得することと、
前記獲得された特徴に基づいて、前記DNN、前記教師あり分類ネットワーク、および前記再構成ネットワークを全体としてトレーニングすることであって、前記トレーニングが前記分類タスクおよび前記再構成タスクによって導かれる、前記トレーニングすることと、
を含む方法。
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US15/818,877 | 2017-11-21 | ||
| US15/818,877 US11100399B2 (en) | 2017-11-21 | 2017-11-21 | Feature extraction using multi-task learning |
| PCT/CN2018/102161 WO2019100784A1 (en) | 2017-11-21 | 2018-08-24 | Feature extraction using multi-task learning |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2021503668A JP2021503668A (ja) | 2021-02-12 |
| JP7046181B2 true JP7046181B2 (ja) | 2022-04-01 |
Family
ID=66533120
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2020527878A Active JP7046181B2 (ja) | 2017-11-21 | 2018-08-24 | マルチ・タスク学習を用いた特徴抽出方法、コンピュータ・システム、およびコンピュータ・プログラム製品(マルチ・タスク学習を用いた特徴抽出) |
Country Status (6)
| Country | Link |
|---|---|
| US (1) | US11100399B2 (ja) |
| JP (1) | JP7046181B2 (ja) |
| CN (1) | CN111247532B (ja) |
| DE (1) | DE112018005227T5 (ja) |
| GB (1) | GB2580855A (ja) |
| WO (1) | WO2019100784A1 (ja) |
Families Citing this family (36)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11100399B2 (en) | 2017-11-21 | 2021-08-24 | International Business Machines Corporation | Feature extraction using multi-task learning |
| US10705216B2 (en) * | 2017-12-07 | 2020-07-07 | Institute For Information Industry | Three-dimensional point cloud tracking apparatus and method using recurrent neural network |
| US11003858B2 (en) * | 2017-12-22 | 2021-05-11 | Microsoft Technology Licensing, Llc | AI system to determine actionable intent |
| US12346432B2 (en) * | 2018-12-31 | 2025-07-01 | Intel Corporation | Securing systems employing artificial intelligence |
| JP7159955B2 (ja) * | 2019-04-11 | 2022-10-25 | 日本電信電話株式会社 | 分類装置、分類方法及び分類プログラム |
| US11451456B2 (en) * | 2019-04-19 | 2022-09-20 | Cisco Technology, Inc. | Learning stable representations of devices for clustering-based device classification systems |
| KR102913923B1 (ko) * | 2019-06-18 | 2026-01-16 | 삼성전자주식회사 | 클래스 증가 학습을 수행하는 장치 및 그의 동작 방법 |
| CN110347805A (zh) * | 2019-07-22 | 2019-10-18 | 中海油安全技术服务有限公司 | 石油行业安全隐患关键要素提取方法、装置、服务器及存储介质 |
| CN110503198B (zh) * | 2019-07-23 | 2024-07-12 | 平安科技(深圳)有限公司 | 获取神经网络测试报告的方法、装置、设备和存储介质 |
| US11231703B2 (en) * | 2019-08-14 | 2022-01-25 | Hitachi, Ltd. | Multi task learning with incomplete labels for predictive maintenance |
| CN110750640B (zh) * | 2019-09-17 | 2022-11-04 | 平安科技(深圳)有限公司 | 基于神经网络模型的文本数据分类方法、装置及存储介质 |
| US11363416B2 (en) * | 2019-10-04 | 2022-06-14 | Samsung Electronics Co., Ltd. | System and method for WiFi-based indoor localization via unsupervised domain adaptation |
| CN112825132B (zh) * | 2019-11-21 | 2022-06-03 | 腾讯美国有限责任公司 | 用于生成特征图的方法、装置和可读存储介质 |
| EP3869390B1 (de) | 2020-02-18 | 2025-07-23 | dSPACE GmbH | Computerimplementiertes verfahren und system zum erzeugen einer virtuellen fahrzeugumgebung |
| CN111563429A (zh) * | 2020-04-23 | 2020-08-21 | 广东博智林机器人有限公司 | 一种图纸校对方法、装置、电子设备及存储介质 |
| CN111738098B (zh) * | 2020-05-29 | 2022-06-17 | 浪潮(北京)电子信息产业有限公司 | 一种车辆识别方法、装置、设备及存储介质 |
| US11734558B2 (en) * | 2020-06-12 | 2023-08-22 | Paypal, Inc. | Machine learning module training using input reconstruction techniques and unlabeled transactions |
| CN113807492A (zh) * | 2020-06-17 | 2021-12-17 | 台达电子工业股份有限公司 | 类神经网络系统及其操作方法 |
| CN113837349A (zh) * | 2020-06-24 | 2021-12-24 | 华为技术有限公司 | 一种多任务学习方法及装置 |
| CN111970509B (zh) * | 2020-08-10 | 2022-12-23 | 杭州海康威视数字技术股份有限公司 | 一种视频图像的处理方法、装置与系统 |
| US20220180205A1 (en) * | 2020-12-09 | 2022-06-09 | International Business Machines Corporation | Manifold regularization for time series data visualization |
| US20220245516A1 (en) * | 2021-02-01 | 2022-08-04 | Visa International Service Association | Method, System, and Computer Program Product for Multi-Task Learning in Deep Neural Networks |
| US12051237B2 (en) | 2021-03-12 | 2024-07-30 | Samsung Electronics Co., Ltd. | Multi-expert adversarial regularization for robust and data-efficient deep supervised learning |
| CN113033817B (zh) * | 2021-03-19 | 2023-04-28 | 南方科技大学 | 基于隐空间的ood检测方法、装置、服务器及存储介质 |
| CN113128478B (zh) * | 2021-05-18 | 2023-07-14 | 电子科技大学中山学院 | 模型训练方法、行人分析方法、装置、设备及存储介质 |
| US11928017B2 (en) * | 2021-05-25 | 2024-03-12 | Google Llc | Point anomaly detection |
| US20230048764A1 (en) * | 2021-08-12 | 2023-02-16 | Accenture Global Solutions Limited | Neurosymbolic data imputation using autoencoder and embeddings |
| JP7803111B2 (ja) * | 2021-12-15 | 2026-01-21 | 富士通株式会社 | 機械学習プログラム、機械学習方法および情報処理装置 |
| KR102927050B1 (ko) * | 2022-04-14 | 2026-02-13 | 한국전자통신연구원 | 딥뉴럴 네트워크 경량화 장치 및 그의 동작 방법 |
| US12354342B2 (en) | 2022-04-29 | 2025-07-08 | Toyota Research Institute, Inc. | Network for multisweep 3D detection |
| WO2024103345A1 (zh) * | 2022-11-17 | 2024-05-23 | 中国科学院深圳先进技术研究院 | 一种多任务认知的类脑建模方法 |
| CN116226761A (zh) * | 2022-12-27 | 2023-06-06 | 北京关键科技股份有限公司 | 一种基于深度神经网络的演训数据分类编目方法及系统 |
| US12301430B2 (en) | 2023-09-28 | 2025-05-13 | Cisco Technology, Inc. | Hidden-layer routing for disaggregated artificial neural networks |
| CN117633592B (zh) * | 2023-11-29 | 2024-08-06 | 宁夏京银智慧新能源有限公司 | 一种新能源电站智能监盘系统 |
| CN117473398B (zh) * | 2023-12-26 | 2024-03-19 | 四川国蓝中天环境科技集团有限公司 | 一种基于运渣车活动的城市扬尘污染源分类方法 |
| CN119808849B (zh) * | 2024-11-06 | 2026-03-24 | 北京航空航天大学 | 一种训练后稀疏模型的优化方法及系统 |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2017187516A1 (ja) | 2016-04-26 | 2017-11-02 | 株式会社日立製作所 | 情報処理システムおよびその運用方法 |
| JP2017201526A (ja) | 2016-05-06 | 2017-11-09 | 富士通株式会社 | ディープニューラルネットワークに基づく認識装置、トレーニング装置及び方法 |
Family Cites Families (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP3690596A3 (en) | 2005-06-01 | 2020-12-09 | Allstate Insurance Company | Motor vehicle operating data collection and analysis |
| US8577703B2 (en) | 2007-07-17 | 2013-11-05 | Inthinc Technology Solutions, Inc. | System and method for categorizing driving behavior using driver mentoring and/or monitoring equipment to determine an underwriting risk |
| US9315195B2 (en) | 2009-10-20 | 2016-04-19 | Cartasite, Inc. | Driver, vehicle, and operational analysis |
| US9855919B2 (en) | 2011-08-09 | 2018-01-02 | Intelligent Mechatronic Systems Inc. | Vehicle monitoring system with automatic driver identification |
| US8554468B1 (en) | 2011-08-12 | 2013-10-08 | Brian Lee Bullock | Systems and methods for driver performance assessment and improvement |
| US9235799B2 (en) * | 2011-11-26 | 2016-01-12 | Microsoft Technology Licensing, Llc | Discriminative pretraining of deep neural networks |
| US9165243B2 (en) | 2012-02-15 | 2015-10-20 | Microsoft Technology Licensing, Llc | Tensor deep stacked neural network |
| US9141916B1 (en) | 2012-06-29 | 2015-09-22 | Google Inc. | Using embedding functions with a deep network |
| US9081650B1 (en) | 2012-12-19 | 2015-07-14 | Allstate Insurance Company | Traffic based driving analysis |
| CN104143327B (zh) * | 2013-07-10 | 2015-12-09 | 腾讯科技(深圳)有限公司 | 一种声学模型训练方法和装置 |
| US9508347B2 (en) * | 2013-07-10 | 2016-11-29 | Tencent Technology (Shenzhen) Company Limited | Method and device for parallel processing in model training |
| US10529318B2 (en) * | 2015-07-31 | 2020-01-07 | International Business Machines Corporation | Implementing a classification model for recognition processing |
| US10614361B2 (en) | 2015-09-09 | 2020-04-07 | Intel Corporation | Cost-sensitive classification with deep learning using cost-aware pre-training |
| EP3459017B1 (en) * | 2016-05-20 | 2023-11-01 | Deepmind Technologies Limited | Progressive neural networks |
| US11100399B2 (en) | 2017-11-21 | 2021-08-24 | International Business Machines Corporation | Feature extraction using multi-task learning |
-
2017
- 2017-11-21 US US15/818,877 patent/US11100399B2/en active Active
-
2018
- 2018-08-24 DE DE112018005227.3T patent/DE112018005227T5/de active Pending
- 2018-08-24 JP JP2020527878A patent/JP7046181B2/ja active Active
- 2018-08-24 WO PCT/CN2018/102161 patent/WO2019100784A1/en not_active Ceased
- 2018-08-24 GB GB2008897.7A patent/GB2580855A/en not_active Withdrawn
- 2018-08-24 CN CN201880068141.3A patent/CN111247532B/zh active Active
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2017187516A1 (ja) | 2016-04-26 | 2017-11-02 | 株式会社日立製作所 | 情報処理システムおよびその運用方法 |
| JP2017201526A (ja) | 2016-05-06 | 2017-11-09 | 富士通株式会社 | ディープニューラルネットワークに基づく認識装置、トレーニング装置及び方法 |
Non-Patent Citations (2)
| Title |
|---|
| BOJARSKI ET AL,End to end learning for self-driving cars,arXive,v1,2016年04月25日,pp.1-9,https://arxiv.org/abs/1604.07316 |
| Erhu Zhang ほか,Deep neural network for halftone image classification based on sparse autoencoder,Engineering Applications of Artificial Intelligence,2016年04月,Volume 50,pp.245-255,https://www.sciencedirect.com/science/article/abs/pii/S0952197616000361,DOI: 10.1016/j.engappai.2016.01.032 |
Also Published As
| Publication number | Publication date |
|---|---|
| US11100399B2 (en) | 2021-08-24 |
| CN111247532A (zh) | 2020-06-05 |
| GB202008897D0 (en) | 2020-07-29 |
| WO2019100784A1 (en) | 2019-05-31 |
| US20190156211A1 (en) | 2019-05-23 |
| JP2021503668A (ja) | 2021-02-12 |
| GB2580855A (en) | 2020-07-29 |
| DE112018005227T5 (de) | 2020-07-02 |
| CN111247532B (zh) | 2024-03-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7046181B2 (ja) | マルチ・タスク学習を用いた特徴抽出方法、コンピュータ・システム、およびコンピュータ・プログラム製品(マルチ・タスク学習を用いた特徴抽出) | |
| US11593642B2 (en) | Combined data pre-process and architecture search for deep learning models | |
| JP7002638B2 (ja) | ランダム・ドキュメント埋め込みを用いたテキスト・データ表現学習 | |
| US11663486B2 (en) | Intelligent learning system with noisy label data | |
| US11875253B2 (en) | Low-resource entity resolution with transfer learning | |
| US11526802B2 (en) | Model training using a teacher-student learning paradigm | |
| US11468334B2 (en) | Closed loop model-based action learning with model-free inverse reinforcement learning | |
| CN113826120B (zh) | 神经网络的数据集相关的低秩分解 | |
| WO2021094920A1 (en) | Fusing multimodal data using recurrent neural networks | |
| CN113557534A (zh) | 深度森林模型开发和训练 | |
| US11003910B2 (en) | Data labeling for deep-learning models | |
| US11811429B2 (en) | Variational dropout with smoothness regularization for neural network model compression | |
| JP7649606B2 (ja) | 交差接続を使用する継続学習 | |
| US12321828B2 (en) | Domain adaptation | |
| JP2023536613A (ja) | クラス依存の機械学習に基づく推論 | |
| US11526729B2 (en) | Discovering higher-level actions from expert's action demonstration | |
| US20200242446A1 (en) | Convolutional dynamic boltzmann machine for temporal event sequence | |
| US12282836B2 (en) | Learning robust predictors using game theory | |
| US11410023B2 (en) | Lexicographic deep reinforcement learning using state constraints and conditional policies | |
| US11275974B2 (en) | Random feature transformation forests for automatic feature engineering | |
| US12282848B2 (en) | Estimated online hard negative mining via probabilistic selection and scores history consideration |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200904 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20210122 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20211126 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20211227 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20220303 |
|
| 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: 20220315 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20220322 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7046181 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |