ORIGINAL RESEARCH article

Front. Chem., 03 June 2024

Sec. Analytical Chemistry

Volume 12 - 2024 | https://doi.org/10.3389/fchem.2024.1398984

Enhanced prediction of cement raw meal oxides by near-infrared spectroscopy using machine learning combined with chemometric techniques

  • 1. School of Information Science and Engineering, Shandong Normal University, Jinan, China

  • 2. Shandong University, Jinan, China

  • 3. Nanjing Forestry University, Nanjing, China

Abstract

The component analysis of raw meal is critical to the quality of cement. In recent years, near-infrared (NIR) has been emerged as an innovative and efficient analytical method to determine the oxide content of cement raw meal. This study aims to utilize NIR spectroscopy combined with machine learning and chemometrics to improve the prediction of oxide content in cement raw meal. The Savitzky-Golay convolution smoothing method is applied to eliminate noise interference for the analysis of calcium carbonate (), silicon dioxide (), aluminum oxide (), and ferric oxide () in cement raw materials. Different wavelength selection techniques are used to perform a comprehensive analysis of the model, comparing the performance of several wavelength selection techniques. The back-propagation neural network regression model based on particle swarm optimization algorithm was also applied to optimize the extracted and screened feature wavelengths, and the model prediction performance was checked and evaluated using and RMSE. In conclusion, the results indicate that NIR spectroscopy in combination with ML and chemometrics has great potential to effectively improve the prediction performance of oxide content in raw materials and highlight the importance of modeling and wavelength selection techniques. By enabling more accurate and efficient determination of oxide content in raw materials, NIR spectroscopy coupled with meta-modeling has the potential to revolutionize quality assurance practices in cement manufacturing.

1 Introduction

Cement is an indispensable building material, which is widely used in the fields including marine engineering, environmental protection, harbor construction, and machinery industry (; ). However, unqualified cement products may reduce the safety performance of building structures, leading to safety accidents and property losses. To produce high-quality cement, it is necessary to ensure both the stability and suitability of raw materials during the batching process. The main components of cement raw material are calcium carbonate, silicon dioxide, aluminum oxide, and ferric oxide (; ). The quality of the raw material is measured by the three process parameters calculated from the content of these four oxides. Accurate determination of the oxide content of the raw material is critical for ensuring the quality of cement products.

Near-infrared spectrometry is the combination of spectroscopic technology and chemometrics, enabling rapid quantitative analysis of the components of the samples without extra consumptions (). 2020, Puneet Mishra et al. Accurately measured potassium and nitrogen content in dried pepper leaves using near-infrared spectroscopy combined with wavelength selection technique (); 2019, Yang ZF et al. Rapid determination of oxides in cement raw meal using near-infrared spectroscopy combined with synergistic interval partial least squares method. 2023 Suleiman A. Haruna et al. Near-infrared spectroscopy combined with multivariate calibration analysis was employed for the rapid and simultaneous quantitative determination of phenolic compounds in peanut seeds (). NIR spectroscopy has the advantages of rapid determination, improved prediction accuracy, and non-destructiveness, and is applicable to a wide range of sample types, making it an important analytical tool in many fields (; ). Using near-infrared spectroscopy can quickly and accurately determine the content of calcium carbonate, silicon dioxide, aluminum oxide, and ferric oxide of cement raw materials—the aforementioned four active ingredients. This provides timely guidance on the raw material batching process, ensuring low-cost and environmentally friendly operation of the production line ().

In the determination of the oxide content of cement raw material samples, spectra were collected in the wavenumber range of 1000–2500 nm. The obtained spectral matrix had high dimensionality and contained a large number of wavenumber variables (3,112 in total), leading to irrelevance of some wavenumber variables to the oxide content, and overlapping and redundancy of information. This led to complexity in spectral analysis and low accuracy of quantitative calibration models. Previous research has demonstrated that constructing models based on effective wavelengths yields superior performance compared to those utilizing the full spectrum (). Thus, wavelength selection holds considerable significance in the process of model building. To address this issue, this study compares several wavelength selection techniques to effectively improve model prediction performance, including the successive projections algorithm (SPA) (), uninformative variable elimination (UVE) (), competitive adaptive reweighted sampling (CARS) (; ; ), intervals random frog hopping (iRF) (), and wavelength division multiple access (VIP) (). An integrated learning approach was employed for model building to enhance the predictive performance of the regression model. Four different regression algorithms were selected: Bayesian-based regression prediction model, regression prediction model based on LSBoost algorithm of integrated model, data regression prediction model based on Random Forest algorithm, and prediction model based on linear regression algorithm. In order to effectively combine the benefits of these algorithms, we constructed a particle swarm optimization (PSO)-based neural network as a meta-learner using their outputs as inputs (; ). By introducing the meta-learner, it is expected that the system will effectively learn how to further fuse the outputs of the base learner to improve the model performance.

