Abstract

Nonlinear system identification is becoming an important tool which can be used to improve control performance and achieve robust fault-tolerant behavior. Among the different nonlinear identification techniques, methods based on neural network model are gradually becoming established not only in the academia, but also in industrial application. An identification scheme of nonlinear systems for sintering furnace temperature in nuclear fuel fabrication using neural network autoregressive with exogenous inputs (NNARX) model investigated in this paper. The main contribution of this paper is to identify the appropriate model and structure to be applied in control temperature in the sintering process in nuclear fuel fabrication, that is, a nonlinear dynamical system. Satisfactory agreement between identified and experimental data is found with normalized sum square error 1 for heating step and for soaking step. That result shows the model successfully predict the evolution of the temperature in the furnace.

1. Introduction

Temperature controllers must set the temperature very accurately in order to meet the needs of technological processes. So, when we design a controller for an electric furnace, precision is extremely important. To provide an exact model of the furnace for this purpose, we identify the system from measured data. Many systems are not amenable to conventional modeling approaches due to the lack of precise, formal knowledge about the system, due to strongly nonlinear behavior, high degree uncertainty, or time-varying characteristics. Sintering furnace is a nonlinear dynamic system and control problems are challenging in the industry. Most dynamical systems can be better represented by nonlinear models, which are able to describe the global behavior of a system over the whole operating range. The behavior of most nonlinear dynamical systems has made the use of artificial neural networks (ANNs) for identification task. The application of ANNs to modeling and control nonlinear process has been intensively studied in recent years [1]. In addition, all numerous studies have shown that multilayer perceptrons (MLPs) neural network is very good choice for nonlinear system identification [2]. Basically there are four types of basic learning rules: Competitive Learning, Error Correction Learning, Hebbian Learning, and Boltzmann Learning [3]. Among all the training algorithms the most popular choice is Back Propagation (BP) which is followed by the error correction learning rule. The neural network autoregressive model with exogenous input has been used for the identification of temperature control, such as modeling greenhouse temperature [4], modeling and identification of heat exchanger [5], and thermal dynamic identification of a pulsating heat pipe [6], and for the other system identification applications which are shown in the literature [710].

In this paper, multilayer perceptron (MLP) neural network with nonlinear autoregressive with exogenous input (NNARX) is used to identify a sintering furnace temperature in nuclear fuel fabrication process. Section 2 explains the sintering furnace characteristic and method of data collection process. Identification of the sintering furnace temperature using neural network is explained in Section 3. Simulation results and discussion are presented in Section 4.

2. Sintering Furnace and Data Collection Methods

2.1. Sintering Furnace

Sintering is a heat treatment applied to a powder compact in order to impart strength and integrity. The temperature used for sintering is below the melting point of the major constituent of the powder metallurgy material. Control for the heating rate, time, temperature, and atmosphere is required for reproducible results.

The sintering process of uranium dioxide pellets was carried in a furnace with three steps, namely, constant heating rate, soaking temperature, and cooling steps. Heating rate, soaking temperature, and soaking time were adjusted as a needed while cooling stage is done naturally.

Experimental results are obtained from industrial heat-treating sintering furnace with pure hydrogen atmosphere. Figure 1 shows the embedded control loop in the sintering furnace. The input to the furnace is a three-position on-off control signal that switches the heating element to the main supply through an autotransformer. The output is the temperature feedback into the three-position on-off controller. The furnace has a maximum capacity of 50 kg of uranium dioxide pellets with a maximum temperature of 1800°C under the hydrogen atmosphere. In the maximum operating conditions a furnace will require the electrical power of about 80 KW. The heating rate in the furnace can be adjusted to a maximum of 350°C/h and sintering time can be adjusted as needed, and use conventional cooling method (water-jacket cooling system) [12].

2.2. Data Collection Methods

The interfacing of analytical measurement instrumentation to personal computers (PC) for the purpose of online data acquisition has now become standard practice in the modern laboratory. To eliminate the timing uncertainty from temperature measurements, a new data acquisition program has been implemented, specific for the furnace. As shown in Figure 2 the program running on the PC communicates with the controller. The control program is entered into the controller before the measurement starts. During measurement, the data acquisition system (DAQ) program polls the controller for the measured temperature and the current input signal. The control loop is not closed in the measurement setup. The controller simply directs the process and does not control it. Data collection was conducted during two cycles of the sintering process about 48 hours to obtain training and testing data set separately.

