Abstract

Sensors health monitoring is essentially important for reliable functioning of safety-critical chemical and nuclear power plants. Autoassociative neural network (AANN) based empirical sensor models have widely been reported for sensor calibration monitoring. However, such ill-posed data driven models may result in poor generalization and robustness. To address above-mentioned issues, several regularization heuristics such as training with jitter, weight decay, and cross-validation are suggested in literature. Apart from these regularization heuristics, traditional error gradient based supervised learning algorithms for multilayered AANN models are highly susceptible of being trapped in local optimum. In order to address poor regularization and robust learning issues, here, we propose a denoised autoassociative sensor model (DAASM) based on deep learning framework. Proposed DAASM model comprises multiple hidden layers which are pretrained greedily in an unsupervised fashion under denoising autoencoder architecture. In order to improve robustness, dropout heuristic and domain specific data corruption processes are exercised during unsupervised pretraining phase. The proposed sensor model is trained and tested on sensor data from a PWR type nuclear power plant. Accuracy, autosensitivity, spillover, and sequential probability ratio test (SPRT) based fault detectability metrics are used for performance assessment and comparison with extensively reported five-layer AANN model by Kramer.

1. Introduction

From safety and reliability stand point, sensors are one of the critical infrastructures in modern day automatic controlled nuclear power plants [1]. Decision for a control action, either by operator or by automatic controller, depends on correct plant state reflected by its sensors. “Defense in depth” (defense in depth safety concept requires mission critical systems to be redundant and diverse in implementation to avoid single mode failure scenarios) safety concept for such mission critical processes essentially requires a sensor health monitoring system. Such sensor health monitoring system has multifaceted benefits which are just not limited to process safety, reliability, and availability but also in context of cost benefits from condition based maintenance approach [2, 3]. A typical sensor health monitoring system may include tasks of sensor fault detection, isolation, and value estimation [4]. Basic sensor monitoring architecture comprises two modules as depicted in Figure 1. The first module implements a correlated sensor model which provides analytical estimates for monitored sensor’s values. Residuals values are evaluated by differencing the observed and estimated sensor values and are supplied to residual analysis module for fault hypothesis testing. These correlated sensor models are based on either the first principles models (e.g., energy conservation and material balance) or history based data driven models [5]. However, sensor modeling using empirical techniques from statistics and artificial intelligence are an active area of research [6, 7].

In order to model complex nonlinearity in physical process sensors, autoassociative neural network based sensor models had widely been used and reported for calibration monitoring in chemical processes [811] and nuclear power plants [1215]. Data driven training procedures for such neural network based sensor models discover the underlying statistical regularities among input sensors from history data and try to model them by adjusting network parameters. Five-layer AANN is one of the earliest autoassociative architectures proposed for sensor and process modeling [8].

In contrast to shallow single layered architectures, these multilayered neural architectures have flexibility for modeling complex nonlinear functions [16, 17]. However, harnessing the complexity offered by these deep NN models without overfitting requires effective regularization techniques. Several heuristics based standard regularization methods are suggested and exercised in literature [18, 19] such as training with jitter (noise), Levenberg-Marquardt training, weight decay, neuron pruning, cross validation, and Bayesian regularization. Despite all these regularization heuristics, the joint learning of multiple hidden layers via backpropagation of error gradient inherently suffers from gradient vanishing problem at the earlier layers [20]. This gradient instability problem restricts the very first hidden layer (closer to input) from fully exploiting the underlying structure in original data distribution. Result is the poor generalization and prediction inconsistency. Problem gets even more complex and hard due to inherent noise and colinearity in sensor data.

Considering the complexity and training difficulty due to gradient instability in five-layer AANN topology, Tan and Mayrovouniotis proposed a shallow network topology of three layers, known as input trained neural network (ITN-network) [21]. However, the modeling flexibility gets compromised by shallow architecture of ITN-network.

