Abstract

In recent years, the combustion furnace has been widely applied in many different fields of industrial technology, and the accurate detection of combustion states can effectively help operators adjust combustion strategies to improve combustion utilization and ensure safe operation. However, the combustion states inside the industrial furnace change according to the production needs, which further challenges the optimal set of model parameters. To effectively segment the flame pixels, a novel segmentation method for furnace flame using adaptive color model and hybrid-coded human learning optimization (AHcHLO) is proposed. A new adaptive color model with mixed variables (NACMM) is designed for adapting to different combustion states, and the AHcHLO is developed to search for the optimal parameters of NACMM. Then, the best NACMM with optimal parameters is adopted to segment the combustion flame image more precisely and effectively. Finally, the experiment results show that the developed AHcHLO obtains the best-known overall results so far on benchmark functions and the proposed NACMM outperforms state-of-the-art flame segmentation approaches, providing a high detection accuracy and a low false detection rate.

1. Introduction

Nowadays, combustion furnaces have been widely applied in different fields of industry [1], such as coal-fired power plants [2], steelmaking [3], waste incineration [4], and cement production [5]. Since the combustion flame is one of the most direct characteristics that reflect the combustion status inside the industrial furnace, the accurate detection of combustion flame can effectively help operators adjust combustion strategies to improve combustion utilization and ensure safe operation. Therefore, various approaches were developed and applied to measure the combustion flame inside the industrial furnace [68], such as spectral analysis technology [6], optical fiber sensor technology [7], and temperature sensor technology [8].

With the development of machine vision, image processing technology has been gradually applied to detect and segment the combustion flame [9] because it has a high detection accuracy for flame segmentation. Wang et al. [10] present a new flame segmentation color model based on HSI and backpropagation, which transforms the RGB color image captured by the CCD into the HSI color image, and then the BP neural network is adopted to effectively segment the characteristics of combustion flame. Celik et al. [11] propose a generic flame segmentation color model that combines foreground object information with color pixel statistics of combustion flame, in which the foreground information is extracted by using adaptive background subtraction algorithm and then verified by the statistical flame color model to determine whether the segmented foreground object is a flame candidate information or not. Zhang et al. [12] use the nonlinear partial least-squares colorimetry and Monte Carlo with iterative optimization to research the actual combustion status for obtaining a flame distribution. Chen et al. [13] present a new color space model based on scale invariant feature transform (SIFT), in which the SIFT algorithm is introduced to extract the feature descriptors of combustion flame for achieving better adaptability and robustness model. Wang et al. [14] develop a convolutional neural network approach based on adaptive pooling, which effectively avoids the blindness in the traditional feature extraction process and the learning of invalid features in the convolutional neural network, and the experiment results show that the developed approach has a higher segmentation rate. Qiu et al. [15] propose an unsupervised classification measurement approach based on the convolutional autoencoder, in which the principal component analysis (PCA) and the hidden Markov model (HMM) are adopted to monitor the combustion condition with the uniformly spaced flame image. Zhang et al. [16] propose a new adaptive color model with a double threshold to improve the segmentation efficiency and detection accuracy of the combustion flame. Hashemzadeh and Zademehdi [17] develop a robust color model by using K-medoids to reliably detect all candidate flame regions in a scene, which provides high detection accuracy and low false detection rate for flame recognition. Ye et al. [18] propose a new flame segmentation approach with wavelet analysis to detect smoke and flame simultaneously for color dynamic video sequences obtained. Bai et al. [19] use PCA and kernel support vector machine (KSVM) techniques to segment the combustion flame pixels, and the experimental results show that the PCA-KSVM model is feasible and effective in monitoring a combustion process. Han et al. [20] propose multicolor-based detection combining the RGB, HSI, and YUV color space which takes full advantage of the motion feature and color information of combustion flame.

