paper-with-me

홈 › Papers

TDANet: A Novel Temporal Denoise Convolutional Neural Network With Attention for Fault Diagnosis

2024-03-29 · Zhongzhi Li, Rong Fan, Jingqi Tu, Jinyi Ma, Jianliang Ai, Yiqun Dong

Fault diagnosis plays a crucial role in maintaining the operational integrity of mechanical systems, preventing significant losses due to unexpected failures. As intelligent manufacturing and data-driven approaches evolve, Deep Learning (DL) has emerged as a pivotal technique in fault diagnosis research, recognized for its ability to autonomously extract complex features. However, the practical application of current fault diagnosis methods is challenged by the complexity of industrial environments. This paper proposed the Temporal Denoise Convolutional Neural Network With Attention (TDANet), designed to improve fault diagnosis performance in noise environments. This model transforms one-dimensional signals into two-dimensional tensors based on their periodic properties, employing multi-scale 2D convolution kernels to extract signal information both within and across periods. This method enables effective identification of signal characteristics that vary over multiple time scales. The TDANet incorporates a Temporal Variable Denoise (TVD) module with residual connections and a Multi-head Attention Fusion (MAF) module, enhancing the saliency of information within noisy data and maintaining effective fault diagnosis performance. Evaluation on two datasets, CWRU (single sensor) and Real aircraft sensor fault (multiple sensors), demonstrates that the TDANet model significantly outperforms existing deep learning approaches in terms of diagnostic accuracy under noisy environments.

📄 PDF Abstract BibTeX arXiv:2403.19943

Code (0)

등록된 구현이 없습니다.

Tasks

DiagnosticFault Diagnosis

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Spatio-Temporal Deformable Attention Network for Video Deblurring

2022-07-22 · Huicong Zhang, Haozhe Xie, Hongxun Yao

The key success factor of the video deblurring methods is to compensate for the blurry pixels of the mid-frame with the sharp pixels of the adjacent video frames. Therefore, mainstream methods align the adjacent frames b…

DeblurringDecoderVideo Deblurring

TDANet: Target-Directed Attention Network For Object-Goal Visual Navigation With Zero-Shot Ability

2024-04-12 · Shiwei Lian, Feitian Zhang

The generalization of the end-to-end deep reinforcement learning (DRL) for object-goal visual navigation is a long-standing challenge since object classes and placements vary in new test environments. Learning domain-ind…

Deep Reinforcement LearningObjectVisual Navigation

An efficient encoder-decoder architecture with top-down attention for speech separation

2022-09-30 · Kai Li, Runxuan Yang, Xiaolin Hu

Deep neural networks have shown excellent prospects in speech separation tasks. However, obtaining good results while keeping a low model complexity remains challenging in real-world applications. In this paper, we provi…

CPUDecoderSpeech Separation

Text-Guided Neural Image Inpainting

2020-04-07 · Lisai Zhang, Qingcai Chen, Baotian Hu, Shuoran Jiang

Image inpainting task requires filling the corrupted image with contents coherent with the context. This research field has achieved promising progress by using neural image inpainting methods. Nevertheless, there is sti…

DescriptiveImage GenerationImage InpaintingImage-text matching+3

Graph neural network-based fault diagnosis: a review

2021-11-16 · Zhiwen Chen, Jiamin Xu, Cesare Alippi, Steven X. Ding 외

Graph neural network (GNN)-based fault diagnosis (FD) has received increasing attention in recent years, due to the fact that data coming from several application domains can be advantageously represented as graphs. Inde…

Fault DiagnosisGraph AttentionGraph Neural NetworkTime Series+1