This study aimed to investigate the advantage of combining near-infrared spectroscopy with machine learning and chemometrics methods to improve the quantitative prediction of oxide content in raw cement. Machine learning and chemometrics algorithms were used to preprocess spectral data, extract wavelengths closely associated with four oxides. Predictive models were constructed through meta-modeling to significantly improve the accuracy of the assessment of oxide content in raw cement. This study emphasizes the significance of wavelength selection techniques and modeling approaches in enhancing the precision of NIR spectroscopic data. Utilizing these strategies helps mitigate the influence of environmental factors on NIR spectroscopic analysis results.

2 Materials and methods

2.1 Cement sample

In this study, raw cement powder samples were obtained from two sources: the Shandong Qufu Zhonglian Cement Factory and the Shandong Linyi Zhonglian Cement Factory, totaling 197 samples. The spectra of these raw material samples were collected using a near-infrared (NIR) spectroscopy detection system. The reference background was made of polytetrafluoroethylene (PTFE), with the number of scans set at 64 and the spectral resolution set at 4 . The spectral collection range was 1,000–2,500 nm. During spectral acquisition, the room temperature was maintained between 24–26°C, indoor humidity was kept between 45% and 55%, and the reference background was re-acquired after every six samples to minimize the influence of ambient temperature and humidity on the spectra.

2.2 Spectral data preprocessing

NIR spectrometers typically produce high-dimensional data that include noise contamination and baseline drift caused by the equipment or external factors (). Constructing quantitative calibration models directly from such spectral data is computationally complex and can be time-consuming. Noise and irrelevant information can compromise the accuracy and robustness of the calibration model (). To address this, data preprocessing to remove such interferences is crucial. In this study, the Savitzky-Golay () convolution smoothing method was applied to reduce noise in the spectra.

2.3 Models development and hyperparameters tuning

For robust model development and evaluation, we randomly split the processed data into two subsets at a 70–30 ratio. The training set consisted of 70% of the data, and the test set comprised the remaining 30%. The training set was used for calibration applying four different modeling algorithms: a Bayesian regression-based prediction model, an integrated model utilizing the LSBoost algorithm, a data regression prediction model with the Random Forest algorithm, and a linear regression algorithm. To enhance the model’s predictive performance, we employed a Particle Swarm Optimization (PSO) neural network as the optimization algorithm for hyperparameter tuning (HT). Subsequently, we assessed the fine-tuned model using an independent test set to evaluate its generalization capacity and predictive accuracy. This comprehensive testing procedure aimed to ensure the reliability and precision of the models under development. For improved data analysis and modeling performance, all computational procedures were conducted using MATLAB version 2023b.

2.4 Wavelength selection

The goal of feature wavenumber variable selection is to identify the optimal subset of features from the full range of wavenumber variables in the NIR spectrum to achieve specific objectives, eliminating redundant variables to enhance the model’s prediction accuracy. In this study, we applied five different wavelength selection techniques, each optimizing the model, and ultimately selected the best one.

The Competitive Adaptive Reweighted Sampling (CARS) algorithm (; ; ) is a high-performance and efficient variable selection method based on the Darwinian principle of “survival of the fittest.” The algorithm selects wavelength points with larger absolute values of regression coefficients in the model through an Adaptive Reweighted Sampling (CARS) technique, eliminates wavelength points with smaller weights, and selects the subset with the smallest RMSECV values, effectively identifying the best combination of variables. The principle of the method is to add or remove variables iteratively to optimize the performance metrics of the model. In each iteration, the performance of the model is evaluated, and the optimal subset of variables is selected based on the RMSE. Specifically, the performance of each subset of variables is evaluated using cross-validation and the optimal number of variables is selected based on the cross-validation results.

The Successive Projection Algorithm (SPA) is a linear projection method for feature selection, commonly used for dimensionality reduction of multivariate data (; ). SPA is founded on the concept of projection in multivariate statistics and selects variables that have the largest contribution to the target variables through repeated projection operations to form a progressively increasing subset of variables. After each projection, cross-validation is used to assess the performance of the model and a decision is made based on the cross-validation results whether to continue adding variables or to stop adding variables to achieve the optimal number of variables. This ensures that the SPA algorithm selects a subset of variables that minimizes model complexity while maintaining model performance.

