Next Article in Journal
Theoretical Study of the Phonon and Electrical Conductivity Properties of Pure and Sr-Doped LaMnO3 Thin Films
Previous Article in Journal
Tribological Performance of a Paraffinic Base Oil Additive with Coated and Uncoated SiO2 Nanoparticles
Previous Article in Special Issue
Advancing Concrete Mix Proportion through Hybrid Intelligence: A Multi-Objective Optimization Approach
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The Potential of Multi-Task Learning in CFDST Design: Load-Bearing Capacity Design with Three MTL Models

School of Resources and Safety Engineering, Central South University, Changsha 410083, China
*
Authors to whom correspondence should be addressed.
Materials 2024, 17(9), 1994; https://doi.org/10.3390/ma17091994
Submission received: 31 March 2024 / Revised: 18 April 2024 / Accepted: 22 April 2024 / Published: 25 April 2024
(This article belongs to the Special Issue Artificial Intelligence in Materials Science and Engineering)

Abstract

:
Concrete-filled double steel tubes (CFDSTs) are a load-bearing structure of composite materials. By combining concrete and steel pipes in a nested structure, the performance of the column will be greatly improved. The performance of CFDSTs is closely related to their design. However, existing codes for CFDST design often focus on how to verify the reliability of a design, but specific design parameters cannot be directly provided. As a machine learning technique that can simultaneously learn multiple related tasks, multi-task learning (MTL) has great potential in the structural design of CFDSTs. Based on 227 uniaxial compression cases of CFDSTs collected from the literature, this paper utilized three multi-task models (multi-task Lasso, VSTG, and MLS-SVR) separately to provide multiple parameters for CFDST design. To evaluate the accuracy of models, four statistical indicators were adopted (R2, RMSE, RRMSE, and ρ). The experimental results indicated that there was a non-linear relationship among the parameters of CFDSTs. Nevertheless, MLS-SVR was still able to provide an accurate set of design parameters. The coefficient matrices of two linear models, multi-task Lasso and VSTG, revealed the potential connection among CFDST parameters. The latent-task matrix V in VSTG divided the prediction tasks of inner tube diameter, thickness, strength, and concrete strength into three groups. In addition, the limitations of this study and future work are also summarized. This paper provides new ideas for the design of CFDSTs and the study of related codes.

1. Introduction

Incorporating metal components into concrete is a common approach to reinforce concrete columns [1], and concrete-filled double steel tubes (CFDSTs) have gained considerable traction in recent years. CFDSTs are a load-bearing structure produced by filling concrete between two steel tubes placed concentrically. The unique structure enables CFDST to achieve superior load-bearing capacity while being lighter in weight. Thus, CFDST is widely used in large-scale structures such as super high-rise buildings and highway bridges [2].
Load-bearing capacity [3,4], torsional behavior [2,5], bending resistance [6,7], blast resistance [8,9,10], and fire resistance [11,12] were assessed in previous studies, wherein CFDSTs with different designs (material combination or structural design) were subjected to various property trials. The experimental results showed that the design of CFDSTs has a significant impact on its properties.
As the most fundamental property of CFDSTs, the load-bearing capacity always needs to be considered. In terms of CFDST design, emphasizing on load-bearing capacity, although some international design codes already exist, such as Eurocode-4 (EC4) [13], ACI [14], and AISC [15], their reliability still remains questionable [16]. Lama et al. [17] used a non-linear finite element technique to analyze the axial compression capacity of CFDSTs made from a novel material combination. Comparing the above codes with the numerical results, it was found that EC4 and AISC were not suitable for this type of CFDSTs. Hassanein et al. [18] mentioned that the existing design codes of CFDSTs do not take the confinement effect of tubes into account. This is the reason why most models are too conservative in predicting the load-bearing capacity of CFDSTs. To avoid various constraints that make theoretical approaches more complex, machine learning techniques have been adopted, and they have achieved an accuracy far higher than EC4, ACI, and AISC [16]. In other studies, e.g., those of Tran and Kim [19], Wang et al. [4], and Chandramouli et al. [20], the prediction accuracy of the above models (EC4, ACI, and AISC) was also found to be inferior to the recently proposed methods.
However, the core idea of current studies on CFDST design is still to find a mapping from the design parameters to a certain property (e.g., load-bearing capacity) and then to find whether the design is reliable and can be verified via the prediction of this property. In a nutshell, the existing methods are more concerned about “how to verify whether a design is reliable” rather than “how to provide a reliable design directly”. Certainly, this is understandable, as the second issue is a more difficult problem involving multiple outputs.
Figure 1 shows the structure of a conventional CFDST. The main structural parameters include the diameters (D) and thicknesses (t) of the steel tubes, as well as column length (H). Among them, the length of the column is often constant in a specific project. Therefore, the design is usually focused on dimensions and properties of steel tubes, as well as the mechanical properties of concrete. Providing diverse guidance for CFDST design is simultaneously a challenge for the aforementioned methods.
As a branch of machine learning technique, multi-task learning (MTL) has been widely used in fields such as stellar spectra parameterization [21], disease cognitive scores [22], and short-term wind speed prediction [23]. By summarizing the potential correlations of multiple tasks, MTL has shown good performance in solving various multi-output problems. Therefore, using the MTL technique to guide the structural design of CFDSTs is a promising topic. In addition, using the non-linear finite element technique to verify the reliability of CFDST design is often complex. For slender structures and thin-walled structures, the accuracy requirements for modeling and solving vary at different scales [24,25]. The calculation strategy often determines whether the model can quickly converge and accurately predict with limited computational costs on an ordinary computer [26], especially for composite structures [27] like CFDSTs. With the guidance from MTL, the unnecessary trials and errors can be avoided.
From the perspective of load-bearing capacity, this research attempted to utilize three distinct MTL models for the design of CFDSTs. Based on 227 CFDST cases with circular cross-sections collected from previous literature, the MTL models were trained to provide a reliable set of design parameters. These parameters can serve as references to achieve the desired load-bearing performance. Furthermore, several statistical indicators were used to evaluate the reliability of the provided parameters.
The main content of this paper includes the following sections: Section 2 mainly introduces the models used and explains the model development process; Section 3 presents the hyper-parameter settings and experimental results; Section 4 discusses the findings from the results and lists the limitations of the experiment, as well as discussing future work; Section 5 summarizes the content and significance of this study.

2. Materials and Methods

2.1. Multi-Task Learning Models

In the supervised learning technique, a conventional model can only learn one task during the training phase. For complex problems, they are usually decomposed into several simple problems and then solved separately using single task learning (STL) models. Multi-task learning (MTL) is another kind of supervised learning technique that can achieve inductive transfer among multiple tasks. The information-sharing mechanism enables MTL to update the parameters of all tasks in a single data traversal. More importantly, this mechanism can enhance the generalization ability of each task [28].
The design guidance for CFDST requires a model to provide multiple parameters simultaneously. These output parameters are highly correlated, and each of them can correspond to a task in MTL. This characteristic leads to the compatibility between CFDST design and the MTL technique. This section summarizes the three MTL methods used in this study.

2.1.1. Multi-Task Lasso

