meta-learning based FD论文阅读笔记

[1]Semi-Supervised Temporal Meta-Learning Framework for Wind Turbine Bearing Fault Diagnosis Under Limited Annotation Data

问题背景

  1. the fault data are so scarce that it is time-consuming to acquire a well behaved deep learning model
  2. much unlabeled data cannot be adequately utilized to explore useful fault information without prior.

方法思路

(1)a temporal convolutional module is proposed to relieve overfitting due to the depth of the model, which can fully excavate temporal features along the depth of the network.

(2)A novel deep learning generalization framework SeMeF---is proposed to make full use of massive unlabeled data and limited annotation data.

[2] A Meta-Learning Method for Electric Machine Bearing Fault Diagnosis Under Varying Working Conditions With Limited Data

问题背景

perform FD with a limited training data

方法思路

(1)a four layer CNN is used for feature learning and a simple convolution structure makes the training more effcient

(2) The meta-training process primarily completes the knowledge accumulation of prior tasks.

[3] Semi-supervised adaptive anti-noise meta-learning for few-shot industrial gearbox fault diagnosis

问题背景

obtain sufficient labeled data for FD is challenging

方法思路

(1)a residual network with a Morlet Wavelet layer is used to extract signal features

(2)sample-level attention is defined to select unlabeled samples that are more similar to labeled sample prototypes

(3)The adaptive metric is used to obtain the relational distance functions of labeled samples and unlabeled samples

相关推荐
阿坡RPA9 小时前
手搓MCP客户端&服务端:从零到实战极速了解MCP是什么?
人工智能·aigc
用户27784491049939 小时前
借助DeepSeek智能生成测试用例:从提示词到Excel表格的全流程实践
人工智能·python
机器之心9 小时前
刚刚,DeepSeek公布推理时Scaling新论文,R2要来了?
人工智能
算AI11 小时前
人工智能+牙科:临床应用中的几个问题
人工智能·算法
凯子坚持 c12 小时前
基于飞桨框架3.0本地DeepSeek-R1蒸馏版部署实战
人工智能·paddlepaddle
你觉得20512 小时前
哈尔滨工业大学DeepSeek公开课:探索大模型原理、技术与应用从GPT到DeepSeek|附视频与讲义下载方法
大数据·人工智能·python·gpt·学习·机器学习·aigc
8K超高清13 小时前
中国8K摄像机:科技赋能文化传承新图景
大数据·人工智能·科技·物联网·智能硬件
hyshhhh13 小时前
【算法岗面试题】深度学习中如何防止过拟合?
网络·人工智能·深度学习·神经网络·算法·计算机视觉
薛定谔的猫-菜鸟程序员13 小时前
零基础玩转深度神经网络大模型:从Hello World到AI炼金术-详解版(含:Conda 全面使用指南)
人工智能·神经网络·dnn
joseanne_josie13 小时前
读论文笔记-ALIGN:利用有噪声数据集扩大视觉和视觉-语言表示
论文阅读