The regularization and robustness issues associated with these traditional learning procedures motivate the need for complementary approaches. Contrary to shallow architecture approach by Tan and Mayrovouniotis [21], here, we are interested in preserving the modeling flexibility offered by many layered architectures without being compromised on generalization and robustness of the sensor model. Recent research on greedy layerwise learning approaches [22, 23] has been found successful for efficient learning in deep multilayered neural architectures for image, speech, and natural language processing [24]. So, for a multilayered DAASM, we proposed to address poor regularization through deep learning framework. Contrary to joint multilayer learning methods for traditional AANN models, the deep learning framework employs greedy layerwise pretraining approach. Following the deep learning framework, each layer in the proposed DAASM is regularized individually through unsupervised pretraining under denoising based learning objective. This denoising based learning is commenced under autoencoder architectures as elaborated in Section 3. It essentially serves several purposes:(1)Helps deep models in capturing robust statistical regularities among input sensors.(2)Initializes network parameters in basin of attraction with good generalization properties [17, 25].(3)Implicitly addresses model’s robustness by learning hidden layer mappings which are stable and invariant to perturbation caused by failed sensor states.

Moreover, robustness to failed sensor states is not an automatic property of AANN based sensor models but is primarily essential for fault detection. Consequently, traditional AANN based sensor model requires explicit treatment for robustness against failed sensor states. However, for the case of DAASM, an explicit data corruption process is exercised during denoising based unsupervised pretraining phase. The proposed corruption process is derived from drift, additive, and gross type failure scenarios as elaborated in Section 4.1. Robustness to faulty sensor conditions is an implicit process of denoising based unsupervised pretraining phase. Robustness of the proposed DAASM, against different sensor failure scenarios, is rigorously studied and demonstrated through invariance measurement at multiple hidden layers in the DAASM network (see Section 7). The full DAASM architecture and layerwise pretraining is detailed in Section 4. We will compare the proposed DAASM based sensor model with an extensively reported five-layer AANN based sensor model by Kramer. Both sensor models are trained on sensor data sampled from full power steady operation of a pressurized water reactor. Finally, performance assessment with respect to accuracy, autosensitivity, cross-sensitivity, and fault detectability metrics is conducted under Section 8.

2. Problem Formulation

In context of sensor fault detection application, the purpose of a typical sensor reconstruction model is to estimate correct sensor value from its corrupted observation. The objective is to model relationships among input sensors which are invariant and robust against sensor faults. So, empirical learning for robust sensor relationships can be formulated as sensor denoising problem. However, contrary to the superimposed channel/acquisition noise, the term “denoising” specifically corresponds to the corruption caused by gross, offset, and drift type sensor failures. Under such denoising based learning objective, the empirical sensor model can be forced to learn a function that captures the robust relationships among correlated sensors and is capable of restoring true sensor value from a corrupted version of it.

Let and be the normal and corrupted sensor states related by some corruption process as follows:where is a stochastic corruption caused by an arbitrary type sensor failure. The learning objective for denoising task can be formulated asUnder minimization of above formulation, the objective of empirical learning is to search for that best approximates . Furthermore, we will formulate and learn such sensor value estimation and restoration function under neural network based autoassociative model driven by deep learning frame work.

2.1. Basic Deep Learning Framework

Neural network research suggests that the composition of several levels of nonlinearity is key to the efficient modeling of complex functions. However, optimization of deep architecture with traditional gradient based supervised learning methods has resulted in suboptimal solutions with poor generalization. Joint learning of multiple hidden layers via backpropagation of error gradient inherently suffers from gradient vanishing problem at the earlier layers and hence constrains the hidden layers from fully exploiting the underlying structure in original data distribution. In 2006, Hinton in his pioneering work proposed a systematic greedy layer by layer training of a deep network. The idea is to divide the training of successive layers of a deep network in the form of small subnetworks and use unsupervised learning to minimize input reconstruction error. This technique successfully eliminates the shortcomings of the gradient based learning by averting the local minima. Deep learning framework employs a systematic three-step training approach as follows:(1)Pretraining one layer at a time in a greedy way.(2)Using unsupervised learning at each layer in a way that preserves information from the input and disentangles factors of variation.(3)Fine-tuning the whole network with respect to the ultimate criterion of interest.

3. Building Block for DAASM

