Abstract

Rotary kiln is important equipment in heavy industries and its calcination process is the key impact to the product quality. Due to the difficulty in obtaining the accurate algebraic model of the calcination process, an intelligent modeling method based on ANFIS and clustering algorithms is studied. In the model, ANFIS is employed as the core structure, and aiming to improve both its performance in reduced computation and accuracy, a novel hybrid clustering algorithm is proposed by combining FCM and Subtractive methods. A quasi-random data set is then hired to test the new hybrid clustering algorithm and results indicate its superiority to FCM and Subtractive methods. Further, a set of data from the successful control activity of sophisticated workers in manufacturing field is used to train the model, and the model demonstrates its advantages in both fast convergence and more accuracy approaching.

1. Introduction

Calcination process is omnipresent in heavy industries worldwide, such as chemical industry, steel manufactory, and metallurgical industry. This process is significantly important for the final product quality because the calcination is where the product changed its form physically or chemically under certain temperature for a certain span of time. Featuring nonlinearity, long time delay, multivariables and their serious coupling, and a lot of control theories and modeling methodologies for rotary kiln have been studied in the past few decades [13].

Some researchers built up the algebraic models of rotary kiln by analyzing the gas flow, granular material flow, and heat transfer. The approaches they used were mainly based upon aerodynamics and mechanical structure [47]. However, for a specific production kiln, it is usually difficult to obtain the necessary parameters for the adequately accurate model, which is a bottleneck for them to be generalized in wider applications.

In the past decade, many researches have been carried out on the rotary kiln control based on intelligent and prediction techniques. For instance, expert system was proposed to control the kiln which improved the production outcome [7, 8]. Soft modeling methods based on neural network, support vector machines, and subspace method were used to predict the output index, the calcination temperature, and tail temperature of the kiln, respectively [911]. However, there are still many problems among those studies such as bulky computation and excessive restrictions, and also researches on the modeling for the calcination process of the kiln, which is the core factor for the product quality, are rarely reported.

ANFIS (Adaptive Network-based Fuzzy Inference System) as a model identification method has drawn much attention in different application fields recently [1214]. Compared with conventional techniques, it has the advantages of mapping all the inputs to the corresponding outputs based only on the available data and incorporating linguistic knowledge for problem solving and strong generalization capability.

In order to improve the computation efficiency and identifying ability of ANFIS, clustering algorithm is utilized to partition the data into clusters and generate appropriate number of fuzzy rules. Among many clusters, fuzzy C-means Clustering Method (FCM) [15] and Subtractive Clustering Method (Subclust) [16] are widely adopted. But each of them has its drawback. Subclust only yields the approximations for the actual cluster centers, whereas for FCM, the number of clusters has to be decided empirically and the algorithm is sensitive to randomly initiated membership grade. It means there is no enough guarantee to find the actual centers for the clusters by applying each of the two clustering methods. Overcoming these problems is significant because tiny deviation of the clustering centers leads to apparent difference in the identified model when the training data have high dimension and they are not so explicitly distinguished.

In this paper, ANFIS is employed as the core structure for the calcination control model with the input and output variables selected by analyzing the calcination reaction and the experience of sophisticated workers. As a premise procedure to modeling, a hybrid clustering algorithm combing FCM and Subclust is put forwards which gets over the weaknesses of FCM and Subclust and leads to more accuracy of the cluster centers.

The rest of this paper starts with an introduction to the industrial rotary kiln and its calcination process in Section 2. In Section 3, FCM and Subclust methods are introduced and then a novel hybrid clustering way of combining these two clustering algorithms is proposed and illustrated in detail. Section 4 presents ANFIS concisely which is adopted as a core modeling structure for the calcination process of the kiln in the next section. In Section 5, modeling is conducted with the method of ANFIS coupled with the new hybrid clustering algorithm, and the implementation results are discussed.

2. The Rotary Kiln and Calcination Process

The rotary kiln to be studied in this paper is composed of two cylinders, calciner, and drying part, which are connected by an inspection tower. It is actually gigantic equipment with length of 37 meters and a diameter of 2.5 meters, as seen in Figure 1. The kiln is installed with a slope of around 5° and it rotates around its axis. The drying part has similar length as the calciner, acting as a preheater for the inner material [17].

The material going through the kiln is lithopone, an inorganic compound, used as a white pigment. It is first fed into the elevated cold end, the right side of the drying part, and as the kiln rotates it moves along the declining inner bed due to gravity, towards the exit which is at the left side of calciner. During the long inner rolling, the material is first preheated in drying part, where the temperature is 150°C~200°C, and then goes into the calciner which includes an inner pot, as shown in Figure 2. The temperature around the pot is relatively higher, ranging between 600°C and 800°C under which the lithopone changes its decoloration capability (DC).

At the hot end (head) of the kiln, the left side of the calciner, diesel or petrol is sprayed and burned to generate the heat for the whole calcining and drying process. A thermal sensor is arranged there and the head temperature is normally maintained at about 1200°C to assure the heat is enough and stable. As a blower and an exhauster are working at the hot end and cold end, respectively, the air flows from the hot end to cold end, facing up to the material fluid, conveying the heat through the kiln, and at the same time taking away the water steam from the material.

