Abstract
Due to the diversity and complexity of data information, traditional data fusion methods cannot effectively fuse multidimensional data, which affects the effective application of data. To achieve accurate and efficient fusion of multidimensional data, this experiment used back propagation (BP) neural network and fireworks algorithm (FWA) to establish the FWA–BP multidimensional data processing model, and a case study of PM2.5 concentration prediction was carried out by using the model. In the PM2.5 concentration prediction results, the trend between the FWA–BP prediction curve and the real curve was basically consistent, and the prediction deviation was less than 10. The average mean absolute error and root mean square error of FWA–BP network model in different samples were 3.7 and 4.3%, respectively. The correlation coefficient R value of FWA–BP network model was 0.963, which is higher than other network models. The results showed that FWA–BP network model could continuously optimize when predicting PM2.5 concentration, so as to avoid falling into local optimum prematurely. At the same time, the prediction accuracy is better with the improvement in the correlation coefficient between real and predicted value, which means, in computer technology of multisensor data fusion, this method can be applied better.
1 Introduction
The dimension of sensor data increases with the development of science and technology. Multisensor data fusion can solve the problem of data dimension increase and nonlinear system [1]. However, when multisensor data fusion is used to process multidimensional data, the complexity of model operation is high, and the data fusion method needs to be further improved [2]. In the fusion calculation of multisensor data, the neural network has good self-learning and self-adjusting capabilities and can be used to solve nonlinear problems [3]. In the research on the relationship between multisensor data and target objects, back propagation (BP) neural network can fully exploit the nonlinear relationship between them, and constantly adjust and optimize the parameters in BP neural network by using the BP method [4]. The data information is stored in the trained optimization model, and the final fusion result is obtained by fusing the input data information. However, BP neural network has the problems of slow convergence speed and premature falling into local optimization when making predictions [5]. Research shows that different scholars have introduced genetic algorithm (GA), artificial ant colony algorithm, etc., to optimize the BP neural network’s parameters [4,6]. The introduction of different algorithms can make BP neural network’s prediction accuracy improve effectively. However, in-depth research shows that these algorithms also have limitations, which will lead to slowing down of the search speed of the algorithm and get local optimal results. Fireworks algorithm (FWA) is a new type of swarm intelligence optimization algorithm, which has a wider search scope and simpler algorithm than other algorithms. FWA simulates the principle of simultaneous explosion and diffusion of operators in the process of fireworks explosion, forming a diverse fireworks population. At the same time, the FWA has stronger global search ability, and can conduct global optimization on the input data information. The introduction of FWA can optimize the parameters of other algorithms and improve their performance. Therefore, FWA is innovatively introduced in this experiment to optimize the BP neural network, so as to solve the problems of slow convergence speed and premature falling into local optimization of BP neural network during model training. With the progress of urbanization, air pollution has a serious impact on people’s lives and health. Fine particulate matter (PM2.5) is the main factor affecting air quality. The traditional PM2.5 prediction model takes into account the relationship between the concentrations of ozone, inhalable particles (PM10), and other pollutants. However, in the traditional prediction model, the processing of original data requires multisensor data fusion, resulting in low accuracy of prediction results. Therefore, in the case application analysis of the optimization model, the dimension reduction analysis is conducted on the original data, and then the optimization model is used to predict the PM2.5 concentration to verify the performance of the optimization model.
2 Related work
Multisensor data fusion technology uses computers to comprehensively analyze information and data from multiple sources or from different sensors under certain rules. Multisensor data fusion technology has been effectively applied in many fields such as position testing, defect inspection and monitoring, and ultrasonic testing [7,8]. During the environmental weather forecast, it will be affected by the clouds in the air, which will reduce the accuracy of the weather forecast. Multisensor data fusion technology can be used to eliminate the impact of cloud coverage in the air. It has good prediction accuracy when dealing with extreme situations, and promotes the development of data integration technology [9]. To understand the life span of wood and its reliability in use, scholars analyzed the factors affecting wood weathering from the molecular, micro and macro perspectives. Different sensors are used for data fusion, and then a model is established to study the dynamics of wood weathering [10]. When acquiring the drilling depth of the exploration rig, researchers use multiple sensors to measure and combine the weighted fusion algorithm to measure the final drilling depth. This method has high fault tolerance. The application of multisensor data fusion technology has improved the accuracy of borehole depth measurement [11].
To further improve multisensor data fusion technology’s accuracy and performance, researchers use different algorithms to improve the data fusion method. Common multisensor data fusion methods include Kalman filtering method, artificial neural network method, etc. Among them, neural network has unique advantages in information processing, application range, and operating environment [12,13]. Therefore, in the research of multisensor data fusion technology, neural network has received extensive attention. The selection criteria of neural network models need to be consistent with the characteristics and requirements of sensors in the fusion system, such as learning rules, network structure, etc. At the same time, neural network model can establish the connection between input information, output information, and decision-making system, determine and optimize parameters according to known sensor information, and complete the training of neural network. After training, neural network can be used in the actual process of multisensor data fusion [14]. And BP has a strong learning ability and a wide range of data fusion. It can perform more complex data fusion processing in multisensor data fusion. BP neural network can make full use of network flow and other data information to predict traffic volume in urban network flow prediction. The results show that the trend of predicted volume and actual traffic volume is consistent within a certain error range [15]. Optimizing the input of the network can improve the performance of the multisensor data fusion model. Research shows that using particle swarm optimization (PSO) to optimize BP neural network’s parameters, the multisensor data fusion method established on the basis of the optimized model can speed up the network convergence and improve the data fusion and its accuracy [16]. The combination of neural network and sensor can monitor the industrial operation state. After the fusion of different heterogeneous data, the problems such as fault monitoring and noise pollution can be effectively fused. The industrial operation state is accurately monitored, which is conducive to troubleshooting and effectively guarantees industrial production [17].
The FWA has strong global optimization capability. In the radio network spectrum allocation, the FWA can solve the channel interference problem based on the user’s cognitive coding and channel auxiliary coding, and has advantages in solving the spectrum allocation problem [18]. For the scheduling of the heating system, the improved FWA can formulate a multi-objective intelligent scheduling strategy, solve the multi-objective optimization problem, reduce energy waste, and do not affect the normal operation of the heating system [19]. In the relevant research, FWA can optimize the parameters of neural network, and the introduction of FWA can improve the data prediction accuracy and training effect of neural network. Among the data information related to time series, the neural network model optimized by FWA can maintain the relationship between current data information and past data information, and realize the prediction of fluctuating exchange rate [20]. From the above research, we can see that the neural network has advantages in the application of multisensor data fusion, but a single algorithm is easy to fall into the problem of local optimal solution, so further optimization of the neural network is needed. Based on FWA’s advantages, such as strong global search ability, this experiment innovatively introduces FWA to optimize BP neural network, which solves the problems of slow convergence speed of traditional algorithm and premature falling into local optimization. In the PM2.5 prediction model, the relationship analysis of multiple pollutants is required, and the data fusion of multiple sensors is required for data processing. In the analysis of the practical application of the method, this experiment selects PM2.5 concentration prediction to verify and analyze the optimization algorithm, hoping to improve the multisensor data fusion technology through example analysis.
3 Research on the technology of multisensor data fusion based on FWA–BP
3.1 Data processing and optimization of BP neural network
BP neural network has good self-learning and self-adjusting ability, which can be used to solve nonlinear problems. In the research of the relationship between multisensor data and target objects, BP neural network can fully mine the nonlinear relationship between them, and constantly adjust and optimize the parameters of BP neural network by using the BP method. The data information is stored in the trained optimization model, and the final fusion result is obtained by fusing the input data information. Figure 1 shows the BP neural network’s structure.

