Next Article in Journal
Detection of Mulberry Leaf Diseases in Natural Environments Based on Improved YOLOv8
Previous Article in Journal
Chemical Composition as the Indicator of Thermally Treated Pine (Pinus sylvestris L.) Wood Colour
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Prediction of Dielectric Loss Factor of Wood in Radio Frequency Heating and Drying Based on IPOA-BP Modeling

by
Jingying Gao
,
Wei Wang
* and
Zening Qu
College of Mechanical and Electrical Engineering, Northeast Forestry University, Harbin 150040, China
*
Author to whom correspondence should be addressed.
Forests 2024, 15(7), 1187; https://doi.org/10.3390/f15071187
Submission received: 12 June 2024 / Revised: 3 July 2024 / Accepted: 8 July 2024 / Published: 9 July 2024
(This article belongs to the Special Issue Mathematical Modeling in Wood Processing)

Abstract

:
In this paper, an Improved Pelican Optimization Algorithm (IPOA) was proposed to optimize a BP neural network model to predict the dielectric loss factor of wood in the RF heating and drying process. The neural network model was trained and optimized using MATLAB 2022b software, and the prediction results of the BP neural network with POA-BP and IPOA-BP models were compared. The results show that the IPOA-optimized BP neural network model is more accurate than the traditional BP neural network model. After the BP neural network model with IPOA optimization was used to predict the dielectric loss factor of wood, the value increased by 4.3%, the MAE decreased by 68%, and the RMSE decreased by 67%. The results provided by the study using the IPOA-BP model show that the prediction of the dielectric loss factor of wood under different macroscopic conditions in radio frequency heating and drying of wood can be realized without the need for highly costly and prolonged experimental studies.

1. Introduction

Radio frequency heating is an essential nontraditional technology for the high-quality dehydration and phytosanitation of wood products, and for the past decade or so, the radio frequency vacuum (RFV) drying of wood has become a valuable tool for drying high-quality wood, panels, and logs [1]. The dielectric loss factor of wood during RFV drying is a parameter that describes the ability of a material to transform and dissipate energy in an electric field. The efficiency of RF drying depends largely on the efficiency of RF heating. Because the drying process is mainly achieved by heating the water in the material to evaporate [2]. Therefore, when the dielectric loss factor is high, the RF heating efficiency is high, and the drying process will be faster and more efficient. Woods with high dielectric loss factors, such as poplar and pine, can effectively absorb and convert RF energy into thermal energy under the action of RF energy, thus realizing rapid and uniform drying effects. Wood with a high dielectric loss factor is able to absorb and convert RF energy into heat when exposed to RF energy, resulting in fast and uniform drying. On the contrary, wood with a low dielectric loss factor, such as birch and maple, has a relatively weak ability to absorb RF energy, which may lead to less than optimal drying results. Koumoutsakos et al. [3,4,5] showed that in the radio frequencies heating and drying process, the dielectric loss factor (ε″) is proportional to the heat energy delivered to the wood, which represents the dissipation of electromagnetic field energy, and a higher value of ε indicates that more electrical energy is converted into heat energy. The formula for converting electrical energy into heat is as follows:
P D = 2 π f ε ε 0 E 2 ( W / m 3 )
In Formula (1), PD is the power density (W/m), f is the frequency (MHz), ε 0 is the dielectric constant, and E is the dielectric field strength (V/M). PD directly determines the rate of heat production in the material and the amount of power entering the material. Macrophysical factors such as moisture content, temperature, texture direction, and density of the wood, as well as a variety of variables such as the electrochemical composition of the wood, work together to cause natural changes in the dielectric loss factor (ε″) while keeping other controllable conditions unchanged. This change will directly impact the behavior of the wood drying heating unit, thus limiting the maximum power that the wood can absorb during heating. Therefore, the dielectric loss factor (ε″) is an important parameter in designing and developing hardware for RF heating and drying logs and wood. In addition, the dielectric properties of wood and the spatial and temporal variations they produce result in a great deal of time and money in estimating the dielectric properties of wood. Consequently, establishing a robust test program to validly predict the dielectric loss factor of wood can optimize the RF heating drying process and improve drying efficiency and quality.
Past studies have shown a close relationship between dielectric properties and factors such as the properties of the wood under study and the applied field frequency [6]. Norimoto et al. [7] studied the dielectric loss factor of the wood chemical composition of different tree species as a function of frequency and temperature. Peyskens et al. [8] performed dielectric measurements of three softwood species (European pine, spruce, and hemlock) with different texture directions and moisture content at a frequency of 3 GHz. The results show that there was a positive correlation between water content and loss factor, and the longitudinal dielectric loss factor was significantly higher than the transverse dielectric loss factor. Meanwhile, the specific effects of wood water content and grain direction on the dielectric loss factor also depended on the species of wood. Many scholars have also concluded in the study of wood RF heating that the dielectric loss factor is closely related to the change in wood average moisture content and fiber saturation point.
Currently, the value of the dielectric loss factor (ε″) has been modeled using the effect of wood chemistry with the macroscopic physical properties of the wood. Avramidis et al. [9] established an artificial neural network capable of predicting the dielectric loss factor of wood through the function of ambient electrothermal conditions and introductory wood chemistry. Iliadis et al. [10] then applied hybrid soft computing techniques to predict wood loss factors and developed an innovative fuzzy logic method to evaluate experimental data from two different wood species to determine the optimal model. However, the current research on the prediction of the dielectric loss factor value of wood rarely involves the dielectric loss factor (ε″) model under different macroscopic physical characteristics, and the choice of tree species is comparatively straightforward.
Given this, in order to better investigate the influence of different relative humidity, water content, temperature, frequency, tree species, texture direction, and density on the dielectric loss factor (ε″), we selected four representative tree species of Douglas fir, Sitka spruce, western hemlock, and western red cedar. These four species are important conifer species on the West Coast, and conifers have great potential economic value as an abundant natural resource. The study of dielectric loss factors can help evaluate the economic value of conifers as dielectric materials and provide strong support for the development of related industries. The traditional measurement of dielectric loss factor usually requires complicated experimental equipment and complicated experimental steps, which are not only time-consuming and laborious but also costly. By using a machine learning model to predict the dielectric loss factor of wood, the experimental measurement can be eliminated, and the prediction results can be obtained quickly, thus saving a lot of time and cost. Improved Pelican Optimization algorithm (IPOA) is used to optimize the weight and threshold of the BP network to achieve a more accurate prediction of the wood dielectric loss factor. The dielectric loss factor of wood is one of the important parameters of the electrical properties of wood, and it has an important effect on the behavior of wood in electromagnetic fields. The prediction model is helpful to further understand the dielectric properties of wood under various environmental conditions and different physical characteristics, aiming at optimizing the design and development of the wood RF heating process, as well as providing references for wood processing and utilization.