As image segmentation contains multiple factors, it is difficult to obtain the best segmentation parameters by trial and error. Therefore, a variety of metaheuristic algorithms, such as particle swarm optimization [21], differential evolution [22], memetic algorithm [23], and genetic algorithm [24], have been adopted to search the optimal parameters for obtaining the best segmentation effect. However, the combustion states inside the industrial furnace, as well as the RGB components of combustion flame, change according to the production needs [25], which further challenges the optimal set of model parameters but is not considered in the previous works. To tackle this problem, the weight coefficients of RGB components and segmentation threshold are both considered as the variables to design the adaptive color model in this work. The segmentation threshold is the discrete number, which can be found out more efficiently by the binary-coding algorithm [16, 26]; the weight coefficients are continuous variables between 0 and 1, which are introduced to enhance the robustness of the model for combustion states. Thus, the objective function of the proposed adaptive color model is a hybrid-coding problem. The hybrid-coded human learning optimization (HcHLO) [27] is a novel and powerful framework for solving hybrid-coded problems, which achieved the so-far best-known results on a set of hybrid-coded benchmark problems. Therefore, this paper proposes a novel segmentation method for furnace flame using adaptive color model and hybrid-coded HLO, in which a new adaptive color model with mixed variables (NACMM) is presented to effectively segment the flame pixels of different combustion states, and an adaptive hybrid-coded human learning optimization (AHcHLO) is developed to find the best optimized parameters of NACMM for guaranteeing the best performance. Regarding this proposed NACMM, two objective functions are adopted as the evaluation index to evaluate the segmentation accuracy and reduce the structural risk.

The rest of the paper is organized as follows. Section 2 presents the proposed AHcHLO in detail. Section 3 describes the furnace flame segmentation based on the NACMM with AHcHLO. Section 4 gives the performance comparison of the proposed AHcHLO with other recent algorithms and the comparison results of the segmentation simulation of furnace flame. Finally, conclusions are drawn in Section 5.

2. Adaptive Hybrid-Coded Human Learning Optimization

The HLO [28] algorithm adopts the three learning operators, i.e., the random learning operator (RLO), the individual learning operator (ILO), and the social learning operator (SLO), to search for the optimal solution. Nowadays, HLO has been successfully used to solve the various types of optimization problems, such as furnace flame recognition [16], image segmentation [26], knapsack problems [29], engineering design problems [27, 30], optimal power flow calculation [31], extractive text summarization [32], financial markets forecasting [33], scheduling problems [34], and intelligent control [35]. To solve the mixed variables of NACMM more effectively, an adaptive strategy is developed to further enhance the search ability of AHcHLO.

2.1. Initialization

Like the standard HcHLO [27], the proposed AHcHLO adopts the binary-real mixed coding framework to represent the individual’s knowledge, in which continuous parameters are directly represented as real-coded variables, which are randomly initialized between the lower bound and upper bound, while the Boolean or discrete parameters are coded as a binary string, which is stochastically initialized with “0” or “1.” Thus, an individual of AHcHLO is represented as where denotes the i-th individual; Array(R) and Array(B) store the real-coded variables and the binary/discrete variables of solutions, respectively. N is the size of population, and Mr and Mb denote the lengths of the real-coded variables and binary strings, respectively. The whole dimension of solutions is M, and M = Mr + Mb. Initially, the elements of each individual in Array(R) and Array(B) are randomly initialized. After generating N individuals, an initial population is obtained as

2.2. Learning Operators
2.2.1. Random Learning Operator

Random learning [36] usually exists in human learning as there is no prior knowledge of problems at the beginning. With the progress of learning, the random learning strategy remains to keep the peculiar creativity of human beings. Inspired by the random learning strategy, the random learning operator (RLO) is used in AHcHLO, in which real-coding variables Rij are operated by (3) while the bits of binary strings are generated by (4).where and are the lower bound and upper bound of real-coded variable j; and are two independent random numbers between 0 and 1.

2.2.2. Individual Learning Operator

Individual learning [37] is an efficient learning strategy by adopting the obtained personal experience to avoid the same mistakes. To imitate the individual learning strategy, the personal best solutions are saved in the individual knowledge database (IKD) of AHcHLO, which is represented as where stands for the IKD of individual i, are the j-th real-coded/binary knowledge of p-th best solution of individual i, and T is the size of .

When AHcHLO runs the individual learning operator (ILO), the linear individual learning operator (IILO) is used to handle the real-coding knowledge in Array(ikiR) as (7), and the standard individual learning operator for HLO is adopted to deal with the bits in Array(ikiB) as (8).where is the linear individual learning factor and is a stochastic number between −1 and 1.

2.2.3. Social Learning Operator