In relation to empirical modeling approach as formulated in Section 2, denoising autoencoder (DAE) [26] is the most promising building block for pretraining and composition of deep autoassociative sensor model. DAE is a variant of the traditional autoencoder neural network, where learning objective is to reconstruct the original uncorrupted input from partially corrupted or missing inputs . Under training criterion of reconstruction error minimization, DAE is forced to conserve information details about the input at its hidden layer mappings. The regularization effect of denoising based learning objective pushes the DAE network towards true manifold underlying the high dimension input data as depicted in Figure 2. Hence, implicitly captures the underlying data generating distribution by exploring robust statistical regularities in input data. A typical DAE architecture, as depicted in Figure 3, comprises an input, output, and a hidden layer. An empty circle depicts a neuron unit. The input layer acts as a proxy layer to the original clean input. Meanwhile, the red filed units in input layer are proxies to clean input units which are randomly selected for corruption under some artificial noise process. is an empirical loss function to be optimized during training process.

Let be the original data vector with elements, while represents the partially corrupted version obtained through corruption process . The encoder and decoder functions corresponding to DAE in Figure 3 are defined asThe encoder function transforms input data to mapping through a sigmoid type activation function at hidden layer neurons. is an approximate reconstruction of obtained through decoder function through reverse mapping followed by sigmoid activation at output layer. Meanwhile, are the weight and bias parameters corresponding to these encoder and decoder functions.

In relation to sensor reconstruction model as formulated in Section 2, the above-described DAE can be reinterpreted as follows: are the input sensor values under fault free steady state operation. is a partially corrupted input which is generated through an artificial corruption process on selected subset in input sensor set . are the estimated sensor values by reconstruction function learnt on clean and corrupted inputs and . Network parameters , for DAE, can be learned in an unsupervised setting through minimization of the reconstruction loss in

4. DAASM Architecture and Regularization

In order to capture complex nonlinear relationships among input sensors, a multilayered architecture is proposed for denoised autoassociative sensor model (DAASM). Individual layers in network hierarchy are pretrained successively from bottom to top. For a well regularized sensor model, the structure and optimization objective in greedy layerwise pretraining play a crucial role. Two heuristics are applied for robust learning in DAASM as follows:(1)Each successive layer in multilayered DAASM assembly is pretrained in an unsupervised fashion under denoising autoencoder (DAE) as elaborated in Section 3.(2)To address robustness, data corruption processes for denoising based pretraining task are incorporated with domain specific failure scenarios which are derived from different types of sensor faults. These heuristics serve several purposes:(i)Forcing the DAE output to match the original uncorrupted input data acts as a strong regularizer. It helps avoid the trivial identity learning especially under overcomplete hidden layer setting.(ii)Denoising procedure during pretraining leads to latent representations that are robust to input perturbations.(iii)Addition of corrupted data set increases training set size and thus is useful in alleviating overfitting problem.

Full DAASM is learnt in two stages: (1) an unsupervised pretraining phase and (2) a supervised fine-tuning phase. As shown in Figure 4, the pretraining phase follows a hierarchal learning process in which successive DAEs in the stack hierarchy are defined and trained in an unsupervised fashion on the preceding hidden layer activations. Full sensor model is constructed by stacking hidden layers from unsupervised pretrained DAEs followed by a supervised fine-tuning phase. For each DAE in the stack hierarchy, the optimization objective for unsupervised pretraining will remain the same as in relation (5). However, weight decay regularization term is added to the loss function which constrains network complexity by penalizing large weight values. In relation (6), are the network weight parameters corresponding to encoder and decoder function, while is the weight decay hyperparameter:

In a typical DAE architecture, a number of input and output layer neurons are fixed corresponding to input data dimension ; however, middle layer neuron counts can be adjusted according to problem complexity. Literature in deep learning suggests that under complete middle layer , for DAE architecture, results in dense compressed representation at the middle layer. Such compressed representation has tendency to entangle information (change in a single aspect of the input translates into significant changes in all components of the hidden representation) [27]. This entangling tendency directly affects the cross-sensitivity of sensor reconstruction model especially for the case of gross type sensor failure. Considering that, here, we choose for an overcomplete hidden layer setting . Under overcomplete setting, denoising based optimization objective acts as a strong regularizer and inherently prevents DAE from learning identity function.