The main objective of the Uninformative Variable Elimination (UVE) algorithm is to exclude variables that do not provide information relevant to the target variable (). The algorithm progressively removes variables that do not significantly contribute to the model’s performance by evaluating their informative contribution. The advantage of UVE is that it simplifies the model and reduces unnecessary features, thereby mitigating the risk of overfitting and enhancing the model’s generalization capacity. Based on cross-validation, the optimal number can be determined by progressively removing variables that contribute less to model performance and observing whether model performance improves.

The Interval Random Frog (iRF) begins with a randomly selected subset of wavelengths, and a new subset of wavelengths is generated based on the previous subset, being accepted with a certain probability. This step is looped through N iterations to select the interval subset. In each iteration, a new subset is generated based on the previous subset and the model is trained using the training set, and then the performance of the current subset is evaluated using the test set. Repeat for several iterations and select the number of subsets with the best performance based on the cross-validation results.

Variable Importance in Projection (VIP) is a technique in multivariate data analysis that assesses the importance of each input variable to the output variable, facilitating the selection of the most relevant subset of variables. Based on cross-validation, the VIP algorithm was used on the training set to assess the importance of the variables and to rank or filter the variables. The model performance is evaluated using the test set and the process is repeated several times to ensure the stability of the results. Finally, the number of variables with the best performance is selected based on the cross-validation results.

2.5 Mate-modeling

Meta-modeling (MM) is a powerful Machine Learning (ML) strategy that generates high-performance, stable, and robust models by combining multiple weakly calibrated predictions. This process is illustrated in Figure 1 and can be summarized as follows:

FIGURE 1

Firstly, four different modeling approaches were used to construct the spectral model. These include a Bayesian-based regression prediction model (), a regression prediction model based on the LSBoost algorithm (; ), a data regression prediction model using the Random Forest algorithm (), and a prediction model based on the linear regression algorithm (). Each sub-model was constructed using data that had undergone spectral preprocessing and wavelength selection to capture diverse information comprehensively. Secondly, a new calibration, the meta-model, was created using a Particle Swarm Optimization Backpropagation Neural Network (PSO-BPNN). This meta-model aims to integrate predictions from the four sub-models by linearly combining them to improve the accuracy and predictive power of the final model.

The developed meta-model predicts the desired response by combining the predictions of the sub-models. The advantage of this approach is that it leverages complementary information from different modeling methods, leading to a more comprehensive and robust predictive model.

2.6 Models evaluation

Evaluating a model’s performance is crucial for ensuring the accuracy and reliability of its predictions. Different evaluation methods provide a comprehensive understanding of the model’s performance in various aspects, which guides model tuning and improvement more effectively. is commonly used to measure the linear correlation between two variables, assessing how well the model accounts for variability in the observed data. It can take values between −1 and 1. A value of closer to one indicates better model performance in explaining data variability, while a value closer to −1 suggests a lower validity of the model. RMSE measures the discrepancy between the model’s predicted values and the actual observed values and is defined as the square root of the mean sum of squares of the residuals. A smaller RMSE value signifies more accurate model predictions. Unlike , RMSE focuses on the magnitude of the specific error, providing a more intuitive reflection of the distance between model predictions and actual observations.where , , , and N represent the measured values, the average of all measured values, the predicted values, and the total number of samples, respectively

3 Results and discussion

3.1 Calibration and validation set

After preprocessing the data and applying wavelength selection techniques, we divided the 197 spectra, which span the full concentration range covered by all samples, into two subsets: a training set and a test set. The training set, comprising 158 samples, was used for model construction, while the test set, containing 39 samples, was employed to assess the developed model’s robustness. We allocated approximately four-fifths of the total samples to the training set and the remainder to the test set to ensure coverage across the oxide concentration calibration set and validate the entire range. This allocation indicates a proper sample distribution. Given that variations in cement types can pose significant challenges to the industry, our focus was on constructing an accurate and robust predictive model. The development of this model will not only facilitate a better understanding of cement composition and properties but will also serve as a robust tool for addressing practical challenges posed by changing cement varieties. The primary goal of this work is to guarantee that the model’s predictive power is sufficiently robust to handle a diverse range of cement samples, thus supporting the future advancement of the cement industry.

3.2 Spectral preprocessing

The penetration depth of short-wave NIR is generally understood to be greater than that of long-wave NIR. In this study, we selected the spectral data within the wavelength range of 1,000–2,500 nm for further analysis to reduce its impact on the detection of oxide content in cement raw materials (). As depicted in Figure 2, the spectral signals of the 197 cement raw materials may exhibit slight variations due to differences in particle size, moisture content, and particle surface state, resulting in noticeable noise. By using the Savitzky-Golay convolutional smoothing method, the smoothing and noise reduction process is performed, resulting in an improved signal-to-noise ratio.

