Основные понятия
A novel fault diagnosis model named three-layer deep learning network random trees (TDLN-trees) that integrates the strengths of deep learning and machine learning techniques to effectively detect and classify faults in complex chemical production processes.
Аннотация
The paper proposes a new fault diagnosis model called TDLN-trees that combines the advantages of deep learning and machine learning techniques to address the challenges of fault diagnosis in chemical production processes.
The key components of TDLN-trees are:
-
Deep Learning Component:
- Bidirectional Long Short-Term Memory (BLSTM) layer to capture the forward and backward temporal dynamics of process variable data
- Long Short-Term Memory (LSTM) layer to further improve the capacity to capture short-term dependencies
- Fully Connected Neural Network (FCNN) layer to combine and transform the temporal features
-
Machine Learning Component:
- Extra Trees (ET) algorithm to select division points using the Gini index and map the features to fault types
The offline training process involves preprocessing the data (normalization, one-hot encoding), training the deep learning component, and optimizing the parameters of the machine learning component. The online diagnosis stage uses the trained TDLN-trees model to classify the fault types of new monitoring data.
Experiments on the Tennessee Eastman Process (TEP) dataset demonstrate the superior fault diagnosis performance of TDLN-trees compared to other state-of-the-art methods, achieving an average fault diagnosis rate of 98.24%. Ablation studies confirm the importance of both the deep learning and machine learning components in enhancing the overall fault diagnosis capability.
Статистика
The Tennessee Eastman Process (TEP) dataset contains 52 variables, including 11 manipulated variables and 41 measurement variables, reflecting the operational state of the chemical production system.
The dataset simulates 20 different fault types, with fault types 3, 9, and 15 excluded from the analysis due to significant variations in mean and variance parameters.
Цитаты
"With the development of technology, the chemical production process is becoming increasingly complex and large-scale, making fault diagnosis particularly important."
"To address the above background, we integrate the strengths of deep learning techniques and machine learning techniques, combine the advantages of bidirectional long and short-term memory neural network (BLSTM), LSTM, fully connected neural network (FCNN), and ET, and propose a new fault diagnosis model named three-layer deep learning network random trees (TDLN-trees)."
"Experimental analysis based on the Tennessee Eastman process verifies the superiority of the proposed method."