Anticlockwise flow in Figure 4 shows architecture and greedy layer by layer unsupervised pretraining procedure for all hidden layers in DAASM stack. For each hidden layer , a DAE block is shown, in which an encoder function and a decoder function are learnt by minimizing the loss function corresponding to fault free reconstruction of the inputs as in relation (6). For the case of first hidden layer , the corresponding DAE-1 is trained directly on sensor data using loss function in (6). However, hidden layers through are learnt on data from preceding hidden layer activations using recursive relation in (7). So the loss function corresponding to DAE-1 and DAE-2 can be represented as , where is an approximate reconstruction of : are the network weights corresponding to encoder part in DAE.

The noise process for DAE-1 corresponds to a salt-and-pepper (SPN) type corruption process, in which a fraction of the input sensor set (chosen at random for each example) is set to minimum or maximum possible value (typically 0 or 1). The selected noise process models gross type failure scenarios and drives the DAE-1 network to learning invariance against such type of sensor failures. The noise functions employ a corruption process in which and from pretrained DAE-1 will be used as the clean and noisy input for DAE-2 pretraining. Finally, an additive Gaussian type corruption process is used for DAE-3 noise function . We will further mathematically formulate and discuss all these corruption processes in detail in Section 4.1.

These pretrained layers will initialize the DAASM network parameters in basin of attractions which have good generalization and robustness property. In order to generate a sensor model that is fairly dependent on all inputs, “Dropout” [28] heuristic is applied on hidden units during DAE-3 pretraining. Random dropouts make it hard for latent representations at to get specialized on particular sensors in the input set. Finally, pretrained DAEs are unfolded into a deep autoassociator network with number of encoder and decoder cascade as shown in unsupervised fine-tuning phase in Figure 3. The final network comprises one input layer, one output, and hidden layers. The input sensor values flow through encoder cascade using recursive expression in (7) and a decoder cascade using the following equations:where are network weights and biases of the decoder part in DAE. The entire network is fine-tuned using a semiheuristic based “Augmented Efficient Backpropagation Algorithm,” proposed by Embrechts et al. [29], with following minimization objective:A weight decay term is added to the above loss function for network regularization purpose during fine-tuning phase. To circumvent the overfitting, an early stopping procedure, which uses validation error as proxy for the generalization performance, is used during fine-tuning phase.

4.1. Corruption Process (·) for Invariance

For the case of calibration monitoring, an ideal DAASM should learn encoder and decoder functions which are invariant to failed sensor states. So during DAE based pretraining phase, engineered transformations from prior knowledge about the involved failure types are imposed on clean input. Different data corruption processes are devised for learning of each successive hidden layer. Denoising based learning objective drives the hidden layer mappings to get invariant against such engineered transformations on input data. It is important to understand that denoising based learning approach does not correct the faulty signal explicitly; rather it seeks to extract statistical structure among input signals which is stable and invariant under faults and hence implicitly estimates correct value for faulty signal. Two failure types are identified and defined as follows:(i)Gross sensor failure: it includes catastrophic sensor failures. Salt-and-pepper type corruption process, in which a fraction of the input sensor set (chosen at random for each example) is set to minimum or maximum possible value (typically 0 or 1), is selected for modeling gross type failure scenarios.(ii)Miscalibration sensor failure: it includes drift, multiplicative, and outlier type sensor failures and is modeled through isotropic Gaussian noise . Instead of selecting an arbitrarily simple noise distribution, we estimated the distribution of sensor’s natural noise and exaggerated it to generate noisy training data.We propose to distribute the denoising based invariance learning task across multiple hidden layers in the DAASM network. Both gross and miscalibration noise types are equally likely to occur in the input space. Gaussian type corruption process is not suitable for input data space because of its low denoising efficiency against gross type sensor failures. Contrarily, salt-and-pepper type corruption process covers two extremes of sensors failure range and hence provides an upper bound on perturbation due to minor offset and miscalibration type sensor failures. So, salt-and-pepper type corruption process is devised for DAE-1 pretraining as follows:Gross type sensor failures usually have high impact on cross-sensitivity and can trigger false alarms in other sensors. Such high cross-sensitivity effect may affect isolation of miscalibration type secondary failures in other sensors. In order to minimize the effect, a corruption procedure in which and from pretrained DAE-1 are proposed as the clean and noisy input for DAE-2 pretraining. This corruption method is more natural since it causes next hidden layer mappings to get invariant against cross-sensitivity effects and network aberrations from previous layer. The corruption process is supposed to improve invariance in layer mappings against cross-sensitivity effects from gross type sensor failures:Here corresponds to hidden layer activations against clean sensors at the input layer, while corresponds to hidden layer activations against partially faulted sensor set.