Structure diagram of BP network.
Due to the strong correlation between the data during multisensor data fusion, the data can only be input into the BP after processing, otherwise the running speed of the network and the accuracy of prediction will be reduced. Therefore, it is necessary to reduce the dimension of the input data information, and the method used in this experiment is the Principal component analysis (PCA). The number of input nodes can be reduced and the correlation between multisensor data can be reduced by inputting data into BP neural network after dimension reduction. In the dimension reduction step of PCA, in n units of time, m data are collected and matrix X is composed of these data samples, and then the data are standardized using formula (1) to obtain the standardized matrix U.
where
where T is the maximum number of iterations. Then, the characteristic equation
where u represents the eigen vector, and the first p principal components Y = AX can be obtained to reduce the dimension of data. BP neural network is easy to generate local minima during model training and has slow convergence speed, which will reduce the network performance. As a single BP neural network is easy to fall into local optimization and the convergence speed of the function is slow, this experiment uses FWA to optimize. FWA is a new type of swarm intelligence optimization algorithm, which has a wider search scope and simpler algorithm than other algorithms. FWA simulates the principle of simultaneous explosion and diffusion of operators in the process of fireworks explosion, forming a diverse fireworks population. FWA constantly seeks the optimal solution in the process of continuous explosion, and the sparks generated by explosion can be regarded as a feasible solution. In the FWA, first, the fireworks population should be initialized, and then the fitness value of each firework should be calculated to obtain the explosive sparks and Gaussian sparks. All fireworks are arranged in the order of fitness value from large to small, and the first N fireworks are selected to generate candidate fireworks population. When the candidate fireworks population meets the termination conditions, the optimization process ends and the fireworks with the best fitness can be obtained, as shown in Figure 2.

Specific process of FWA.
In the FWA, the initial number N of fireworks and the dimension n of each firework should be determined. The dimensions of fireworks are set with upper and lower limits, and the initial fireworks generated are controlled within the upper and lower limits of the dimensions. In the original FWA, according to different mapping rules and selection strategies, explosive sparks and Gaussian sparks will be generated. The explosion spark can be searched in the neighborhood. To realize explosion operation, first the explosion radius A i and spark number S i of the spark are defined using formulas (4) and (5), respectively.
where x
i
represents the fireworks that need to be exploded, f(x
i
) represents the fitness value of fireworks, y
max and y
min represent the worst and best solutions of fitness function, respectively, E
r
and E
n
represent the parameters controlling the range and quantity of spark explosion, respectively, and
According to the range and number of fireworks explosions, the explosion operation of each firework can be realized. During the explosion operation, it should randomly determine the number of dimensions
where x ik represents the dimension k that fireworks i need to offset, and ex ik represents the sparks generated after fireworks i explode. The explosive sparks’ random numbers are generated within the explosion radius, and A i is expressed by h in formula (7).
Gaussian spark can increase FWA population’s diversity, and Gaussian mutation operation is required to generate Gaussian spark. First, it is necessary to select the number of Gauss sparks with g from the initial fireworks, and then calculate the Gauss sparks after dimension offset by using formula (8).
where x i,k represents the dimension k that needs to be offset for Gaussian fireworks i, and represents the sparks generated after the explosion of Gaussian fireworks i; and the random number of Gaussian distribution is expressed as e. In the explosion operation and Gaussian mutation operation, sparks may be generated beyond the explosion range, so using mapping rules to limit fireworks within the limits is necessary. For sparks that exceed the boundary in the k-dimension, it is necessary to remap them within the explosion range by using formula (9).
where x UB,K and x LB,K represent the upper and lower bounds of the boundary in the k-dimension in formula (9), respectively. The whole fireworks population K is composed of initial fireworks, explosive sparks, and Gaussian sparks. It is necessary to select one firework with optimal fitness from the whole fireworks population, and use the selection strategy formula (10) to select N − 1 fireworks from the remaining fireworks as the fireworks population for the next iteration.
where p(x i ) represents the probability of fireworks x i being selected in the whole fireworks population, and R(x i ) represents the sum of European distances d between fireworks x i and all other fireworks, as shown in formula (11).
For the calculation of fitness value of each firework population’s generation, if the optimal fitness value obtained achieves the maximum number of iterations or meets the requirements, the optimization process of FWA can be ended. Figure 3 shows the multisensor data fusion’s process.