2. The IPO-BP Neural Network Prediction Model

2.1. BP Neural Network Model

The learning process of the BP (Back Propagation) neural network consists of two processes: forward propagation of information and backpropagation of errors [11]. During the forward pass, information travels from the input layer to the hidden layer and ultimately reaches the output layer. If, upon comparison with experimental data, the actual output does not align with the expected output, the error signal triggers the backpropagation stage. Errors pass through the output layer, the weights of each layer are corrected according to the error gradient descent method, and the hidden layer and input layer are propagated backward layer by layer [12].
Neural network predictive modeling is a powerful tool that learns and automatically extracts features from large amounts of data by simulating the way neurons in the human brain connect and interact with each other to classify, predict, or generate new data. Such models have a wide range of applications in several fields, such as in biomaterials [13] and in evaluating the mechanical properties of wood [14], demonstrating their unique advantages. A significant disadvantage of the BP neural network is its tendency to get trapped in local minima, preventing it from achieving a globally optimal solution. Additionally, excessive training iterations can significantly decrease learning efficiency and hinder the convergence speed, making the optimization process less effective.
This paper used the machine learning toolbox of MATLAB (2022b) to build a BP model to predict the dielectric loss factors of 4 different tree species. A wood dielectric loss factor prediction model was established with temperature, relative humidity, moisture content, texture direction, frequency, density, species of heated wood, and tree species as input nodes. The model performance is shown in Figure 1:

2.2. Pelican Optimization Algorithm

In wood treatment processes, such as RF heating processes, there may be multiple critical parameters that affect wood properties. Pelican Optimization Algorithms (POA) can be used for data analysis to improve efficiency and accuracy. The POA is selected to optimize the BP neural network model because the POA’s global search capability, adaptive adjustment mechanism, and effectiveness in dealing with complex nonlinear problems enable it to intelligently guide the weight update of the neural network and effectively avoid local optimization, thus showing significant advantages in improving training efficiency and final accuracy. The POA is a heuristic algorithm proposed by Pavel Trojovsky and Mohammad Dehghani [15] in 2022 that simulates the natural behaviors and strategies displayed by pelicans during attack and hunting. This unique hunting method consists of two stages: approaching the prey and surface flight.

2.2.1. Prey Approach Phase

In the first stage, the pelicans identify their prey’s location and then move towards the target area. By modeling this pelican search strategy, we efficiently scanned the search space and leveraged the POA’s search capabilities to explore different regions in the search space. The above concepts and the mathematical model of pelicans moving towards prey position are detailed in Formula (2).
x i , j P 1 = x i , j + rand p j I · x i , j , F p < F i ; x i , j + rand · x i , j p j , else ,
In phase 1, X i , j P 1 represents the new state of the i th pelican in dimension j, which is determined by the random parameter I, where the value of I can be 1 or 2. p j represents the position of the prey in dimension j, and F p is the objective function value of the prey. The parameter I is chosen at random for each iteration and for each Pelican member. When the value of I is equal to 2, it prompts the pelican members to make a larger shift, leading them to explore newer areas of the search space that have not yet been visited.
In the POA, if the objective function of a location is worth improving, then the new location of the pelican is determined. This update is an efficient update because it ensures the algorithm does not fall into a nonoptimal region. The whole updating process is modeled by Formula (3). In this formula, X i P 1 is the new position of the i th pelican, and F i P 1 is based on the objective function value of the first stage.
X i = X i P 1 , F i P 1 < F i ; X i , else ,

2.2.2. Surface Flight Stage

In the second stage, once the pelicans reach the surface, they spread their wings to lift the fish from the water into the air and eventually collect their prey in throat bags. This unique hunting strategy allows the pelicans to catch more fish in their attack area. By mathematically modeling this behavior of pelicans, the proposed POA can be ensured to converge to a better solution for the hunting area. This behavior of pelicans during hunting is mathematically simulated by Formula (4).
x i , j P 2 = x i , j + R · 1 t T · 2 · rand 1 · x i , j ,
In phase 2, X i , j P 1 represents the new state of the i th pelican in dimension j. R is a constant whose value is set to 0.2. R·(1 − t/T) defines the neighborhood radius, where t is the current iteration counter, and T is the maximum number of iterations. This expression represents the range of neighborhoods where a local search is performed near each member in the expectation of convergence to a better solution.
At the same time, in the current iteration stage, the algorithm can be effectively updated and accept or reject the new population location according to specific criteria, as shown in Formula (5). In this formula, X i P 2 is the new position of the i th pelican, and F i P 2 is based on the objective function value of the first stage.
X i = X i P 2 , F i P 2 < F i ; X i , else ,
However, the POA has some significant drawbacks. First of all, it uses an entirely random method to generate the starting population, which often results in uneven distribution of the initial population, lack of necessary population diversity, and limited spatial location for optimization, thus affecting the algorithm’s convergence rate [16]. Secondly, the POA tends to choose the location with the best fitness value in each iteration, which makes the algorithm easily fall into the local optimal region and reduces the accuracy of optimization. In addition, the global exploration ability of the POA is relatively general in the early stage of the algorithm, and the local development ability is weak in the later stage, which also increases the risk of the algorithm falling into the local optimal.