Finally, to add robustness against small offset and miscalibration type sensor failures, an isotropic Gaussian type corruption process is devised for DAE-3 pretraining. The corruption procedure corrupts the hidden layer mappings, against clean sensors at the input layer as , by employing an isotropic Gaussian noise as follows:Finally, clean input is used for the supervised fine-tuning phase in Figure 4.

5. Data Set Description

Intentionally, for study purposes, we limited the modeling scope of DAASM to full power steady operational state. It is the common state in which NPP operates from one refueling to the next. However, in practice it is not possible for NPP systems to be in perfect steady state. Reactivity induced power perturbations, natural process fluctuations, sensor and controller noises, and so forth, are some of the evident causes for NPP parameter fluctuations and are responsible for steady state dynamics. Considering that the collected data set should be fairly representative of all possible steady state dynamics and noise, the selected sensors are sampled during different time spans of one complete operating cycle. The training data set consists of 6104 samples collected during the first two months of full power reactor operations after refueling cycle. Meanwhile 3260 and 2616 samples are reserved for validation and test data sets, respectively. Five test data sets are used for model’s performance evaluation. Each test data set consists of 4360 samples collected during eight-month period after refueling operation. In order to account for fault propagation phenomenon due to large signal groups, a sensor subset is selected for this study. An engineering sense selection based on physical proximity and functional correlation is used to define the sensor subset for this study. Thirteen transmitters, as listed in Table 1, are selected from various services in nuclear steam supply system of a real PWR type NPP. Figure 5 shows the spatial distribution of the selected sensors.

Starting from postrefueling full power startup, the data set covers approximately one year of selected sensors values. Selected sensors are sampled every 10 seconds for consecutive 12-hour time window. Figure 6 shows data plot from few selected sensors.

6. Model Training

NPP sensor’s data are divided into training, test, and validation set. Each sensor data set is scaled in 0.1 to 0.9 ranges by using lower and upper extremities corresponding to individual sensor. However, the values 0 and 1 are explicitly reserved for gross and saturation type sensor failures, respectively. Training data consists of 4320 samples from full power steady state reactor operation. Meanwhile test and validation data are used for sensor model optimization and performance evaluation, respectively. The training setup for DAASM employs two learning stages, an unsupervised learning phase and supervised training phase. DAE based greedy layerwise pretraining of each hidden layer, as described in Section 4, is performed using minibatches from training data set. Stochastic gradient descent based learning algorithm is employed as suggested in practical training recommendations by [30]. Finally, standard backpropagation algorithm is employed for supervised fine-tuning in fully stacked DAASM in Figure 4. Supervised training is performed using clean sensor input only. The model hyperparameters are set by random grid search method [31]. A summary of the training hyperparameters corresponding to optimum DAASM is shown in Table 2.

7. Invariance Test for Robustness