A total of 1600 data samples are taken from heating and sintering phase which describes the behavior of temperature in sintering furnace. The data set is then divided into two parts, 50 percent of the data set for training the neural networks and the rest of the validation objectives. Figure 3 shows the training and testing data set.

3. System Identification with NNARX Model

The identification system is the science of how to construct mathematical models of dynamic systems with observation of input and output data. The first step in the identification process has designed a suitable experiment which best brings out the acquired data containing maximum information regarding the process [13]. The collected data are subjected to some preprocessing technique in order to remove the effect of undesired noise and imperfections. Then, a set of candidate models is obtained. The next step is to verify the quality of the developed model. If the model meets the chosen criteria which reflect the intended use of the model, the model is accepted; otherwise, it is rejected and another model is created. This procedure is repeated until a satisfactory model is created.

Various methods have been developed in the literature for nonlinear system identification. These methods use a parameterized model. The parameters are updated to minimize an output identification error. A nonlinear dynamical system with input and output can be explained by the model as where is the output of the model, is the regression vector, and is the parameter vector. Depending on the choice of the regressors , for NARX (nonlinear autoregressive with exogenous inputs) model can be derived: where denotes the maximum lag of input and is the maximum lag of output. Figure 4 shows the representation of nonlinear systems for NARX models.

Neural networks can be classified as feed-forward and recurrent network. The two-layer feed-forward neural network with sigmoid activation function in the hidden layer and linear activation function in the output layer has the ability to estimate the nonlinear functions if the number of the neurons in the hidden layer is large enough. Figure 5 displays the feed-forward neural network used in this paper.

The input vector to the neural network is defined as The inputs , and are multiplied by weights and , respectively, and summed at each hidden node. Then the sum of the product of the weights and input at a node activated by a sigmoid function. Thus, the output in the linear output node can be calculated from its inputs as follows: where is the number of inputs, is the number of hidden neuron, is the first layer weight between the input and the th hidden neuron, is the first layer weight between the input and the th hidden neuron, is the second layer weight between th hidden neuron and output neuron, is a biased weight for the th hidden neuron, and is a biased weight for the output neuron. The difference between the output of the plant and the output of the model is called the prediction error: This error is used to adjust the weight and biases in the network via the minimization of the following function:

4. Result and Discussion

4.1. Model Order Selection

Empirical models for the description of physical phenomena can be obtained from open-loop or closed-loop plant data [13, 14]. There has been considerable interest in obtaining models from data collected under closed-loop operation [1518]. Closed-loop identification requires less monitoring of the plant, but it correlates the noise and input signal. Appropriate specification of the model order for system identification is required to represent the physical process adequately.

To establish a suitable NARX model order for a particular system, neural networks of increasing model order can be trained and their performances on the training data compared using the loss function. The function is expressed by the following equation: where is the data length. A model shows that a lower loss function (LF) is not necessarily the best choice because it is a trade-off between model complexity and accuracy. A small decrease in the loss function can be rejected if it is at the expense of enlarging the model size. Thus, the decision procedure is not enough to choose the model using loss function. The difficult trade-off between model accuracy and complexity can be clarified by using model parsimony indices from linear estimation theory, such as Aikeke’s Information Criterion (AIC), Bayesian Information Criterion (BIC), and Rissanen’s Minimum Description Length (MDL). Validation step is necessary so that it is possible to distinguish the model describing correctly the dynamic behavior of the process. The AIC, BIC, and MDL are defined as follows: where is the number of model parameters (weight in a neural network).

The process models are obtained by using trial and error method to the NARX model structure with delay operators () for the measurement and input . Table 1 shows that the structure of the NARX models with , , , and number of hidden neurons 15 has the lowest value of the loss function of the constant heating rate step, while that for soaking temperature step the NARX model structure with , , , and number of hidden neurons 5 has the lowest value of the loss function as shown in Table 2.

However, the structure is not necessarily the best option. Therefore, AIC, BIC, and MDL were calculated to support the selection of the most satisfying model structure for the system to be identified. Hence, the AIC, BIC, and MDL are a weighted function of the loss function which penalizes for a reduction in the prediction error at the expense of increasing model complexity (e.g., model order and number of parameters). However, in practice, engineering judgment may need to be carried out. In this case, the criteria AIC, BIC, and MDL give a clear indication of a particular model; the interpretation of the results of these criteria clearly provides further support for the above choice of a model structure demonstrated by the loss function.

4.2. Simulation Result

The identification process was performed using the model structures that have been previously selected for the constant heating rate and soaking temperature steps.

In order to train NARX neural network model the dataset has to be normalized. Normalization implies that all values from the dataset should take values in the range from 0 to 1. For that purpose the following formula would be used: where, is each data point, is the minima among all the data points, and is the maxima among all the data points in the dataset.

Figure 6 shows the difference between the experimental output and those simulated parameters of the NARX neural network model for constant heating rate step. Analyzing these figures, it appears that NARX models have acceptable performance because it is able to correctly identify the dynamics of the constant heating rate step in the furnace with normalized sum of square error 1.9e−03. Relatively large prediction errors at the initial stage of the process as shown in Figure 7 caused by the inertia properties of the furnace at the beginning of the heating step.

Figure 8 shows the difference between the experimental output and those simulated parameters of the NARX neural network model for soaking temperature step. Analyzing this figure, it emerges that the NARX model ensures satisfactory performances as it is indeed able to correctly identify the dynamics of the soaking temperature step in the furnace with normalized sum square error 6.3859e−08. Figure 9 shows the prediction error for soaking temperature step in the furnace. The main advantage of the proposed neural approach consists in the natural ability of neural networks in modeling nonlinear dynamics in a fast and simple way and in the possibility to address the process to be modeled as an input-output black box, with little or no mathematical information on the system.

In order to validate the identified model, it is necessary to evaluate the properties of the errors that affect the prediction of the outputs of the model, which can be defined as the differences between experimental and simulated time series. In general, the characteristics of the error are considered satisfactory when the error behaves as white noise; that is, it has a zero mean and the components are uncorrelated [19, 20]. In fact, if both these conditions are satisfied, it means that the identified model has captured the deterministic part of the system dynamics, which is, therefore, accurately modeled. To this aim, it is necessary to verify that the autocorrelation function of the normalized error , namely, , assumes the values 1 for and 0 elsewhere; in other words, it is required that the function behaves as an impulse. This autocorrelation is defined as follows [20, 21]: where is the model residual. is the expected value of ; is the lag. This condition is, of course, ideal and in practice it is sufficient to verify that must remain inside range , with being the number of testing data on which is calculated. Rankovic and Nikolic [8] proposed also tests for looking into the cross-correlation among model residuals and inputs. This cross-correlation is defined by the following equation:

To implement these tests, and are normalized to give a zero mean sequence of unit variance. The sampled cross-validation function between two such data sequences and is then calculated as

If (10) and (11) are satisfied then the model residuals are a random sequence and are not predictable from inputs and, hence, the model will be considered adequate. These correlations based tests are used here to validate the neural network model. The results are presented in Figure 10 to Figure 13 for the constant heating rate and soaking temperature steps, respectively. In these plots, the dash dot lines are the 95% confidence bands.

As shown in Figures 10 and 11, the autocorrelation of the NARX neural model for constant heating rate and soaking temperature steps, most points are inside the 95% confidence bands.

Figures 12 and 13 shows that the evolution of the cross-correlation of the NARX model, most points are within the 95% confidence band for constant heating rate and soaking step of the sintering process. In addition, the NARX cross-correlation is low. This explains the independence of the residual signal from the input one. Therefore, this model is considered a reliable one for describing the dynamic behavior of the process without any significant loss of accuracy appropriate to the complexity of the model. This validation phase is used with the neural weights found in the training phase. There is a good agreement between the learned neural model and the experiment in the validation phase.

5. Conclusion

This work aims to identify the process dynamics by means of an NARX model. The identification of the system dynamics by means of input-output experimental measurements provides a useful solution for the formulation of a reliable model. This paper aimed at identifying the dynamics of a process of sintering temperature in order to provide reliable predictions. The identification of the system was performed by means of the NARX approach implemented using a neural network. In this case, the results showed that the model is able to give satisfactory descriptions of the experimental data with normalized sum of square errors 1.9e−03 for constant heating rate step and 6.3859e−08 for soaking temperature step. Although the predictive capability of the models is limited to a few steps ahead and varies with the variable considered, the time for which satisfactory predictions were achieved is sufficient for the implementation of the NARX neural models control with offline learning using recorded data and can be improved by implementing an online learning method as well as other variables that affect the temperature of the furnace for more complex control schemes to improve the performance.

Conflict of Interests

The work presented in this paper was partly funded by the Ministry of Science and Technology of Indonesia and National Nuclear Agency of Indonesia. The authors would like to thank them for their support in this important work. The terms of this arrangement have been reviewed and approved by the University of Indonesia in accordance with its policy on objectivity in research.