Lasso regression is a classic linear regression model proposed by Tibshirani [29]. By introducing the L1 norm into the loss function of least squares regression, Lasso regression achieved a better generalization ability than conventional linear regression. The loss function of basic Lasso is given as follows:
min W 1 2 n Y X W 2 2 + λ W 1
where Y is the n-dimensional output vector; X is the matrix of input features; W is the coefficient vector of the linear model; · 1 is the L1 norm of the vector; · 2 is the L2 norm of the vector; and λ is the adjustment coefficient.
As the L1 regularization term W 1 is introduced, sparsity constraint is imposed on the coefficient vector; thereby, the coefficients of unimportant input features will be set to 0. This characteristic also allows Lasso to be widely used in feature selection.
Multi-task Lasso is an extended version of Lasso. It was presented by Obozinski et al. [30] in the problem of multi-task feature selection. Multi-task Lasso assumes that multiple similar tasks have correlated feature selection. Introducing the L2,1 norm to replace the L1 norm in Lasso, this operation leads to information sharing among different tasks during model iteration. The loss function of multi-task Lasso is given as follows:
min W 1 2 n Y X W F r o 2 + λ W 2 , 1
where vectors Y, X, and W become matrix form; · F r o is the Frobenius norm of matrix; and · 2 , 1 is the L2,1 norm of matrix. The mechanism of the L2,1 norm in MTL is detailed in the work of Liu et al. [31].

2.1.2. VSTG

Variable selection and task grouping (VSTG) is another MTL model developed based on linear regression [32]. In VSTG, there are two fundamental theories that need to be understood: low-rank hypothesis and structure approach. As prior knowledge, the low rank hypothesis assumes that the information required for multiple similar tasks is always redundant. For example, if two tasks are more related, their selection of input features may be more similar. Therefore, when all tasks iterate simultaneously, the matrix composed of hyper-parameters must be low rank. In MTL, low-rank constraints can encourage models to develop towards low-rank structures. The structure approach means the association between multiple tasks can be represented by a certain structure. Group structure is the most commonly used type, and it is also adopted by VSTG. In VSTG, similar tasks are considered to belong to the same group. Tasks within the same group share more information during the model development phase.
VSTG decomposes the coefficient matrix, W, into two matrices, U and V. Moreover, latent bases are introduced for learning and describing the overlapping structures among different tasks. The matrix decomposition is shown in Figure 2, where the dark cells represent non-zero values, and light cells represent zero values.
The matrix U is called the variable-latent matrix, and it records the principal components of input features after the dimensionality reduction operation. The matrix V is called the latent-task matrix, and it records the group structure of tasks. For example, the column vectors v1 and v2 are similar in Figure 2, indicating that Task 1 and Task 2 are highly correlated. Thus, these two tasks should belong to the same group. In the training phase, two matrices U and V are updated via ADMM (alternating direction method of multipliers). The loss function of VSTG is given as follows:
min U , V i = 1 T 1 2 N i y i X i U v i 2 2 s . t U 1 φ 1 , U 1 , φ 2 , i = 1 T v i k s p 2 θ
where v i is the i-th column vector in matrix V; φ1, φ2, and θ are the parameters of low-rank constraints; · 1 , is the L1,∞ norm; and · k s p represents the k-support norm.
The constraints in Equation (3) can also exist in the form of regularization terms. Thus, the problem can be transformed into a regularized objective function, as follows:
i = 1 T 1 2 N i y i X i U v i 2 2 + λ 1 U 1 + λ 2 U 1 , + μ i = 1 T v i k s p 2
where λ1, λ2, and μ are regularization parameters.

2.1.3. MLS-SVR

SVR (support vector regression) is a concise and high-performance regression model [33,34]. With the maximum margin mechanism, SVR aims to find the best fitting position for linear models in the feature space. The minority vectors that determine the position of margins are called support vectors. Although SVR uses linear models for regression, it can also be applied to some complex nonlinear problems by adopting soft margin and kernel methods [35,36,37,38,39].
MLS-SVR (multi-output least-squares SVR) is an MTL method developed based on SVR [40]. Unlike the idea of matrix decomposition in VSTG, MLS-SVR believes that the coefficient vectors of different tasks can evolve from an initial coefficient vector. Rewriting a coefficient vector w p into w o + u p , the MTL version SVR is dedicated to learning the initial vector w o and evolved component u p from the dataset. Figure 3 shows the illustration of MLS-SVR’s intuition.
In MLS-SVR, the traditional SVR optimization problem has been rewritten into a matrix version, as follows:
min w o R p , Λ R p , b R m 1 2 w o T w o + 1 2 λ m t r a c e ( Λ T Λ ) + β 1 2 t r a c e ( Θ T Θ ) s . t . Y = Ω T W + r e p m a t ( b T , N , 1 ) + Θ
where w o represents the initial coefficient vector; W is the coefficient matrix, wherein elements are w p ; Λ is a matrix composed of u p ; Θ denotes a matrix composed of slack variables from each task; Ω is a matrix used to map input features to higher dimensional space; b is the bias vector; p and m are the dimensions of inputs and outputs, respectively; N is the number of samples in training set; and λ and β are regularization parameters.

2.2. Database

The database used in this study comprises 227 instances of circular cross-section CFDSTs subjected to uniaxial compression [41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60]. These tests were conducted using uniaxial compression testing machines, with sensors installed on the specimens. The data generated from the experiments were automatically collected by the computer.
Table 1 summarizes the 9 parameters required for CFDST design in the database. These parameters are related to the strength of materials (concrete and steel tubes), tube dimensions, and CFDST load-bearing capacity. Additionally, statistical descriptions of the database are given in Table 2. The column length ranging from 230 to 3502 mm included CFDST cases from the laboratory scale to the site scale. In Figure 4, the scatter plot matrix of the database is displayed, and the correlation coefficients between variables are calculated. There, the three parameters, diameter of the outer steel tube, diameter of the inner steel tube, and axial compression capacity of the column were highly correlated. It is worth noting that both Do and Di were positively correlated with Nu. However, this makes sense, because a larger column usually means a higher strength.

2.3. Model Development

Because of various considerations such as materials and economy, the design of CFDSTs is often customized. In practice, a certain type of steel tube or concrete may be prioritized for use, or tubes with a specific dimension may have to be adopted due to special needs (e.g., outer diameter or self-weight of the column). Therefore, the experiments in this study only demonstrated the scenario of providing guidance on inner steel tube and concrete based on the selected outer steel tube.
The inputs and outputs are shown in Table 3. This section demonstrates the development process of the MTL models based on the example scenario. The similar development pattern can be transferred to other situations that have not been demonstrated.
Different magnitudes of variables may lead to inaccuracy for machine learning models. Especially for MTL, multiple tasks cannot be effectively trained if there is a significant difference in the units. Thus, all variables were normalized into [−10, 10]. As the values in the generally used normalization [−1, 1] are too small, [−10, 10] can enable the data-sensitive linear model to learn suitable coefficients successfully.
All samples were allocated to two datasets, namely, the training set (80%) and the testing set (20%) [61]. The training set was used for model development, while the model validation was conducted via a testing set. In supervised learning techniques, there is an assumption that samples and populations follow the same distribution. Therefore, the model development phase requires that the distributions of the training and testing sets are as similar as possible. This partitioning strategy that aims to obtain similar training and testing sets ensures the reliability of model evaluation provided in the testing phase. The distributions of two datasets are shown in Figure 5.
Figure 6 shows the entire model development process. Based on the training set, three kinds of MTL models were iterated separately. Subsequently, the testing set was input into these models, and several statistical indicators were adopted to analyze the accuracy of the results.
To evaluate the reliability of the provided parameters, 4 statistical indicators were introduced. Table 4 provides the definitions and expressions of these indicators. The R2 is generally used to measure the degree of correlation between measurements and predictions [62,63]; RMSE and RRMSE are two indicators used to characterize the error between measurements and predictions [64,65,66,67,68,69]; and ρ is an indicator that comprehensively considers correlation and error [70,71]. The larger the ρ value, the less accurate the model.