A layer by layer invariance study is conducted to test the robustness of fully trained DAASM against failed sensor states. Data corruption processes applied during pretraining are essentially meant to learn hidden layer mappings which are stable and invariant to faulty sensor conditions. The following invariance test, for successive hidden layers in final DAASM stack, can provide an insight into the effectiveness of data corruption processes exercised during denoising based pretraining phase. Invariance, for hidden layer mappings , is quantified through mean square error (MSE) between Euclidean () normalized hidden layer activation and against clean and faulty sensors, respectively. Invariance test samples are generated by corrupting randomly selected sensors in input set with varying level of offset failures 5%–50%. The MSE against each offset level is normalized across hidden layer dimension and number of test samples as shown in (13). Finally these MSE values are normalized with maximal MSE value as in (14). Normalized MSE curves for each successive hidden layer are plotted in Figure 7. ConsiderLayerwise MSE plots, in Figure 7, clearly show that invariance to faulty sensor conditions increases towards higher layers in the network hierarchy. In these plots, lower curves indicate higher level of invariance. To further investigate the effect of increasing invariance on reconstructed sensor values, a sensor model, corresponding to the level “” of each hidden layer, is assembled via encoder and decoder cascade. Robustness of these partial models is quantified through . Autosensitivity values (see Section 8.2) are calculated against varying offset failure levels. In Figure 8, layerwise increase in robustness confirms that increased invariance helps in improving overall model’s robustness.

8. DAASM versus K-AANN Performance Analysis

Here we will assess and compare the performance of DAASM with popular five-layer AANN model originally proposed by Kramer [8]. The K-AANN model is trained with same data set as used for DAASM and is regularized with Levenberg-Marquardt algorithm. Furthermore, to improve robustness, training with jitter heuristic is employed by introducing a noise of 10% magnitude on clean sensor input. The five-layer topology 13-17-9-17-13 is found to be optimum for K-AANN model. Both DAASM and K-AANN model are compared through accuracy, robustness, spillover, and fault detectability based performance metrics in the following subsections. All performance metrics are calculated against test data set, consisting of 4320 samples from postrefueling full power NPP operations. Performance metric values are reported.

8.1. Accuracy

Mean square error (MSE) of observed and model estimated sensor values, against fault free test data set, is used to quantify accuracy metric as follows:The MSE values of all sensors are normalized to their respective span and are presented as percent span in Figure 9. Being an error measure, the lower MSE values by DAASM signify its prediction accuracy.

8.2. Robustness

Robustness is quantified through autosensitivity as defined by [32, 33]. It is the measure of model’s ability to predict correct sensor values under missing or corrupted sensor states. The measure is averaged over an operating region defined by samples from test data set as follows:where and are indexes corresponding to sensors and their respective test samples. is the original sensor value without fault. is the model estimated sensor value against . is the drifted/faulted sensor value. is the model estimated sensor value against drifted value .

The autosensitivity metric lies in range. For autosensitivity value of one, the model predictions follow the fault with zero residuals; hence no fault can be detected. Smaller autosensitivity values are preferred, which essentially means decreased sensitivity towards small perturbations. Large autosensitivity values may lead to missed alarms due to underestimation of the fault size caused by small residual values. Compared to K-AANN model, in case of DAASM, a significant decrease in autosensitivity values for all sensors is observed. The plot in Figure 10 shows that DAASM is more robust to failed sensor inputs.

To further investigate robustness against large offset failures, both models are evaluated against offset failures in 5%–50% range. For each sensor, samples from test data are corrupted with specific offset level and corresponding autosensitivities are averaged over whole sensor set. Autosensitivity values less than 0.2 are considered as robust. The maximum autosensitivity value of 0.187 is observed in steam flow sensor. The plot in Figure 11 shows that average autosensitivity for both models increases with increasing level of offset failure. However, the autosensitivity curve for DAASM autosensitivity is well below the corresponding K-AANN curve.

8.3. Spillover

Depending upon the size and type of failure, a failed sensor input can cause discrepancy in estimated output for other sensors. The phenomenon is referred to in literature as “spillover effect” and is quantified through “cross-sensitivity” metric [32]. It quantifies the influence of faulty sensor on predictions of sensor as follows:where and indexes are used to refer to faulty and nonfaulty sensors, respectively. Meanwhile, is the index for corresponding test samples. is the cross-sensitivity of sensor with respect to drift in sensor. is the value of sensor without any fault. is the model estimated value of sensor against . is the drifted/faulted value of sensor. is the model estimated value of sensor against drifted value .

The highly distributed representation of the input in neural network based sensor models has pronounced effect on the cross-sensitivity performance. Cross-sensitivity metric value lies in range. High value of cross-sensitivity may set off false alarms in other sensors, provided the residual values overshoot the fault detectability threshold in other sensors. So, minimum cross-sensitivity value is desired for a robust model. The plot in Figure 12 shows that the cross-sensitivity for DAASM is reduced by a large factor as compared to K-AANN model.

The spillover effect, against particular level of offset failure in 5%–50% range, is averaged over all sensors as follows:The cross-sensitivity values , against offset failure level, are calculated using (18). Figure 13 shows the average cross-sensitivity plot for both models. Small cross-sensitivities are observed in DAASM which effectively avoided false alarms in other channels without relaxing the SPRT faulted mean value up to an offset failure of 35–40% in any channel. However, for the case of offset noise larger than 35%, SPRT mean needs to be relaxed to avoid false alarms and isolate the faulty sensor. However, Robustness of K-AANN model deteriorates significantly due to spillover effect beyond 15% offset failure.

Similarly, gross failure scenarios corresponding to two extremities of sensor range can cause severe Spillover effect. To study robustness against gross type failure scenario, a subset of input sensors is simultaneously failed with gross high or low value and average cross-sensitivity of remaining sensor set is calculated using relation (19). Plot in Figure 14 shows that average cross-sensitivity of K-AANN model increases drastically beyond 10% gross failure. However, DAASM resulted in a very nominal spillover, even in case of multiple sensor failure. The DAASM effectively managed simultaneous gross high or low failures in 25% of total sensor set as compared to 10% in case of K-AANN.

8.4. Fault Detectability

Fault detectability metric measures the smallest fault that can be detected by integrated sensor estimation and fault detection module as shown in Figure 1 [32]. The detectability metric is measured as percentage of sensor span , where value corresponds to minimum detectable fault. Minimum fault detectability limit, for each sensor, is quantified through statistical based sequential probability ratio test (SPRT) by Wald [34]. SPRT test is carried out to detect if the residual being generated from normal distribution or as defined for faulty and fault free sensor operations, respectively [35]. Calibration failures are reflected in the mean parameter of residual’s distribution. The SPRT procedure is applied to detect changes in the mean of residual’s distribution. The application of SPRT requires setting of following parameters value [36]:: normal mode residual mean.: normal mode residual variance.: expected offset in residual mean in abnormal mode.: false alarm probability.: missed alarm probability.Under normal mode, the residuals from observed and model estimated sensor values behave as a white Gaussian noise with mean . The residual variance is estimated for each sensor under normal operating conditions and remained fixed. The false alarm and missed alarm probabilities are set to be 0.001 and 0.01, respectively. In order to determine minimum fault detectability limit, a numerical procedure is opted which searches for minimum expected offset in the interval , provided the constraint on missed and false alarm rate holds. is the standard deviation corresponding to residual variance of particular sensor. The plot in Figure 15 shows the detectability metric for each sensor. The plot in Figure 15 shows that DAASM can detect faults which are two times smaller in magnitude than those detectable by K-AANN model.

Improvement in fault detectability metric for DAASM can be attributed to observed improvement in model robustness, as suggested by the following relation: The term measures the ratio of observed residual to actual sensor drift in terms of autosensitivity. For highly robust model, this ratio reduces to one which means residual reflects the actual drift and results in high fault detectability. Contrarily, ratio value close to zero means that the prediction is following the input and results in poor fault detectability.

8.4.1. SPRT Based Fault Detectability Test