Since there is no effective way to detect the output index (DC) directly which has to be measured offline and normally comes out 2 hours later after the lithopone comes out of the exit, the control largely depends on the experienced worker who empirically adjusts the calcination rotary speed according to the calcination temperature. In general, the worker increases the rotary speed if the temperature is high, and vice versa, to ensure the material inside is heated properly.

3. Data Clustering Algorithm

Data clustering is the prerequisite for training the ANFIS model and it decides the number of fuzzy rules in the model. There have been different clustering techniques proposed in other literatures [1518], among which FCM and Subclust are highly regarded and widely adopted.

In FCM, however, the group number has to be given as a premise and iterative process is time consuming. Randomly initialized belongingness matrix leads to uncertainty of the result as well. Also, as for Subclust, since taking data points as candidates, it does not always perform well for finding the optimal centers when the actual centers are not among the data points. For these drawbacks, the author is inspired to find a new clustering technique, aiming at improving not only the accuracy of the result but also the reduced bulk of calculation.

3.1. FCM Algorithm

Consider a set of data points in a -dimensional space, that is, is a vector of coordinates. Given the cluster number , FCM starts by initializing a membership grade matrix in random according to (1), indicating the belongingness of each data point to the initial centers. where is the degree of membership of th data point to th cluster center.

Then new centers are attained and is upgraded by the following equations, respectively:where is the th cluster center and is a weighting exponent.where is the Euclidean distance.

This procedure is carried out repeatedly until the cost function is below a certain tolerance value or no more improvement between the consecutive iterations is noticed. is defined by and is cost function for each cluster center, .

3.2. Subclust Algorithm

For the same collection of data points, Subclust begins with calculating the density value for each point by the following formula:where is the density value of th data point at the 1st round of calculation, and is a positive constant representing a neighborhood radius. After all the data points are computed, then the point with the highest density value is chosen as the first cluster center and its density value is referred to as . Afterwards the calculation goes into the 2nd round and each point’s density value is revised bywhere is the density value of th data point at the 2nd round of calculation and is also a positive constant defining a neighborhood which has measurable reduction in density value. Then the second point with the highest value is attained and if it satisfies some kind of criteria, then it is selected as the 2nd cluster center. This process repeats until the highest density value is less than a certain threshold. In general, at the th round of calculation, the equation for computing the density value is

3.3. A New Hybrid Clustering Algorithm Combining FCM and Subclust

A feasible hybrid way is to use the Subclust to obtain the implicit number of clusters and then employ FCM to find their exact centers [19]. But the improvement is rather limited and needs to be further developed. This paper proposes a new way of their combinations which greatly enhance both the computation efficiency and accuracy and it is illustrated in this section.

Considering the above set of data points, first Subclust is adopted to attain group centers , and then we use Gaussian function to define a distance grade matrix as follows:where represents the relationship between the distance of th data point and th cluster center, and is the standard deviation. According to (8), the data point close to a cluster center has a bigger distance grade value. is a key parameter that largely affects the distance grade value. A recommended choice is letting . Further ahead, we normalize each column of to be the initial membership grade matrix :and is initial belongingness of th data point to th cluster center.

The next part of the hybrid clustering algorithm is initializing FCM with . Since reflects the actual distance between each point and cluster center, that is, the initial centers are already close to the actual centers, therefore the bulk of computation time in FCM definitely decreases substantially. The holistic procedure of the new clustering algorithm uses the following steps.

Step 1. Normalize the data set in a -dimension space.

Step 2. Find the first cluster center and with (5) being used in the computational process.

Step 3. Revise each point’s density value with (6) and find other cluster centers by using the following criteria, supposing th cluster center has been obtained:(1)If and is a threshold for rejecting a point as a cluster center, go to Step 4.(2)If and specifies an accepting threshold for a new cluster center, accept as a new cluster center and repeat Step 3.(3)If , accept it as a new cluster center if it satisfies: and represents the shortest distance between and all the previous centers, otherwise reject it and choose the point with the next highest density value and retest according to the above three criteria.

Step 4. Based on the cluster centers found from the previous steps, calculate the distance grade matrix with (8) and then the initial membership grade matrix with (9).

Step 5. Start FCM by letting .

Step 6. Upgrade the cluster centers using (2).

Step 7. Calculate the cost function according to (4). End the clustering process if is below a certain tolerance value or the improvement over the previous iteration is less than a certain threshold.

Step 8. Upgrade the belongingness matrix with (3).

4. Adaptive Network-Based Inference System (ANFIS)

ANFIS is produced by Jang [20] and is based on a multilayer feedforward network structure. It has 5 layers with two kinds of nodes: square ones with parameters to be identified and circle ones with none. The directional links between nodes indicate the flow direction of signals.

Consider the system has inputs and one output and suppose each input has two fuzzy sets, as seen in Figure 3. The nodes of the same layers have the same function, as described below.

The 1st layer is composed of square nodes with the node function , where is the input to node and is a linguistic label representing a fuzzy set. is usually chosen among bell-shaped functions and its parameters are referred to as premise parameters.