3. Results

By adjusting and testing, hyper-parameters of three MTL models were obtained separately. With the hyper-parameter settings given in Table 5, three MTL models completed iterations. For each MTL model, the same development process was repeated five times to mitigate errors caused by randomness. All the experimental results are provided in Appendix A.
However, the performance of the two linear models on the tasks fyi and fco was not satisfactory enough. Table 6 shows a set of results that was relatively good in experiments of multi-task Lasso (experiment 1), while Table 7 shows an acceptable set of results in VSTG experiments (experiment 1). Compared to strength tasks (fyi and fco), multi-task Lasso and VSTG seemed better at the predictions of dimension tasks (Di and ti). As shown in Table 6 and Table 7, the R2 values of strength tasks were at a low level whether on the training set or the testing set. For task fyi, the R2 was always less than 0.4, and that means the provided fyi was weakly correlated with the actual value. For task fco, two linear models seemed ineffective even on the training set.
Unlike the previous two models, MLS-SVR showed quite good performance in all tasks, and the average result of five experiments is displayed in Table 8. From the perspective of task Di, the RMSE and RRMSE values on the testing set were reduced by 40% compared to multi-task Lasso and VSTG. The RMSE and RRMSE of task ti also decreased by 20%. Moreover, all the ρ values were below 0.1.
Figure 7 displays the scatter plots of predictions provided by MLS-SVR (from experiment 4). Even if there were some outliers in the task ti (within [2, 4] and [5, 6]) and fco (within [40, 50]) tasks, the distribution of scattering points still showed the accuracy of MLS-SVR in providing parameters for CFDST design. In Figure 8 and Figure 9, the performances of all MTL models in task fyi and fco are compared. It can be noticed that the predictions of the two linear models were conservative in these two unsatisfactory tasks. In other words, the predicted values of two linear models showed the same trend as the actual values increased or decreased, but the degree was not significant.

4. Discussion

This section mainly clarifies the problems presented in Section 3, and their causes are also elucidated. Moreover, the feature matrices learned by two linear models are analyzed. Additionally, the limitations and future work are listed at the end of this section.

4.1. Nonlinearity

In the tasks of fyi and fco, linear models were unable to effectively learn the task. Overfitting occurred in both multi-task Lasso and VSTG. Based on this fact, there were two possible causes:
  • Cause A: The provided input features did not contain the key information related to the strength tasks. For task fyi and fco, all input features were useless.
  • Cause B: There was a certain non-linear relationship between input features and strength tasks. Thereby, linear models were unable to simulate this nonlinearity well.
Cause A can be ruled out, or rather, it cannot be the main issue. This is because the MLS-SVR (with kernel methods for nonlinearity) was able to achieve very accurate predictions in these two tasks, using the same input features.
To further verify cause B, the scatter plots of strength tasks from multi-task Lasso and VSTG are shown in Figure 10 and Figure 11, respectively. In both task fyi and fco, the direction of scatter distribution (blue lines) tended to be horizontal, and that was evidence of nonlinearity between inputs and tasks. For example, if a linear model was used to fit a concave nonlinear function (as shown in Figure 12a), the distribution of scatter would appear in the pattern shown in Figure 12b. With a constant as the boundary, the predicted values within smaller-scale regions were often overestimated, while the predictions within larger-scale regions were often underestimated. Additionally, the more horizontal scatter distribution also indicated the reason why the predictions of two linear models were more conservative in Figure 8 and Figure 9.

4.2. Model Interpretability

Although the two linear models did not excel in all tasks, they had better interpretability. The coefficient matrices (W) obtained from two linear models, as well as variable-latent matrix (U) and latent-task matrix (V) provided by VSTG, all as interpretable components contained the information that revealed the potential correlations among CFDST parameters.
Two coefficient matrices from multi-task Lasso and VSTG are shown in Figure 13. Firstly, the load-bearing capacity (axial compression capacity, Nu) was highly correlated with each output feature, with the strength of concrete contributing the most. Secondly, the contributions of H and fyo to task Di and task ti were close to 0. That means the influence of CFDST length and outer tube strength on the inner tube dimension was minimal.
For tasks fyi and fco, there was almost no obvious sparsity in the coefficient vectors (except for the coefficient of H in task fyi in multi-task Lasso). This phenomenon indicated that all inputs were indispensable for both tasks. However, these two models were still unable to fit tasks fyi and fco well. Therefore, it is reasonable to infer that there must have been a lack of certain features, or that potential information had not been fully explored. These inferences were mentioned and answered in Section 4.1. Nevertheless, it is noteworthy that the coefficient vector of task fyi indeed had a relatively stronger sparsity (smaller coefficients) than task fco’s. Perhaps this was the reason why the scatter distribution of task fyi in Figure 10 and Figure 11 was more concentrated, as the dimension of input feature space of task fyi was compressed more effectively.
The variable-latent matrix U and latent-task matrix V from VSTG are shown in Figure 14. The matrix U recorded the mapping from the original input space to the lower dimensional feature space. Figure 14a shows that the input features Do and fyo were able to be expressed using only two bases in the new feature space, and the projection of feature H on the third base M3 was also almost 0 (Figure 14a). Excess information from the original five-dimensional input space was still able to be fully expressed after being compressed into three-dimensional space. The matrix V is a coefficient matrix used to map the new feature space to the output space. This matrix also stores the group structure among multiple tasks. Seemingly, these tasks can be divided into three groups:
  • Group 1 (task Di): The coefficient of the second base M2 is significantly higher than the other two;
  • Group 2 (task ti): The coefficient of the second base M2 is significantly lower than the other two;
  • Group 3 (task fyi and fco): The first base is obviously important, while the values of the other two are almost 0.
This indicates that the diameter and thickness of the inner steel tube are two completely different tasks (their feature selections are opposite), while the strength of the inner steel tube and concrete are very similar tasks.

4.3. Limitations and Future Work

Although the correlation of models with experimental results demonstrated the potential applications of MTL techniques in guiding CFDST design, there are still many limitations:
  • The samples collected in the database were all CFDSTs with circular cross-sections, as this shape is the most conventional. CFDSTs of other shapes may have more parameters, so their design must be more complex.
  • MTL is a data-driven approach, and the performance of this technique depends on the quantity and quality of data. Currently, the uniaxial compression cases of CFDSTs are sufficient, while cases of other property trials are still lacking.
  • The interpretability of linear models can reveal the potential connection among CFDST parameters. However, this connection is purely mathematical, and the mechanism behind it still remains a mystery.
This study was conducted in a specific condition, and further validations of “whether MTL techniques would be applicable in other situations of CFDST design” will be necessary. As an auxiliary tool, the linear MTL models own good interpretability, and that allows MTL to play a role in the future development of CFDST design codes. In addition, the mechanistic research on CFDSTs (load bearing, failure, etc.) will continue to be crucial. Experiments and cases on the properties of CFDSTs are still lacking.

5. Conclusions