2.3. Improved Pelican Optimization Algorithm

Although there are differences between wood varieties, their structures usually have certain commonalities at the macrolevel, such as fiber arrangement, cell structure, and pore distribution. These commonalities make it possible for certain structure-based properties, such as dielectric loss factors, to exhibit similar patterns across wood species. The Pelican Optimization Algorithm itself does not directly consider the structural characteristics of wood. However, by selecting the appropriate input characteristics and constructing the appropriate prediction model, the structural characteristics of wood can be reflected, such as wood density, moisture content, texture direction, etc., so as to indirectly consider the influence of wood structural characteristics on dielectric loss factor. In the prediction model, the weights of different input features reflect the degree of their influence on the dielectric loss factor. Therefore, the Pelican Optimization Algorithm needs to be improved in order to reflect the effect of the structural characteristics of wood on the dielectric loss factor more accurately.

2.3.1. Logistic Chaos Mapping

In the swarm intelligence optimization algorithm, population initialization is a significant part, which affects the convergence speed of the algorithm, the coverage of the search space, and the quality of the final optimization results [17]. The traditional random initialization method can easily lead to the individual distribution of the population needing to be more concentrated or dispersed, thus affecting the algorithm’s overall performance. To overcome these shortcomings, we introduced the logistic mapping method for population initialization [18]. The calculation formula is as follows:
X t = α · X t · ( 1 X t )
X t is used to represent the location of individuals in the current population, while α is a random number. After many experiments, we determined that the optimal value of α is 4, so we set α = 4 here. By introducing logistic mapping into the population initialization process, we can effectively prevent the population from being too concentrated or too dispersed while ensuring that each individual has enough space to explore. In addition, the randomness and unpredictability of Logistic mapping can fully guarantee the diversity and independence of individuals so the algorithm can avoid getting stuck in a locally optimal solution.

2.3.2. Reverse Differential Evolution Mechanism

A strategy of differential evolution learning based on reverse learning is proposed to balance the accuracy of global search and convergence. Reverse learning refers to dividing the solution space of a problem into two opposite subspaces, namely “forward solution” and “reverse solution”, and expanding the search space through the reverse population to increase the diversity and exploration of the algorithm [19].
The formula for calculating the reverse solution is
O _ X i = l b i + u b i X i
O _ X i is the inverse solution on the th dimension, l b i is the lower bound on the th dimension i, and u b i is the upper bound on the th dimension i. X i is the initial solution of the th dimension i, i = 1, 2, 3 … D. Merge the random population and the reverse population to obtain a new population X _ new :
X _ new = O _ X X
We first obtain high-quality populations by applying the reverse learning strategy [20]. Then, in order to further enhance the diversity of the population, we adopted the differential evolution algorithm (DE). The core of the differential evolution algorithm is to explore the search space and finally find the optimal solution to the problem by iterating through the cross, variation, and selection operations in the solution space [21]. The formula of the mutation operator is as follows:
v i t = X _ new r 1 t + m ( X _ new r 2 t X _ new r 3 t )
v is the variation solution, m is the ratio column of variation because it is a random number between [0,1], t is the number of iterations, and r1,r2,r3 are different numbers representing different pelicans. The crossover operator is an important operation in the differential evolution algorithm, which can increase the diversity of the population after mutation operation for individuals in the population. The formula is as follows:
u i , j t = v i , j t ,   if   rand   p X _ new i , j t ,   otherwise
In Formula (10), u is the crossover solution, p is the crossover probability, p = 0.5, and j is the population individual (j = 1, 2, 3 … 2N). Finally, Formula (11) is used to carry out the greedy selection mechanism and select the optimal N individuals.
X _ new i t + 1 = u i t ,   if   f ( u i t ) f ( X _ new i t ) X _ new i t ,   otherwise

2.3.3. Firefly Algorithm Disturbance

In order to improve the algorithm’s exploration ability in local search and prevent solutions from falling into local optimality, we introduced the firefly disturbance strategy. This strategy helps to find better solutions by increasing the diversity of algorithms. In the firefly algorithm, each firefly position represents a potential solution, and the firefly disturbance simulates the behavior of the firefly position change to try to jump out of the current local optimal solution and search in the direction that may be better [22]. This strategy enables the algorithm to explore the search space more comprehensively and then increases the probability of finding the global optimal solution. The specific perturbation formula is as follows:
F _ x = X + β X Best _ X + 0.2 θ
β = 2 e ( 2 X Best _ X u b l b D )
In the perturbation formula, θ is a random number between 1 2 , 1 2 . F _ x is the position after the perturbation to the pelican population, X is the current position, and Best _ X is the current optimal solution.

2.4. IPOA-BP Model

