WO2022247151A1 - 一种基于大脑机理的认知学习方法 - Google Patents
一种基于大脑机理的认知学习方法 Download PDFInfo
- Publication number
- WO2022247151A1 WO2022247151A1 PCT/CN2021/129297 CN2021129297W WO2022247151A1 WO 2022247151 A1 WO2022247151 A1 WO 2022247151A1 CN 2021129297 W CN2021129297 W CN 2021129297W WO 2022247151 A1 WO2022247151 A1 WO 2022247151A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- cognitive
- learning
- algorithm
- case
- hyperparameters
- 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.)
- Ceased
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/0985—Hyperparameter optimisation; Meta-learning; Learning-to-learn
-
- 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/214—Generating training patterns; Bootstrap methods, e.g. bagging or boosting
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
- G06N20/20—Ensemble 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
Definitions
- the invention belongs to the field of artificial intelligence, and further relates to a cognitive learning framework and method based on brain mechanism in machine learning.
- Meta-learning is a learning framework inspired by educational psychology, which has been applied in the field of machine learning.
- the main components of this framework are meta-features and meta-knowledge base.
- Meta-learning extracts problem features, runs different machine learning algorithms on a wide range of learning tasks, and collects their performance to form a performance knowledge base.
- meta-learning has been widely used to solve algorithm selection and hyperparameter optimization problems in classification, image recognition, etc.
- the disadvantage of this framework is that when faced with a problem that has not appeared in the meta-knowledge base or has a low similarity with existing cases, the performance of meta-learning is often poor.
- a large prior task set is required, and tasks are assumed to be independent and identically distributed. Once the dynamic change of the task leads to the non-IID characteristics, the framework cannot adapt to this change in time.
- this framework cannot improve the learning model by exploiting the performance information from real tests, thus, it is difficult to handle complex data and complex learning environments.
- the present invention aims at the deficiencies of the above-mentioned prior art, and proposes a cognitive learning method based on brain mechanism.
- the cognitive feature extraction module extracts the features of the dynamic environment and dynamic tasks, and transmits them to the cognitive control module;
- the cognitive control module establishes a mapping relationship between the features obtained in step (1b) and suitable algorithms and hyperparameters, so as to obtain suitable algorithm types and hyperparameter combinations;
- the cognitive control module calls the specific algorithm type and hyperparameter combination selected in step (1c) from the algorithm and hyperparameter library of the memory module, and transmits it to the learning network;
- Step (1e) Learning network module executes the algorithm and hyperparameters called in step (1d), executes hyperparameters and algorithms in the dynamic environment and dynamic tasks extracted in step (1b), obtains corresponding learning results, and outputs them to the outside world in a dynamic environment;
- step (1b) Store the raw data of the dynamic environment and dynamic tasks extracted in the online learning step (1b) to the database in the memory module, and store the characteristics of the dynamic environment and tasks, the algorithm and hyperparameters selected in step (1c) and The learning result obtained in step (1e) is stored as a new cognitive case in the cognitive case library in the memory module;
- the cognitive control module establishes a mapping relationship between the characteristics of the case in step (2b) and a suitable algorithm and hyperparameters, so as to obtain a suitable combination of algorithm types and hyperparameters;
- the cognitive control module calls the specific algorithm type and hyperparameter combination selected in step (2c) from the algorithm and hyperparameter library of the memory module, and transmits it to the learning network;
- the learning network executes the algorithm and hyperparameters obtained in step (2d) based on the dynamic environment and tasks in step (2b), obtains corresponding learning results, and passes them to the cognitive evaluation module;
- Cognitive case library transmits step (2b) the past best learning result of this case to the cognitive evaluation module
- the cognitive evaluation module compares the new learning result of the case in step (2e) with the historical best learning result of the case in step (2f), and uses the algorithm and hyperparameters that achieve better learning results and the learning result as The updated historical best algorithm, hyperparameters, and learning performance are passed to the cognitive case library, and the cognitive case in step (2b) is updated;
- (2h) Retrain the cognitive control module based on the updated cognitive case library.
- Step (1b) The cognitive feature extraction module extracts the feature f(e, x) of the dynamic environment and dynamic tasks, and sends it to the cognitive control module.
- Step (1c) uses the cognitive control module to establish a mapping relationship S[f(e, x)] between the features obtained in step (1b) and suitable algorithms and hyperparameters to obtain suitable algorithm types a ⁇ A and hyperparameter combination ⁇ , where A represents the algorithm library, a represents an algorithm, A represents the hyperparameter library, ⁇ represents one of the hyperparameter combinations, and ⁇ is the belonging number, representing the dynamic environment And dynamic tasks come from external databases.
- the cognitive case library described in step (2a) is used to store the original data [e, x] of the dynamic environment and tasks extracted in the online learning step (1b) to the database in the memory module And take the characteristics f(e, x) of the dynamic environment and tasks, the algorithm and hyperparameters (a, ⁇ ) selected in step (1c) and the learning result y obtained in step (1e) as a new cognitive case [f (e, x), (a best , ⁇ best ), y best ] are stored in the cognitive case library in the memory module.
- step ( 2c ) The cognitive control module described in step ( 2c ) is used to establish a mapping relationship between the characteristics of the case in step (2b) and the appropriate algorithm and hyperparameters to get the appropriate algorithm type combined with hyperparameters
- step (2g) compare the new learning outcomes for this case in step (2e) and the historical best learning result for this case in step (2f)
- the algorithm and hyperparameters with better learning results and the learning results are passed to the cognitive case library as the updated historical best algorithm, hyperparameters and learning performance, and the cognitive case in step (2b) is updated
- the framework includes four main modules, namely, cognitive feature extraction, cognitive control, learning network and memory module.
- the memory module contains a database, a cognitive case library, an algorithm and a hyperparameter library, which store data of dynamic environments and tasks, cognitive cases, and specific algorithms and hyperparameter values.
- the most suitable algorithm type and hyperparameter combination can be flexibly selected.
- correctly marked data is used to correct wrongly marked data to achieve robustness to training data.
- the present invention has the following advantages:
- the present invention introduces the cognitive control module and the memory module by referring to the brain mechanism, the learning results of the cognitive cases stored in the memory module can be called, and the cognitive control module updates the environment and task characteristics and the selected algorithm and hyperparameters In this way, the learning ability can be continuously improved and more suitable algorithms and parameters can be selected. It overcomes the disadvantage that once the existing framework is trained, the learning performance will not be improved, so that the present invention has the ability of self-learning.
- the present invention introduces the cognitive feature extraction module by referring to the brain mechanism, it can sense the change and extract new features of the dynamic environment and task when the environment or task changes.
- the cognitive control module changes the selection of algorithm type and hyperparameter combination according to new characteristics according to the matching relationship between environment and task characteristics and algorithm and hyperparameter selection. It overcomes the shortcomings of existing frameworks that cannot adapt to dynamically changing scenarios due to fixed algorithms and hyperparameters, and performs poorly in new scenarios. This enables the present invention to select the most suitable algorithm and hyperparameters for different scenarios, and has the ability to adapt to dynamic environments and tasks.
- the present invention introduces the cognitive evaluation module by referring to the brain mechanism, it is possible to evaluate the performance of the selected algorithm type and hyperparameters in a certain scene during offline self-learning, and compare the current learning results with the cognitive case Compare the results in , correcting mislabeled training samples. It overcomes the deficiency that the existing framework relies heavily on the quality of training samples, so that the present invention can be robust to mislabeled training samples, reduce bad training samples, and improve learning performance. This makes the present invention have the ability of "good money driving out bad money”.
- Fig. 1 is a flow chart of the present invention
- Fig. 2 (a) to Fig. 2 (d) are the comparison charts of the algorithm and hyperparameter selection accuracy rate and image recognition accuracy rate when the number of test sequences is continuously increasing using the present invention and the prior art;
- Fig. 3 (a) and Fig. 3 (b) are the algorithm and hyperparameter selection accuracy rate comparison chart when the environment and tasks are continuously and dynamically switched using the present invention and the prior art;
- Fig. 4(a) to Fig. 4(d) are comparison charts of the algorithm, hyperparameter selection accuracy rate and image recognition accuracy rate under different error labeling training sample sizes using the present invention and the prior art.
- the online learning process corresponds to the executive control process of the brain's cognitive mechanism.
- Executive control is a complex cognitive process in which individuals dynamically and flexibly regulate the activities of multiple cognitive subsystems during goal-oriented behavior. It operates on external tasks and data in two ways, making plans to guide behavior and quickly adjusting when unexpected changes occur. This mechanism enables primates to rapidly switch behaviors in dynamic environments.
- e represents the data describing the dynamic environment
- x represents the data describing the dynamic task
- d represents the vector composed of these two
- D represents the external database
- ⁇ represents the belonging number, indicating that the dynamic environment and dynamic task come from the external database.
- the cognitive feature extraction module corresponds to the sensory cortex in the cerebral cortex, extracts the feature f(e, x) of the data, and transmits it to the cognitive control module.
- the cognitive control module corresponds to the prefrontal cortex in the cerebral cortex, integrates the characteristics of the sensory cortex, and performs cognitive control based on the characteristic information and relevant experience knowledge, and obtains the correlation information between the stimulus and the response.
- A represents the algorithm library
- a represents one of the algorithms
- A represents the hyperparameter library
- ⁇ represents one of the hyperparameter combinations
- ⁇ is the belonging number, indicating that the algorithm comes from the algorithm library
- the hyperparameter combination comes from the hyperparameters library.
- Step 1.4 the memory module corresponds to the memory center in the brain, and the cognitive control module calls the specific algorithm type and hyperparameter combination selected in step 1.3 from the algorithm library A and hyperparameter library ⁇ of the memory module, and passes it to the learning network .
- the offline self-learning process corresponds to the introspection process of the brain's cognitive mechanism. Since performing the control process is a rapid process, inappropriate motor responses may result. By introspecting events that lead to inappropriate motor responses stored in internal memory, the introspective process can execute more appropriate motor responses.
- the introspective process is a spontaneous mental activity that is not related to the current task or perceived environment.
- the memory module corresponds to the memory center in the brain, and stores the original data [e, x] of the dynamic environment and tasks extracted in the online learning step 1.2 to the database in the memory module And take the characteristics f(e, x) of the dynamic environment and tasks, the algorithm and hyperparameters (a, ⁇ ) selected in step 1.3, and the learning result y obtained in step 1.5 as a new cognitive case [f(e, x ), (a best , ⁇ best ), y best ], stored in the cognitive case library in the memory module.
- the cognitive control module corresponds to the prefrontal cortex in the cerebral cortex, integrates the characteristics of the sensory cortex, and performs cognitive control based on the characteristic information and relevant experience knowledge, and obtains the correlation information between the stimulus and the response. Establish a mapping relationship between the characteristics of the case and the appropriate algorithm and hyperparameters to get the appropriate algorithm type combined with hyperparameters
- step 2.4 the cognitive control module calls the specific algorithm type and hyperparameter combination selected in step 2.3 from the algorithm and hyperparameter library of the memory module, and transmits it to the learning network.
- Step 2.5 the learning network module corresponds to the premotor cortex, and a specific motor plan is obtained according to the association information of the stimulus and the response, based on the dynamic environment and the task in step 2.2 Execute the algorithm and hyperparameters obtained in step 2.4 to obtain the corresponding learning results and pass it to the cognitive assessment module.
- step 2.6 the cognitive case library in the memory module stores the best past learning results of the case in step 2.2 Passed to the Cognitive Assessment Module.
- the cognitive assessment module corresponds to the anterior cingulate cortex in the cerebral cortex, monitors conflict responses in the premotor cortex, compares the new learning results for this case in step 2.5 and the historical best learning result for this case in step 2.6 Then, the conflict information is fed back to the prefrontal cortex, that is, the algorithm and hyperparameters for better learning results and the learning results are used as the updated historical best algorithm, hyperparameters, and learning performance, and passed to the cognitive case library.
- the update steps The cognitive case in 2.2 If the historical best learning result y′ * of the sampled case is better than the new learning result y′, it will not be updated. Otherwise, update as follows:
- Step 2.8 retrain the cognitive control module according to the updated cognitive case library.
- the simulation experiment of the present invention is carried out under MATLAB R2016a software.
- An example of the invention is the task of image classification.
- the example has 5 different environments and 5 data sets, including public data sets MNIST, FashionMNIST, and Cifar-10.
- ImageNet which takes 5 categories from ImageNet, and each category has 4500 training samples.
- MNIST with only 1000 training samples per class.
- mini-ImageNet and mini-MNIST respectively.
- the cognitive characteristics of the instance include five data set features: the total number of training samples of the images in the data set, the number of image classification categories in the data set, the width of the images in the data set (the images are adjusted to be equal in length and width), the color features of the images in the data set, and the image Classification difficulty; and two performance requirements characteristics: the requirement of image classification accuracy; the requirement of image classification completion time.
- the cognitive control module of the example adopts the structure of radial basis function neural network (RBFNN) for algorithm selection, and adopts the structure of BP neural network for hyperparameter selection.
- RBFNN radial basis function neural network
- the algorithm library of the example contains five different classification algorithms: support vector machine, Adaboosting, random forest, decision tree, and deep neural network.
- the hyperparameter library contains important hyperparameters for each of these algorithms.
- Fig. 2 (a) to Fig. 2 (d) are the comparison charts of the algorithm and hyperparameter selection accuracy rate and image recognition accuracy rate when the number of test sequences is continuously increasing using the present invention and the prior art;
- Fig. 3 (a) and Fig. 3 (b) are the algorithm and hyperparameter selection accuracy rate comparison chart when the environment and tasks are continuously and dynamically switched using the present invention and the prior art;
- Fig. 4(a) to Fig. 4(d) are comparison charts of the algorithm, hyperparameter selection accuracy rate and image recognition accuracy rate under different error labeling training sample sizes using the present invention and the prior art.
- Accompanying drawing 2 (a) and accompanying drawing 2 (b) are respectively adopting the present invention and prior art when the number of test sequences increases continuously the algorithm selection accuracy rate and the image classification accuracy rate comparison chart based on this algorithm.
- Algorithm selection accuracy evaluation is done by checking whether the selected algorithm is the best algorithm for the mark.
- the evaluation of image classification accuracy is by checking whether the classification results of image classification performed according to the selected algorithm and its optimal hyperparameters are correct.
- the abscissa indicates the number of test sequences (times), and the ordinate indicates the algorithm selection/image classification accuracy (percentage).
- the broken line marked with the red square represents the accuracy rate of algorithm selection/image classification using the method of the present invention.
- the broken line marked with a black circle represents the algorithm selection/image classification accuracy of the state-of-the-art from a library with 30 meta-cases for each dataset
- the broken line marked with a blue positive triangle represents the state-of-the-art from a library with 30 meta-cases for each dataset.
- broken line marked with a green inverted triangle represents prior art algorithm selection from library implementation with 250 meta-cases for each dataset Algorithm selection/image classification accuracy.
- Accompanying drawing 2 (c) and accompanying drawing 2 (d) respectively adopt the present invention and prior art when the number of test orders is constantly increasing the deep neural network hyperparameter selection accuracy rate and the deep neural network image classification accuracy based on this hyperparameter rate comparison chart.
- Accuracy assessment of hyperparameter selection for deep neural networks is done by checking whether the selected hyperparameters are the best hyperparameters marked.
- the abscissa indicates the number of test sequences (times), and the ordinate indicates the hyperparameter selection/image classification accuracy (percentage).
- the broken line marked with a red square represents the hyperparameter selection/image classification accuracy rate of the method of the present invention.
- the present invention can store the tested cases to the cognitive case space, during the six tests, its accuracy for each data set
- the number of training samples are 50, 100, 150, 200, 250, 300 respectively.
- the polyline marked with a black circle represents the state-of-the-art hyperparameter selection/image classification accuracy from a library with 50 meta-cases for each dataset
- the polyline marked with a blue positive triangle represents the state-of-the-art from Hyperparameter selection/image classification accuracy for hyperparameter selection achieved by a library with 100 meta-cases per dataset
- the broken line marked with a green inverted triangle represents the state-of-the-art from a library with 250 meta-cases per dataset Hyperparameter selection/image classification accuracy for hyperparameter selection.
- Accompanying drawing 3 (a) is the comparison chart of the accuracy rate of algorithm selection when the environment and tasks are continuously and dynamically changed using the present invention and the prior art.
- the abscissa indicates the number of test sequences (times), and the ordinate indicates the algorithm selection accuracy (percentage).
- the broken line marked with a red square represents the accuracy rate of algorithm selection using the method of the present invention.
- the broken line marked with a blue triangle represents the state-of-the-art algorithm selection accuracy from a library implementation with 50 time-first meta-cases for mini-ImageNet.
- the algorithm selection accuracy rate of the method of the present invention and the existing method at the beginning drops to very low, but as the number of tests increases, the method of the present invention The method is rapidly improved, but the accuracy rate of algorithm selection obtained by using the existing technology is always low.
- Accompanying drawing 3 (b) is the comparison chart of hyperparameter selection accuracy when using the present invention and the prior art when environments and tasks are continuously and dynamically switched.
- the abscissa indicates the number of test sequences (times), and the ordinate indicates the accuracy rate (percentage) of hyperparameter selection.
- the broken line marked with a red square represents the accuracy rate of hyperparameter selection using the method of the present invention.
- the broken line marked with a blue triangle represents the state-of-the-art hyperparameter selection accuracy from a library with 50 time-first meta-cases for mini-ImageNet.
- the hyperparameter selection accuracy rate of the method of the present invention and the existing method at the beginning are all reduced to very low, but with the increase of the number of tests
- the inventive method has improved rapidly, but the accuracy rate of hyperparameter selection obtained by using the existing technology has always been low.
- the broken line marked with a blue positive triangle represents the algorithm selection/image classification accuracy rate of the prior art when the bad coin rate is 10%
- the broken line marked with a green inverted triangle represents the algorithm selection/image classification rate of the prior art when the bad coin rate is 30%.
- Image classification accuracy By comparing the changes of algorithm selection/image classification accuracy obtained by the two methods, it can be seen that the algorithm selection/image classification accuracy obtained by the present invention is better than the existing method. Both the present invention and existing methods are initially affected by bad coins, but the performance of the present invention will gradually improve. This is because, on the one hand, better matching relationships between environment and task features and algorithms and hyperparameters are stored in the cognitive case space, and the proportion of mislabeled samples decreases.
- the cognitive evaluation module can compare the current learning result with the previous learning result, and feed back the evaluation result to the cognitive control module.
- the existing technology is always affected by wrongly labeled samples, and the accuracy of the algorithm selection/image classification obtained is almost unchanged.
- the broken line marked with a blue positive triangle represents the hyperparameter selection/image classification accuracy of the state-of-the-art when the bad coin rate is 10%
- the broken line marked with a green inverted triangle represents the hyperparameters of the state-of-the-art when the bad coin rate is 30% Selection/image classification accuracy.
- the cognitive evaluation module can compare the current learning result with the previous learning result, and feed back the evaluation result to the cognitive control module.
- the existing technology is always affected by mislabeled samples, and the accuracy of hyperparameter selection/image classification selection is almost unchanged.
- the cognitive learning framework and method based on the brain mechanism proposed by the present invention has the ability of self-learning, adapting to dynamically changing environments and tasks, and good money driving out bad money, which makes the present invention practical can be better applied.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Artificial Intelligence (AREA)
- Software Systems (AREA)
- Evolutionary Computation (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Computing Systems (AREA)
- Life Sciences & Earth Sciences (AREA)
- Mathematical Physics (AREA)
- Biophysics (AREA)
- Molecular Biology (AREA)
- General Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- Biomedical Technology (AREA)
- Health & Medical Sciences (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- Medical Informatics (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims (9)
- 一种基于大脑机理的认知学习方法,其特征是:包括如下步骤:(1)在线学习:(1a)接收来自外界的动态环境和动态任务;(1b)认知特征提取模块提取出动态环境和动态任务的特征,并将其传给认知控制模块;(1c)认知控制模块在步骤(1b)中得到的特征与合适的算法和超参数之间建立映射关系,以获得合适的算法类型和超参数组合;(1d)认知控制模块从记忆模块的算法和超参数库调用步骤(1c)中选择的具体算法类型和超参数组合,并将其传给学习网络;(1e)学习网络模块执行步骤(1d)中调用的算法和超参数,在步骤(1b)提取的动态环境和动态任务中执行超参数和算法,获得相应的学习结果,并将其输出到外界的动态环境中;(2)离线自学习:(2a)将在线学习步骤(1b)中提取的动态环境和动态任务的原始数据存储至记忆模块中的数据库,并将动态环境和任务的特征、步骤(1c)中选择的算法和超参数及步骤(1e)中得到的学习结果作为新的认知案例,存储至记忆模块中的认知案例库;(2b)认知案例库采样认知案例;(2c)认知控制模块对步骤(2b)中案例的特征与合适的算法和超参数之间建立映射关系,以获得合适的算法类型和超参数组合;(2d)认知控制模块从记忆模块的算法和超参数库调用步骤(2c)中选择的具体算法类型和超参数组合,并将其传给学习网络;(2e)学习网络基于步骤(2b)中的动态环境和任务执行由步骤(2d)中获得的算法和超参数,获得相应的学习结果,并将其传给认知评估模块;(2f)认知案例库将步骤(2b)该案例过去的最佳学习结果传给认知评估模块;(2g)认知评估模块比较步骤(2e)中该案例的新学习结果和步骤(2f)中该案例的历史最佳学习结果,将取得更优学习结果的算法和超参数以及该学习结果作为更新后的历史最佳算法和超参数、学习性能,传给认知案例库,更新步骤(2b)中的认知案例;(2h)根据更新后的认知案例库重新训练认知控制模块。
- 根据权利要求1所述的一种基于大脑机理的认知学习方法,其特征是:步骤(1a)接收来的自外界的动态环境和动态任务为[e,x]=d∈D,其中,e表示描述动态环境的数据,x表示描述动态任务的数据,d表示由这两者组成的向量,D为外界数据库,∈为属于号,表示动 态环境和动态任务来源于外界数据库。
- 根据权利要求1所述的一种基于大脑机理的认知学习方法,其特征是:步骤(1b)认知特征提取模块提取出动态环境和动态任务的特征为f(e,x),并将其传给认知控制模块。
- 根据权利要求1所述的一种基于大脑机理的认知学习方法,其特征是:步骤(1c)所述的采用认知控制模块,在步骤(1b)中得到的特征与合适的算法和超参数之间建立映射关系S[f(e,x)],以获得合适的算法类型a∈A和超参数组合λ∈Λ,其中,A表示算法库,a表示其中是一种算法,Λ表示超参数库,λ表示其中的一种超参数组合,∈为属于号,表示动态环境和动态任务来源于外界数据库。
- 根据权利要求1所述的一种基于大脑机理的认知学习方法,其特征是:步骤(1e)所述的采用学习网络模块,执行步骤(1d)中调用的算法和超参数,在环境和任务d中执行超参数为λ的算法a,获得相应的学习结果y=a[λ,d],并将其输出到外界的动态环境中。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US17/786,564 US11948092B2 (en) | 2021-05-25 | 2021-11-08 | Brain-inspired cognitive learning method |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202110569553.9A CN113255765B (zh) | 2021-05-25 | 2021-05-25 | 一种基于大脑机理的认知学习方法 |
| CN202110569553.9 | 2021-05-25 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2022247151A1 true WO2022247151A1 (zh) | 2022-12-01 |
Family
ID=77184336
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2021/129297 Ceased WO2022247151A1 (zh) | 2021-05-25 | 2021-11-08 | 一种基于大脑机理的认知学习方法 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US11948092B2 (zh) |
| CN (1) | CN113255765B (zh) |
| WO (1) | WO2022247151A1 (zh) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113255765B (zh) | 2021-05-25 | 2024-03-19 | 南京航空航天大学 | 一种基于大脑机理的认知学习方法 |
| CN116542286B (zh) * | 2022-01-21 | 2026-03-27 | 北京灵汐科技有限公司 | 模型超参数取值方法及装置、处理核、设备、芯片和介质 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20170091664A1 (en) * | 2015-09-29 | 2017-03-30 | Cognitive Scale, Inc. | Cognitive Machine Learning System |
| CN109447140A (zh) * | 2018-10-19 | 2019-03-08 | 广州四十五度科技有限公司 | 一种基于神经网络深度学习的图像识别并推荐认知的方法 |
| CN111714118A (zh) * | 2020-06-08 | 2020-09-29 | 北京航天自动控制研究所 | 一种基于集成学习的脑认知模型融合方法 |
| CN113255765A (zh) * | 2021-05-25 | 2021-08-13 | 南京航空航天大学 | 一种基于大脑机理的认知学习方法 |
Family Cites Families (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5724987A (en) * | 1991-09-26 | 1998-03-10 | Sam Technology, Inc. | Neurocognitive adaptive computer-aided training method and system |
| CN101466111B (zh) * | 2009-01-13 | 2010-11-17 | 中国人民解放军理工大学通信工程学院 | 基于政策规划约束q学习的动态频谱接入方法 |
| CN105205533B (zh) | 2015-09-29 | 2018-01-05 | 华北理工大学 | 具有脑认知机理的发育自动机及其学习方法 |
| CN108809456B (zh) * | 2018-07-04 | 2020-09-18 | 天津大学 | 一种基于改进强化学习的集中式认知无线电频谱分配方法 |
| US11663523B2 (en) * | 2019-09-14 | 2023-05-30 | Oracle International Corporation | Machine learning (ML) infrastructure techniques |
| CN111210023B (zh) * | 2020-01-13 | 2023-04-11 | 哈尔滨工业大学 | 数据集分类学习算法自动选择系统及方法 |
| CN111461294B (zh) * | 2020-03-16 | 2022-10-11 | 中国人民解放军空军工程大学 | 面向动态博弈的智能飞行器类脑认知学习方法 |
-
2021
- 2021-05-25 CN CN202110569553.9A patent/CN113255765B/zh active Active
- 2021-11-08 US US17/786,564 patent/US11948092B2/en active Active
- 2021-11-08 WO PCT/CN2021/129297 patent/WO2022247151A1/zh not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20170091664A1 (en) * | 2015-09-29 | 2017-03-30 | Cognitive Scale, Inc. | Cognitive Machine Learning System |
| CN109447140A (zh) * | 2018-10-19 | 2019-03-08 | 广州四十五度科技有限公司 | 一种基于神经网络深度学习的图像识别并推荐认知的方法 |
| CN111714118A (zh) * | 2020-06-08 | 2020-09-29 | 北京航天自动控制研究所 | 一种基于集成学习的脑认知模型融合方法 |
| CN113255765A (zh) * | 2021-05-25 | 2021-08-13 | 南京航空航天大学 | 一种基于大脑机理的认知学习方法 |
Also Published As
| Publication number | Publication date |
|---|---|
| US20230133628A1 (en) | 2023-05-04 |
| CN113255765A (zh) | 2021-08-13 |
| CN113255765B (zh) | 2024-03-19 |
| US11948092B2 (en) | 2024-04-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Blauch et al. | Computational insights into human perceptual expertise for familiar and unfamiliar face recognition | |
| Zhang et al. | An novel end-to-end network for automatic student engagement recognition | |
| Jagadeesh et al. | Facial expression recognition of online learners from real-time videos using a novel deep learning model | |
| Cheng et al. | Disentangled prompt representation for domain generalization | |
| CN117058752B (zh) | 一种基于改进YOLOv7的学生课堂行为检测方法 | |
| CN109145871A (zh) | 心理行为识别方法、装置与存储介质 | |
| WO2022247151A1 (zh) | 一种基于大脑机理的认知学习方法 | |
| CN114881155B (zh) | 基于深度迁移学习的水果图像分类方法 | |
| CN118411275A (zh) | 一种基于大数据的教学系统 | |
| Song | Emotional recognition and feedback of students in English e-learning based on computer vision and face recognition algorithms | |
| CN113762402B (zh) | 基于小样本持续学习的图像分类方法、装置及存储介质 | |
| CN116778223B (zh) | 一种基于零标注的多类别目标域数据集标注方法及系统 | |
| Kousalya et al. | Prediction of Best Optimizer for Facial Expression Detection using Convolutional Neural Network | |
| Prakash et al. | SmartLeafNet: An Automated Deep Learning based Efficient Plant Disease Detection using RNN-GRU Model | |
| Kumar et al. | Detection of Mango Leaves Disease using CSUBW based Residual Attention with EfficientNet | |
| Xu et al. | Automatic cataract grading with visual-semantic interpretability | |
| Jesupriya et al. | Deep Learning-Based Transfer Learning with MobileNetV2 for Crop Disease Detection | |
| Yung-Hui et al. | Clinically applicable deep learning for diagnosis of diabetic retinopathy | |
| Topolski et al. | Modification of the Principal Component Analysis Method Based on Feature Rotation by Class Centroids. | |
| Lin | Online Professional-Creative Fusion Music Major Students’ Classroom State Recognition Based on the Integration of DSC and LeNet-5 Models | |
| Gbolagade et al. | Predicting postgraduate performance using resample pre-process algorithm and artificial neural network | |
| AU2021339829B2 (en) | Automated aneuploidy screening using arbitrated ensembles | |
| Ghadekar et al. | Multimodal Deep Learning System for Nutritional Deficiency Assessment and Dietary Recommendation | |
| Lin et al. | GReFC-Net: an automated method for measuring structural features of spiral galaxies | |
| Arafiyah et al. | Performance Analysis of Convolutional Neural Network Architecture in Batik Design Classification for Mobile Application |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 21942715 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21942715 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21942715 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 28/06/2024) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21942715 Country of ref document: EP Kind code of ref document: A1 |