Due to the fact that previous methods can only verify the reliability of a CFDST design and cannot provide direct parameter guidance, this paper proposed using the MTL technique to guide CFDST design. The main works and findings are as follows:
  • With 227 uniaxial compression cases of CFDSTs collected from previous literature, three kinds of MTL models were trained to provide multiple parameters for CFDST design. Based on a specific application scenario, the development process of the MTL models was demonstrated.
  • During the testing phase, MLS-SVR was able to accurately provide reliable CFDST parameters, while the other two linear models, multi-task Lasso and VSTG, were unable to provide valuable parameters of inner steel tube strength and concrete strength.
  • The distribution of scattered points reflected the potential nonlinearity in the task fyi and fco, and the connotation in scatter distribution was discussed in detail. Furthermore, the coefficient matrices of two linear models and the potential group structure among the CFDST parameters were clarified.
  • At the end of Section 4, the limitations of the study and future work are also summarized.
In conclusion, the MTL technique has great potential in guiding CFDST design. With a set of directly provided parameters, the workload of engineers in CFDST design will be greatly reduced. Due to the interpretability, linear MTL models can also serve as an analytical tool and assist in the study of the property mechanisms and design standards of CFDSTs.

Author Contributions

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

Funding

This research is partially supported by the National Key Research and Development Program of China—2023 Key Special Project (no. 2023YFC2907400) and the Distinguished Youth Science Foundation of Hunan Province of China (grant nos. 2022JJ10073 and 2023JJ10072).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data that support the findings of this study are available on request from the corresponding author upon reasonable request.

Conflicts of Interest

The authors declare no conflicts of interest.

Appendix A

Table A1. All experimental results from multi-task Lasso.
Table A1. All experimental results from multi-task Lasso.
OutputsDatasetR2RMSERRMSEρ
DiTrn_experiment_10.92579824130.541546090.2402647930.12244763
Trn_experiment_20.92579832630.541546010.2402653980.122447936
Trn_experiment_30.92579841230.541545930.2402660040.122448242
Trn_experiment_40.92579849730.541545870.240266610.122448548
Trn_experiment_50.92182376131.235140350.245406180.125199791
Trn_mean0.92500344730.680264850.2412937970.122998429
Tst_experiment_10.90385259134.904960.2745910.140764
Tst_experiment_20.90385294934.904810.274590.140764
Tst_experiment_30.90385330834.904660.274590.140764
Tst_experiment_40.90385366734.904510.274590.140764
Tst_experiment_50.89842082235.834290.281540.144539
Tst_mean0.90276666835.090650.275980.141519
tiTrn_experiment_10.6476506020.8657084610.3123525160.173070786
Trn_experiment_20.6476505410.865708460.3123532270.173071183
Trn_experiment_30.6476504810.8657084590.3123539380.173071581
Trn_experiment_40.647650420.8657084580.3123546490.173071978
Trn_experiment_50.6421297950.875234930.308546150.171287964
Trn_mean0.6465463680.8676137540.3115920960.172714698
Tst_experiment_10.8958092860.4973920.1794620.092198
Tst_experiment_20.8958087630.4973920.1794620.092199
Tst_experiment_30.895808240.4973920.1794630.092199
Tst_experiment_40.8958077180.4973920.1794630.092199
Tst_experiment_50.8963191310.5221320.1840670.094551
Tst_mean0.8959106270.502340.1803830.092669
fyiTrn_experiment_10.25782478156.610532990.1661761030.110213567
Trn_experiment_20.25782662356.610532860.1661760580.110213404
Trn_experiment_30.25782846556.610532740.1661760120.110213242
Trn_experiment_40.25783030756.610532640.1661759670.110213079
Trn_experiment_50.14360572761.059294620.1750326170.12693149
Trn_mean0.23498318157.500285170.1679473510.113556956
Tst_experiment_10.45706724149.811420.1462180.087239
Tst_experiment_20.45707120349.811120.1462170.087238
Tst_experiment_30.45707516449.810820.1462160.087237
Tst_experiment_40.45707912649.810520.1462150.087237
Tst_experiment_50.30912897656.651010.1623960.104368
Tst_mean0.42748434251.178980.1494520.090664
fcoTrn_experiment_10.38232922213.914689570.3055365810.188797713
Trn_experiment_20.38233228413.914689530.3055351460.188796538
Trn_experiment_30.38233534613.914689490.3055337120.188795363
Trn_experiment_40.38233840913.914689470.3055322770.188794187
Trn_experiment_50.34952265414.253040330.3195779390.20084028
Trn_mean0.37577158313.982359680.3083431310.191204816
Tst_experiment_10.38889344813.627250.2992250.184296
Tst_experiment_20.38889742113.627270.2992240.184295
Tst_experiment_30.38890139413.627280.2992230.184294
Tst_experiment_40.38890536713.627290.2992220.184293
Tst_experiment_50.38346956413.546460.3037350.187578
Tst_mean0.38781343913.611110.3001260.184951
Table A2. All experimental results from VSTG.
Table A2. All experimental results from VSTG.
OutputsDatasetR2RMSERRMSEρ
DiTrn_experiment_10.92242031.205670.2446770.124808
Trn_experiment_20.92158431.298550.2458790.125449
Trn_experiment_30.92169331.272910.2456720.12534
Trn_experiment_40.92177131.251970.2455190.125259
Trn_experiment_50.92182431.235140.2454060.125200
Trn_mean0.92185831.252850.2454310.125211
Tst_experiment_10.89968335.709260.2799890.143693
Tst_experiment_20.89806035.896060.2819970.144788
Tst_experiment_30.89821635.871980.2818010.144681
Tst_experiment_40.89833435.851190.2816510.144599
Tst_experiment_50.89842135.834290.281540.144539
Tst_mean0.89854335.832560.2813960.14446
tiTrn_experiment_10.645550.8700960.3084320.171022
Trn_experiment_20.6426020.8749410.3086530.171319
Trn_experiment_30.6425690.8749210.3086110.171298
Trn_experiment_40.6424110.8750070.3085720.171286
Trn_experiment_50.6421300.8752350.3085460.171288
Trn_mean0.6430520.8740400.3085630.171243
Tst_experiment_10.8977400.5133480.1819720.093439
Tst_experiment_20.8975430.5187080.1829850.093964
Tst_experiment_30.8974290.519240.1831520.094053
Tst_experiment_40.8969390.5204820.1835480.094269
Tst_experiment_50.8963190.5221320.1840670.094551
Tst_mean0.8971940.5187820.1831450.094055
fyiTrn_experiment_10.13601761.320480.1757470.128395
Trn_experiment_20.14242361.088230.1751560.127165
Trn_experiment_30.14248761.087050.1751440.127149
Trn_experiment_40.14295761.076700.1750970.127057
Trn_experiment_50.14360661.059290.1750330.126931
Trn_mean0.14149861.126350.1752350.127339
Tst_experiment_10.29573856.909020.1631040.10565
Tst_experiment_20.30540856.786430.1628210.104868
Tst_experiment_30.30612656.754690.1627230.104760
Tst_experiment_40.30739356.710410.1625790.104591
Tst_experiment_50.30912956.651010.1623960.104368
Tst_mean0.30475956.762310.1627250.104847
fcoTrn_experiment_10.35519614.186230.3174290.198892
Trn_experiment_20.34920914.260400.3196860.200941
Trn_experiment_30.34936314.257350.3196290.200889
Trn_experiment_40.34948914.254950.3195870.200850
Trn_experiment_50.34952314.253040.3195780.200840
Trn_mean0.35055614.242390.3191820.200483
Tst_experiment_10.38974513.473010.3014700.185600
Tst_experiment_20.38335713.554130.3038530.187661
Tst_experiment_30.38361013.549610.3037620.187581
Tst_experiment_40.38355013.548180.3037420.187574
Tst_experiment_50.38347013.546460.3037350.187578
Tst_mean0.38474613.534280.3033120.187199
Table A3. All experimental results from MLS-SVR.
Table A3. All experimental results from MLS-SVR.
OutputsDatasetR2RMSERRMSEρ
DiTrn_experiment_10.9979564.9506330.041270.020645
Trn_experiment_20.9980984.7744660.0398170.019918
Trn_experiment_30.998284.5415850.0378840.01895
Trn_experiment_40.996796.210270.0516170.025829
Trn_experiment_50.9971525.8472660.048640.024337
Trn_mean0.9976555.2648440.0438460.021936
Tst_experiment_10.96675220.167260.1681190.08477
Tst_experiment_20.96706520.067180.1673530.084377
Tst_experiment_30.9668420.119830.167830.084623
Tst_experiment_40.96564820.618510.1713720.086435
Tst_experiment_50.96606420.460980.1702030.085836
Tst_mean0.96647420.286750.1689760.085208
tiTrn_experiment_10.9775550.2213490.0861690.043329
Trn_experiment_20.9775660.2210870.0860980.043293
Trn_experiment_30.9804320.2065410.0804150.040406
Trn_experiment_40.9639740.2805180.1091740.055088
Trn_experiment_50.9674740.2665040.1037410.0523
Trn_mean0.97340.23920.0931190.046883
Tst_experiment_10.9012910.4022290.1565840.080326
Tst_experiment_20.9014740.4015890.1563910.080223
Tst_experiment_30.8983150.4087910.1591590.081712
Tst_experiment_40.9164940.3689550.1435930.073361
Tst_experiment_50.9129260.3767790.1466680.075004
Tst_mean0.90610.3916690.1524790.078125
fyiTrn_experiment_10.9893766.8030980.0198680.009961
Trn_experiment_20.9896536.7110250.0196020.009826
Trn_experiment_30.991146.207260.0181260.009083
Trn_experiment_40.9804079.2457050.0270430.013588
Trn_experiment_50.9829688.6209650.0252040.012656
Trn_mean0.9867097.5176110.0219690.011023
Tst_experiment_10.96507812.610710.0368290.018578
Tst_experiment_20.96505612.629650.0368890.018608
Tst_experiment_30.96520612.596980.0367850.018555
Tst_experiment_40.96487512.679160.0370850.018708
Tst_experiment_50.96498512.647650.0369770.018653
Tst_mean0.9650412.632830.0369130.018621
fcoTrn_experiment_10.9776152.6376160.0608530.030599
Trn_experiment_20.9785192.5834220.0596130.029968
Trn_experiment_30.9805822.4561580.0566920.028485
Trn_experiment_40.9694023.0949030.0713240.035939
Trn_experiment_50.971163.0003340.0691610.034833
Trn_mean0.9754562.7544870.0635290.031965
Tst_experiment_10.8659286.5028390.150030.077713
Tst_experiment_20.8656146.5151990.150340.077881
Tst_experiment_30.865556.5226010.1505510.077992
Tst_experiment_40.8653826.4731330.1491780.077284
Tst_experiment_50.8656636.4789950.1493470.077365
Tst_mean0.8656286.4985530.1498890.077647

References

  1. Chrysanidis, T.; Tegos, I. Axial and transverse strengthening of R/C circular columns: Conventional and new type of steel and hybrid jackets using high-strength mortar. J. Build. Eng. 2020, 30, 23. [Google Scholar] [CrossRef]
  2. Fan, J.-H.; Wang, W.-D.; Shi, Y.-L.; Ji, S.-H. Torsional behaviour of tapered CFDST members with large void ratio. J. Build. Eng. 2022, 52, 104434. [Google Scholar] [CrossRef]
  3. Farahi, M.; Heidarpour, A.; Zhao, X.-L.; Al-Mahaidi, R. Compressive behaviour of concrete-filled double-skin sections consisting of corrugated plates. Eng. Struct. 2016, 111, 467–477. [Google Scholar] [CrossRef]
  4. Wang, G.; Wei, Y.; Zhang, Y.; Liu, L.; Lin, Y. Experimental behavior of concrete-filled double-skin tubular columns with outer galvanized corrugated steel tubes under axial compression. Eng. Struct. 2023, 295, 116856. [Google Scholar] [CrossRef]
  5. Zhang, D.-L.; Jiang, Z.-Q.; Zhao, S.-X.; Lu, G.-B.; Zhou, X.-H.; Wang, Y.-H. Cyclic behavior and ultimate bearing capacity of circular concrete-filled double skin steel tube members subjected to combined compression and torsion. Thin-Walled Struct. 2023, 186, 110707. [Google Scholar] [CrossRef]
  6. Zhao, X.-L.; Grzebieta, R. Strength and ductility of concrete filled double skin (SHS inner and SHS outer) tubes. Thin-Walled Struct. 2002, 40, 199–213. [Google Scholar] [CrossRef]
  7. Uenaka, K.; Kitoh, H.; Sonoda, K. Concrete filled double skin tubular members subjected to bending. Steel Compos. Struct. Int. J. 2008, 8, 297–312. [Google Scholar] [CrossRef]
  8. Fouché, P.; Bruneau, M.; Chiarito, V. Dual-hazard blast and seismic behavior of concrete-filled double-skin steel tubes bridge pier. J. Struct. Eng. 2017, 143, 04017155. [Google Scholar] [CrossRef]
  9. Li, M.; Zong, Z.; Hao, H.; Zhang, X.; Lin, J.; Xie, G. Experimental and numerical study on the behaviour of CFDST columns subjected to close-in blast loading. Eng. Struct. 2019, 185, 203–220. [Google Scholar] [CrossRef]
  10. Li, M.; Zong, Z.; Du, M.; Pan, Y.; Zhang, X. Experimental investigation on the residual axial capacity of close-in blast damaged CFDST columns. Thin-Walled Struct. 2021, 165, 107976. [Google Scholar] [CrossRef]
  11. Lu, H.; Zhao, X.-L.; Han, L.-H. Testing of self-consolidating concrete-filled double skin tubular stub columns exposed to fire. J. Constr. Steel Res. 2010, 66, 1069–1080. [Google Scholar] [CrossRef]
  12. Lu, H.; Zhao, X.L.; Han, L.H. FE modelling and fire resistance design of concrete filled double skin tubular columns. J. Constr. Steel. Res. 2011, 67, 1733–1748. [Google Scholar] [CrossRef]
  13. BEng, S.H.; Park, S. EN 1994-Eurocode 4: Design of composite steel and concrete structures. Retrieved May 1994, 10, 2022. [Google Scholar]
  14. Code, A. Building Code Requirements for Structural Concrete (ACI 318-05) and Commentary (ACI 318R-05); American Concrete Institute: Farmington Hills, MI, USA, 2005. [Google Scholar]
  15. Muir, L.; Duncan, C.J. The AISC 2010 Specification and the 14th Edition Steel Construction Manual; Structures Congress 2011: Las Vegas, NV, USA, 2011. [Google Scholar]
  16. Nguyen, T.-A.; Ly, H.-B. Predicting Axial Compression Capacity of CFDST Columns and Design Optimization Using Advanced Machine Learning Techniques; Elsevier: Amsterdam, The Netherlands, 2024. [Google Scholar]
  17. Lama, L.; Zhou, F.; Bhatt, N.R. Structural performance and design of stainless steel SHS-concrete-carbon steel CHS double-skin stub columns. J. Constr. Steel. Res. 2022, 190, 107155. [Google Scholar] [CrossRef]
  18. Hassanein, M.; Silvestre, N.; Yan, X.-F. Confinement-based direct design of circular concrete-filled double-skin normal and high strength steel short columns. Thin-Walled Struct. 2023, 183, 110446. [Google Scholar] [CrossRef]
  19. Tran, V.-L.; Kim, S.-E. Efficiency of three advanced data-driven models for predicting axial compression capacity of CFDST columns. Thin-Walled Struct. 2020, 152, 106744. [Google Scholar] [CrossRef]
  20. Chandramouli, P.; Jayaseelan, R.; Pandulu, G.; Sathish Kumar, V.; Murali, G.; Vatin, N.I. Estimating the axial compression capacity of concrete-filled double-skin tubular columns with metallic and non-metallic composite materials. Materials 2022, 15, 3567. [Google Scholar] [CrossRef] [PubMed]
  21. Chang, L.; Zhang, P. Application of multi-task lasso regression in the parametrization of stellar spectra. Chin. Astron. Astrophys. 2015, 39, 319–329. [Google Scholar]
  22. Liu, X.; Goncalves, A.R.; Cao, P.; Zhao, D.; Banerjee, A.; Alzheimer’s Disease Neuroimaging Initiative. Modeling Alzheimer’s disease cognitive scores using multi-task sparse group lasso. Comput. Med. Imaging Graph. 2018, 66, 100–114. [Google Scholar] [CrossRef]
  23. Wang, H.; Wang, J. Short-term wind speed prediction based on feature extraction with Multi-task Lasso and Multilayer Perceptron. Energy Rep. 2022, 8, 191–199. [Google Scholar] [CrossRef]
  24. Magisano, D.; Leonetti, L.; Garcea, G. How to improve efficiency and robustness of the Newton method in geometrically non-linear structural problem discretized via displacement-based finite elements. Comput. Meth. Appl. Mech. Eng. 2017, 313, 986–1005. [Google Scholar] [CrossRef]
  25. Gonçalves, R.; Ritto-Corrêa, M.; Camotim, D. A large displacement and finite rotation thin-walled beam formulation including cross-section deformation. Comput. Meth. Appl. Mech. Eng. 2010, 199, 1627–1643. [Google Scholar] [CrossRef]
  26. Kouhia, R.; Mikkola, M. Some aspects on efficient path-following. Comput. Struct. 1999, 72, 509–524. [Google Scholar] [CrossRef]
  27. Otero, F.; Martinez, X.; Oller, S.; Salomón, O. An efficient multi-scale method for non-linear analysis of composite structures. Compos. Struct. 2015, 131, 707–719. [Google Scholar] [CrossRef]
  28. Caruana, R. Multitask learning. Mach. Learn. 1997, 28, 41–75. [Google Scholar] [CrossRef]
  29. Tibshirani, R. Regression shrinkage and selection via the lasso. J. R. Stat. Soc. Ser. B Stat. Methodol. 1996, 58, 267–288. [Google Scholar] [CrossRef]
  30. Obozinski, G.; Taskar, B.; Jordan, M. Multi-Task Feature Selection; Technical Report; Statistics Department UC: Berkeley, CA, USA, 2006; Volume 2, p. 2. [Google Scholar]
  31. Liu, J.; Ji, S.; Ye, J. Multi-task feature learning via efficient l2, 1-norm minimization. arXiv 2012, arXiv:1205.2631 2012. [Google Scholar]
  32. Jeong, J.-Y.; Jun, C.-H. Variable Selection and Task Grouping for Multi-Task Learning. In Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, London, UK, 19–23 August 2018. [Google Scholar]
  33. Vapnik, V.N.; Vapnik, V. Statistical Learning Theory; John Wiley & Sons: New York, NY, USA, 1998. [Google Scholar]
  34. Vapnik, V.N. The Nature of Statistical Learning Theory; Springer: New York, NY, USA, 2000. [Google Scholar]
  35. Zhou, J.; Qiu, Y.; Zhu, S.; Armaghani, D.J.; Li, C.; Nguyen, H.; Yagiz, S. Optimization of support vector machine through the use of metaheuristic algorithms in forecasting TBM advance rate. Eng. Appl. Artif. Intell. 2021, 97, 104015. [Google Scholar] [CrossRef]
  36. Zhou, J.; Zhu, S.; Qiu, Y.; Armaghani, D.J.; Zhou, A.; Yong, W. Predicting tunnel squeezing using support vector machine optimized by whale optimization algorithm. Acta Geotech. 2022, 17, 1343–1366. [Google Scholar] [CrossRef]
  37. García-Gonzalo, E.; Fernández-Muñiz, Z.; Garcia Nieto, P.J.; Bernardo Sánchez, A.; Menéndez Fernández, M. Hard-rock stability analysis for span design in entry-type excavations with learning classifiers. Materials 2016, 9, 531. [Google Scholar] [CrossRef]
  38. Huang, J.D.; Xue, J.H. Optimization of SVR functions for flyrock evaluation in mine blasting operations. Environ. Earth Sci. 2022, 81, 17. [Google Scholar] [CrossRef]
  39. Qiu, Y.G.; Zhou, J. Short-term rockburst prediction in underground project: Insights from an explainable and interpretable ensemble learning model. Acta Geotech. 2023, 18, 6655–6685. [Google Scholar] [CrossRef]
  40. Xu, S.; An, X.; Qiao, X.D.; Zhu, L.J.; Li, L. Multi-output least-squares support vector regression machines. Pattern Recognit. Lett. 2013, 34, 1078–1084. [Google Scholar] [CrossRef]
  41. Wei, S.; Mau, S.; Vipulanandan, C.; Mantrala, S. Performance of new sandwich tube under axial loading: Experiment. J. Struct. Eng. 1995, 121, 1806–1814. [Google Scholar] [CrossRef]
  42. Elchalakani, M.; Zhao, X.-L.; Grzebieta, R. Tests on concrete filled double-skin (CHS outer and SHS inner) composite short columns under axial compression. Thin-Walled Struct. 2002, 40, 415–441. [Google Scholar] [CrossRef]
  43. Tao, Z.; Han, L.-H.; Zhao, X.-L. Behaviour of concrete-filled double skin (CHS inner and CHS outer) steel tubular stub columns and beam-columns. J. Constr. Steel Res. 2004, 60, 1129–1158. [Google Scholar] [CrossRef]
  44. Zhao, X.-L.; Tong, L.-W.; Wang, X.-Y. CFDST stub columns subjected to large deformation axial loading. Eng. Struct. 2010, 32, 692–703. [Google Scholar] [CrossRef]
  45. Uenaka, K.; Kitoh, H.; Sonoda, K. Concrete filled double skin circular stub columns under compression. Thin-Walled Struct. 2010, 48, 19–24. [Google Scholar] [CrossRef]
  46. Chen, J.Y.; Hai, Y. Research on bearing capacity of short concrete filled double skin steel tubes columns under axial compression. Adv. Mater. Res. 2011, 168, 2154–2157. [Google Scholar] [CrossRef]
  47. Han, L.-H.; Li, Y.-J.; Liao, F.-Y. Concrete-filled double skin steel tubular (CFDST) columns subjected to long-term sustained loading. Thin-Walled Struct. 2011, 49, 1534–1543. [Google Scholar] [CrossRef]
  48. Han, L.-H.; Ren, Q.-X.; Li, W. Tests on stub stainless steel–concrete–carbon steel double-skin tubular (DST) columns. J. Constr. Steel Res. 2011, 67, 437–452. [Google Scholar] [CrossRef]
  49. Essopjee, Y.; Dundu, M. Performance of concrete-filled double-skin circular tubes in compression. Compos. Struct. 2015, 133, 1276–1283. [Google Scholar] [CrossRef]
  50. Wang, J.; Liu, W.; Zhou, D.; Zhu, L.; Fang, H. Mechanical behaviour of concrete filled double skin steel tubular stub columns confined by FRP under axial compression. Steel Compos. Struct 2014, 17, 431–452. [Google Scholar] [CrossRef]
  51. Chen, J.; Ni, Y.-Y.; Jin, W.-L. Column tests of dodecagonal section double skin concrete-filled steel tubes. Thin-Walled Struct. 2015, 88, 28–40. [Google Scholar] [CrossRef]
  52. Duan, Z.K.; Wang, R. Research of the stainless steel-concrete-carbon steel circular concrete-filled double skin steel tubes under axial compression. Adv. Mater. Res. 2015, 1065, 1349–1353. [Google Scholar] [CrossRef]
  53. Li, W.; Wang, D.; Han, L.-H. Behaviour of grout-filled double skin steel tubes under compression and bending: Experiments. Thin-Walled Struct. 2017, 116, 307–319. [Google Scholar] [CrossRef]
  54. Ekmekyapar, T.; Hasan, H.G. The influence of the inner steel tube on the compression behaviour of the concrete filled double skin steel tube (CFDST) columns. Mar. Struct. 2019, 66, 197–212. [Google Scholar] [CrossRef]
  55. Ekmekyapar, T.; Alwan, O.H.; Hasan, H.G.; Shehab, B.A.; Al-Eliwi, B.J. Comparison of classical, double skin and double section CFST stub columns: Experiments and design formulations. J. Constr. Steel Res. 2019, 155, 192–204. [Google Scholar] [CrossRef]
  56. Fang, Y.; Wang, Y.; Hou, C.; Lu, B. CFDST stub columns with galvanized corrugated steel tubes: Concept and axial behaviour. Thin-Walled Struct. 2020, 157, 107116. [Google Scholar] [CrossRef]
  57. Yan, X.-F.; Zhao, Y.-G. Compressive strength of axially loaded circular concrete-filled double-skin steel tubular short columns. J. Constr. Steel Res. 2020, 170, 106114. [Google Scholar] [CrossRef]
  58. Su, R.; Li, X.; Zhong, T.; Zhou, T. Axial Behavior of Novel CFDST Columns with Outer Welded Corrugated Steel Tubes; Elsevier: Amsterdam, The Netherlands, 2021. [Google Scholar]
  59. Yang, Y.-F.; Fu, F.; Bie, X.-M.; Dai, X.-H. Axial compressive behaviour of CFDST stub columns with large void ratio. J. Constr. Steel Res. 2021, 186, 106892. [Google Scholar] [CrossRef]
  60. Tiwary, A.K. Experimental investigation into mild steel circular concrete-filled double skin steel tube columns. J. Constr. Steel Res. 2022, 198, 107527. [Google Scholar] [CrossRef]
  61. Qiu, Y.G.; Zhou, J. Short-Term Rockburst Damage Assessment in Burst-Prone Mines: An Explainable XGBOOST Hybrid Model with SCSO Algorithm. Rock Mech. Rock Eng. 2023, 56, 8745–8770. [Google Scholar] [CrossRef]
  62. Zhou, J.; Shi, X.Z.; Du, K.; Qiu, X.Y.; Li, X.B.; Mitri, H.S. Feasibility of Random-Forest Approach for Prediction of Ground Settlements Induced by the Construction of a Shield-Driven Tunnel. Int. J. Geomech. 2017, 17, 12. [Google Scholar] [CrossRef]
  63. Zhou, J.; Li, E.M.; Wei, H.X.; Li, C.Q.; Qiao, Q.Q.; Armaghani, D.J. Random Forests and Cubist Algorithms for Predicting Shear Strengths of Rockfill Materials. Appl. Sci.-Basel 2019, 9, 16. [Google Scholar] [CrossRef]
  64. Wan, L.; Tang, Z.; Zhang, J.; Chen, S.; Zhou, W.; Cen, H. Upscaling from leaf to canopy: Improved spectral indices for leaf biochemical traits estimation by minimizing the difference between leaf adaxial and abaxial surfaces. Field Crop. Res. 2021, 274, 108330. [Google Scholar] [CrossRef]
  65. Yang, P.; Li, C.; Qiu, Y.; Huang, S.; Zhou, J. Metaheuristic optimization of random forest for predicting punch shear strength of FRP-reinforced concrete beams. Materials 2023, 16, 4034. [Google Scholar] [CrossRef] [PubMed]
  66. Nguyen, H.; Bui, X.N.; Topal, E.; Zhou, J.; Choi, Y.; Zhang, W. (Eds.) Applications of Artificial Intelligence in Mining and Geotechnical Engineering; Elsevier: Amsterdam, The Netherlands, 2023. [Google Scholar]
  67. Zhang, X.; Yao, J.; Wu, Y.; Liu, X.; Wang, C.; Liu, H. A Method for Predicting the Creep Rupture Life of Small-Sample Materials Based on Parametric Models and Machine Learning Models. Materials 2023, 16, 6804. [Google Scholar] [CrossRef] [PubMed]
  68. Zhou, J.; Chen, Y.X.; Li, C.Q.; Qiu, Y.G.; Huang, S.; Tao, M. Machine learning models to predict the tunnel wall convergence. Transp. Geotech. 2023, 41, 15. [Google Scholar] [CrossRef]
  69. Li, C.; Mei, X.; Dias, D.; Cui, Z.; Zhou, J. Compressive strength prediction of rice husk ash concrete using a hybrid artificial neural network model. Materials 2023, 16, 3135. [Google Scholar] [CrossRef]
  70. Gandomi, A.; Roke, D. Intelligent Formulation of Structural Engineering Systems; Massachusetts Institute of Technology: Cambridge, MA, USA, 2013. [Google Scholar]
  71. Zhang, W.; Goh, A.T. Multivariate adaptive regression splines and neural network models for prediction of pile drivability. Geosci. Front. 2016, 7, 45–52. [Google Scholar] [CrossRef]
Figure 1. Circular cross-section of a CFDST’s structure.
Figure 1. Circular cross-section of a CFDST’s structure.
Materials 17 01994 g001
Figure 2. Illustration of matrix decomposition in VSTG.
Figure 2. Illustration of matrix decomposition in VSTG.
Materials 17 01994 g002
Figure 3. Evolution process of coefficient vectors in MLS-SVR.
Figure 3. Evolution process of coefficient vectors in MLS-SVR.
Materials 17 01994 g003
Figure 4. Scatter plot matrix and correlation coefficients of the database (Dots represent the samples, while lines display the distribution trend of dots).
Figure 4. Scatter plot matrix and correlation coefficients of the database (Dots represent the samples, while lines display the distribution trend of dots).
Materials 17 01994 g004
Figure 5. Dataset division and sample distributions in the training and testing sets. (a) division of parameters H, Do, fco, fyo and fyi; (b) division of parameters Nu, to, Di and ti.
Figure 5. Dataset division and sample distributions in the training and testing sets. (a) division of parameters H, Do, fco, fyo and fyi; (b) division of parameters Nu, to, Di and ti.
Materials 17 01994 g005
Figure 6. Flowchart of model development.
Figure 6. Flowchart of model development.
Materials 17 01994 g006
Figure 7. Scatter plots of the provided parameters by MLS-SVR: (a) Di plot; (b) ti plot; (c) fyi plot; (d) fco plot.
Figure 7. Scatter plots of the provided parameters by MLS-SVR: (a) Di plot; (b) ti plot; (c) fyi plot; (d) fco plot.
Materials 17 01994 g007
Figure 8. Illustrations of the comparison among MTL provided and the actual values on task fyi: (a) training set; (b) testing set.
Figure 8. Illustrations of the comparison among MTL provided and the actual values on task fyi: (a) training set; (b) testing set.
Materials 17 01994 g008
Figure 9. Illustrations of the comparison among MTL provided and actual values on task fco: (a) training set; (b) testing set.
Figure 9. Illustrations of the comparison among MTL provided and actual values on task fco: (a) training set; (b) testing set.
Materials 17 01994 g009
Figure 10. Scatter plots of strength parameters provided by multi-task Lasso: (a) fyi plot; (b) fco plot.
Figure 10. Scatter plots of strength parameters provided by multi-task Lasso: (a) fyi plot; (b) fco plot.
Materials 17 01994 g010
Figure 11. Scatter plots of strength parameters provided by VSTG: (a) fyi plot; (b) fco plot.
Figure 11. Scatter plots of strength parameters provided by VSTG: (a) fyi plot; (b) fco plot.
Materials 17 01994 g011
Figure 12. The impact of nonlinearity on linear models: (a) a concave nonlinear function; (b) misguided scatter distribution.
Figure 12. The impact of nonlinearity on linear models: (a) a concave nonlinear function; (b) misguided scatter distribution.
Materials 17 01994 g012
Figure 13. The coefficient matrices obtained from two linear models: (a) W of multi-task Lasso; (b) W of VSTG.
Figure 13. The coefficient matrices obtained from two linear models: (a) W of multi-task Lasso; (b) W of VSTG.
Materials 17 01994 g013
Figure 14. Two matrices provided by VSTG: (a) variable-latent matrix (U); (b) latent-task matrix (V).
Figure 14. Two matrices provided by VSTG: (a) variable-latent matrix (U); (b) latent-task matrix (V).
Materials 17 01994 g014
Table 1. Parameter definitions and descriptions.
Table 1. Parameter definitions and descriptions.
VariablesDescriptionsNote
H (mm)Column lengthExternal dimensions
Do (mm)Diameter of the outer steel tube
Di (mm)Diameter of the inner steel tubeInternal dimension
to (mm)Thickness of the outer steel tubeSteel tube thickness
ti (mm)Thickness of the inner steel tube
fco (MPa)Peak strength of unconfined cylinder
(d × h = 150 mm × 300 mm)
Concrete strength
fyo (MPa)Yield strength of the outer steel tubeSteel tube strengths
fyi (MPa)Yield strength of the inner steel tube
Nu (kN)Axial compression capacityLoad-bearing capacity
Table 2. Statistical description of parameters in the database.
Table 2. Statistical description of parameters in the database.
ParametersMeanMedianSt. D *MinMax
H (mm)877.830572.000149.429230.0003502.000
Do (mm)220.778165.10032.15274.700603.400
Di (mm)129.61876.00025.74233.500477.000
to (mm)3.0973.0000.3500.5908.000
ti (mm)2.7352.8500.3350.5508.000
fco (MPa)40.81337.5004.09418.70074.700
fyo (MPa)362.696350.00020.736177.000549.000
fyi (MPa)335.807324.00015.434205.000512.000
Nu (kN)2095.0511574.000413.341283.0008950.000
* Note: St. D—standard deviation.
Table 3. The inputs and outputs in the example scenario.
Table 3. The inputs and outputs in the example scenario.
InputsOutputs
H, Do, to, fyo, NuDi, ti, fyi, fco
Table 4. Statistical indicators for evaluating the reliability of the provided parameters.
Table 4. Statistical indicators for evaluating the reliability of the provided parameters.
Statistical IndicatorsExpressions
Coefficient of determination (R2) i = 1 N M i M i ¯ P i P i ¯ 2 i = 1 N M i M i ¯ 2 i = 1 N P i P i ¯ 2
Root mean square error (RMSE) i = 1 N ( M i P i ) 2 N
Relative root mean squared error (RRMSE) R M S E P i ¯
Performance index (ρ) R R M S E 1 + R 2
Note: M—measurement value; P—reference value provided by the model.
Table 5. The hyper-parameter settings used for the experiments.
Table 5. The hyper-parameter settings used for the experiments.
MTL ModelsHyper-ParametersValues
Multi-task LassoRegularization parameter λ0.091
VSTGRegularization parameter λ10.15
Regularization parameter λ20.14
Regularization parameter μ1.25
k (k-support norm)2
Number of latent bases M3
MLS-SVRRegularization parameter λ2.013
Regularization parameter β33.571
Kernel functionERBF
Kernel function parameter σ4.493
Table 6. Statistical evaluation of multi-task Lasso.
Table 6. Statistical evaluation of multi-task Lasso.
OutputsDatasetR2RMSERRMSEρ
DiTrn0.92630.5420.2400.122
Tst0.90434.9050.2750.141
tiTrn0.6480.8660.3120.173
Tst0.8960.4970.1790.092
fyiTrn0.25856.6110.1660.11
Tst0.45749.8110.1460.087
fcoTrn0.38213.9150.3060.189
Tst0.38913.6270.2990.184
Note: Trn—training set; Tst—testing set.
Table 7. Statistical evaluation of VSTG.
Table 7. Statistical evaluation of VSTG.
OutputsDatasetR2RMSERRMSEρ
DiTrn0.92231.2100.2450.125
Tst0.90035.7090.2800.144
tiTrn0.6460.8700.3080.171
Tst0.8980.5130.1820.093
fyiTrn0.13661.3200.1760.128
Tst0.29656.9090.1630.106
fcoTrn0.35514.1900.3170.199
Tst0.39013.4730.3010.186
Note: Trn—training set; Tst—testing set.
Table 8. Statistical evaluation of MLS-SVR.
Table 8. Statistical evaluation of MLS-SVR.
OutputsDatasetR2RMSERRMSEρ
DiTrn0.9985.2650.0440.022
Tst0.96620.2870.1690.085
tiTrn0.9730.2390.0930.047
Tst0.9060.3920.1520.078
fyiTrn0.9877.5180.0220.011
Tst0.96512.6330.0370.019
fcoTrn0.9752.7540.0640.032
Tst0.8666.4990.1500.078
Note: Trn—training set; Tst—testing set.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wang, Z.; Zhou, J.; Peng, K. The Potential of Multi-Task Learning in CFDST Design: Load-Bearing Capacity Design with Three MTL Models. Materials 2024, 17, 1994. https://doi.org/10.3390/ma17091994

AMA Style

Wang Z, Zhou J, Peng K. The Potential of Multi-Task Learning in CFDST Design: Load-Bearing Capacity Design with Three MTL Models. Materials. 2024; 17(9):1994. https://doi.org/10.3390/ma17091994

Chicago/Turabian Style

Wang, Zhenyu, Jian Zhou, and Kang Peng. 2024. "The Potential of Multi-Task Learning in CFDST Design: Load-Bearing Capacity Design with Three MTL Models" Materials 17, no. 9: 1994. https://doi.org/10.3390/ma17091994

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

Article Metrics

Back to TopTop