Every node in the 2nd layer is a circle node with the label which multiplies all the incoming signals from the previous layer and sends the product out:and is the input set of th node from 1st layer. represents the firing strength for th rule.

The third layer has the same number of circle nodes as the second layer. Each node labeled calculates the ratio of its input firing strength to the sum of firing strengths in the previous layer:

Each node of 4th layer is a square node generating each rule’s output:and , are the set of parameters in this layer and are referred to as consequent parameters.

In the fifth layer, there is only one circle node with the label simply adding all the incoming signals together and producing the overall output :

The parameters of the network are identified by another hybrid learning procedure, forwards and backwards pass, and the least squares estimate (LSE) formulas and gradient descent method are employed, respectively, in each pass. More details can be found in [20] and applications of ANFIS can be found in [21, 22].

5. Implementation and Results

Having introduced the hybrid clustering algorithm and ANFIS and their mathematical foundations, this section turns back to study the modeling for the calcination process of industrial kiln. First a benchmark group of data is cited to test the three clustering techniques presented in Section 3, and the implementation for modeling is studied afterwards.

5.1. Comparison among Different Clustering Algorithms

A quasi-random two-dimensional data set is used as a benchmark problem to test the performance of the three clustering algorithms. The quasi-random data set is cited from Matlab Toolbox and it includes 140 two-dimension chaotic data points. Assuming there are 3 cluster centers to be found, the three algorithms are implemented individually and their performances are tested. Table 1 lists the value of related parameters in the implementation of the three algorithms.

Figure 4 shows the cluster centers attained by the three methods and it is noticed that the results of FCM and hybrid algorithm are more close to the actual centers. Actually, the root mean square error (RMSE) of Subclust turns out to be 14.7956 which is the highest one. Figure 5 shows the change of cost function over time of FCM and hybrid algorithm and it is evident that the convergence speed of hybrid algorithm prevails over FCM greatly. Table 2 compares the iteration number and RMSE between FCM and hybrid algorithm which also indicates the superior performance of the hybrid algorithm to FCM.

5.2. Calcination Process Modeling

The first question to be solved is the determination of the input and output variables for the control model. The method undertaken in this paper is to rely on the experience of the sophisticated workers and the analysis on the calcination mechanism inside the kiln. In practice, the worker regulates the calcination rotary speed (Hz) according to the calcination temperature T (°C), as seen in Figure 1, which provides important information that can be the only output and should be one of the input variables.

A further study at the inside calcination process manifests that the material changes its property to meet the quality requirement, that is, DC, mainly when it is going through the inner pot because the temperature there is much higher than other parts inside the kiln. This process normally takes 15 to 20 minutes depending on the rotary speed . Consequently, the calcination temperature and rotary speed in the previous time phase should also be considered into the input variables of the model, which matches the time-delay property of the calcination process. After testing different combinations of and in their previous time phases, a set of inputs is chosen as below:where is the time index and the time interval between the two successive time indexes is 5 minutes.

The model for the calcination process is then built up by adopting ANFIS coupled with the novel hybrid clustering algorithm proposed in Section 3. A group of 600 consecutive data points, coming from successful control of sophisticated workers, are chosen to train and test the model, among which 400 are used as training data and 200 are used as checking data. In the clustering stage, related parameters are selected as , , , , , and , which yields 11 rules for ANFIS. Figure 6 shows the outputs of the model after a training of 250 epochs and it is noticed that the model works satisfactorily on both the training data and checking data.

A further comparison is made between ANFIS with FCM clustering and ANFIS with the new hybrid algorithm. A longer training as 300 epochs is applied for ANFIS this time. During the process, the cost function on clustering phase and checking data error for ANFIS are checked, respectively, as seen in Figures 7 and 8. It can be seen that both the cost function and checking data error in the method of ANFIS with the new hybrid algorithm are smaller at each epoch and converge more quickly. Detailed performance for these two methods is listed in Table 3.

6. Conclusion

A novel hybrid clustering algorithm combining FCM with Subtractive Clustering Method is proposed and is proved to be more efficient with reduced computation and it leads to more accuracy for the clustering result. ANFIS is employed to establish the control model for the calcination process of industrial rotary kiln with a satisfactory outcome and it sets a role model for similar control situations in industrial field. Coupled with the new hybrid clustering algorithm, the performance of ANFIS improves greatly with reduced computation on clustering phase and approaches more accuracy to the original outputs. Furthermore, study can be focused on the issue of determining the number of time phases and the time interval in the input vector , since it is mainly decided empirically currently. Also, the effect from the drying part of the rotary kiln on modeling is neglected in this paper; the roles of drying temperature and drying rotary speed on the model are to be into consideration as well.

Competing Interests

The author declares that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This research is partially supported by National Natural Science Foundation of China (61403264), partially supported by Program of Cultivation for Outstanding Young Scholars and “Thousand, Hundred and Ten” Teacher Cultivation Program of Guangdong Province (ZX03240302), and partially supported by Program of Building Brand Major of High Vocational Education of Guangdong Province.