Sequential probability ratio [34, 36] based fault hypothesis test is applied to residual sequence generated by relation at time , where and are the actual and model predicted sensor values, respectively. The SPRT procedure analyzes whether the residual sequence is more likely to be generated from a probability distribution that belongs to normal mode hypothesis or abnormal mode hypothesis by using likelihood ratio as follows:For fault free sensor values, the normal mode hypothesis is approximated by Gaussian distribution with mean and variance . Abnormal mode hypothesis is approximated with mean using the same variance . The SPRT index for the positive mean test is finally obtained by taking logarithm of the likelihood ratio in (21) as follows [35]:Pressurizer pressure sensor, sampled at a frequency of 10 seconds, is used as a test signal to validate the fault detectability performance. Two drift faults, at the rate of +0.01%/hour and −0.01%/hour, are introduced in the test signal for DAASM and K-AANN model’s assessment, respectively. The first and second plots in Figure 16 show drifted and estimated pressure signal from DAASM and K-AANN models, respectively. Third plot shows residual values generated by differencing the drifted and estimated signals from both models. The final plot shows SPRT index values against residuals from K-AANN model and DAASM. The hypotheses and correspond to positive and negative fault acceptance, respectively. From SPRT index plot, successful early detection of the sensor drift at 2200th sample, with lag of 6.11 hours since the drift inception, shows that DAASM is more sensitive to small drifts. On the other hand, SPRT index on K-AANN based sensor estimates registered the same drift at 3800th sample with a lag of almost 10.55 hours. The result shows that DAASM is more robust in terms of early fault detection with low false and missed alarm rates.

Finally, both models are tested against five test data sets. Each test set consists of 3630 samples corresponding to different months of full power reactor operation. Both models successfully detected an offset failure of 0.12–0.3 BARG in all steam pressure channels and a drift type failure up to 2.85% in steam generator level (Figure 22). The K-AANN model failed to register a very small drift up to 0.1% in steam flow (STM flow 1) channel. A small drift up to 0.1 BARG is detected in test set 5 of pressurizer pressure channel. However, in case of drift type sensor failures, fault detection lag for DAASM was on average 0.5 times smaller in comparison with K-AANN model. Plots in Figures 1721 show the estimated sensor values, from both models, on five test data sets of few selected channels.

9. Conclusion

This paper presented a neural network based denoised autoassociative sensor model (DAASM) for empirical sensor modeling. The proposed sensor model is trained to generate a monitoring system for sensor fault detection in nuclear power plants. Multilayer AANN based sensor models may result in suboptimal solutions due to poor regularization by traditional backpropagation based joint multilayer learning procedures. So a complementary deep learning approach, based on greedy layerwise unsupervised pretraining, is employed for effective regularization in the proposed multilayer DAASM. Autoencoder architecture is used for denoising based unsupervised pretraining and regularization of individual layers in the network hierarchy. To address robustness against perturbations in input sensors, data corruption processes exercised during unsupervised pretraining phase were based on prior knowledge about different failure scenarios. Results from invariance tests showed that the proposed data corruption schemes were beneficial in learning latent representations at hidden layers and were invariant to multiple levels of perturbation in input sensors. Consequently, these pretrained hidden layers worked as well regularized perturbation filters with increased invariance towards sensor faults. It is also observed that sensitivity against sensor faults decreased significantly towards higher layers in full DAASM assembly. In a practical context of sensor monitoring in nuclear power plants, the proposed model proved its robustness against gross type simultaneous sensor failures. It also showed significant improvement in all performance metrics when compared with popular and widely used five-layered AANN model by Kramer. Moreover, time lag in small drift’s detection is significantly reduced. The overall results suggest that greedy layerwise pretraining technique, in combination with domain specific corruption processes, provides a viable framework for effective regularization and robustness in such deep multilayered autoassociative sensor validation models.

Appendix

See Table 3.

Abbreviations

AANN:Autoassociative neural network
K-AANN:Kramer proposed Autoassociative neural network
DAASM:Denoised autoassociative sensor model
NPP:Nuclear power plant
PWR:Pressurized water reactor
:Autosensitivity
:Cross-sensitivity
DAE:Denoising autoencoder
:Observed sensor value
:Model predicted sensor value
:Corrupted sensor value
SPN:Salt-and-pepper noise
AGN:Additive Gaussian noise.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

The authors acknowledge the support of Mr. José Galindo Rodríguez affiliated to TECNATOM Inc., Spain, and Mr. Chad Painter (Director of Nuclear Power Plant Simulator Development and Training Program at International Atomic Energy Agency) for providing necessary tools and data to conduct this research.