Social learning [38] plays an important role in an integrated social environment because it allows humans to copy the best information in the population, and therefore it can greatly improve learning efficiency and effectiveness. To imitate the social learning strategy, the best knowledge of population is stored in the social knowledge data (SKD) as where denote the j-th real-coded/binary knowledge of q-th best solution in the SKD, and H is the size of SKD.

When AHcHLO performs the social learning operator (SLO) to generate new candidate solutions, the linear social learning operator (ISLO) is used to operate the continuous variables in Array(skR) as (10), and the standard social learning operator in HLO is adopted to deal with the bits in Array(skB) as (11).where stands for the linear social learning factor and is a random number between 0 and 1.

2.3. Adaptive Strategy

Obviously, the linear individual learning factor IL and the linear social learning factor SL are extremely important because they directly determine the learning abilities of IILO and ISLO, respectively. In the standard HcHLO, these two parameters, i.e., IL and SL, are both set as constants, and the recommended values are 1 and 2; that is, the individual always learns and solves problems with the same capability or level of proficiency, which is not true for real human learning. Qamar et al. [39] points out that the learning strategies of humans change as the quality of the sensory evidence varies, and Zimmerman and Martinez-Pons [40] indicate that both convergent and discriminative validity exist in the construct of human learning. Humans usually search for the best possible knowledge in a wide range as they lack prior knowledge of problems at the beginning [41], and they adjust and reduce their learning strategies to approach optimal knowledge based on the last learning result with the progress of learning [40]. As Scarbrough et al. [42] state, the adaptive learning strategy can effectively exploit the accumulated knowledge of human beings in situations that are uncertain and complicated. Inspired by these discoveries, the adaptive strategies for IL and SL are developed in AHcHLO to improve the search efficiency and solution quality of the algorithm, which is presented as where ILmin/SLmin and ILmax/SLmax are the minimum and maximum values of IL/SL, respectively; Ite and Itemax are the current iteration number and maximum iteration number of searches, respectively.

With the introduction of the adaptive IL and SL strategy, the proposed AHcHLO can efficiently explore the interesting solution areas more widely at the beginning of iterations, search for the optimal candidate solution in a more suitable range at the middle of the search process, and perform the accurate local search to find the optima at the end of generations. Therefore, the proposed AHcHLO can achieve a practically ideal trade-off between exploration and exploitation, and the optimization search ability of AHcHLO is significantly enhanced.

2.4. Updating of the IKD and the SKD

Since AHcHLO is designed for solving single-objective problems, the sizes of IKDs and SKD are both set to 1 as recommended in [43]. After a new population is generated, the fitness values of all individuals are calculated according to the predefined fitness function to update the IKDs. The new candidate replaces the original solution in the IKDs only if its fitness value is superior. Otherwise, the original solution in the current IKDs will remain. Similarly, the new candidate is saved to replace the current one in the SKD only if it has a better fitness value. Besides, the IKD is reinitialized to further enhance the diversity if it is not updated in 100 generations as [27].

2.5. Implementation of AHcHLO

In summary, AHcHLO uses three learning operators, i.e., the random learning operator (RLO), the adaptive individual learning operator (AILO), and the adaptive social learning operator (ASLO), to yield new candidates to search for the optimal solution, which can be summarized as where r is a random number from 0 to 1; , , and are the probabilities of running RLO, AILO, and ASLO, respectively.

The implementation of AHcHLO can be concluded as follows, and the pseudocode for AHcHLO is shown in Algorithm 1.Step 1: initialize the population randomly; set the control parameters of AHcHLO, which mainly includes the size of population, Itemax, pr, pi, ILmin, ILmax, SLmin and SLmaxStep 2: calculate the fitness values of all initial individuals and initialize the IKDs and SKDStep 3: perform RLO, AILO, and ASLO as (14) to generate new candidate solutionsStep 4: calculate the fitness values of all new candidate individualsStep 5: update the IKDs and SKD according to the updating rulesStep 6: calculate the linear individual learning factor IL and the linear social learning factor SL according to the developed adaptive strategies as (12) and (13)Step 7: if the termination conditions are met, output the best solution; otherwise go to Step 3

