A Novel Deep Parallel Time-series Relation Network for Fault Diagnosis
Chun Yang

TL;DR
This paper introduces DPTRN, a parallel neural network model for fault diagnosis that enhances efficiency, interpretability, and contextual learning by addressing limitations of existing sequential and CNN-based methods.
Contribution
The paper proposes DPTRN, a novel parallel time-series relation network with a decoupling position embedding, improving fault diagnosis efficiency and interpretability over traditional models.
Findings
DPTRN outperforms existing models on four datasets.
DPTRN achieves higher diagnostic accuracy and efficiency.
The model demonstrates improved feature interpretability.
Abstract
Considering the models that apply the contextual information of time-series data could improve the fault diagnosis performance, some neural network structures such as RNN, LSTM, and GRU were proposed to model the fault diagnosis effectively. However, these models are restricted by their serial computation and hence cannot achieve high diagnostic efficiency. Also the parallel CNN is difficult to implement fault diagnosis in an efficient way because it requires larger convolution kernels or deep structure to achieve long-term feature extraction capabilities. Besides, BERT model applies absolute position embedding to introduce contextual information to the model, which would bring noise to the raw data and therefore cannot be applied to fault diagnosis directly. In order to address the above problems, a fault diagnosis model named deep parallel time-series relation network(DPTRN) has been…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Neural Networks and Applications · Anomaly Detection Techniques and Applications
MethodsAttention Is All You Need · Linear Layer · Tanh Activation · Sigmoid Activation · Attention Dropout · Linear Warmup With Linear Decay · Softmax · Weight Decay · WordPiece · Adam
