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

相关推荐
风象南1 小时前
我把大脑开源给了AI
人工智能·后端
Johny_Zhao3 小时前
OpenClaw安装部署教程
linux·人工智能·ai·云计算·系统运维·openclaw
飞哥数智坊3 小时前
我帮你读《一人公司(OPC)发展研究》
人工智能
tingshuo29173 小时前
S001 【模板】从前缀函数到KMP应用 字符串匹配 字符串周期
笔记
冬奇Lab7 小时前
OpenClaw 源码精读(3):Agent 执行引擎——AI 如何「思考」并与真实世界交互?
人工智能·aigc
没事勤琢磨8 小时前
如何让 OpenClaw 控制使用浏览器:让 AI 像真人一样操控你的浏览器
人工智能
用户5191495848458 小时前
CrushFTP 认证绕过漏洞利用工具 (CVE-2024-4040)
人工智能·aigc
牛马摆渡人5289 小时前
OpenClaw实战--Day1: 本地化
人工智能
前端小豆9 小时前
玩转 OpenClaw:打造你的私有 AI 助手网关
人工智能
BugShare9 小时前
写一个你自己的Agent Skills
人工智能·程序员