(1)Initialize population X
(2)Calculate Fitness Function
(3)Initialize the IKDs and SKD
(4)while the stop criterion is not satisfied do
(5)for i = 1 to N do
(6)  for j = 1 to M do
(7)   if (r ≥ 0 and r < pr) then
(8)    Generate Rij as equation (3) and Bij as equation (4)
(9)   else if (r ≥ pr and r < pi) then
(10)    Generate Rij as equation (7) and Bij as equation (8)
(11)   else if (r ≥ pi and r < 1) then
(12)    Generate Rij as equation (10) and Bij as equation (11)
(13)   end if
(14)  end for
(15) end for
(16)Calculate Fitness Function
(17)Update the IKDs and SKD
(18)Calculate IL and SL according to equations (12) and (13)
(19)end while

3. Furnace Flame Segmentation Based on the NACMM with AHcHLO

3.1. Basic Idea of NACMM

The color information is the most obvious characteristic of combustion flame, which can effectively reflect the flame temperature of different combustion states. The previous works [44, 45] point out that the flame temperature is related to the RGB gray values. When the temperature is relatively low, the R gray values are large while the G and B gray values are both small, and the flame color appears orange. With the temperature increasing, the G gray values gradually increase and the flame color becomes brighter. When the flame temperature further increases, the B gray values also increase and the flame color becomes pure white. The four flame images of different combustion states are shown in Figure 1; the flame temperatures in Figures 1(c) and 1(d) are greater than that in Figure 1(b), and the flame temperature in Figure 1(b) is greater than that in Figure 1(a). In the traditional flame segmentation algorithm, the average method is often used to preprocess the original image, which is shown as where represents the gray value of grayed image in the pixel position ; , , and are the RGB gray values of the original image in the pixel position , respectively; and , , and are the weight coefficients of RGB components, and .

The relationship between combustion states and RGB gray values is not considered in the previous works, which influences the segmentation accuracy of combustion flame. To better achieve the separation of flame pixels, the adaptive weight coefficients are considered in this work. Moreover, the five image graying methods, i.e., average method (), maximum method (selecting the maximum gray values of RGB components), weighted average method 1 , weighted average method 2 , and weighted average method 3 , are used to gray flame images I-IV for intuitively understanding these characteristics, which are shown in Figures 25 . By comparing the characteristics of flame images I-IV under different image graying methods, the following conclusions can be made:(1)Figure 2 clearly confirms that the maximum method obtains an ideal grayscale image because the gray values are the largest, the gray values are the second, and the gray values are the least. The maximum method is also the special case of the weighted average method; i.e., .(2)Figure 3 demonstrates that weighted average method 2 achieves the best grayscale image because the color of combustion flame becomes brighter. Meanwhile, compared with weighted average method 1, weighted average method 2 reduces the interference of external light.(3)Figure 4 explicitly proves that weighted average method 3 obtains the best grayscale image, which effectively reduces the interference of R gray values around the combustion flame. In particular, for the maximum method, Figure 4(b) does not benefit from the separation of flame pixels.(4)Figure 5 effectively confirms that the effects of grayscale image under the five methods are almost the same because the color of combustion flame is white; that is, the RGB gray values are all close to the maximum, and there is no color interference of external light.

3.2. New Adaptive Color Model with Mixed Variables

The above comparison results clearly show that the flame images of different combustion states prefer different image graying methods to obtain the best effect of grayscale images because of the change of RGB gray values of combustion flame. Specifically, the R gray values are very significant for discriminating between “flame” and “nonflame” regions when the temperature is relatively low, and the G and B gray values are more conducive to segmenting the flame pixels with the increase of the temperature. Therefore, a new adaptive color model with mixed variables (NACMM) is proposed for adapting to the different combustion states, in which the weight coefficients of RGB components, i.e., , , and , and segmentation threshold are simultaneously adjusted.

For a given flame image in NACMM, the corresponding grayed image is obtained by the adaptive weighted average method as (16), in which the median filtering method, i.e., (17), is adopted to effectively smooth the interference points and maintain the edge information of combustion flame because of the noise interference factors in the original image.where , , and are the weight coefficients of RGB components, and ; , , and are the RGB gray values of the filtered flame image in the pixel position , respectively; and is the size of filter window and is set to 5 in this work.

Then, the preset threshold variable is used to effectively segment the grayed image , and the flame/nonflame pixels are marked as white/black pixels, respectively, which is presented as where represents the processing result of the segmented flame image.

In NACMM, the preset weight coefficients , , and are continuous distribution optimization problems between 0 and 1, and the preset threshold variable is a discrete variable optimization problem between 0 and 255. The previous works [16, 26] prove that the binary-coding algorithm can calculate the segmentation threshold more efficiently; that is, the objective function of NACMM is a hybrid-coding problem.

3.3. The NACMM with AHcHLO

Then, the proposed AHcHLO is performed to search for the best values of the parameters , , , and . The objective function is calculated by the sample pixels to evaluate the quality of NACMM. Note that the NACMM optimized only by using still has a structural risk because of the limitation of the number of sample pixels. Specifically, the preset threshold within a certain range can achieve the separation of sample pixels, but the limit thresholds and cannot effectively separate the pixels on the edge of combustion flame. To effectively reduce this structural risk, the objective function is adopted to further optimize the preset threshold for obtaining better NACMM when the values of objective function are equal. Therefore, the best NACMM with optimal parameters , , , and is obtained through the evaluation of objective functions and .

3.3.1. Construction of Objective Function

The objective function is the proportion of the number of correctly classified sample pixels (flame and nonflame) to the total number of sample pixels, and the higher value of indicates better NACMM, which is given by where N1 and N2 are the number of correctly classified flame and nonflame sample pixels, respectively; M1 and M2 represent the total number of flame and nonflame sample pixels, respectively. The flame/nonflame pixels from the filtered flame image are extracted to construct the flame/nonflame sample pixels, respectively. As the sample pixels have a greater impact on the quality of NACMM, they are manually selected from different parts of the flame/nonflame regions. The examples of selected flame/nonflame sample pixels for flame image I are given in Figures 6(b) and 6(c), in which the size of each selected sample image is , the flame/nonflame sample images are selected 20 times, respectively, and therefore .

3.3.2. Construction of Objective Function

For the grayed image , the total intensity levels can be expressed as L lying in the range where and are the minimum and maximum gray intensity levels, respectively. Further, let the pixel number of L intensity level and all intensity levels be denoted as and , respectively. Because there are only two classes of pixels for the flame image, i.e., the nonflame pixels and the flame pixels, the flame pixels in can be efficiently segmented and extracted based on their gray intensity levels and the preset threshold variable ; that is, the nonflame pixels are from to , and the flame pixels are from to . Therefore, the objective function is calculated by the Otsu method as (20)–(23), and the higher value of indicates better NACMM.where denotes the class of pixels, ; that is, and are the classes of nonflame pixels and flame pixels, respectively; and represent the probability of mean and occurrence of class , respectively; and is the total mean of all classes.

In summary, the NACMM with AHcHLO is optimized by two objective functions for improving the segmentation accuracy and reducing the structural risk. Firstly, the flame/nonflame sample pixels are constructed from the flame image, and the segmentation threshold and the weight coefficients, i.e., , , , are initialized as binary strings and real-coded variables, respectively. On this basis, the filtered flame image is segmented based on the initialized parameters, and the corresponding objective function values are calculated. Then, the AHcHLO is used to generate new candidate parameters, and the corresponding candidate objective function value is calculated to evaluate the quality of NACMM. The new candidate is saved to replace the current one in the IKDs and SKD only if it has a better value of the objective function. Note that the corresponding objective function needs to be calculated and compared with if the value of objective function is equal to that of , which can further obtain better threshold for reducing the structural risk of NACMM. When the termination conditions are met, the optimal parameters , , , and are output to obtain the best NACMM. Finally, the best NACMM is adopted to segment the flame image, and the flame/nonflame pixels are marked as white/black pixels, respectively. The furnace flame segmentation based on the NACMM with AHcHLO is summarized in Figure 7.

4. Experimental Results and Discussion

In this section, the proposed AHcHLO was firstly used to solve the benchmark functions for evaluating its optimization ability. Then, the segmentation simulation for furnace flame based on the NACMM with AHcHLO was performed to verify its effectiveness and feasibility.

4.1. The Benchmark Functions

A total of 14 optimization problems with mixed variables [27] were adopted as the benchmark functions to evaluate the performance of the proposed AHcHLO, and the numerical results of AHcHLO were compared with the five recent optimization algorithms, i.e., hybrid-coded human learning optimization algorithm (HcHLO) [27], adaptive simplified human learning optimization algorithm (ASHLO) [43], improved adaptive human learning optimization algorithm (IAHLO) [30], scale-free particle swarm optimization (SFPSO) [46], and hybrid particle swarm optimization with adaptive learning (ALPSO) [47]. A set of fair parameters obtained by a simple trial-and-error procedure was adopted for AHcHLO, that is, pr = 0.1, pi = 0.85, ILmax = 2.0, ILmin = 0.2, SLmax = 3.0, and SLmin = 1.0. The population size and the maximal iteration number of AHcHLO were set as those recommended in [27]. For a fair comparison, HcHLO, ASHLO, IAHLO, SFPSO, and ALPSO used the recommended parameter values, and the maximal number of function calculations was the same as that of AHcHLO. Besides, if the gap between the found one and the theoretical optima is less than 10−6, the search will be terminated as suggested in [48]. All the cases ran 100 times independently.

Three indicators, i.e., the best value (Best), the mean best value (Mean), and the standard deviation (Std), are used to evaluate the performance of AHcHLO. The numerical results of all the cases are shown in Table 1, where the best numbers are in bold, and the lower values of results indicate better optimization ability. The paired Student’s t-test (t-test) and the Wilcoxon signed-rank test (-test) results are also listed in Table 1, in which “0” indicates that AHcHLO is comparable to the other algorithms, “1” and “−1” mean that the performance of AHcHLO is significantly better and worse than the other algorithms in the 95% confidence interval, respectively. Note that the t-test assumes Gaussian distribution while the -test does not. Therefore, the t-test is more reliable when the Gaussian distribution assumption is met while the -test would be more powerful when this assumption is violated [49]. For convenience, the results of the t-test and -test are summarized in Table 2.

Table 1 shows that the proposed AHcHLO obtains the best numerical results on 11 out of 14 functions. Besides, the summary results of the t-test in Table 2 indicate that the proposed AHcHLO surpasses ASHLO, IAHLO, SFPSO, and ALPSO on 8, 6, 8, and 8 out of 14 functions. Moreover, the -test results prove that the proposed AHcHLO significantly outperforms these compared algorithms on 9, 8, 8, and 9 out of 14 functions, respectively. Note that HcHLO has obtained the best-known overall results on this set of hybrid-coded benchmark functions before this work [27], in which the HcHLO significantly surpasses MA-MDE′, MDE′-IHS, MDE′-HJ, and MDE′-IHS-HJ on all the functions. Therefore, AHcHLO possesses the best-known overall results so far on this set of hybrid-coded benchmark functions because the developed adaptive strategy can further enhance the optimization search ability of AHcHLO. It is fair to claim that AHcHLO is a very promising optimization tool for hybrid-coded problems in scientific research and engineering applications and has an advantage over the studied segmentation model.

4.2. Segmentation Simulation for Furnace Flame

The proposed NACMM was adopted to identify the flame images of different combustion states, which was compared with the three recent methods, i.e., statistical color model (SCM) [11], ICA K-medoids-based color model (ICA-KCM) [17], and new conversion-based target-oriented color space model (NCTCSM) [21]. The comparison results of flame segmentation of original images I–XV are displayed in Figure 8, in which Figure 8(a) shows the original flame images I–XV and Figures 8(b)–8(e) indicate the segmentation effects of SCM, ICA-KCM, NCTCSM, and NACMM, respectively. Besides, for quantitative comparison, two evaluation metrics, i.e., detection accuracy (DA) and error rate (ER), were adopted to objectively evaluate the performance of all the methods. DA/ER is the proportion of the number of correctly/wrongly classified pixels (flame and nonflame) to the total number of pixels, respectively. Higher values of DA and lower values of ER indicate better accuracies. The comparison metrics of flame segmentation of original images I-XV are listed in Table 3, where the best results have been marked with boldface.

Figure 8 and Table 3 clearly show that the proposed method can effectively improve the detection accuracy and the segmentation effect of combustion flame. The characteristics of the NACMM as well as the other three recent methods can be concluded as follows:(1)From Figure 8(b), the segmentation effects of original images I, II, III, V, VIII, IX, X, XI, XII, XIII, XIV by using SCM are not ideal, which cannot effectively distinguish flame pixels and nonflame pixels. In particular, for the original images III, V, IX, X, XI, XII, XIII, XIV, the segmentation effect is poor and the numerical values of ER are large. Table 3 shows that the DAs of original images I–XV by using SCM are quite different and the numerical values of DA are 93.58%, 93.50%, 61.27%, 96.33%, 78.58%, 94.13%, 96.54%, 91.50%, 85.05%, 81.28%, 86.78%, 64.07%, 86.2%, 50.29%, and 87.75%, respectively, which points out that SCM cannot segment the flame image of different combustion status.(2)Figure 8(c) shows that the ICA-KCM has the same disadvantages of SCM, which cannot effectively segment the flame image of different combustion status, in which the segmentation effects of original images I, II, III, VII, X, XI, XIV by using ICA-KCM are also not ideal.(3)Figure 8(d) indicates that the segmentation effect and the detection accuracy of NCTCSM are better than those of SCM and ICA-KCM because it uses the PSO algorithm to optimize the color space model with nine variables, which can segment the flame pixels of different combustion states. However, this recognition model is relatively complicated; it is difficult to obtain a high-precision recognition model, which causes the values of DA of NCTCSM to be lower than those of NACMM.(4)Figure 8(e) points out that the proposed NACMM can effectively identify the flame image of different combustion statuses, which obtains the best segmentation effect and the highest detection accuracy of combustion flame. Specifically, the DA of original images I–XV are 97.15%, 95.00%, 93.94%, 97.99%, 98.34%, 98.81%, 98.43%, 97.13%, 99.54%, 94.31%, 96.49%, 97.88%, 97.06%, 95.56%, and 91.77%, respectively, which are better than those of SCM, ICA-KCM, and NCTCSM. The numerical values of DA for fifteen combustion flame images I–XV are greater than 90%, which proves that the proposed NACMM has good robustness. Besides, the results of the average values of ER and DA also demonstrate the superiority of NACMM, which obtains the best numerical results; that is, the values of ER and DA are 3.25% and 96.75%, respectively.

In conclusion, the segmentation effects of both SCM and ICA-KCM are not ideal because they do not have the objective function to adapt to different combustion states, and it is difficult for the NCTCSM to obtain a high-precision segmentation model because the optimized model parameters are complicated. Compared with SCM, ICA-KCM, and NCTCSM, the proposed NACMM can segment the flame image of different combustion statuses more effectively and accurately, which can obtain an ideal adaptive segmentation model for adapting to different combustion states.

5. Conclusions and Future Work

Designing and developing high detection accuracy technology for flame segmentation are crucial, which can effectively help operators adjust combustion strategies for improving combustion utilization. However, the combustion states, as well as the RGB components of combustion flame, inside the industrial furnace change according to the production needs, which is not considered in the previous works and further challenges the optimal set of model parameters. Therefore, a novel segmentation method for furnace flame using adaptive color model and hybrid-coded HLO is proposed to segment the flame pixels more accurately and effectively, in which the NACMM is designed for adapting to the flame image of different combustion states. As the objective function of NACMM is a hybrid-coding problem, the AHcHLO is developed to solve the optimized parameters of NACMM. Regarding this proposed NACMM, two objective functions are adopted as the evaluation index to evaluate the segmentation accuracy and reduce the structural risk. Firstly, AHcHLO is applied to solve the benchmark functions for evaluating its optimization ability, and the numerical results show that AHcHLO possesses the best-known overall results so far on these benchmark functions, which further ensures the parameter optimization of NACMM for guaranteeing the best effect. Then, the segmentation simulation demonstrates that the proposed NACMM outperforms state-of-the-art flame segmentation approaches in detection accuracy and segmentation effect for different combustion states.

The color model is extremely important for the segmentation effect of flame image, and the hue and saturation can also influence the segmentation effect of flame image. Therefore, the following research will focus on studying the advanced yet complicated color model with mixed variables to further improve the detection accuracy of combustion flame. However, considering that this color model contains more variables, it needs a more powerful HLO algorithm to obtain the best color model, which will be challenging for future work.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This work was supported by the National Natural Science Foundation of China under Grant nos. 61833011, 61633016, and 92067105; Key Project of Science and Technology Commission of Shanghai Municipality under Grant nos. 16010500300, 19510750300, and 19500712300; and 111 Project under Grant no. D18003.