Flow chart of multisensor data fusion.
3.2 Establishment of multisensor data fusion model based on FWA–BP
BP includes input layer, hidden layer, and output layer to form a multi-layer feedforward network. Data are input from the input layer, feature extraction is performed by the hidden layer, and results are classified or predicted by the output layer. The feature extraction of data is mainly carried out in the hidden layer, and the increase in the number of hidden layers will increase the complexity and training time of the neural network. The number of nodes in each layer has an important impact on the function of the neural network. The generalization ability of the network is related to the number of nodes in the hidden layer, but there is no clear method to determine the specific number of nodes in the hidden layer in BP. To ensure hidden layer nodes number does not increase the complexity of the network structure and the over fitting problem, formula (12) was selected in this experiment to optimize and adjust the number of hidden layer nodes n.
where
where e represents the base of natural logarithm. Formula (14) is used for the calculation of tansig function.
Purelin linear function is selected as output layer’s activation function, as shown in formula (15).
In the establishment of FWA–BP neural network fusion model, the topological structure and transfer function of BP neural network should be determined first, and the weights and thresholds should be initialized. Then, the fireworks function is used to optimize the BP network’s parameters, and obtain initialized fireworks population. In the optimization process, all the parameters should be coded in the form of fireworks, and the mapping between parameters and fireworks dimension space should be established. Formula (16) is the dimension calculation method for each firework, which limits the dimension range to [−1, 1], and randomly initializes each firework.
where the weight value between input and hidden layer is represented by
where s represents the output layer’s neuron numbers, and t and y represent the expected output value and the actual output value, respectively. Then, the explosion spark and Gaussian spark are obtained by using formulas (4)–(7), and the initial fireworks population is composed to generate the whole fireworks population K. Calculate the fitness values of all fireworks, and then sort them from large to small. The next generation fireworks population is composed of the fireworks with the best fitness value and the remaining N − 1 fireworks are selected by formulas (10) and (11) to achieve the optimization of fireworks population. When the candidate fireworks population meets the termination conditions, the optimization process ends and the fireworks with the best fitness can be obtained. The weights and threshold parameters of BP neural network can be obtained after the fireworks with the best fitness are decoded. The network parameters are initially updated to obtain the initially established FWA–BP model. To optimize the algorithm’s parameters, Levenberg Marquardt (L–M) algorithm is selected, and the error function is the sum of square errors. When the target error or iteration number reaches the maximum, the training is completed as shown in Figure 4, and the final FWA–BP neural network fusion model is obtained.