Pelican Optimization Algorithm (POA) simulates pelican predation behavior to find the best solution. In the algorithm, the multidimensional information of pelican predation is used as the search node. The fitness of predation is analogous to the solution of the objective function. The predation process corresponds to the optimization process’s iteration and optimal solution search process. However, the original POA quickly falls into local optimal after updating the optimal position of the population, and it faces the challenges of slow convergence and low accuracy. To overcome these limitations, we implemented several improvements.
First, Logistic chaotic mapping is introduced, and random sequences are incorporated to enhance the accuracy and convergence speed of the POA. The ergodicity of chaotic mapping brings diversity to the initial pelican population, improving the algorithm’s broad area search ability. Secondly, in order to overcome the problem of premature convergence and slow convergence of the differential evolution algorithm (DE), we adopt the reverse differential evolution algorithm (DE), introduce the concept of reverse learning (OBL) into DE, and optimize the convergence rate of the algorithm by the concept of reverse number. Finally, we implemented the firefly disturbance strategy, that is, after the individual position of each generation of pelicans is updated, the firefly algorithm is used to randomly disturb the position of the current optimal solution to update its location so as to give the algorithm the ability to jump out of the local optimal and further improve the search efficiency.
The core idea of optimizing the BP neural network by Improved Pelican Optimization Algorithm (IPOA) is to treat the weights and thresholds of the BP neural network as the location information of the pelican and dynamically optimize these parameters through the IPOA until the global optimal location is found, thus significantly improving the prediction ability and efficiency of BP neural network. In this way, we can obtain more stable and accurate prediction results.
Figure 2 shows the flow chart of the BP model improved by IPOA. First, in order to build the initial neural network, the data need to be normalized to achieve the division of the data layers. Then, the improved BP model of IPOA is used to initialize the operation parameters. On this basis, the chaotic sequence generated by Logistic chaotic mapping is used to set the initial location of the pelican population. Next, the exploration and discovery phases of pelican populations are performed according to specific formulas. When the worst-placed individuals in the population are identified through the reverse differential evolution strategy, they are updated.
In order to further improve the searching ability, we introduce a firefly disturbance mechanism to carry out random disturbance to the current optimal solution. Finally, (w) and (b) are determined by assessing each individual’s fitness. If the individual fitness of a generation cannot be further optimized, the system checks whether the maximum number of iterations has been achieved. When the number of iterations and fitness are optimal, the neural network’s hidden layer weight is calculated.

3. Experimental Analysis

3.1. Data Collection

The data presented in this study are available in Drying Technology at 10.1080/07373937.2015.1072719. These data were derived from the following resources, which are available in the public domain: http://dx.doi.org/10.1080/07373937.2015.1072719.
Based on the experimental research data of Avramidis [1], the dielectric properties of four kinds of wood (Douglas fir, Sika spruce, western hemlock, and western red cedar) at low radio frequency are intensely discussed in this paper. In this study, samples were carefully cut into 37 mm in diameter and 5 mm thick circular specimens covering three tree species (Douglas, spruce, and hemlock), two wood regions (sapwood and heartwood), two grain directions (radial and longitudinal), and two different grain directions for western red cedar heartwood.
In order to ensure the accuracy of the experiment, the surface of the sample is evenly coated with conductive nickel paint to eliminate surface electrochemical differences. The samples were then subjected to up to 72 h of conditioning and reached equilibrium at constant temperatures of 45 °C, 25 °C, and 70 °C, as well as in conditioning chambers with 57%, 77%, and 87% relative humidity. At relative humidities of 57 percent and 77 percent, the researchers performed repeated dielectric property measurements at 0.1, 1, and 10 MHz, respectively, for each sample. As the moisture content of the sample increased, the measurement frequency was adjusted to 0.5 MHz, 1 MHz, and 10 MHz at a relative humidity of up to 87%.
Table 1 details the average values of all dielectric loss factors (ε″) after 50 repeated measurements of the sample at three different combinations of relative humidity and temperature (nine environmental conditions in total).
In this study, the BP neural network model is optimized by using the Improved Pelican Optimization Algorithm to achieve an accurate prediction of the dielectric loss factor. We use the MATLAB (2022b) software platform to train the model and optimize the parameters. In the whole process of the experiment, we scientifically divided the collected 378 sets of experimental data, among which 265 sets of data were used as training sets for the learning and adaptation of the model, and the remaining 113 sets of data were used as test sets to evaluate the generalization ability and prediction accuracy of the model on unknown data. We expect to construct an efficient and accurate dielectric loss factor prediction model through this rigorous data processing and model training method.

3.2. Data Preprocessing

In order to optimize the network architecture and parameter configuration, we adopt the trial-and-error method as the solution strategy [23]. During this process, thousands of experimental tests were performed on various BP (backpropagation) neural network structures, parameter Settings, and data sets using MATLAB software. We continue these tests until the error between the measured value and the model prediction is within an acceptable threshold range. After a series of repeated attempts and adjustments, it was finally determined that the number of nodes in the hidden layer of the BP network model should be 5, and the mean square error of the model under this configuration was the best and reached the minimum value.
The sample data and the timeline must correspond precisely to ensure the accuracy and validity of the data. In view of the problem of uneven dimensionality of sample data, we need to normalize the sample data, so as to eliminate the dimensional differences between different indicators so that indicators of different units of magnitude can be compared and weighted under the same scale [24]. This is performed to ensure that the IPOA-BP model has the best generalization potential and performance. The normalization processing formula is shown in Formula (14).
X n o r m = X X m i n X m a x X m i n
In the formula, Xnorm is the normalized data, X is the original data, and Xmax and Xmin are the maximum and minimum values of the original data set, respectively.

3.3. Model Parameter Setting