FIGURE 2

3.3 Wavelength selection

Wavelength selection techniques are instrumental in reducing data dimensionality, computational complexity and enhancing model efficiency. The selected wavelengths can improve the model’s ability to perceive key features, thereby improving prediction performance. The choice of the appropriate wavelength selection technique should consider the specific application requirements and the data characteristics.

The spectrograms of the four pure oxides (, , and ) showed multiple absorption peaks, a spectral feature that allowed us to analyze and evaluate the correlation between the chemical values and the spectra of the raw cement samples. Calcium carbonate samples show more obvious absorption peaks around 5,110 and 7,080 , and weak absorption peaks around 4,270 . Silicon dioxide samples show significant absorption peaks around 5,190 and 4,500 . The absorption peaks of the aluminum trioxide sample were around 5,190 and 7,200 , and also shows a weak absorption peak around 4,470 . The absorption peaks of ferric oxide are only slightly visible around 5,160 and 4,520 . Based on these observations, it can be determined that the absorption peaks near 7,200 and 5,200 are mainly caused by the vibration of H2O and Al2O3 molecules, the stronger absorption peak at 4,300 is caused by the vibration of molecules, and the weaker absorption peak at 4,500 is caused by the superposition effect of the vibration of , and molecules. The weak absorption peak at 4,500 is due to the superposition effect of , and molecules ().

Figure 3 shows the variation of RMSE with the increase of the number of selected variables under the competitive adaptive variable selection method. The cases of , and are similar in that the RMSE exhibits a significant decreasing trend in the initial stage with the increase of the number of variables, indicating that the increase of the number of variables contributes to the improvement of the model’s prediction performance. But with the further increase in the number of variables, the decrease in RMSE begins to slow down and the RMSE no longer decreases significantly near the number of about 50 variables but shows a smooth or slightly increasing trend. This suggests that adding more variables near the selection of 50 variables does not significantly improve the predictive performance of the model, but instead may introduce noise or unnecessary complexity. For , the RMSE shows a decreasing trend with the increase in the number of variables and reaches a minimum at about 45 variables, after which it starts to rise smoothly. For , on the other hand, the lowest RMSE is presented at a number of variables of about 70, indicating that the performance of the model can be significantly improved by choosing a number of variables of 70.

FIGURE 3

The application of WS techniques significantly enhances model performance, as demonstrated in Table 1. The CARS algorithm effectively reduces the number of wavelengths (NWL) from 3,112 to under 100; the IRF algorithm decreases the NWL to less than 132; the SPA algorithm to under 118; and both the UVE and VIP algorithms to fewer than 90 wavelengths. This reduction correlates with an enhancement in model prediction quality. The efficacy of various wavelength selection techniques is summarized in Table 1. Notably, CARS outperforms SPA, UVE, IRF, and VIP in predicting all four oxides in cement raw materials. CARS selects the fewest wavelengths, with counts of 47 for and , 54 for , and 73 for . Remarkably, and achieve the lowest RMSEP with only 47 discrete wavelengths.

TABLE 1

OxidesAlgorithmsWLsRMSERPD
SPA750.86840.24312.7348
UVE860.80350.28362.3785
VIP730.85570.26672.2324
iRF550.84200.27103.0282
CARS470.94890.18193.6482
SPA1180.86440.22342.5256
UVE700.86310.23102.6784
VIP870.85360.25322.7633
IRF550.70440.28062.0363
CARS470.93170.18003.5327
SPA1050.89320.11823.2472
UVE470.87300.12853.0235
VIP900.89060.11753.2036
IRF650.82120.12042.3268
CARS540.93090.10043.5242
SPA940.68450.07882.2547
UVE830.63740.13412.0336
VIP740.62300.07642.3656
IRF1320.65460.18172.3265
CARS730.76540.02282.9563

A summary of model and several wavelength selection techniques for four dioxides. Lowest RMSEP (Root Mean Square Error of Prediction) was used to identify the best performing model. Using RPD (Relative Prediction Deviation) to assess the accuracy and reliability of spectral prediction models.

Following the combined SG preprocessing and CARS wavelength selection, the best model for utilized the most informative wavelengths with Rp = 0.9489 and RMSEP = 0.1819. Similarly, for , , and , the best models’ post-SG + CARS exhibited Rp = 0.9317, RMSEP = 0.1800; Rp = 0.9309, RMSEP = 0.1004; and Rp = 0.7654, RMSEP = 0.0228, respectively. The value of RPD is between 2.0 and 3.6 and the model has a good predictive ability. Models developed with the CARS algorithm demonstrated superior predictive performance over those using other wavelength selection techniques, indicating that CARS is more adept at selecting informative variables that enhance model accuracy.

3.4 The potential of meta-modeling

Meta-modeling leverages the collective strengths of multiple independent models to improve overall performance significantly (). This integration, which may involve techniques like weighted averaging or model ensembling, endows the final meta-model with enhanced generalization capabilities. Meta-modeling achieves a balance between various aspects of the individual models by leveraging their strengths and mitigating their weaknesses, leading to more robust and comprehensive models (). This balance is derived from an in-depth understanding of each model’s performance and characteristics. By combining multiple models, meta-modeling more effectively discerns patterns and relationships within the data, which bolsters prediction accuracy for unknown data. The goal of applying meta-modeling is to elevate predictive performance, striving for models that are both more accurate and reliable.

In this study, a novel approach was employed to determine the content of four oxides in cement raw materials. NIRS within the 1,000–2,500 nm wavelength range was explored using NIR spectroscopic detection techniques aligned with ML and chemometrics (; ; ). This range was selected due to the presence of numerous oxide-sensitive absorption bands, especially near wavelengths 1,389, 1,600, 1926, 1956, and 2,222. The results achieved with this methodology show a high correlation with the reference method. Furthermore, the study incorporates a wavelength selection technique using the CARS algorithm, which effectively eliminates the influence of redundant and irrelevant variables (; ), thus optimizing experimental outcomes. These techniques are instrumental in refining method accuracy by minimizing the impact of confounding variables.

Overall, the accurate and reliable determination of oxide content in cement raw meal has been successfully achieved through the integration of near-infrared NIR, ML, and chemometrics techniques. This research represents a significant advancement in the field of industrial analysis, offering an innovative method for the accurate analysis of complex substances. The successful application of this integrated technique is expected to not only enhance the monitoring of key components in industrial production but also to provide a practical and effective tool for process control and optimization. This will, in turn, contribute to improved production efficiency and quality management.

4 Discussion

4.1 Integration of meta-modeling approach

The introduction of a meta-modeling approach marks a significant advancement in the prediction of oxide content in cement raw meal using near-infrared (NIR) spectroscopy. By combining the outputs of four distinct modeling techniques—Bayesian regression, LSBoost regression, Random Forest regression, and linear regression—our meta-model leverages the strengths of each individual model while mitigating their weaknesses. This amalgamation of diverse modeling strategies not only enhances the accuracy and robustness of predictions but also provides a comprehensive understanding of the spectral data.

4.2 Advantages of meta-modeling

The meta-modeling approach offers several advantages over conventional modeling techniques. Firstly, it capitalizes on the complementary information extracted by different modeling algorithms, thereby enriching the predictive capacity of the final model. Secondly, by integrating multiple weakly calibrated predictions, the meta-model produces more stable and reliable results, reducing the risk of overfitting and improving generalization to unseen data. Additionally, the meta-model is adaptable to various datasets and can accommodate different modeling assumptions and data characteristics.

4.3 Comparison with previous research (SPORT method)

In comparison to our previous work on the Sequential Preprocessing through Orthogonalization (SPORT) method, which focused on preprocessing techniques to enhance prediction accuracy, the current study represents a paradigm shift towards a meta-modeling framework. While SPORT demonstrated commendable performance in minimizing scattering effects and enhancing preprocessing selectivity, its scope was limited to data preprocessing. In contrast, the meta-modeling approach presented here extends beyond preprocessing to integrate outputs from multiple modeling techniques, offering a more comprehensive solution to improve predictive performance.

4.4 Implications for cement industry and beyond

The findings of this study hold significant implications for the cement industry, particularly in the realm of quality control and process optimization. By enabling more accurate and efficient determination of oxide content in raw materials, NIR spectroscopy coupled with meta-modeling has the potential to revolutionize quality assurance practices in cement manufacturing. Moreover, the methodological framework developed in this research can be extrapolated to other materials analysis fields, opening new avenues for nondestructive techniques in various scientific disciplines.

4.5 Future directions

While the current study represents a significant advancement in predictive modeling for oxide content in cement raw meal, several avenues for future research warrant exploration. Firstly, further refinement of the meta-model architecture and exploration of alternative modeling algorithms could enhance predictive performance. Additionally, investigating the applicability of the meta-modeling approach to other spectroscopic techniques and industrial processes would broaden its utility and relevance. Furthermore, longitudinal studies tracking the performance of the meta-model in real-world cement production settings would provide valuable insights into its practical efficacy and scalability.

5 Conclusion

This study integrates ML, chemometrics, and NIRS for the rapid determination of four major oxides (calcium oxide, silicon dioxide, alumina, and ferric oxide) in raw cement powder. A comparison of five different WS techniques provides experimental evidence that competitive CARS algorithms yield optimal results. They effectively reduce the dimensionality of spectral data, facilitating the removal of noise and interferences irrelevant to the modeling process. This enhances model efficiency and reduces the computational load. Additionally, meta-modeling introduces a robust framework that successfully reduces the risk of overfitting and improves the model’s generalization to unseen data by integrating predictions from multiple models. This integrated approach significantly boosts the overall performance of the models, thereby increasing the accuracy and reliability of oxide content assessment in cement raw meal. By leveraging the strengths of individual sub-models, meta-modeling delivers a more dependable and robust solution for complex analytical tasks and varied data distributions.

Statements

Data availability statement

The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: http://doi.org/10.6084/m9.figshare.25375288.

Author contributions

YZ: Formal Analysis, Investigation, Methodology, Software, Writing–original draft, Writing–review and editing. ZY: Funding acquisition, Resources, Writing–review and editing. YW: Funding acquisition, Writing–review and editing. XG: Formal Analysis, Writing–review and editing, Funding acquisition. JZ: Funding acquisition, Writing–review and editing. HX: Data curation, Funding acquisition, Resources, Writing–review and editing.

Funding

The author(s) declare that financial support was received for the research, authorship, and/or publication of this article. This work was founded by the Natural Science Foundation of Shandong Province (ZR202102180057, ZR2021QF135, ZR202102260013), the Double Innovation Doctor of Jiangsu Province (grant number JSSCBS20220698), the Basic Science (Natural Science) Research General Projects in Higher Education Institutions of Jiangsu Province (grant number: 23KJB130007), the “Young Innovation Team Program” of Shandong Provincial University (No. 2022KJ250), Postdoctoral Innovation Project of Shandong Province: SDCX-ZG-202203036, Shandong Provincial Natural Science Foundation: ZR2022QF038, National Natural Science Foundation of China (62303272, 62302279, 62272283), New Twentieth Items of Universities in Jinan (2021GXRC049).

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

  • 1

    AbderrahimD.TaoufiqS.BouchaibI.RabieR. (2023). Enhancing tomato leaf nitrogen analysis through portable NIR spectrometers combined with machine learning and chemometrics. Chemom. Intelligent Laboratory Syst.240, 104925. 10.1016/j.chemolab.2023.104925

  • 2

    BećK. B.GrabskaJ.HuckC. W. (2020). Near-infrared spectroscopy in bio-applications. Molecules25 (12), 2948. 10.3390/molecules25122948

  • 3

    CaiW.LiY.ShaoX. (2008). A variable selection method based on uninformative variable elimination for multivariate calibration of near-infrared spectra. Chemom. intelligent laboratory Syst.90 (2), 188194. 10.1016/j.chemolab.2007.10.001

  • 4

    CassonA.BeghiR.GiovenzanaV.FiorindoI.TugnoloA.GuidettiR. (2020). Environmental advantages of visible and near infrared spectroscopy for the prediction of intact olive ripeness. Biosyst. Eng.189, 110. 10.1016/j.biosystemseng.2019.11.003

  • 5

    da Silva MedeirosM. L.LimaA. F.GonçalvesM. C.GodoyH. T.BarbinD. F. (2023). Portable near-infrared (NIR) spectrometer and chemometrics for rapid identification of butter cheese adulteration. Food Chem.425, 136461. 10.1016/j.foodchem.2023.136461

  • 6

    DongJ.WuW.GaoY.WangX.SiP. (2020). Deep reinforcement learning based worker selection for distributed machine learning enhanced edge intelligence in internet of vehicles. Intelligent Converged Netw.1 (3), 234242. 10.23919/ICN.2020.0015

  • 7

    DowdP. W. (1991). High performance interprocessor communication through optical wavelength division multiple access channels. Int. Symposium Comput. Architecture.IEEE. 10.1145/115952.115963

  • 8

    FengY. C.NiZ.HuC. Q. (2014). Variable selection in near infrared spectroscopy for quantitative models of homologous analogs of cephalosporins. J. Innovative Opt. Health ences7 (04), 1450005. 10.1142/S1793545814500059

  • 9

    FriedmanJ. H. (2000). Greedy function approximation: a gradient boosting machine. Ann. Statistics29 (5). 10.1214/aos/1013203451

  • 10

    FuJ.YuH. D.ChenZ.YunY. (2022). A review on hybrid strategy-based wavelength selection methods in analysis of near-infrared spectral data. Infrared Phys. Technol.125, 104231. 10.1016/j.infrared.2022.104231

  • 11

    GadA. G. (2022). Particle swarm optimization algorithm and its applications: a systematic review. Archives Comput. methods Eng.29 (5), 25312561. 10.1007/s11831-021-09694-4

  • 12

    GaltonF. (1886). Regression towards mediocrity in hereditary stature. J. Anthropol. Inst. G. B. Irel.15, 246263. 10.2307/2841583

  • 13

    HarunaS. A.LiH.WeiW.GengW.LuoX.ZareefM.et al (2023). Simultaneous quantification of total flavonoids and phenolic content in raw peanut seeds via NIR spectroscopy coupled with integrated algorithms. Spectrochimica Acta Part A Mol. Biomol. Spectrosc.285, 121854. 10.1016/j.saa.2022.121854

  • 14

    HastieT.TaylorJ.TibshiraniR.WaltherG. (2007). Forward stagewise regression and the monotone LASSO. Electron. J. Statistics1, 1. 10.1214/07-EJS004

  • 15

    HeX.HuanyuE.DingG. (2023). Development of a CH 2-dependent analytical method using near-infrared spectroscopy via the integration of two algorithms: non-dominated sorting genetic-II and competitive adaptive reweighted sampling (NSGAII-CARS). Anal. Methods15 (10), 12861296. 10.1039/d2ay02072f

  • 16

    HouhouR.BocklitzT. (2021). Trends in artificial intelligence, machine learning, and chemometrics applied to chemical data. Anal. Sci. Adv.2 (3-4), 128141. 10.1002/ansa.202000162

  • 17

    KhanI.ZhangX.AyyasamyR. K.AliR. (2023). AutoFe-sel: a meta-learning based methodology for recommending feature subset selection algorithms. KSII Trans. Internet and Inf. Syst.17 (7). 10.3837/tiis.2023.07.002

  • 18

    KhatibisepehrS.HuangB.KhareS. (2013). Design of inferential sensors in the process industry: a review of Bayesian methods. J. Process Control23 (10), 15751596. 10.1016/j.jprocont.2013.05.007

  • 19

    KumarK. (2021). Competitive adaptive reweighted sampling assisted partial least square analysis of excitation-emission matrix fluorescence spectroscopic data sets of certain polycyclic aromatic hydrocarbons. Spectrochimica Acta Part A Mol. Biomol. Spectrosc.244, 118874. 10.1016/j.saa.2020.118874

  • 20

    LiaoY.FanY.ChengF.et al (2010). Application of successive projections algorithm to nondestructive determination of pork pH value. Nongye Gongcheng Xuebao/Transactions Chin. Soc. Agric. Eng.10.3969/j.issn.1002-6819.2010.z1.067

  • 21

    MishraP.HerrmannI.AngileriM. (2021). Improved prediction of potassium and nitrogen in dried bell pepper leaves with visible and near-infrared spectroscopy utilising wavelength selection techniques. Talanta225, 121971. 10.1016/j.talanta.2020.121971

  • 22

    MohamadN.MuthusamyK.EmbongR.KusbiantoroA.HashimM. H. (2022). Environmental impact of cement production and Solutions: a review. Mater. Today Proc.48, 741746. 10.1016/j.matpr.2021.02.212

  • 23

    PangL.WangL.YuanP.YanL.XiaoJ. (2022). Rapid seed viability prediction of Sophora japonica by improved successive projection algorithm and hyperspectral imaging. Infrared Phys. Technol.123, 104143. 10.1016/j.infrared.2022.104143

  • 24

    QinY.SuC.ChuD.ZhangJ.SongJ. (2023). A review of application of machine learning in storm surge problems. J. Mar. Sci. Eng.11 (9), 1729. 10.3390/jmse11091729

  • 25

    sabonaJ.ImoizeA. L.KimY. (2022). Machine learning-based boosted regression ensemble combined with hyperparameter tuning for optimal adaptive learning. Sensors22 (10), 3776. 10.3390/s22103776

  • 26

    SiL.NiH.PanD.ZhangX.XuF.WuY.et al (2021). Nondestructive qualitative and quantitative analysis of Yaobitong capsule using near-infrared spectroscopy in tandem with chemometrics. Spectrochimica Acta Part A Mol. Biomol. Spectrosc.252, 119517. 10.1016/j.saa.2021.119517

  • 27

    StatisticsL. B.BreimanL. (2001). Random forests. Mach. Learn.45, 532. 10.1023/a:1010933404324

  • 28

    WangH. P.ChenP.DaiJ. W.LiuD.LiJ. Y.XuY. P.et al (2022). Recent advances of chemometric calibration methods in modern spectroscopy: algorithms, strategy, and related issues. TrAC Trends Anal. Chem.153, 116648. 10.1016/j.trac.2022.116648

  • 29

    WangK.DuW.LongJ. (2020). Near-infrared wavelength-selection method based on joint mutual information and weighted bootstrap sampling. IEEE Trans. Industrial Inf.16 (9), 58845894. 10.1109/TII.2020.2972351

  • 30

    WangZ.WangX.WanJ. B.XuF.ZhaoN.ChenM. (2021). Optical imaging in the second near infrared window for vascular bioimaging. Small17 (43), 2103780. 10.1002/smll.202103780

  • 31

    XiaZ.YangJ.WangJ.WangS.LiuY. (2020). Optimizing rice near-infrared models using fractional order Savitzky–Golay derivation (FOSGD) combined with competitive adaptive reweighted sampling (CARS). Appl. Spectrosc.74 (4), 417426. 10.1177/0003702819895799

  • 32

    XiaoH.YangZ.ZhangL.FengD.ZhangF.JiangM.et al (2019). Compositional analysis of cement raw meal by near-infrared (NIR) spectroscopy. Anal. Lett.52 (2), 29312937. 10.1080/00032719.2019.1628248

  • 33

    XiaoboZ.JiewenZ.PoveyM. J. W.HolmesM.HanpinM. (2010). Variables selection methods in near-infrared spectroscopy. Anal. Chim. Acta667 (1-2), 1432. 10.1016/j.aca.2010.03.048

  • 34

    XingZ.DuC.ShenY.MaF.ZhouJ. (2021). A method combining FTIR-ATR and Raman spectroscopy to determine soil organic matter: improvement of prediction accuracy using competitive adaptive reweighted sampling (CARS). Comput. Electron. Agric.191, 106549. 10.1016/j.compag.2021.106549

  • 35

    XuX.RenM.CaoJ.WuQ.LiuP.LvJ. (2020). Spectroscopic diagnosis of zinc contaminated soils based on competitive adaptive reweighted sampling algorithm and an improved support vector machine. Spectrosc. Lett.53 (2), 8699. 10.1080/00387010.2019.1696828

  • 36

    YamashitaK.MinamiS. (1969). Evaluation of numerical filters for smoothing spectroscopic data. Jpn. J. Appl. Phys.8 (12), 1505. 10.1143/jjap.8.1505

  • 37

    YanX.CaoZ.MurphyA.QiaoY. (2022). An ensemble machine learning method for microplastics identification with FTIR spectrum. J. Environ. Chem. Eng.10 (4), 108130. 10.1016/j.jece.2022.108130

  • 38

    YangG.ZhaoJ.WangY. (2022). Durability properties of sustainable alkali-activated cementitious materials as marine engineering material: a review. Mater. Today Sustain.17, 100099. 10.1016/j.mtsust.2021.100099

  • 39

    YangZ.XiaoH.ZhangL.FengD.ZhangF.JiangM.et al (2020). Fast determination of oxides content in cement raw meal using NIR spectroscopy combined with synergy interval partial least square and different preprocessing methods. Measurement149, 106990. 10.1016/j.measurement.2019.106990

  • 40

    ZhangY. Z.WangY.ZhaoZ.ZhangL.XiaoH. (2023). Improved prediction of oxide content in cement raw meal by near-infrared spectroscopy using sequential preprocessing through orthogonalization (SPORT). Anal. Lett.57, 16781688. 10.1080/00032719.2023.2266070

  • 41

    ZhongQ.XueS.WangZ.et al (2013). Environmental and economic dispatch model for smart microgrid based on shuffled frog leap algorithm optimized by random Nelder Mead. Przeglad Elektrotechniczny89 (3B), 147151.

Summary

Keywords

machine Learning, near-infrared (NIR) spectroscopy, cement raw meal, oxides determination, meta-model

Citation

Zhang Y, Yang Z, Wang Y, Ge X, Zhang J and Xiao H (2024) Enhanced prediction of cement raw meal oxides by near-infrared spectroscopy using machine learning combined with chemometric techniques. Front. Chem. 12:1398984. doi: 10.3389/fchem.2024.1398984

Received

11 March 2024

Accepted

13 May 2024

Published

03 June 2024

Volume

12 - 2024

Edited by

Paolo Oliveri, University of Genoa, Italy

Reviewed by

Licarion Pinto, Rio de Janeiro State University, Brazil

Chunfen Jin, Honeywell UOP, United States

Updates

Copyright

*Correspondence: Hang Xiao,

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics