Abrupt fault detection and isolation for gas turbine components based on a 1D convolutional neural network using time series data
Date published
Free to read from
Authors
Supervisor/s
Journal Title
Journal ISSN
Volume Title
Publisher
Department
Type
ISSN
Format
Citation
Abstract
The FDI step identifies the presence of a fault, its level, type, and possible location. Gas turbine gas-path fault detection and isolation can improve the availability and economy of gas turbine components. Data-driven FDI methods are studied in this paper. Some notable gas turbine FDI challenges include: insensitivity to operating conditions, robust separation of faults, noisy sensor readings and missing data, reliable fault detection in time-varying conditions, and the influence of performance gradual deterioration. For conventional ML methods, the problem with handling time series data is its volume and the associated computational complexity; therefore, the available information must be appropriately compressed via the transformation of high-dimensional data into a low-dimensional feature space with minimal loss of class separability. In order to improve the detection and isolation sensitivity, this paper develops a method for FDI based on CNNs. Work in this paper includes: (1) Defining the problem and assembling a dataset. (2) Preparing data for training, validation and test: data generation, feature engineering, data pre-processing, data formatting. (3) Building up the model. (4) Training and validating the model (evaluation protocol). (5) Optimizing: a. deciding the model size. b. regularizing the model by getting more training data, reducing the capacity of the network, adding weight regularization or adding dropout. c. tuning hyperparameters. (6) Evaluation.