In this paper, transit is used as the transfer function for all nodes of the hidden layer, and Purelin is used as the linear transfer function for all output layer nodes. The mathematical expression of the tansig function is shown in Formula (15), which is designed to meet the model’s specific requirements for data processing and output.
tan sig ( x ) = 2 1 + e 2 x 1
In this paper, we choose the trainlm() training function with the fastest convergence speed to construct the BP neural network simulation prediction model. We set the learning rate (lr) to 0.01, the target accuracy to 0.00001, and the maximum number of training iterations to 500 to ensure that the model can efficiently and accurately complete the training process.

4. Result and Discussion

4.1. Comparative Analysis of Model Performance

The error rate can judge the accuracy of the model. Common regression evaluation indexes include mean absolute error (MAE), mean square error (MSE), root mean square error (RMSE), and goodness of fit (R2), where RMSE is the square root of the MSE and is of the same order of magnitude as the true value. The MSE and the RMSE are essentially the same, but the RMSE is used to provide a better description of the data. Therefore, this paper only adopts RMSE as the evaluation index. RMSE is the square root of the ratio of the squared deviation of the predicted value to the true value of the number of observations. It can be used to measure the degree of dispersion of a set of numbers and better reflect the actual situation of the prediction value error. RMSE ∈[0,+∞); RMSE equals 0 when the predicted value is exactly the same as the true value; that is, the model is perfect, and the error is larger. R2 represents the degree of precision with which the model fits the data. Generally, R2 varies from 0 to 1. The nearer the value is to 1, the better the fit is and the more effective the fit is, and conversely, the worse the fit is. In order to minimize the controversy, the average value of the IPOA-BP model run for five times is taken as the final result. As shown in Table 2 below, the RMSE value of the IPOA-BP model used for dielectric loss factor prediction is much smaller than that of the BP model, indicating that the optimized model has a good effect.
From Table 2, the RMES values for the training and test sets of the IPOA-BP model are 1.4693 and 0.71495, and the MAE values are 0.56362 and 0.4104, respectively. In addition, the R2 of training and test sets are 0.95728 and 0.918, respectively. The results show that the measured results are in good agreement with the model predictions. Compared with the POA-BP and BP models, the IPOA-BP model training set data RMSE decreased by 67% and 93%, and the MAE decreased by 68% and 70%. This indicates that the optimization effect of the IPOA-BP model is noticeable, and the prediction effect of the IPOA-BP model is better than the other two models in all cases.
Figure 3 shows the convergence curves of the adaptations of the IPOA-BP model and the POA-BP model. As can be seen from Figure 3, setting the maximum number of model iterations to 1000, the IPOA-BP model reaches the optimum in the 22nd generation, while the POA-BP model reaches the optimum in the 27th generation. In addition, the adaptation degree value of the IPOA-BP model is always smaller than that of the POA-BP model, proving that the IPOA-BP model is better than the POA-BP model in terms of convergence speed and accuracy.
The improvement of evaluation indexes such as MAE and MSE can be translated into many practical benefits in RF heating technology, including improving prediction accuracy, improving energy utilization efficiency, and improving product quality. The realization of these benefits depends on accurate predictive models and optimized heating strategies, which together work on the RF heating process to drive continuous improvements in production efficiency and product quality. Based on more accurate prediction results, parameters such as the power and time of RF heating can be adjusted to make the heating process more accurate and efficient. For example, in wood processing, the heating power can be precisely controlled according to the real-time moisture content and temperature of the wood, avoiding overheating or underheating.

4.2. Performance Analysis in CEC Tests

The test results of CEC2005 have been widely recognized and can be used as a standard for evaluating the performance of high-authority optimization algorithms [25]. In order to objectively assess the effectiveness of the metaheuristic algorithms and to verify the practicality of the IPOA improvement strategy, this paper uses the CEC2005 test set to evaluate the performance of the IPOA, which is selected to be compared with four widely used metaheuristic algorithms on 14 benchmark test functions: the PSO (Eberhart et al. [26]), the GWO (Mirjalili et al. [27]), WSO (Braik et al. [28]), and the POA (Trojovský P et al. [15]). The CEC2005 test set contains 23 benchmark functions, including the single-peak test function, F1-F5, which has a relatively simple structure and is often used to test the convergence performance of the algorithm. The basic multimodal test function, F6-F12, with multiple local optimal solutions is used to test the algorithm’s ability to balance global, exploration, and local development of the decision space.
Parts of the analysis results are shown in Figure 4. The convergence speed of the improved IPOA on the unimodal function is significantly better than that of other algorithms, while its standard deviation and variance are maintained at a low level. Because the multimodal function has the characteristics of multiple locally optimal solutions, it can evaluate the searchability of the algorithm and the global optimal solution more accurately. In many independent experiments, the function verifies the excellent performance of the algorithm in search efficiency and achieves an excellent convergence effect.
The experimental results show that the IPOA can quickly approach the optimal solution after only a limited number of iterations, and its speed is significantly better than other algorithms. Through the trend analysis of curve fitting, we find that the IPOA performs better in local optimization ability than other algorithms. We conclude that the IPOA shows excellent search ability and has more rapid convergence when dealing with high-dimensional issues. In the solution of 14 benchmark test functions, the IPOA has reached the highest level in both solution accuracy and solution stability, and its fast convergence speed and accurate solution results show significant competitive advantages. This makes the IPOA competitive, which cannot be ignored in competition with other meta-heuristic algorithms.

4.3. Model Prediction Results

By carefully analyzing the line chart, we can observe different prediction models’ performances. As shown in Figure 5, among the prediction results of the three prediction models, the IPOA-BP model is significantly better than the other three models in terms of RMSE and MAE, and its R2 value is closer to 1, which clearly indicates that the IPOA-BP model has the highest fitness value. In contrast, the BP model shows large fluctuations and high errors from the original data. After some training, the IPOA-BP model can effectively reduce its error and fit the original data more accurately.
This paper studies the prediction of the dielectric loss factor of wood during dielectric heating. The results show that a series of macroscopic physical factors significantly affect the dielectric loss factor, including wood moisture content, temperature, grain direction, frequency, and the species of wood being heated. In order to overcome the limitations of the traditional heuristic algorithm, which may stop iteration prematurely and easily fall into local optimal, this paper not only adopts the Pelican Optimization Algorithm (POA) proposed in 2022 but also combines Logistic chaotic mapping, reverse differential evolution, and firefly perturbation optimization strategies to optimize the BP model. Combining the above methods, the built IPOA-BP model shows a good fitting effect with the actual value when predicting the dielectric loss factor of wood in the RF heating and drying process, thus achieving a more accurate prediction. This research not only provides strong theoretical support and technical reference for RF heating technology in the wood processing industry but also provides new ideas for solving the balance between the scalability problem and the calculation cost problem. By reasonably adjusting and optimizing the heating parameters, the heating effect can be ensured while reducing energy consumption and operating costs, promoting the green and sustainable development of the wood processing industry.

5. Conclusions

In order to optimize the RF heating and drying process of wood, this paper focuses on the study of wood varieties, namely Douglas fir, Sika spruce, western hemlock, and western red cedar, and predicts their dielectric loss factors under different physical characteristics and macroscopic conditions. Wood’s dielectric loss factor prediction model was constructed with temperature, relative humidity, equilibrium moisture content, texture direction, frequency, density, and the species of wood being heated as input variables.
The experimental results show that the root mean square error (RMSE) of the training set is 1.4693, while the RMSE of the test set is 0.71495, which indicates that the IPOA-BP prediction model can accurately predict the dielectric loss factor of wood after RF heating. In order to comprehensively evaluate the performance of the model, the IPOA-BP model is compared with the BP model and POA-BP model, and a variety of regression evaluation indexes and CEC tests are selected for comprehensive analysis. The analysis results show that compared with the improved model, the proposed IPOA-BP model not only has higher prediction accuracy but also has faster convergence speed, without extra costs or time investments. Therefore, the model can be used to estimate the dielectric loss factor of wood, but its generalization ability (i.e., its prediction ability under different wood species and conditions) still needs further validation. In addition, how to effectively adjust various other parameters to optimize the model performance is an issue that requires continuous research.
By using this method to predict the dielectric loss factor of wood, the RF heating and drying process can be optimized to improve the efficiency and quality of wood processing. At the same time, the model for predicting the dielectric loss factor can be combined with other models for predicting wood properties (e.g., density, strength, etc.) to form a multiproperty prediction system. This will provide a more comprehensive understanding of wood properties and uses, better utilization of wood resources, and improved sustainability of the wood processing industry.

Author Contributions

Conceptualization, J.G.; methodology, J.G.; software, J.G.; validation, J.G., W.W. and Z.Q.; formal analysis, J.G.; investigation, Z.Q.; resources, J.G.; data curation, J.G.; writing—original draft preparation, J.G.; writing—review and editing, J.G. and Z.Q.; visualization, J.G.; supervision, Z.Q.; project administration, W.W.; funding acquisition, W.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the Natural Scientific Foundation of Heilongjiang Province, grant number LC201407.

Data Availability Statement

Data are available upon request from the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Avramidis, S. Dielectric properties of four softwood species at low-level radio frequencies for optimized heating and drying. Dry. Technol. 2016, 34, 753–760. [Google Scholar] [CrossRef]
  2. Zhou, X.; Wang, S. Recent developments in radio frequency drying of food and agricultural products: A review. Dry. Technol. 2019, 37, 271–286. [Google Scholar] [CrossRef]
  3. Koumoutsakos, A.; Avramidis, S.; Hatzikiriakos, S.G. Radio frequency vacuum drying. Part I. Theor. Model. Dry. Technol. 2001, 19, 65–84. [Google Scholar] [CrossRef]
  4. Koumoutsakos, A.; Avramidis, S.; Hatzikiriakos, S.G. Radio frequency vacuum drying of wood. Part II. Exp. Model Eval. Dry. Technol. 2001, 19, 85–98. [Google Scholar] [CrossRef]
  5. Koumoutsakos, A.; Avramidis, S.; Hatzikiriakos, S.G. Radio frequency vacuum drying of wood. Part III. Two dimensional model, optimization and validation. Dry Technol. 2001, 21, 1399–1410. [Google Scholar] [CrossRef]
  6. Norimoto, M. Dielectric properties of wood. Wood Res. Bull. Wood Res. Inst. Kyoto Univ. 1976, 59, 106–152. [Google Scholar]
  7. Norimoto, M.; Hayashi, S.; Yamada, T. Anisotropy of dielectric constant in coniferous wood. Holzforschung 1978, 32, 167–172. [Google Scholar] [CrossRef]
  8. Peyskens, E.; De Pourcq, M.; Stevens, M.; Schalck, J. Dielectric properties of softwood species at microwave frequencies. Wood Sci. Technol. 1984, 18, 267–280. [Google Scholar] [CrossRef]
  9. Avramidis, S.; Iliadis, L.; Mansfield, S.D. Wood dielectric loss factor prediction with artificial neural networks. Wood Sci. Technol. 2006, 40, 563–574. [Google Scholar] [CrossRef]
  10. Iliadis, L.; Tachos, S.; Avramidis, S.; Mansfield, S. Hybrid e-regression and validation soft computing techniques: The case of wood dielectric loss factor. Neurocomputing 2013, 107, 33–39. [Google Scholar] [CrossRef]
  11. Qu, Z.; Wang, W.; He, Y. Prediction of Uranium Adsorption Capacity in Radioactive Wastewater Treatment with Biochar. Toxics 2024, 12, 118. [Google Scholar] [CrossRef] [PubMed]
  12. Wang, Y.; Wang, W.; Chen, Y. Carnivorous Plant Algorithm and BP to Predict Optimum Bonding Strength of Heat-Treated Woods. Forests 2022, 14, 51. [Google Scholar] [CrossRef]
  13. Ergün, H.; Ergün, M.E. Modeling Xanthan Gum Foam’s Material Properties Using Machine Learning Methods. Polymers 2024, 16, 740. [Google Scholar] [CrossRef] [PubMed]
  14. Wang, B.; Nong, S.; Pan, L.; You, G.; Li, Z.; Sun, J.; Shi, S. Machine learning-based non-destructive testing model for high precision and stable evaluation of mechanical properties in bamboo-wood composites. Eur. J. Wood Wood Prod. 2024, 82, 621–633. [Google Scholar] [CrossRef]
  15. Trojovský, P.; Dehghani, M. Pelican optimization algorithm: A novel nature-inspired algorithm for engineering applications. Sensors 2022, 22, 855. [Google Scholar] [CrossRef] [PubMed]
  16. Zhang, Y.; Li, H. Research on Economic Load Dispatch Problem of Microgrid Based on an Improved Pelican Optimization Algorithm. Biomimetics 2024, 9, 277. [Google Scholar] [CrossRef] [PubMed]
  17. He, Y.; Wang, W.; Li, M.; Wang, Q. A short-term wind power prediction approach based on an improved dung beetle optimizer algorithm, variational modal decomposition, and deep learning. Comput. Electr. Eng. 2024, 116, 109182. [Google Scholar] [CrossRef]
  18. Hua, Z.; Zhou, Y.; Huang, H. Cosine-transform-based chaotic system for image encryption. Inf. Sci. 2019, 480, 403–419. [Google Scholar] [CrossRef]
  19. Rahnamayan, S.; Tizhoosh, H.R.; Salama, M.M. Opposition-based differential evolution. IEEE Trans. Evol. Comput. 2008, 12, 64–79. [Google Scholar] [CrossRef]
  20. Xu, Q.; Wang, L.; Wang, N.; Hei, X.; Zhao, L. A review of opposition-based learning from 2005 to 2012. Eng. Appl. Artif. Intell. 2014, 29, 1–12. [Google Scholar] [CrossRef]
  21. Storn, R.; Price, K. Differential evolution: A simple and efficient adaptive scheme for global optimization over continuous spaces. J. Glob. Optim. 1995, 11, 341–359. [Google Scholar] [CrossRef]
  22. Yang, X.S. Firefly algorithms for multimodal optimization. In Stochastic Algorithms: Foundations and Applications. SAGA 2009; Springer: Berlin/Heidelberg, Germany, 2009; pp. 169–178. [Google Scholar]
  23. Chen, Y.; Wang, W.; Li, N. Prediction of the Equilibrium Moisture Content and Specific Gravity of Thermally Modified Wood via an Aquila Optimization Algorithm Back-propagation Neural Network Model. BioResources 2022, 17, 4816–4836. [Google Scholar] [CrossRef]
  24. Panda, S.K.; Jana, P.K. Efficient task scheduling algorithms for heterogeneous multi-cloud environment. J. Supercomput. 2015, 71, 1505–1533. [Google Scholar] [CrossRef]
  25. Suganthan, P.N.; Hansen, N.; Liang, J.J.; Deb, K.; Chen, Y.-P.; Auger, A.; Tiwari, S. Problem Definitions and Evaluation Criteria for the CEC 2005 Special Session on Real-Parameter Optimization; KanGAL Report; Kanpur Genetic Algorithms Laboratory, IIT Kanpur: Kanpur, India, 2005. [Google Scholar]
  26. Kennedy, J.; Eberhart, R. Particle Swarm Optimization. In Proceedings of the ICNN’95—International Conference on Neural Networks, Perth, WA, Australia, 27 November–1 December 1995; Volume 4, pp. 1942–1948. [Google Scholar]
  27. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey Wolf Optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef]
  28. Braik, M.; Hammouri, A.; Atwan, J.; Al-Betar, M.A.; Awadallah, M.A. White Shark Optimizer: A novel bio-inspired meta-heuristic algorithm for global optimization problems. Knowl. Based Syst. 2022, 243, 108457. [Google Scholar] [CrossRef]
Figure 1. The BP neural network structure.
Figure 1. The BP neural network structure.
Forests 15 01187 g001
Figure 2. IPOA-BP model flow chart.
Figure 2. IPOA-BP model flow chart.
Forests 15 01187 g002
Figure 3. Convergence curves of adaptation for IPOA-BP and POA-BP models.
Figure 3. Convergence curves of adaptation for IPOA-BP and POA-BP models.
Forests 15 01187 g003
Figure 4. CEC test results: (a) F1; (b) F2; (c) F3; (d) F4; (e) F5; (f) F6; (g) F7; (h) F8.
Figure 4. CEC test results: (a) F1; (b) F2; (c) F3; (d) F4; (e) F5; (f) F6; (g) F7; (h) F8.
Forests 15 01187 g004
Figure 5. (a,b) show the prediction results of the IPOA-BP model; (c,d) show the prediction results of the POA-BP model; and (e,f) show the prediction results of the BP model.
Figure 5. (a,b) show the prediction results of the IPOA-BP model; (c,d) show the prediction results of the POA-BP model; and (e,f) show the prediction results of the BP model.
Forests 15 01187 g005
Table 1. Experimental measurements of dielectric loss factor values for wood, ρ 0 is the oven-dry density, M x x as moisture content corresponding to xx relative humidity). Specimen marking protocol: X: D = Douglas fir, S = spruce, H = hemlock, W = cedar; Y: H = heartwood, S = sapwood; Z: R = radial, L = longitudinal.
Table 1. Experimental measurements of dielectric loss factor values for wood, ρ 0 is the oven-dry density, M x x as moisture content corresponding to xx relative humidity). Specimen marking protocol: X: D = Douglas fir, S = spruce, H = hemlock, W = cedar; Y: H = heartwood, S = sapwood; Z: R = radial, L = longitudinal.
ε 57 ε 77 ε 87
Specimen Species (XYZ)Temperature
(°C)
ρ 0 ( kg / m 3 ) M 57
(%)
(MHz) M 77
(%)
(MHz) M 87
(%)
(MHz)
DHR25521 ± 197.60.0920.1100.08510.80.4400.1840.22415.53.0612.0530.623
457.20.1200.0910.05510.20.7790.2390.19714.25.0772.3050.508
706.20.1670.0810.0789.91.6520.3850.20914.37.0483.4820.755
DHL258.00.1330.1990.36911.00.4420.2580.39615.71.8531.2630.516
457.50.1310.1420.28510.50.7850.2630.30214.53.0041.8230.454
706.60.1410.1010.1849.91.1360.3100.26813.63.4321.5440.498
DSR258.50.2980.1750.19412.01.9340.5680.36617.210.046.5851.363
458.00.5140.2110.18811.44.2220.9320.44515.816.9210.121.661
707.00.9320.2690.17211.06.6261.5770.53814.231.9914.183.448
DSL258.70.4550.3260.45112.12.1200.6900.5s516.87.8805.3361.399
458.20.8240.3370.38111.65.4511.0810.57115.916.6510.101.451
707.81.4000.4330.31211.210.681.9960.64315.223.1811.002.526
SHR25416 ± 118.20.0650.0920.16711.20.2000.1240.19316.20.9130.8170.306
457.70.0720.0700.12810.50.3500.1300.16815.01.3750.8750.289
706.70.0920.0550.0989.50.7630.1360.13914.62.9481.2050.336
SHL258.20.2040.2700.48411.20.5990.3690.53316.22.4582.2690.832
457.70.2330.2120.38210.51.3370.3950.40814.93.6952.9210.798
706.60.2920.1730.2639.42.0090.4940.36914.66.3812.9870.966
SSR258.40.4440.2200.20911.52.6190.6740.37416.99.5737.1131.487
458.00.7840.2790.22810.95.6991.0520.47115.518.238.9701.657
706.81.4060.3790.2059.812.301.7840.51114.845.0813.173.167
SSL258.61.6760.7020.55511.67.9691.9440.97617.226.1830.994.435
458.13.6980.9590.63211.012.663.8311.29116.155.0029.805.793
706.95.4311.5310.6299.742.957.3391.44915.693.7839.807.688
HHR25481 ± 128.00.0790.1060.18711.40.3430.1910.23516.11.4291.2900.445
457.50.0950.0860.15310.90.6510.2260.21514.92.6651.5580.476
706.60.1360.0750.11010.31.1670.3550.21914.715.222.2680.735
HHL258.00.2480.2850.48311.20.9840.4870.56916.14.9153.5711.185
457.50.2940.2440.39410.62.1050.6540.50114.87.3074.4041.264
706.50.4140.2490.29810.03.0900.8470.47814.312.675.9681.710
HSR258.30.0890.0980.16911.50.3790.1830.2181662.0921.3810.439
457.80.1130.0850.13811.00.7100.2350.19815.32.9621.9850.467
706.80.1540.0840.10610.91.0010.3240.19214.95.4162.5430.764
HSL258.80.3050.3090.50712.11.1220.5330.59016.95.4593.7791.159
458.30.3820.2740.40911.52.6740.7080.52915.58.3564.3851.326
707.30.6330.2690.32610.94.6990.5790.55014.215.626.9271.844
WHR25341 ± 96.60.0420.0550.0918.80.1440.0730.10812.40.7220.5620.200
456.20.0420.0450.0768.40.1940.0770.10311.81.1880.6170.208
705.50.0490.0360.0597.50.3200.0860.07910.62.0890.1380.265
WHL256.40.1080.1530.2178.60.2730.1790.25612.51.7911.2040.440
456.00.1040.1110.1808.20.4840.1780.21711.53.5021.3240.471
705.30.1350.0890.1506.31.0920.2880.18010.64.5881.8230.538
Table 2. Model evaluation results.
Table 2. Model evaluation results.
IPOA-BPPOA-BPBP
MAETraining0.563621.29511.7489
Testing0.41041.42351.3496
RMSETraining1.46933.3984.5163
Testing0.714952.73463.0069
R 2 Training0.957280.893320.67513
Testing0.9180.807060.73834
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Gao, J.; Wang, W.; Qu, Z. Prediction of Dielectric Loss Factor of Wood in Radio Frequency Heating and Drying Based on IPOA-BP Modeling. Forests 2024, 15, 1187. https://doi.org/10.3390/f15071187

AMA Style

Gao J, Wang W, Qu Z. Prediction of Dielectric Loss Factor of Wood in Radio Frequency Heating and Drying Based on IPOA-BP Modeling. Forests. 2024; 15(7):1187. https://doi.org/10.3390/f15071187

Chicago/Turabian Style

Gao, Jingying, Wei Wang, and Zening Qu. 2024. "Prediction of Dielectric Loss Factor of Wood in Radio Frequency Heating and Drying Based on IPOA-BP Modeling" Forests 15, no. 7: 1187. https://doi.org/10.3390/f15071187

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop