Abstract
Introduction:
Electromagnetic wave absorption materials reduce incoming wave energy, with machine learning focusing on data-driven design methods. Traditional multi-objective regression methods often fail to provide accurate component predictions, limiting their performance.
Method:
We propose a multi-objective predictive model for absorbent compositions. Using single-variable predictions as cumulative features in a regression chain improves feature representation. Performance metrics identify the optimal predictor variables for material composition, aiding in the classification of carbon nanotubes based on required performance and predicted values.
Result and discussion:
Experimental results indicate that the model achieves better and mean squared error for carbon nanotubes, carbon black, and carbon fiber than other methods, with optimal Accuracy and Matthews Correlation Coefficient in classifying carbon nanotubes, validating the method for material composition design.
1 Introduction
Electromagnetic wave absorption (EWA) materials have become widely used in various applications ; ; . EWA materials capture electromagnetic waves, converting them into heat energy and reducing the negative effects of electromagnetic radiation . The absorbing material is made by combining a substrate with an absorbing agent, and a fixed thickness of a single layer of absorbing material will only provide effective absorption in certain frequency bands . Due to the low density and tunable conductivity of EWA materials, how to effectively predict the properties and compositions using data-driven methods is a key research focus in materials science and artificial intelligence .
Machine learning has progressed in material design. developed a machine learning system for discovering new copper alloys, utilizing error feedback to enable bidirectional design of properties and components to meet specific tensile strength and electrical conductivity requirements. suggested using interpretable techniques for thin film preparation and SHAP analysis to identify units that influence water permeability positively and negatively. Machine learning has made strides in crystal graph networks and lens images, but it mainly depends on rich features. Predicting the property-composition of carbon-related EWA materials requires finite characteristic dimensions for designing associated variables. The traditional multi-objective regression method for predicting material composition and properties encounters the following challenges.
Feature Limitation. The prediction of EWA materials is constrained by limited features, typically thickness, mass fraction, and operating frequency. It is crucial to utilize data analysis or model prediction to expand the range of potential features to improve model predictions.
Chain Sequence. The order of the prediction chain impacts results. Two main methods for constructing prediction chains are the dependent correlation coefficient and exhaustive link averaging . Applying the prediction performance to obtain effective values during linking can improve composition design accuracy.
To solve the above two problems, a performance-based multi-object method (GBDT Performanced-guided Cumulative Chain, GPCC) was proposed to achieve numerical and categorical component prediction of EWA materials. To enhance the data features, we introduce the predicted value of a single feature within a multi-object framework, thereby reducing the impact of accumulated prediction errors. For the prediction chain of composition, we evaluated each variable in the training set and averaged the top
variables to predict thickness, mass fraction, and working frequency. GPCC also utilizes these predicted variables to classify carbon nanotube materials. The contributions are as follows.
• A predictive accumulation strategy optimizes input features in a multi-objective framework. Due to limitations on available features in the data, results from a single model are used to improve the framework and reduce cumulative errors.
•The regression chain construction method for the numerical component of absorbent material has been implemented. The proposed method uses measured data to create a multi-objective regression framework, and identify optimal prediction indicators with the training data performance.
•A classification prediction method for carbon nanotube materials has been developed, using numerical predictions as input to validate the regression chain’s effectiveness.
This paper validates the proposed method through experiments on carbon EWA materials. The structure includes: Section 2 on intelligence material design and multi-objective prediction methods. Section 3 on the proposed method. Section 4 on the dataset and experimental setting. Section 5 on experimental results. Section 6 summarizes the conclusion.
2 Related Work
2.1 Intelligent material design
Intelligent material design technology has significantly improved the efficiency of new material research and development, from the microscopic to the production level. proposed reverse design to accelerate traditional material design by leveraging hidden knowledge in material data to predict properties, and developed an image-based generator framework named iMatGen . created a generative model using a crystal diffusion variational auto-encoder to customize crystal structures based on desired compositions. The model employs a deep neural network to extract global features from the crystal’s physical properties and optimizes structures using density functional theory. added a formation energy predictor to improve the model’s potential space, ensuring that the generated structures are morphologically reasonable and energetically stable. These approaches highlight the potential of machine learning in designing and reverse engineering stable crystalline materials. The above methods highlight the potential of machine learning in designing stable new crystalline materials, especially for prediction and design.
Data-driven technology in absorber design improves performance prediction and the discovery of efficient absorbers. used deep learning to predict transmittance spectra for all-dielectric surfaces based on ADM parameters. developed a deep neural network for on-demand meta-material design, calculating split ring resonator parameters from reflectivity. created an electromagnetic absorber using deep learning, integrating a variational auto-encoder with CMA-ES optimization for efficient meta-structure design in a specific frequency band.
2.2 Multi-objective regression
Multi-objective regression is a key area of machine learning that predicts multiple output variables from given input variables. The challenges of multi-objective regression can be addressed through algorithm-level and ensemble-level methods.
At the algorithmic level, single-objective regression methods are optimized for multi-objective scenarios. M-SVR and MLS-SVR enhance support vector machine (SVM) techniques to optimize multiple outputs while considering their interrelationships and nonlinear correlations. found that SVM methods like ELS-SVR are ineffective for target component issues and suggested using artificial neural networks. They proposed a multi-output regression technique with gradient boosting and deep neural networks, training each layer on the residuals of the previous iteration’s squared loss function. introduced a multi-objective prediction method using an adaptive dynamic genetic algorithm and adaptive moment estimation (ADGA-AM-ANN), which adds noise to the output and globally optimizes ANN.
At the ensemble level, regression chains sequentially concatenate multiple regression problems to predict target variables. introduced the ensemble regression chain method, which incorporates previous target predictions as additional inputs. The maximum correlation chain model (SVRCC) builds on this concept, leveraging target correlations to enhance prediction performance and reduce computational complexity. developed a regression chain ensemble method using repeated permutations to address insufficient multi-task objectives. This approach enhances the model’s ability to learn inter-task dependencies by propagating each target variable’s predicted values to subsequent models, thereby improving the accuracy of multi-variable predictions. The regression chain enhances prediction accuracy through multi-task concatenation and task relevance, and is widely used in energy materials estimation , production process design , and material surface design in intelligent material design.
3 Methodology
3.1 Problem definition
We selected EWA materials from 1 GHz to 18 GHz working frequency and acquired the performance. By varying the components in carbon materials, we tested their dielectric constant and permeability. The sample preparation process is shown in Figure 1.
FIGURE 1
Permittivity and permeability as input to predict the values and categories of carbon materials. The properties of absorbing agents like carbon nanotubes, carbon black, and carbon fiber vary with different thicknesses and mass fractions at specific operating frequencies. We denote the predicted numerical variables as , , and . Carbon nanotubes are categorized into two types, which differ in outer diameter, pile density, and other characteristics. This is treated as a binary classification problem with variable value .
3.2 Base learner
There is a complex nonlinear relationship between properties and composition. Figure 2 shows the dielectric constant and permeability changes of carbon nanotubes at mass fractions of and across different operating frequencies. Gradient Boosting Decision Trees (GBDT) effectively capture this complexity by integrating multiple decision tree models, and managing feature interactions to improve material composition predictions. The performance in Figure 2 shows significant fluctuations in several local frequency ranges, and GBDT is robust against noise and outliers from experimental data. Thus, we apply GBDT as the base learner to enhance prediction performance based on local features and fitting errors.
FIGURE 2
GBDT employs classification and regression trees as weak learners, where errors from each learner optimize subsequent predictions of EWA materials. Taking the composition of the EWA material as an example, the data composition is as follows: , where represents the number of samples, represents the material performance of the -th sample, while denotes the material component to be predicted. The loss function is denoted as , which can be defined as the mean squared error in regression and exponential loss in classification. Additionally, represents the -th weak classifier. During the initialization phase, can be set as the mean of the material indicators from the training set, and is expressed as Equation 1:where minimize the loss function and can be the mean or majority vote in the first iteration. In the iteration stage, for , the input optimization of the tree is performed. For the -th sample, the negative gradient of the -th tree is expressed as Equation 2:
The current decision tree utilizes to train the weak classifier, thereby obtaining the corresponding leaf stage area , where , represents the number of child nodes of the -th regression leaf. For each leaf node, its fitted value is calculated as Equation 3:
Obtain the expression for the strong learner :
Among them, represents the indicator function, which indicates whether the sample is at the leaf node . The attenuation coefficient can be added to the last term of Equation 4 to gradually increase the influence of subsequent tree models.
3.3 Multi-target regression and value stacking
The cumulative strategy is a relearning procedure that increases data dimensions linearly with each iteration in the regression chain. According to , both non-cumulative and cumulative enhancements of the feature vector yield competitive predictions. Our accumulation strategy employs single variable prediction as the data dimension, with the -th dimension’s prediction depending on the arrangement of the dimensions and the prediction result of the single variable . While assuming that represents the prediction from the -th dimension regression chain, and denotes the prediction result of this variable that solely depends on , then the -th dimension predictor variable is:where identifies the GBDT in the dimension and is the dimension of . Due to limitations in absorbent data acquisition, we use a separate model to predict results in the cumulative regression chain. This method is also widely utilized in the field of computer vision, particularly in image pyramids, which employ feature maps of varying scales. These maps are integrated into the model system to enhance data dimensionality, allowing the model to focus on different perspectives. The cumulative design identifies the relationship between and and analyzes the predicted value based on the independent variable . As learning progresses, the target variable’s estimation is added to subsequent models as features, enhancing the training dataset in the regression chain order.
Various strategies exist for constructing regression chains. expanded single-variable regression to multiple variables, creating chains that were alternately combined to find the optimal link. utilized three different regression links for combined predictions, while based link ordering on the correlation coefficient between variables. However, correlation links may not align with regression performance, and accumulating errors can reduce the accuracy of subsequent predictors. For example, our tests showed that the predicted result for was lower than that for . To achieve the optimal regression link, we predict variables based on performance. For instance, after constructing a link with Equation 5, we calculate and store the coefficient of determination for certain sequence in the training set. If exceeds a preset top , we record the predicted results from the test set, averaging these for the composition prediction. The same approach applies when using an indicator like mean squared error (MSE) to predict the smallest top values. The pseudocode is shown in Algorithm 1.
Algorithm 1
Input: Training dataset and , optimal performance retain , testing dataset .
Output: Predict target value .
Initialize
Predicted matrix
Train regression models with and independently, get the prediction result .
Training
Establish traversal order
for in do
Train the multi-regression model with and Equation 5.
Get the training performance.
for in do
if exceed performance in top then
Save performance in top .
Replace the prediction of in .
end if
end for
end for
Predicting
Get the prediction by average with .
3.4 EWA material classification
In material composition design, we analyze the training set’s performance and composition to derive numerical compositions and material types. We use observed material properties with , , and as input to predict carbon nanotube types with a classifier. is constructed from the required material properties and numerical composition, enabling the trained model to predict . This method optimizes the use of existing numerical components and meets practical needs for numerical components and types based on material properties. The pseudocode is shown in Algorithm 2.
Algorithm 2
Input: Training dataset , and . Testing dataset and multi-regression prediction .
Output: Predict target value .
.
Train the classifier with .
.
The overall process flow is illustrated in Figure 3.
FIGURE 3
4 Experimental design
We analyzed two research questions through experiment.
Research question (RQ) 1: The effect of variable accumulation and result screening methods in Section 3.3 on material design.
RQ 2: The impact of GPCC on the prediction of material classification.
The experimental setup for the two problems is explained in Section 4, with analysis in Section 5.
4.1 Dataset description
Data for EWA material batches were collected: carbon nanotube and were 22022, carbon black was 20020, and carbon fiber was 25025. Split the training set and the test set in a 4:1. The detail of the material dataset with components and properties is shown in Table 1.
TABLE 1
| Material type and model | Number of samples | Mass fraction interval | Sample thickness interval (mm) | Properties | Components |
|---|---|---|---|---|---|
| Carbon Nanotube (TNIM8) | 22022 | 1%-7.7% | 2.37-2.65 | Dielectric constant’s real and imaginary part, and tangent . Magnetic permeability’s real and imaginary part, and tangent . | Thickness Mass fraction Working frequency |
| Carbon Nanotube (M8130317) | 22022 | 1%-22% | 2.4-2.72 | ||
| Carbon Black (RC-69) | 20020 | 1%-10.5% | 2.41-2.93 | ||
| Carbon Fiber (ECC-N) | 25025 | 1%-12.5% | 2.41-2.93 |
Datail of Dataset.
Variations in feature dimensions and numerical ranges can affect their influence during model training, impacting performance and accuracy. Thus, data normalization for the experimental data, as shown in Equation 6.
In addition, the regression values can also be normalized from Equation 6 to accurately evaluate the changes in MSE corresponding to different dimensions of the dependent variable.
4.2 Comparison method and evaluation performance
The experiment aims to analyze the impact of chain sorting and compare it with other five GBDT-based or multi-regression methods.
• GPCC: Our proposed method, the parameters for the base leaner keep the same with GBDT.
•GBDT: Applying 300 trees with a maximum depth of 3. A minimum of 5 samples is required for splitting, with a learning rate of 0.05 and squared error as the loss function.
•: Utilizing a GBDT to assess the prediction results of the multi-objective regression chain and verify chain sequence. Maintaining the same parameter settings as GBDT.
•GBNN : Gradient boosted neural network is an additive model that approximates the objective function by sequential training and combining multiple sub-models into a multi-objective regression model. Using 300 neural networks, updating one at each step. It has a learning rate of 0.05 and employs the L-BFGS optimizer with a logistic activation function.
•GBDTMO : GBDT for multiple outputs regression. Construct predictions for all variables or selected subsets at each leaf node by summing the target gains of all output variables. Sharing parameter settings with GBDT.
•SVRCC : Finding the direction of maximum correlation among the targets and uses that order as the only chain.
We use and MSE as evaluation metrics for the RQ1. The calculation equations are shown in Equations 7, 8:
is the sum of squares of the residuals, which is the sum of the squares of the differences between the predicted values and the actual values. The total sum of squares is the sum of the squares of the differences between the actual values and the mean of those values. A higher value, closer to 1, indicates a stronger explanatory power of the model. MSE is the average of the squares of the differences between predicted values and actual values.
For RQ 2, we used GBDT as a classifier and used Accuracy (ACC) and Matthews Correlation Coefficient (MCC) to evaluate the test set. The calculation equations are shown in Equations 9, 10:where TP indicates true positives, FN denotes false negatives, FP represents false positives, and TN signifies true negatives. ACC measures the proportion of correct predictions, while the MCC evaluates misclassifications, reducing the impact of sample imbalance on performance metrics.
5 Results and discussion
5.1 Performance of multi-regression
We use and MSE corresponding to three types of EWA materials, as shown in Table 1, 2.
TABLE 2
| Material | Methods | Thickness | Mass fraction | Frequency |
|---|---|---|---|---|
| Carbon Nanotube | GPCC | 0.6161 | 0.7159 | 0.8674 |
| GBDT | 0.4411 | 0.5893 | 0.8082 | |
| 0.4411 | 0.0987 | 0.7053 | ||
| GBNN | 0.0219 | 0.3644 | 0.5183 | |
| GBDTMO | 0.3260 | 0.5356 | 0.7707 | |
| SVRCC | 0.1582 | 0.2731 | 0.5388 | |
| Carbon Black | GPCC | 0.9784 | 0.9886 | 0.9629 |
| GBDT | 0.9402 | 0.9599 | 0.9125 | |
| 0.9403 | 0.8223 | 0.8647 | ||
| GBNN | 0.5792 | 0.7274 | 0.2919 | |
| GBDTMO | 0.9066 | 0.9085 | 0.8838 | |
| SVRCC | 0.6803 | 0.7351 | 0.5581 | |
| Carbon Fiber | GPCC | 0.8366 | 0.8644 | 0.9354 |
| GBDT | 0.7847 | 0.7129 | 0.8757 | |
| 0.7848 | 0.1200 | 0.8473 | ||
| GBNN | 0.1190 | 0.3154 | 0.4659 | |
| GBDTMO | 0.5369 | 0.6266 | 0.8136 | |
| SVRCC | −0.0454 | 0.4848 | 0.3340 |
in compared methods.
The bold values indicate theoptimal values.
TABLE 3
| Material | Methods | Thickness | Mass fraction | Frequency |
|---|---|---|---|---|
| Carbon Nanotube | GPCC | 0.0246 | 0.0256 | 0.011 |
| GBDT | 0.0357 | 0.0370 | 0.0159 | |
| 0.0357 | 0.0812 | 0.0244 | ||
| GBNN | 0.0625 | 0.0572 | 0.0399 | |
| GBDTMO | 0.0431 | 0.0418 | 0.0190 | |
| SVRCC | 0.0538 | 0.0655 | 0.0382 | |
| Carbon Black | GPCC | 0.0015 | 0.0010 | 0.0031 |
| GBDT | 0.0040 | 0.0037 | 0.0072 | |
| 0.0040 | 0.0163 | 0.0112 | ||
| GBNN | 0.0285 | 0.0250 | 0.0584 | |
| GBDTMO | 0.0063 | 0.0084 | 0.0096 | |
| SVRCC | 0.0217 | 0.0243 | 0.0364 | |
| Carbon Fiber | GPCC | 0.0159 | 0.0121 | 0.0054 |
| GBDT | 0.0221 | 0.0263 | 0.0102 | |
| 0.0221 | 0.0806 | 0.0126 | ||
| GBNN | 0.0855 | 0.0612 | 0.0449 | |
| GBDTMO | 0.0449 | 0.0334 | 0.0157 | |
| SVRCC | 0.1014 | 0.0460 | 0.0560 |
MSE in compared methods.
The bold values indicate theoptimal values.
The proposed GPCC demonstrates a significant improvement over alternative methodologies, achieving an average increase in of 0.1 and a reduction in MSE of 0.008 when compared to GBDT. The consistent predictive performance of GPCC suggests that our optimal link search methodology effectively identifies the most accurate predicted values. Furthermore, we observed that the link mining sequence that yields the highest and the lowest MSE remains consistent, indicating the reusability of the optimal link and predicted location. In contrast, exhibits comparable thickness and operating frequency to GBDT but experiences an average decrease in of 0.4. This observation implies that, despite the correlation among variables, errors tend to accumulate following the construction of links, thereby diminishing predictive performance. Although certain studies, such as those by , have introduced correlation coefficients, these do not directly correlate with performance outcomes, as evidenced by the results of SVRCC. Additionally, GBNN exhibits instability in predictions, particularly with significant errors in the operating frequency of carbon black. When predicting the properties of EWA materials, models that utilize extensive feature sets, such as neural networks, perform less effectively than GPCC, further highlighting the latter’s efficacy.
We examine the predictive capabilities of various methodologies for assessing the absorption characteristics of materials, specifically focusing on carbon black, carbon nanotubes, and carbon fibers. The performance of carbon black stabilizes at a mass fraction of , exhibiting negligible variations beyond this threshold. The GPCC demonstrates the most effective regression performance for carbon nanotubes, yielding and MSE of 65.26 and 0.0223, respectively. Conversely, the reveals a decline in predictive accuracy for both carbon nanotubes and carbon fibers, suggesting a lack of stability in its predictions. Notably, carbon nanotubes and fibers outperform carbon black in predicting operational frequency, although carbon black is associated with a higher MSE. Therefore, a thorough analysis during the design of compositions necessitates an evaluation of the predicted properties of various components across different material types.
5.2 Performance of classification
Numerical predictions from five comparison algorithms were used to predict carbon nanotube types by combining material performance data. ACC and MCC evaluated their performance, with as the positive class and as the negative. Performance is shown in Table 4.
TABLE 4
| Methods | ACC | MCC |
|---|---|---|
| GBDT | 0.9552 | 0.9109 |
| 0.9609 | 0.9230 | |
| GBNN | 0.9558 | 0.9119 |
| GBDTMO | 0.9449 | 0.8907 |
| SVRCC | 0.9341 | 0.8685 |
| GPCC | 0.9987 | 0.9975 |
ACC and MCC in compared methods, the best results are in bold.
The bold values indicate theoptimal values.
Table 4 shows the ACC and MCC results from the five-fold cross-validation to improve the stability of the prediction. In the parameter search, we use actual properties and components as the training set and those predicted in Section 5.2 as the test set. We apply five-fold cross-validation to find optimal parameters and evaluate them with the test set. The parameter search candidates are: number of trees 10, 20, 30, learning rate 0.01, 0.1, 0.2, and maximum depth 3, 5, 7. Unlike other methods, GPCC does not have more misjudgments for positive classes. SVRCC is ineffective for regression but achieves about 0.93 accuracy in classification, emphasizing its performance importance. GPCC improved ACC and MCC by and , respectively, compared to SVRCC, while maintaining high accuracy. By combining regression and classification for EWA materials, GPCC proved its superiority and practicality in the test set against various related algorithms.
In Figure 4, we list the importance of each feature when GBDT is used as a classifier. It can be seen that the features related to magnetic permeability are of relatively high importance for the classification of carbon nanotubes. The predicted values of and by the regression method corresponding to the GPCC that we proposed also play a significant role in the classification, which is greater than the importance of the corresponding dielectric constant. This indicates that the prediction results of the regression chain we proposed contribute well to the classification performance.
FIGURE 4
5.3 Ablation experiment
To verify the influence of cumulative strategy on the prediction ability, we used , which represents the method without using single prediction as a feature, and used the regression index of 5.1 for comparison. The prediction ability of GPCC in materials was compared, as shown in Figures 5, 6.
FIGURE 5
FIGURE 6
The mean of was 5.38 lower than GPCC, which optimizes ’s MSE by 38. outperforms other methods, only lagging behind GPCC in carbon nanotubes and carbon black, underscoring the effectiveness of indicators for link selection. Carbon fiber also shows strong results in mass fraction and operating frequency, and the performance can be improved from using cumulative features.
To verify the influence of model parameters on the fitting effect, we used , and to represent the increase of the number of individual trees by 300–500, respectively, and the results were shown in Figures 7, 8. Overall, the complexity of the model is increased, and the performance is improved in each component. The degree of enhancement is inconsistent in different materials. MSE decreases significantly in carbon black at operating frequency, but MSE optimization is low in carbon nanotubes and fibers. In the process of model construction, there is no overfitting phenomenon, indicating the robustness of our GBDT as a base learner. In practical applications, it is necessary to balance model complexity and evaluation metrics to complete the prediction within the inference time.
FIGURE 7
FIGURE 8
6 Conclusion
We present a method for predicting the composition and category of absorbing materials using the GBDT model. A multi-objective regression framework enhances the accuracy of predictions regarding the composition and operational frequency of materials, such as carbon nanotubes. The amalgamation of regression outcomes with material properties enables a comprehensive analysis and prediction of material types.
To assess the efficacy of the proposed methodology, we performed experimental training on various datasets of absorbent materials. The regression model demonstrated a high level of precision in its predictions when compared to established algorithms. The GPCC model effectively captures intricate relationships among target variables and substantiates the feature-enhanced cumulative strategy for multi-objective regression. The prediction of material categories, derived from regression data, yielded elevated ACC and MCC scores, thereby improving material classification by eliminating irrelevant features. Future research may leverage semi-supervised data to advance the design of material compositions and facilitate the mixed predictions of multiple materials.
Statements
Data availability statement
The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.
Author contributions
SH: Methodology, Software, Writing – original draft. JC: Software, Validation, Writing – original draft. KH: Methodology, Validation, Writing – original draft. JM: Data curation, Resources, Writing – review and editing. KL: Data curation, Resources, Writing – review and editing. TL: Writing – review and editing.
Funding
The author(s) declare that financial support was received for the research and/or publication of this article. Kai Huang reports financial support was provided by Natural Science Foundation (2024J08197) of Fujian Province of China and the Startup Fund (ZQ2024001) of Jimei University. Kexun Li reports financial support from the National Key Laboratory on Electromagnetic Environment Effects (6142205230404) of China.
Acknowledgments
The authors would like to express our sincere gratitude and appreciation for the contributions throughout the course of this research paper.
Conflict of interest
Authors KL and TL were employed by China Electronics Technology Group Corporation 33th Research Institute.
The remaining 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.
Generative AI statement
The author(s) declare that no Generative AI was used in the creation of this manuscript.
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
AkhtarS.AliR.AmeenS. M. (2024). “Predicting the surface elastic parameters of soft solids using multi-output decision tree regressor,” in AIP conference proceedings, 3168. Melville, NY: AIP Publishing, 020024. 10.1063/5.0219700AIP Conf. Proc.
2
EmamiS.Martínez-MuñozG. (2023). Sequential training of neural networks with gradient boosting. IEEE Access11, 42738–42750. 10.1109/access.2023.3271515
3
GeißC.BrzoskaE.PelizariP. A.LautenbachS.TaubenböckH. (2022). Multi-target regressor chains with repetitive permutation scheme for characterization of built environments with remote sensing. Int. J. Appl. Earth Observation Geoinformation106, 102657. 10.1016/j.jag.2021.102657
4
HanS.LeeJ.HanS.MoosaviS. M.KimJ.ParkC. (2023). Design of new inorganic crystals with the desired composition using deep learning. J. Chem. Inf. Model.63, 5755–5763. 10.1021/acs.jcim.3c00935
5
HouZ.TangT.ShenJ.LiC.LiF. (2020). Prediction network of metamaterial with split ring resonator based on deep learning. Nanoscale Res. Lett.15, 83–88. 10.1186/s11671-020-03319-8
6
HuP.GeB.LiuY.HuangW. (2022). “Energy-constrained crystals wasserstein gan for the inverse design of crystal structures,” in Proceedings of the 8th international conference on computing and artificial intelligence, 24–31.
7
LiH.CaoZ.XiaY.YaoG.MiaoL.JiangJ. (2023). Dispersion manipulation method for ultrahigh frequency band reconfigurable absorbers. IEEE Trans. Antennas Propag.72, 1983–1988. 10.1109/tap.2023.3330635
8
LvH.CuiJ.LiB.YuanM.LiuJ.CheR. (2024). Insights into civilian electromagnetic absorption materials: challenges and innovative solutions. Adv. Funct. Mater.35, 2315722. 10.1002/adfm.202315722
9
LvH.YangZ.PanH.WuR. (2022). Electromagnetic absorption materials: current progress and new frontiers. Prog. Mater. Sci.127, 100946. 10.1016/j.pmatsci.2022.100946
10
MasmoudiS.ElghazelH.TaiebD.YazarO.KallelA. (2020). A machine-learning framework for predicting multiple air pollutants’ concentrations via multi-target regression and feature selection. Sci. Total Environ.715, 136991. 10.1016/j.scitotenv.2020.136991
11
MelkiG.CanoA.KecmanV.VenturaS. (2017). Multi-target support vector regression via correlation regressor chains. Inf. Sci.415, 53–69. 10.1016/j.ins.2017.06.017
12
NadellC. C.HuangB.MalofJ. M.PadillaW. J. (2019). Deep learning for accelerated all-dielectric metasurface design. Opt. express27, 27523–27535. 10.1364/oe.27.027523
13
NohJ.GuG. H.KimS.JungY. (2020). Machine-enabled inverse design of inorganic solid materials: promises and challenges. Chem. Sci.11, 4871–4881. 10.1039/d0sc00594k
14
OnH.-I.JeongL.SeoT.-M.JoY.ChoiW.KangD.-J.et al (2024). Novel method of performance-optimized metastructure design for electromagnetic wave absorption in specific band using deep learning. Eng. Appl. Artif. Intell.137, 109274. 10.1016/j.engappai.2024.109274
15
PolliceR.dos Passos GomesG.AldeghiM.HickmanR. J.KrennM.LavigneC.et al (2021). Data-driven strategies for accelerated materials design. Accounts Chem. Res.54, 849–860. 10.1021/acs.accounts.0c00785
16
Spyromitros-XioufisE.TsoumakasG.GrovesW.VlahavasI. (2016). Multi-target regression via input space expansion: treating targets as inputs. Mach. Learn.104, 55–98. 10.1007/s10994-016-5546-z
17
TayyebiA.AlshamiA. S.TayyebiE.BuelkeC.TalukderM. J.IsmailN.et al (2024). Machine learning–driven surface grafting of thin-film composite reverse osmosis (tfc-ro) membrane. Desalination579, 117502. 10.1016/j.desal.2024.117502
18
TranN. K.KühleL. C.KlauG. W. (2024). A critical review of multi-output support vector regression. Pattern Recognit. Lett.178, 69–75. 10.1016/j.patrec.2023.12.007
19
TuiaD.VerrelstJ.AlonsoL.Pérez-CruzF.Camps-VallsG. (2011). Multioutput support vector regression for remote sensing biophysical parameter estimation. IEEE Geoscience Remote Sens. Lett.8, 804–808. 10.1109/lgrs.2011.2109934
20
TuretskyyA.WesselJ.HerrmannC.ThiedeS. (2021). Battery production design using multi-output machine learning models. Energy Storage Mater.38, 93–112. 10.1016/j.ensm.2021.03.002
21
WahidM. F.TafreshiR.KhanZ.RetnantoA. (2023). Multiphase flow rate prediction using chained multi-output regression models. Geoenergy Sci. Eng.231, 212403. 10.1016/j.geoen.2023.212403
22
WangC.FuH.JiangL.XueD.XieJ. (2019). A property-oriented design strategy for high performance copper alloys via machine learning. npj Comput. Mater.5, 87. 10.1038/s41524-019-0227-7
23
XuS.AnX.QiaoX.ZhuL.LiL. (2013). Multi-output least-squares support vector regression machines. Pattern Recognit. Lett.34, 1078–1084. 10.1016/j.patrec.2013.01.015
24
YuH.YangK.ZhangL.WangW.OuyangM.MaB.et al (2023). Multi-output ensemble deep learning: a framework for simultaneous prediction of multiple electrode material properties. Chem. Eng. J.475, 146280. 10.1016/j.cej.2023.146280
25
ZengX.ChengX.YuR.StuckyG. D. (2020). Electromagnetic microwave absorption theory and recent achievements in microwave absorbers. Carbon168, 606–623. 10.1016/j.carbon.2020.07.028
26
ZhangZ.JungC. (2020). Gbdt-mo: gradient-boosted decision trees for multiple outputs. IEEE Trans. neural Netw. Learn. Syst.32, 3156–3167. 10.1109/tnnls.2020.3009776
27
ZhengJ.LiuC.HuangS.HeY. (2023). A novel adaptive dynamic ga combined with am to optimize ann for multi-output prediction: small samples enhanced in industrial processing. Inf. Sci.644, 119285. 10.1016/j.ins.2023.119285
Summary
Keywords
electromagnetic wave absorption material, carbon nanotube, multi-object regression, material classification, GBDT
Citation
He S, Chen J, Huang K, Mao J, Li K and Liu T (2025) Absorbent material composition prediction based on multi-objective regression with value stacking and selection. Front. Mater. 12:1610601. doi: 10.3389/fmats.2025.1610601
Received
12 April 2025
Accepted
18 June 2025
Published
07 July 2025
Volume
12 - 2025
Edited by
Habil. Maria Brzhezinskaya, Helmholtz Center Berlin for Materials and Energy, Germany
Reviewed by
Yenan Song, East China Normal University, China
Jiashun Mao, Yonsei University, Republic of Korea
Updates
Copyright
© 2025 He, Chen, Huang, Mao, Li and Liu.
This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Kai Huang, kaihuang@jmu.edu.cn
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.