FWA–BP neural network fusion model.
4 Simulation analysis of multisensor data fusion technology
4.1 Processing of raw data based on PCA
With the progress of urbanization, air pollution has a serious impact on people’s lives and health. Air Quality Index, a dimensionless index, is a quantitative index used to describe air quality, which is of great significance for the prevention of and reduction in air pollution. The air quality of city A in April was analyzed, and the air quality sub index values of the true concentrations of six pollutant indicators, such as fine particulate matter (PM2.5) and inhalable particulate matter (PM10), are calculated, respectively. The monitoring and prediction of PM2.5 concentration is of great significance to the evaluation of air quality. The relationship between six pollutant indicators and PM2.5 concentration is analyzed, and the data fusion method is used to predict the PM2.5 concentration. Table 1 shows the collection of raw data of six pollutants.
Original data of air quality of City A in April
Date | PM2.5 (μg/m3) | PM10 (μg/m3) | O3 (μg/m3) | CO (μg/m3) | SO2 (μg/m3) | NO2 (μg/m3) |
---|---|---|---|---|---|---|
1 | 66 | 83 | 344 | 0.9 | 3 | 39 |
2 | 39 | 65 | 228 | 0.6 | 3 | 39 |
3 | 50 | 92 | 269 | 0.9 | 20 | 62 |
4 | 80 | 134 | 278 | 1.2 | 14 | 68 |
5 | 87 | 140 | 311 | 1.2 | 17 | 62 |
6 | 74 | 107 | 113 | 1.7 | 18 | 59 |
7 | 14 | 39 | 150 | 0.5 | 3 | 41 |
8 | 41 | 87 | 174 | 1.1 | 11 | 81 |
9 | 41 | 80 | 207 | 0.9 | 9 | 65 |
10 | 101 | 128 | 173 | 1.8 | 9 | 63 |
11 | 60 | 62 | 188 | 1.1 | 5 | 48 |
12 | 36 | 84 | 215 | 0.8 | 9 | 134 |
13 | 72 | 126 | 269 | 1.4 | 12 | 62 |
14 | 57 | 102 | 336 | 0.9 | 5 | 57 |
15 | 152 | 218 | 362 | 1.8 | 21 | 74 |
16 | 189 | 224 | 305 | 1.5 | 5 | 62 |
17 | 132 | 161 | 255 | 1.4 | 5 | 53 |
18 | 92 | 108 | 264 | 1.1 | 6 | 54 |
19 | 182 | 198 | 239 | 1.8 | 8 | 68 |
20 | 66 | 57 | 215 | 1.2 | 3 | 41 |
21 | 98 | 95 | 231 | 1.5 | 8 | 51 |
22 | 44 | 62 | 221 | 0.9 | 3 | 47 |
23 | 35 | 66 | 258 | 0.8 | 3 | 57 |
24 | 74 | 131 | 335 | 1.1 | 9 | 78 |
25 | 153 | 188 | 255 | 1.8 | 15 | 72 |
26 | 191 | 77 | 311 | 1.7 | 6 | 50 |
27 | 29 | 60 | 194 | 0.6 | 5 | 51 |
28 | 29 | 68 | 180 | 0.6 | 8 | 63 |
29 | 63 | 126 | 329 | 1.5 | 17 | 78 |
30 | 110 | 180 | 366 | 1.8 | 23 | 80 |
The cumulative contribution rate of the first four principal components can reach 87.9% after PCA dimensionality reduction for the data of these six pollutants. To reduce the correlation between multisensor data, the original data is reduced to four dimensions, which simplifies the structure of BP neural network and facilitates the subsequent model training and testing. Table 2 shows some sample data of the first four principal components.
Four principal components’ partial sample data
Component 1 | Component 2 | Component 3 | Component 4 | PM2.5 |
---|---|---|---|---|
−4.951 | 1.220 | −0.308 | −0.682 | 13 |
−1.223 | −1.848 | −0.759 | 1.023 | 9 |
5.172 | 1.078 | −0.319 | −0.572 | 37 |
… | … | … | … | … |
−1.056 | −1.815 | 0.451 | 0.913 | 13 |
2.640 | 0.671 | −0.242 | −0.561 | 62 |
0.661 | −0.506 | 0.077 | 0.132 | 41 |
“…” indicates omitted normalized data.
To eliminate the impact of dimension on the prediction accuracy of FWA–BP network model, it is necessary to normalize the sample data of the above four principal components, and scale all data to the range of [0, 1]. Table 3 shows the data normalization results.
Four principal components’ partial data
Component 1 | Component 2 | Component 3 | Component 4 | PM2.5 |
---|---|---|---|---|
0.22605 | −0.08536 | 0.5676 | 0.11550 | 1.00000 |
0.33814 | −0.95832 | 0.22319 | 0.09757 | 1.00000 |
0.06028 | 0.14443 | 0.46981 | 0.01221 | 1.00000 |
… | … | … | … | … |
0.16412 | 0.36663 | 0.58190 | 0.01221 | 1.00000 |
0.25663 | −0.08536 | 0.33000 | 0.73337 | 1.00000 |
0.87879 | 0.62102 | 0.84001 | 0.64603 | 1.00000 |
“…” indicates omitted normalized data.
4.2 Performance verification and performance comparison results of FWA–BP network model
The verification of the model is carried out in the MATLAB program. After many experiments, the parameter settings in the BP neural network and FWA can be obtained. The number of variables in the input layer of BP neural network is 4, the number of nodes in the hidden layer is set to 12, and the variable in the output layer is PM2.5 concentration. The parameters in the FWA are set as N = 10, E r = 5, E n = 30, g = 10, and T = 100. The FWA optimizes BP’s parameters preliminarily, and optimizes FWA–BP’s parameters through further training. The samples to be tested are input into the model after parameter optimization, and the results are shown in Figure 5.

Comparison between predicted value and real value.
From Figure 5, in the prediction results, the error between the predicted PM2.5 concentration of FWA–BP network model and the true value is small, and the maximum sample prediction deviation is less than 10. The trend between the predicted curve and the real curve is basically consistent, which indicates that the prediction accuracy of PM2.5 concentration of FWA–BP network model is high. To achieve the superiority of FWA–BP network model, experimental comparison of fusion effect between FWA–BP and traditional BP, PSO–BP, and GA–BP is made [4,6]. Figure 6(a) shows the comparison results of mean absolute error (MAE) index, and Figure 6(b) shows the experimental results of root mean square error (RMSE).

Comparison of (a) MAE and (b) RMSE.
From Figure 6(a), the maximum MAE of FWA–BP network model in different samples is 5.2%, the minimum is 1.7%, and the average is 3.7%. From Figure 6(b), the maximum RMSE of FWA–BP network model in different samples is 6.4%, the minimum is 2.5%, and the average is 4.3%. The MAE and RMSE values of FWA–BP network models in different samples are lower than those of traditional BP, PSO–BP, and GA–BP. FWA–BP network model’s error value has a certain volatility, but it is more accurate than other models when predicting PM2.5 concentration. To further analyze the performance of FWA–BP network model, correlation coefficient R is introduced to compare the performance between FWA–BP, traditional BP, PSO–BP, and GA–BP. In Figure 7, the results of inputting relevant data into MATLAB software for correlation analysis can be obtained.

Correlation analysis results chart. (a) BP, (b) PSO–BP, (c) GA–BP, and (d) FWA–BP.
From Figure 7, the correlation coefficient R value of FWA–BP network model is 0.963, which is 16.2, 5.2, and 1.0% higher than that of traditional BP, PSO–BP, and GA–BP. FWA–BP network model has higher correlation coefficient between real value and predicted value and better prediction accuracy when predicting PM2.5 concentration. During the model training, the fitness values of FWA–BP, traditional BP, PSO–BP, and GA–BP are plotted. Figure 8 shows the result of the convergence comparison of different algorithms.

Comparison chart of fitness curves.
From Figure 8, compared with FWA–BP’s final fitness values, traditional BP, PSO–BP, and GA–BP are relatively large, which reach the convergence state earlier and get local optimal result. It shows that during the training process, with the increase in iteration times, FWA–BP algorithm can continuously optimize the fitness value of firework individuals, obtain new candidate populations, and finally obtain a better fireworks population, so as to avoid falling into the local optimal state prematurely. This is because the FWA continuously optimizes the weights and threshold parameters of the BP neural network in the training process, and the L–M function selected in the training process reduces the error value of the FWA–BP network model, thus obtaining more accurate prediction results. The above results show that FWA–BP algorithm has stronger ability of global optimization, and the multisensor data fusion model based on this algorithm has higher fusion accuracy. It has higher accuracy in predicting PM2.5 concentration, and has better practicability.
5 Conclusion
The FWA can realize the effective fusion of multidimensional sensor data after optimizing the BP neural network. In the PM2.5 concentration prediction results, the error between the predicted PM2.5 concentration of FWA–BP network model and the true value is small, the maximum sample prediction error is less than 10, and the trend between the prediction curve and the true curve is basically consistent. In different samples, the maximum MAE of FWA–BP network model is 5.2%, the minimum is 1.7%, and the average is 3.7%. The maximum RMSE of this model is 6.4%, the minimum is 2.5%, and the average is 4.3%. The correlation coefficient R of FWA–BP network model is 0.963, which is 16.2, 5.2, and 1.0% higher than the traditional BP, PSO–BP, and GA–BP, respectively. FWA–BP network model can be continuously optimized during model construction, which can avoid falling into local optimization. When predicting PM2.5 concentration, FWA–BP algorithm has higher correlation coefficient between real value and predicted value, and better prediction accuracy. This research combines FWA with BP neural network, and gives a play to the advantages of multidimensional data processing of artificial neural network. However, in the PM2.5 concentration prediction, the prediction results still have some volatility, and the optimization performance of BP neural network needs to be improved to further improve the prediction performance of the model.
-
Funding information: The author states no funding involved.
-
Author contributions: To achieve accurate and efficient fusion of multidimensional data, this experiment used back propagation (BP) neural network and fireworks algorithm (FWA) to establish the FWA–BP multidimensional data processing model, and a case study of PM2.5 concentration prediction was carried out by using the model. Xiao Hai conducted experiments, recorded data, analyzed the results, and wrote a manuscript. Xiao Hai agreed to the published version of the manuscript.
-
Conflict of interest: Author states no conflict of interest.
-
Data availability statement: All data generated or analysed during this study are included in this published article.
References
[1] Li H, Zhang X. Projectile explosion position parameters data fusion calculation and measurement method based on distributed multi-acoustic sensor arrays. IEEE Access. 2022;10(1):6099–108.10.1109/ACCESS.2022.3141825Search in Google Scholar
[2] Bagga PJ, Chavda B, Modi V, Makhesana MA, Patel KM. Indirect tool wear measurement and prediction using multi-sensor data fusion and neural network during machining. Mater Today Proc. 2021;56(1):51–5.10.1016/j.matpr.2021.12.131Search in Google Scholar
[3] Gao W, Wai RJ. A novel fault identification method for photovoltaic array via convolutional neural network and residual gated recurrent unit. IEEE Access. 2020;8(1):159493–510.10.1109/ACCESS.2020.3020296Search in Google Scholar
[4] Li HT, Yuan S. Corrosion prediction of marine engineering materials based on genetic algorithm and BP neural network. Mar Sci. 2021;44(10):33–8.Search in Google Scholar
[5] Zou X. Analysis of consumer online resale behavior measurement based on machine learning and BP neural network. J Intell Fuzzy Syst Appl Eng Technol. 2021;40(2):2121–32.10.3233/JIFS-189212Search in Google Scholar
[6] Li YR, Zang WL. Prediction and analysis of slab quality based on neural network combined with particle swarm optimization (PSO). Hrvatsko Metalursko Dru š tvo (HMD). 2021;60(1/2):15–8.Search in Google Scholar
[7] Maucher C, Werkle KT, Möhring HC. In situ defect detection and monitoring for laser powder bed fusion using a multi-sensor build platform. Procedia CIRP. 2021;104(1):146–51.10.1016/j.procir.2021.11.025Search in Google Scholar
[8] Weerasinghe NH, Lovell NH, Welsh AW, Stevenson GN. Multi – parametric fusion of 3D power Doppler ultrasound for fetal kidney segmentation using fully convolutional neural networks. IEEE J Biomed Health Inform. 2021;25(6):2050–7.10.1109/JBHI.2020.3027318Search in Google Scholar PubMed
[9] Ebel P, Meraner A, Schmitt M, Zhu XX. Multisensor data fusion for cloud removal in global and all-season sentinel-2 imagery. IEEE. 2021;59(7):5866–78.10.1109/TGRS.2020.3024744Search in Google Scholar
[10] Sandak J, Sandak A, Cocchi M. Multi-sensor data fusion and parallel factor analysis reveals kinetics of wood weathering. Talanta Int J Pure Appl Anal Chem. 2021;225:225–33.10.1016/j.talanta.2020.122024Search in Google Scholar PubMed
[11] Yao Y, Yao N, Liang C, Wei H, Song H, Wang L. Accurate measurement method of drilling depth based on multi-sensor data fusion. J Adv Comput Intell Intell Inform. 2022(3 TN.156):367–74.10.20965/jaciii.2022.p0367Search in Google Scholar
[12] Webber M, Rojas RF. Human activity recognition with accelerometer and gyroscope: A data fusion approach. IEEE Sens J. 2021;21(15):16979–89.10.1109/JSEN.2021.3079883Search in Google Scholar
[13] Li T, Zhao Z, Sun C, Yan R, Chen X. Adaptive channel weighted CNN with multisensor fusion for condition monitoring of helicopter transmission system. IEEE Sens J. 2020;20(15):8364–73.10.1109/JSEN.2020.2980596Search in Google Scholar
[14] Ma C, Mu X, Sha D. Multi-layers feature fusion of convolutional neural network for scene classification of remote sensing. IEEE Access. 2019;7(1):121685–94.10.1109/ACCESS.2019.2936215Search in Google Scholar
[15] Pan X, Zhou W, Lu Y, Sun N. Prediction of network traffic of smart cities based on DE–BP neural network. IEEE Access. 2019;7(1):55807–16.10.1109/ACCESS.2019.2913017Search in Google Scholar
[16] Gao S, Zhang B, Sun J, Jiang D. Research and application of a multi-sensor data fusion algorithm based on an improved back propagation neural network by particle swarm optimization. J Nonlinear Convex Anal. 2020;21(7):1497–510.Search in Google Scholar
[17] Tian J, Han D, Xiao L, Shi P. Multi-scale deep coupling convolutional neural network with heterogeneous sensor data for intelligent fault diagnosis. J Intell Fuzzy Syst Appl Eng Technol. 2021;41(1):2225–38.10.3233/JIFS-210932Search in Google Scholar
[18] Zhou F, Xue W. Spectrum allocation for cognitive radio networks using the fireworks algorithm. Int J Comput Syst Sci Eng. 2018;33(4):275–86.10.32604/csse.2018.33.275Search in Google Scholar
[19] Hui L, Yu J, Zhao A, Wang F, Yang X, Zhou M. Research on multi – heat – source scheduling strategy of heating system based on improved fireworks algorithm. Energy Rep. 2021;7(1):7628–39.10.1016/j.egyr.2021.08.203Search in Google Scholar
[20] Sahu KK, Nayak SC, Behera HS. Forecasting currency exchange rate time series with fireworks-algorithm-based higher order neural network with special attention to training data enrichment. Comput Sci. 2020;21(4):463–88. AGHU University of Science and Technology Press.10.7494/csci.2020.21.4.3474Search in Google Scholar
© 2023 the author(s), published by De Gruyter
This work is licensed under the Creative Commons Attribution 4.0 International License.
Articles in the same Issue
- Research Articles
- Salp swarm and gray wolf optimizer for improving the efficiency of power supply network in radial distribution systems
- Deep learning in distributed denial-of-service attacks detection method for Internet of Things networks
- On numerical characterizations of the topological reduction of incomplete information systems based on evidence theory
- A novel deep learning-based brain tumor detection using the Bagging ensemble with K-nearest neighbor
- Detecting biased user-product ratings for online products using opinion mining
- Evaluation and analysis of teaching quality of university teachers using machine learning algorithms
- Efficient mutual authentication using Kerberos for resource constraint smart meter in advanced metering infrastructure
- Recognition of English speech – using a deep learning algorithm
- A new method for writer identification based on historical documents
- Intelligent gloves: An IT intervention for deaf-mute people
- Reinforcement learning with Gaussian process regression using variational free energy
- Anti-leakage method of network sensitive information data based on homomorphic encryption
- An intelligent algorithm for fast machine translation of long English sentences
- A lattice-transformer-graph deep learning model for Chinese named entity recognition
- Robot indoor navigation point cloud map generation algorithm based on visual sensing
- Towards a better similarity algorithm for host-based intrusion detection system
- A multiorder feature tracking and explanation strategy for explainable deep learning
- Application study of ant colony algorithm for network data transmission path scheduling optimization
- Data analysis with performance and privacy enhanced classification
- Motion vector steganography algorithm of sports training video integrating with artificial bee colony algorithm and human-centered AI for web applications
- Multi-sensor remote sensing image alignment based on fast algorithms
- Replay attack detection based on deformable convolutional neural network and temporal-frequency attention model
- Validation of machine learning ridge regression models using Monte Carlo, bootstrap, and variations in cross-validation
- Computer technology of multisensor data fusion based on FWA–BP network
- Application of adaptive improved DE algorithm based on multi-angle search rotation crossover strategy in multi-circuit testing optimization
- HWCD: A hybrid approach for image compression using wavelet, encryption using confusion, and decryption using diffusion scheme
- Environmental landscape design and planning system based on computer vision and deep learning
- Wireless sensor node localization algorithm combined with PSO-DFP
- Development of a digital employee rating evaluation system (DERES) based on machine learning algorithms and 360-degree method
- A BiLSTM-attention-based point-of-interest recommendation algorithm
- Development and research of deep neural network fusion computer vision technology
- Face recognition of remote monitoring under the Ipv6 protocol technology of Internet of Things architecture
- Research on the center extraction algorithm of structured light fringe based on an improved gray gravity center method
- Anomaly detection for maritime navigation based on probability density function of error of reconstruction
- A novel hybrid CNN-LSTM approach for assessing StackOverflow post quality
- Integrating k-means clustering algorithm for the symbiotic relationship of aesthetic community spatial science
- Improved kernel density peaks clustering for plant image segmentation applications
- Biomedical event extraction using pre-trained SciBERT
- Sentiment analysis method of consumer comment text based on BERT and hierarchical attention in e-commerce big data environment
- An intelligent decision methodology for triangular Pythagorean fuzzy MADM and applications to college English teaching quality evaluation
- Ensemble of explainable artificial intelligence predictions through discriminate regions: A model to identify COVID-19 from chest X-ray images
- Image feature extraction algorithm based on visual information
- Optimizing genetic prediction: Define-by-run DL approach in DNA sequencing
- Study on recognition and classification of English accents using deep learning algorithms
- Review Articles
- Dimensions of artificial intelligence techniques, blockchain, and cyber security in the Internet of medical things: Opportunities, challenges, and future directions
- A systematic literature review of undiscovered vulnerabilities and tools in smart contract technology
- Special Issue: Trustworthy Artificial Intelligence for Big Data-Driven Research Applications based on Internet of Everythings
- Deep learning for content-based image retrieval in FHE algorithms
- Improving binary crow search algorithm for feature selection
- Enhancement of K-means clustering in big data based on equilibrium optimizer algorithm
- A study on predicting crime rates through machine learning and data mining using text
- Deep learning models for multilabel ECG abnormalities classification: A comparative study using TPE optimization
- Predicting medicine demand using deep learning techniques: A review
- A novel distance vector hop localization method for wireless sensor networks
- Development of an intelligent controller for sports training system based on FPGA
- Analyzing SQL payloads using logistic regression in a big data environment
- Classifying cuneiform symbols using machine learning algorithms with unigram features on a balanced dataset
- Waste material classification using performance evaluation of deep learning models
- A deep neural network model for paternity testing based on 15-loci STR for Iraqi families
- AttentionPose: Attention-driven end-to-end model for precise 6D pose estimation
- The impact of innovation and digitalization on the quality of higher education: A study of selected universities in Uzbekistan
- A transfer learning approach for the classification of liver cancer
- Review of iris segmentation and recognition using deep learning to improve biometric application
- Special Issue: Intelligent Robotics for Smart Cities
- Accurate and real-time object detection in crowded indoor spaces based on the fusion of DBSCAN algorithm and improved YOLOv4-tiny network
- CMOR motion planning and accuracy control for heavy-duty robots
- Smart robots’ virus defense using data mining technology
- Broadcast speech recognition and control system based on Internet of Things sensors for smart cities
- Special Issue on International Conference on Computing Communication & Informatics 2022
- Intelligent control system for industrial robots based on multi-source data fusion
- Construction pit deformation measurement technology based on neural network algorithm
- Intelligent financial decision support system based on big data
- Design model-free adaptive PID controller based on lazy learning algorithm
- Intelligent medical IoT health monitoring system based on VR and wearable devices
- Feature extraction algorithm of anti-jamming cyclic frequency of electronic communication signal
- Intelligent auditing techniques for enterprise finance
- Improvement of predictive control algorithm based on fuzzy fractional order PID
- Multilevel thresholding image segmentation algorithm based on Mumford–Shah model
- Special Issue: Current IoT Trends, Issues, and Future Potential Using AI & Machine Learning Techniques
- Automatic adaptive weighted fusion of features-based approach for plant disease identification
- A multi-crop disease identification approach based on residual attention learning
- Aspect-based sentiment analysis on multi-domain reviews through word embedding
- RES-KELM fusion model based on non-iterative deterministic learning classifier for classification of Covid19 chest X-ray images
- A review of small object and movement detection based loss function and optimized technique
Articles in the same Issue
- Research Articles
- Salp swarm and gray wolf optimizer for improving the efficiency of power supply network in radial distribution systems
- Deep learning in distributed denial-of-service attacks detection method for Internet of Things networks
- On numerical characterizations of the topological reduction of incomplete information systems based on evidence theory
- A novel deep learning-based brain tumor detection using the Bagging ensemble with K-nearest neighbor
- Detecting biased user-product ratings for online products using opinion mining
- Evaluation and analysis of teaching quality of university teachers using machine learning algorithms
- Efficient mutual authentication using Kerberos for resource constraint smart meter in advanced metering infrastructure
- Recognition of English speech – using a deep learning algorithm
- A new method for writer identification based on historical documents
- Intelligent gloves: An IT intervention for deaf-mute people
- Reinforcement learning with Gaussian process regression using variational free energy
- Anti-leakage method of network sensitive information data based on homomorphic encryption
- An intelligent algorithm for fast machine translation of long English sentences
- A lattice-transformer-graph deep learning model for Chinese named entity recognition
- Robot indoor navigation point cloud map generation algorithm based on visual sensing
- Towards a better similarity algorithm for host-based intrusion detection system
- A multiorder feature tracking and explanation strategy for explainable deep learning
- Application study of ant colony algorithm for network data transmission path scheduling optimization
- Data analysis with performance and privacy enhanced classification
- Motion vector steganography algorithm of sports training video integrating with artificial bee colony algorithm and human-centered AI for web applications
- Multi-sensor remote sensing image alignment based on fast algorithms
- Replay attack detection based on deformable convolutional neural network and temporal-frequency attention model
- Validation of machine learning ridge regression models using Monte Carlo, bootstrap, and variations in cross-validation
- Computer technology of multisensor data fusion based on FWA–BP network
- Application of adaptive improved DE algorithm based on multi-angle search rotation crossover strategy in multi-circuit testing optimization
- HWCD: A hybrid approach for image compression using wavelet, encryption using confusion, and decryption using diffusion scheme
- Environmental landscape design and planning system based on computer vision and deep learning
- Wireless sensor node localization algorithm combined with PSO-DFP
- Development of a digital employee rating evaluation system (DERES) based on machine learning algorithms and 360-degree method
- A BiLSTM-attention-based point-of-interest recommendation algorithm
- Development and research of deep neural network fusion computer vision technology
- Face recognition of remote monitoring under the Ipv6 protocol technology of Internet of Things architecture
- Research on the center extraction algorithm of structured light fringe based on an improved gray gravity center method
- Anomaly detection for maritime navigation based on probability density function of error of reconstruction
- A novel hybrid CNN-LSTM approach for assessing StackOverflow post quality
- Integrating k-means clustering algorithm for the symbiotic relationship of aesthetic community spatial science
- Improved kernel density peaks clustering for plant image segmentation applications
- Biomedical event extraction using pre-trained SciBERT
- Sentiment analysis method of consumer comment text based on BERT and hierarchical attention in e-commerce big data environment
- An intelligent decision methodology for triangular Pythagorean fuzzy MADM and applications to college English teaching quality evaluation
- Ensemble of explainable artificial intelligence predictions through discriminate regions: A model to identify COVID-19 from chest X-ray images
- Image feature extraction algorithm based on visual information
- Optimizing genetic prediction: Define-by-run DL approach in DNA sequencing
- Study on recognition and classification of English accents using deep learning algorithms
- Review Articles
- Dimensions of artificial intelligence techniques, blockchain, and cyber security in the Internet of medical things: Opportunities, challenges, and future directions
- A systematic literature review of undiscovered vulnerabilities and tools in smart contract technology
- Special Issue: Trustworthy Artificial Intelligence for Big Data-Driven Research Applications based on Internet of Everythings
- Deep learning for content-based image retrieval in FHE algorithms
- Improving binary crow search algorithm for feature selection
- Enhancement of K-means clustering in big data based on equilibrium optimizer algorithm
- A study on predicting crime rates through machine learning and data mining using text
- Deep learning models for multilabel ECG abnormalities classification: A comparative study using TPE optimization
- Predicting medicine demand using deep learning techniques: A review
- A novel distance vector hop localization method for wireless sensor networks
- Development of an intelligent controller for sports training system based on FPGA
- Analyzing SQL payloads using logistic regression in a big data environment
- Classifying cuneiform symbols using machine learning algorithms with unigram features on a balanced dataset
- Waste material classification using performance evaluation of deep learning models
- A deep neural network model for paternity testing based on 15-loci STR for Iraqi families
- AttentionPose: Attention-driven end-to-end model for precise 6D pose estimation
- The impact of innovation and digitalization on the quality of higher education: A study of selected universities in Uzbekistan
- A transfer learning approach for the classification of liver cancer
- Review of iris segmentation and recognition using deep learning to improve biometric application
- Special Issue: Intelligent Robotics for Smart Cities
- Accurate and real-time object detection in crowded indoor spaces based on the fusion of DBSCAN algorithm and improved YOLOv4-tiny network
- CMOR motion planning and accuracy control for heavy-duty robots
- Smart robots’ virus defense using data mining technology
- Broadcast speech recognition and control system based on Internet of Things sensors for smart cities
- Special Issue on International Conference on Computing Communication & Informatics 2022
- Intelligent control system for industrial robots based on multi-source data fusion
- Construction pit deformation measurement technology based on neural network algorithm
- Intelligent financial decision support system based on big data
- Design model-free adaptive PID controller based on lazy learning algorithm
- Intelligent medical IoT health monitoring system based on VR and wearable devices
- Feature extraction algorithm of anti-jamming cyclic frequency of electronic communication signal
- Intelligent auditing techniques for enterprise finance
- Improvement of predictive control algorithm based on fuzzy fractional order PID
- Multilevel thresholding image segmentation algorithm based on Mumford–Shah model
- Special Issue: Current IoT Trends, Issues, and Future Potential Using AI & Machine Learning Techniques
- Automatic adaptive weighted fusion of features-based approach for plant disease identification
- A multi-crop disease identification approach based on residual attention learning
- Aspect-based sentiment analysis on multi-domain reviews through word embedding
- RES-KELM fusion model based on non-iterative deterministic learning classifier for classification of Covid19 chest X-ray images
- A review of small object and movement detection based loss function and optimized technique