Figures
Abstract
The meta-learning method proposed in this paper addresses the issue of small-sample regression in the application of engineering data analysis, which is a highly promising direction for research. By integrating traditional regression models with optimization-based data augmentation from meta-learning, the proposed deep neural network demonstrates excellent performance in optimizing glass fiber reinforced plastic (GFRP) for wrapping concrete short columns. When compared with traditional regression models, such as Support Vector Regression (SVR), Gaussian Process Regression (GPR), and Radial Basis Function Neural Networks (RBFNN), the meta-learning method proposed here performs better in modeling small data samples. The success of this approach illustrates the potential of deep learning in dealing with limited amounts of data, offering new opportunities in the field of material data analysis.
Citation: Deng T, Xue C, Zhang G (2024) Data modeling analysis of GFRP tubular filled concrete column based on small sample deep meta learning method. PLoS ONE 19(7): e0305038. https://doi.org/10.1371/journal.pone.0305038
Editor: S. M. Anas, Jamia Millia Islamia, INDIA
Received: December 8, 2023; Accepted: May 22, 2024; Published: July 10, 2024
Copyright: © 2024 Deng et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: All relevant data are within the paper and its Supporting information files.
Funding: The author(s) received no specific funding for this work.
Competing interests: The authors have declared that no competing interests exist.
Introduction
Glass Fiber Reinforced Plastics (Glass Fiber Reinforced Plastics, GFRP) have been widely used in the field of civil engineering, especially in high-rise construction, long-span bridge engineering, marine engineering, underground engineering, and protective engineering [1–3]. GFRP has the advantages of being lightweight, high-strength, plasticity, strong corrosion resistance, fatigue resistance, good dielectric properties, and relatively low cost, making it a popular material choice. The current focus is on composite columns made of GFRP pipe-coated concrete or steel pipes. Compared with ordinary steel-reinforced concrete columns, these composite columns have superior mechanical properties, durability, seismic performance, and other characteristics [2, 3]. By leveraging the high strength and corrosion resistance of GFRP, combined with the advantages of concrete or steel pipes, more reliable and durable structural designs can be achieved, bringing new possibilities to the field of civil engineering.
Effective analysis of engineering data is crucial to improving the efficiency and quality of the engineering implementation process, hence advanced data processing technologies are highly regarded in the field of engineering [4]. As a powerful data processing tool, deep learning technology has shown great potential in the application of engineering data analysis [5]. However, there are relatively few studies reported on engineering data analysis systems. In recent years, engineering data analysis systems based on deep learning have performed excellently in the fields of manufacturing fault detection, mechanical system prediction, and dynamic system control [6]. These systems are capable of effectively processing large-scale engineering data and providing accurate analysis and predictive results, offering significant assistance to the engineering implementation process. Yet, despite remarkable achievements, a primary concern when implementing deep learning techniques in the field of engineering is the practical issue of data acquisition. Data collection at engineering sites may be influenced by various factors, such as environmental conditions, equipment limitations, and data quality, which could negatively impact the performance and accuracy of the deep learning model [7]. Therefore, addressing the issue of data collection is one of the keys to realizing the application of deep learning technology in the field of engineering.
The limited availability of datasets is indeed a major challenge when developing deep learning-based engineered data analysis systems. Generally, deep learning algorithms typically require large training datasets to leverage their advantages, as compared to traditional machine learning-based methods [8]. Datasets ten times the number of trainable weights in deep neural networks are often considered the minimum requirement, and the number of trainable weights may rapidly increase when dealing with unbalanced datasets. Even relatively simple deep learning architectures demand thousands of data samples for training. For instance, an architecture with two hidden layers, having 10 input dimensions for each hidden layer and over 200 trainable weights for each, necessitates correspondingly sized datasets for training [9]. However, reliable real-time data collection at engineering sites is costly and also requires a substantial workforce investment, leading to a scarcity of sufficiently large, relevant datasets to train reliable deep learning models. In response to this challenge, the following methods can be considered to mitigate the issues caused by limited datasets: 1. Data augmentation techniques [9–13]: By enhancing and expanding existing data, the dataset can be effectively scaled up. 2. Transfer learning [14–16]: Utilize models trained on other domains or tasks to reduce the need for extensive data through fine-tuning or transfer learning. 3. Synthetic data [17–20]: Employ synthetic data generation technologies to produce data consistent with real-world scenarios, thereby expanding the dataset. 4. Active learning [21–25]: Optimize the quality and scale of the dataset by intelligently selecting the most informative samples for annotation. These approaches can assist in developing and training deep learning models more efficiently when faced with limited datasets.
Processing a small number of engineering data samples based on deep learning is indeed a challenging problem, and meta-learning as a solution is attracting increasing attention. The concept of meta-learning is to allow the model to quickly adapt to new tasks through prior learning experience when only a small number of samples are available. This approach is similar to the way humans learn, that is, to quickly learn new knowledge through previous experience. In meta-learning, there are several common methods, including metric-based methods, model-based methods, and optimization-based methods. These methods perform well in dealing with few-sample learning problems and can help deep neural networks generalize better to new tasks. For example, meta-learning methods have been successfully applied in industrial fields, such as tool wear prediction. By fine-tuning a small number of data samples, the deep neural network trained by meta-learning shows good results under different cutting conditions. The successful application of this approach demonstrates the potential and value of meta learning in the engineering field [26–32].
However, the aforementioned meta-learning methods do not completely resolve issues related to data scarcity [33]. This is because the model should be meta-trained with a sufficient number of data samples based on past experiences. In most cases, meta-learning focuses on image classification to leverage prior learning of visual representations for identifying arbitrary objects [34–37], thereby enabling the model to recognize specific objects. In the context of image classification models, deep neural networks can be meta-trained using large pre-existing image databases [38–40]. Subsequently, the meta-trained model can be utilized to address the small-sample learning problem. However, the direct application of such models is limited to unstructured image data.
Especially in engineering data analysis and processing, numerical data point regression methods are more relevant than image classification. In the field of engineering, it often involves the regression analysis of numerical data, such as predicting target variables based on conditions. Compared to image classification, there are relatively fewer studies on small-sample regression, but some optimization-based meta-learning methods have made some progress in this area. Using Model-Agnostic Meta-Learning (MAML) and the first-order meta-learning algorithm (Reptile) [41, 42], previous studies have successfully used these methods to predict sinusoidal oscillations based on a small number of data points. In these methods, deep neural networks are meta-trained with a large amount of data that contains sinusoidal signals of various magnitudes and periods. Subsequently, the trained networks can be used to predict trends in sinusoidal signals, even when only a small number of sample data points are available. This indicates that deep neural networks can successfully learn to describe sinusoidal oscillations as features of previous experience through a meta-learning framework.
The approach of this study is highly innovative, particularly when dealing with small-sample regression issues. By constructing a sufficiently large dataset using the prediction results of several existing regression models to facilitate the meta-training of the underlying deep neural network, the research provides new ideas for addressing the challenge of scarce data samples in engineering data analysis applications. In this study, deep neural networks were trained using data enhanced by regression models, enabling them to approximate the predicted results of these regression models. Then, the deep neural networks were trained using optimization-based meta-learning methods to learn from past experiences. The goal of optimization-based meta-learning is to find deep neural networks that are adapted to new tasks through a small number of data samples and to use the meta-trained network parameters as the initial conditions for the final fine-tuning process. This meta-learning strategy was tested in predicting GFRP-wrapped concrete to fill GFRP short columns, and the experimental results demonstrate its potential and effectiveness in handling small sample regression problems.
Methods and theory
Fig 1 illustrates the process of the proposed small-sample regression method, including four steps: data preprocessing, data enhancement, meta-learning, and fine-tuning. In the first step, the training set and the test sets were divided and normalized. In the second step, enhancing the training data sample based on the genetic algorithm and the traditional regression model can solve the lack of meta-training data sets. In the third step, the generated virtual sample set is randomly selected for network training and learning. The fourth step is to fine-tune the deep meta-trained neural network, and combine the actual data samples to get the final results, so as to complete the small-sample regression task. Fig 2 details the process of each processing step.
Data augmentation
This article proposes a genetic based data augmentation method as shown in Fig 3. The method borrows the idea of genetic cross mutation, treating each data sample as an individual population, with parameters in the data as chromosomes. Chromosomes cross between two individuals, and by setting the probability of mutation, new data is ultimately obtained. Three models are used to evaluate fitness, that is, set the error range and screen the data within the error range to save. In the whole fitness evaluation, the three models are screened at the same time, and the data within the error range under the average weighted prediction of the three models will be saved. The above operations can be repeated to obtain a sufficient number of virtual samples.
This article conducted a total of seven generations of inheritance, with an initial error range of 20%. For each generation of inheritance completed, the error range decreased by 2%, and a total of 15000 sets of data were obtained, 5000 sets of virtual generated data are provided for each metadaset. The three models added include Support Vector Machines Regression (SVMR), Gaussian Process Regression (GPR), and Radial Basis Function Neural Network (RBFNN). The characteristics of these three machine learning methods are shown in Table 1. The SVMR model is widely used in the field of small sample learning. The optimized model is obtained by minimizing the total loss and maximizing the interval, which can effectively avoid overfitting and underfitting problems. The GPR model is a non parametric model that uses Gaussian process priors to analyze data, allowing for accurate fitting of targets even with very few samples. The RBFNN model can find sample center points based on clustering, reduce parameters and calculations in small sample situations, and the model training is simple and easy to implement. When there are new samples, there is no need to repeat training, just fine tune the original network to complete the task. The specific parameter settings for the three models are as follows: the kernel of SVMR adopts radial basis function, the value of parameter C is set to 100, and the other parameters are set as default parameters; The GPR adopts a fixed kernel; The number of hidden layer nodes in RBFNN is the same as the number of training data in RBFNN, and the gradient descent method is used to train the RBF network. The code of the three models is built using the third-party library Sklearn.
Meta learning
Usually, in deep learning, a large amount of data from a certain scene is used to train the model. However, when the scene changes, the model need to be retrained. Meta learning, which means learning to learn, is represented by a child who has seen many photos of objects as they grow up. One day, when they first see a few photos of a dog, they can distinguish it from other objects.
The differences between meta learning and machine learning are shown in Table 2. In machine learning, the training unit is a piece of data that optimizes the model. The data can be divided into training, testing, and validation sets. Machine learning optimizes model parameters by calculating losses on the training set to obtain a model that directly solves the problem. In meta learning, the training units have hierarchical relationships. The first level of training units is the task, which means there are many problems. However, there is a premise that the problems must have similarity, which can be all images or text, but cannot be crossed. The second training unit is the data corresponding to the task. The purpose of both is to find a function, but the functions of the two functions are different and the problems they solve are different. Machine learning functions directly act on features and labels, finding the connection between features and labels. The function in meta learning is to find a new f, which is explained in detail in the meta learning methods MAML and Reptile before being used to solve problems.
To address the small-sample problem, the MAML (Model-Agnostic Meta-Learning) method samples data during training in units of tasks, with each task containing a support set and a query set. The direction of parameter updates for the model in the MAML method is shown in Fig 4 (left). Initially, the model parameters are initialized to θ0. Then, the first task taskm is sampled, and the gradient is calculated on the support set within the task. The update direction for the model parameters on the task’s query set is determined, which is the change in the blue parameters in Fig 4 (left). This adapts to the sampled task taskm but does not fully adapt. Similarly, the second task is sampled, and the model parameters θ1 continue to be updated. After several iterations, the training process of the MAML method is completed.
Compared to MAML, the Reptile method is simpler. Training data is still sampled by taking several tasks, but there is no need to divide into support and query sets. The Reptile method directly uses the data from a single sampled task for a small number of gradient descent steps. In Fig 4 (right), three gradient descent steps are performed, with the gradients calculated for each step being ,
and
The single update formula for the model parameters in Reptile is
, where β is the learning rate. Following this process, several tasks are sampled to complete the model training work. During testing, it is consistent with MAML.
Model establishment
The data comes from the research of scholars such as [30]. Investigation on various section GFRP profiles strengthening concrete-filled GFRP tubular columns studied the influence of three types of GFRP profiles on the ultimate bearing capacity of concrete filled GFRP pipe columns through axial compression test and numerical analysis. The cross-sectional shapes of the three profiles are L-type, C-type, and I-type, as shown in Fig 5. A total of 72 column samples were used in the experiment, including 24 L-type GFRP embeddings, 24 C-type GFRP embeddings, and 24 I-type GFRP embeddings. The L-type samples are shown in Fig 6. The Control variates are used in the test. Each group controls five variable, namely, GFRP profiles section type, concrete strength, GFRP pipe wall thickness, GFRP pipe inner diameter, and GFRP pipe height. Taking the sample GLT6H300C20 in the data set as an example, GL represents L type, T6 represents GFRP pipe thickness 6mm, H300 represents GFRP pipe height 300mm, and C20 represents concrete strength 20MPa. The load strains curve of the column and the failure mode of the column when the test analysis variables are limited. Based on the mechanical model and experimental numerical analysis of GFRP pipe confined concrete columns, the calculation formulas for the ultimate bearing capacity of three types of GFRP profile reinforced concrete filled GFRP pipe columns were studied and summarized.
The modeling in this article is based on the two main evaluation parameters in the study: ultimate bearing capacity and ultimate displacement. The Reptile model is obtained through Engineering Few Shot Deep Reptile method learning, and the best model are trained under the other three learning methods, including SVMR, GPR, and RBFNN. Based on the above methods, prediction models for ultimate bearing capacity and ultimate displacement is established.
Regarding the input parameters for establishing the model. In order to effectively utilize all the information of the test column and describe the impact of section steel on the ultimate bearing capacity and ultimate displacement of concrete filled GFRP pipe columns, two parameters are added to the model input, namely the SR (Symmetrical ratio,) of the section steel and the AR (Area ratio,) of the section steel to the cross-sectional area of the pipe column. The calculation of the symmetry ratio is based on the shape of the section steel, and the I-steel is completely symmetrical. The symmetry ratio of I-beams is 100%, and if the angle steel is completely asymmetric, the symmetry ratio of angle steel is 0. While the channel steel is not completely symmetrical, only the proportion of the symmetrical part is calculated. The concrete strength C is taken as an input parameter. Secondly, because the inner diameter D of the GFRP tube parameters in the experiment is completely the same, in order to ensure the effective dimension of the input parameters and reduce the modeling dimension, and improve the modeling accuracy. the ratio H/D of the height H of the GFRP tube to the inner diameter D of the GFRP tube, as well as the ratio D/T of the inner diameter D of the GFRP tube to the wall thickness T of the GFRP tube, are taken as input parameters, and these five variables are selected as model inputs parameters. Regarding the explanation of the output parameters when establishing the model, this article selects the ultimate bearing capacity and the ultimate displacement to determine the performance of the pipe column. The greater the ultimate bearing capacity, the greater the weight that the pipe column can bear; The smaller the ultimate displacement, the higher the stability of the pipe column.
Regarding the explanation of the network structure used by the method Reptile, Reptile uses a fully connected network structure, as shown in Fig 7, which includes a five node input layer, three hidden layers, with hidden layer node sizes of 8, 16, 32, and an one node linear output layers. Batch normalization and nonlinear function Relu activation processing are used between hidden layers to prevent overfitting. Due to the low number of network layers used in deep learning research in the field of building structures, and the fact that deep learning has 5 or more layers of neural networks, combined with the fact that table data features are simpler than image data features, this paper uses a five layer fully connected network structure.
When conducting data prediction modeling, 6 sets of samples were randomly selected from 72 sets of total data to form a test set. The 6 sets of samples were composed of 2 sets of L-type samples, 2 sets of C-type samples, and 2 sets of I-type samples. The remaining 66 sets of samples formed the training set. Using methods such as Reptile, SVMR, GPR, and RBFNN to model the ultimate bearing capacity and ultimate displacement together. Then, two indicators, the coefficient of determination R2 and the mean absolute percentage error MAPE, were used to evaluate the effectiveness of the model testing. The process of establishing the model in this article is shown in Fig 8.
The specific process is described as follows:
- Import the experimental data;
- Data normalization processing and divide training set and testing set;
- The SVR, GPR, and RBFNN models were trained using the training set, and data augmentation was performed using the training set;
- The MAPE of the generated data was evaluated using the three models;
- Determine whether the MAPE is less than the preset error, For example, the first error is 20%, if it is less than 20%, save the virtual sample data generated in the third step, and completely replace the initial experimental input data; if it is more than 20%, return to the data enhancement process in step (3);
- Determine whether the amount of data in each meta-dataset exceeds 5000, If the number of metadata set is greater than 5000, the metadata set is saved, and if it is less than 5000, return to the first step;
- The metadaset was trained using the Reptile algorithm to perform the third step in Fig 2;
- Use the training data to fine-tune the meta-learning model trained by Reptile;
- R2 and MAPE of the test samples were computed using the fine-tuned meta-learning model
Model test and prediction performance analysis
The model testing process is as follows:
- Test data input;
- Normalization of test data: Calculate the normalization result of test data based on the normalization of training data;
- Normalized test data is input into the model, and the model output is subjected to denormalization processing;
- Calculate the effectiveness of model testing, calculate the coefficient of determination R2 and the average absolute percentage error MAPE.
The number of model test is 100 times, the R2 coefficient of the limit bearing capacity of each model is shown in Fig 9, and the R2 coefficient of the limit displacement of each model is shown in Fig 10. The model test results are shown in Table 3. After testing the data modeling of GFRP wrapped concrete columns, it is found that the proposed Reptile is more accurate than the three models trained with the original data. In predicting the ultimate bearing capacity of GFRP wrapped concrete columns, the three types of models have good prediction results, with the determination coefficient R2 calculated higher than 0.8. The maximum determination coefficient R2 of the Reptile model is 0.982, and the average absolute percentage error MAPE of prediction is 9.5%. In predicting the ultimate displacement of GFRP wrapped concrete columns, the order of determination coefficients is: Reptile>RBFNN>SVMR>GPR, where the prediction determination coefficient R2 of Reptile is 0.955, and the average absolute percentage error MAPE of prediction is 6.1%. In order to further compares the impact of data augmentation on modeling and prediction performance in Reptile, methods such as SVMR, GPR, RBFNN, etc. Be used to model the enhanced data. The prediction performance of the model on the test data is shown in Table 3. The prediction effect of the three models using enhanced data modeling has improved, but the prediction effect of the three models using enhanced data training is still worse than that of Reptile.
By correlation analysis of the input and output parameters of the data, the role of data-enhanced modeling can be further observed. As shown in Fig 11 (left), before data enhancement, it can be seen through correlation analysis that input parameters such as symmetry ratio SR, area ratio AR and concrete strength are positively correlated with the ultimate load Nr of output parameters, while H/D and D/T are negatively correlated with the ultimate load. Through data enhancement, the number of samples was increased, and the correlation analysis of the obtained enhanced data was shown in Fig 11 (right). The correlation of input parameters and output parameters of the enhanced data was basically consistent with that of the unenhanced data, indicating that data enhancement achieved the purpose of increasing the number of samples without changing the data distribution.
Data augmentation can improve the prediction performance of models such as SVMR, GPR, and RBFNN, but the final prediction performance of the three models is not as good as that of Reptile.
Results and discussion
In order to determine the specific impact of input parameters on output parameters, the change pattern of corresponding output parameters under parameter changes is determined through discussion. Perform proportional interpolation on the determined parameters within the range of maximum and minimum values within the original data. For example, perform pentagonal interpolation to obtain a data table consisting of six sets of input data. Input this table data into the Reptile model in Section 4, draw a curve based on the model output, and analyze the impact of parameter changes on output parameter changes based on the curve.
Ultimate bearing capacity analysis
As shown in Fig 12, the ultimate bearing capacity of the column shows an upward trend with the increase of symmetry ratio. When the symmetry ratio exceeds 80%, the ultimate bearing capacity of the column remains almost unchanged. The trend of the influence of area ratio on the ultimate bearing capacity of columns is similar to that of symmetry ratio. When the area ratio reaches its maximum, the ultimate bearing capacity of columns is the highest. As the strength of concrete increases, the ultimate bearing capacity of the column increases, which is consistent with the conclusion (2) in the study: due to the increase in concrete strength, the ultimate bearing capacity of all specimens increases. When H/D increases within the interval, the variation in the ultimate bearing capacity of the column fluctuates greatly, but the overall trend is decreasing, partially in line with the conclusion (3) in the study: when other experimental parameters remain unchanged, the ultimate bearing capacity of all specimens of the three groups of columns decreases with the increase of column height. Although overall, the larger the value of H/D, the lower the ultimate bearing capacity of the column, it cannot be ignored that the alternating increase and decrease in the ultimate bearing capacity of the column occurs to the increase of H/D values. When D/T increases within the interval, the ultimate bearing capacity of the column shows a downward trend. The smaller the D/T, the greater the ultimate bearing capacity of the column. This is because the original experiment used the same inner diameter D, and the smaller the D/T, which is equivalent to the thickness T of the GFRP pipe, which has the effect of reinforcement.
Ultimate displacement analysis
As shown in Fig 13, the ultimate displacement of the column decreases with the increase of symmetry ratio. When the symmetry ratio exceeds 80%, the ultimate displacement remains almost unchanged. The only trend in which the area ratio affects the ultimate displacement of a column is similar to the symmetry ratio. When the area ratio reaches its maximum value of 7.232%, the ultimate displacement of the column is the smallest. Within the variation range of concrete strength, the ultimate displacement of the column first decreases to the local lowest point, then rapidly increases to the global highest point, finally rapidly decrease, and finally stabilizes. When the concrete strength are 40MPa, the ultimate displacement of the column is the smallest. Within the range of H/D variation, the ultimate displacement of the column first increases, then tends to stabilize, and finally shows a downward trend. When H/D is 1.5, the ultimate displacement of the column is the smallest. Within the variation range of D/T, the overall ultimate displacement of the column shows a downward trend, and when the D/T is 31.64, the ultimate displacement of the column is the smallest. Considering that the variation pattern of ultimate displacement was not analyzed in the original data, we attempt to supplement relevant content based on the model in this article:
This article summarizes the laws of input factors affecting the ultimate displacement of columns through the above analysis as follows:
- The larger the symmetry ratio, the smaller the ultimate displacement of the column;
- The larger the area ratio, the smaller the ultimate displacement of the column;
- The greater the concrete strength, the smaller the ultimate displacement of the column. At the same time, in order to increase the ultimate bearing capacity of the column, the concrete strength can be greater than 32MPa;
- The smaller the, the smaller the ultimate displacement of the column, but if considering the maximum possible ultimate bearing capacity, an appropriate value can be selected.
- When the is within the range of 25 to 31.64, the larger the, the smaller the ultimate displacement of the column.
Method outlook
This article proposes a small sample deep meta learning to model method combining multiple technical means, which can be optimized and improved in multiple aspects. When collecting more datasets related to building structures, using meta learning methods can achieve enhanced learning, further improving the model’s generalization ability and prediction accuracy. When the input dimension increases due to the change of structural unit test type, this method can be properly modified to achieve transfer learning. A larger number of data samples can generate better data augmentation evaluation criteria, which can further improve the effectiveness of data augmentation. In addition, changing the meta learning strategy is expected to further improve the training speed and prediction accuracy of the model.
Conclusions
In this paper, a deep meta learning to model method Reptile for small sample data of building structures is proposed. This method is superior to SVMR, GPR and RBFNN in solving small sample data modeling of beams/columns.
Based on the Reptile method model testing, the following conclusions were found:
- Updated load analysis results. It is more obvious that the contribution of H/D to the ultimate bearing capacity is alternating positive and negative within the studied range. Overall, the higher the height H of the pipe column, the smaller the ultimate bearing capacity of the pipe column. The contribution of D/T to the ultimate bearing capacity is negative within the studied range. The smaller the thickness T of the pipe wall, the smaller the ultimate bearing capacity of the pipe column.
- Add the influence of five input factors on the ultimate displacement of the column; Among them, the overall contribution of C to the ultimate displacement in the studied range is negative, but there is a positive improvement stage, where the ultimate displacement of the pipe column is relatively large. The overall contribution of H/D to the ultimate displacement within the studied range is positively increasing. The higher the height H of the pipe column, the greater the ultimate displacement of the pipe column.
The modeling method in this article can be further studied from the aspects of collecting more relevant data, differences in input dimensions of different datasets, data sources, and meta learning methods.
It is necessary to acknowledge the limitations of this study, as our model has been trained on a limited number of samples and is restricted to the L-type, I-type and C-type columns mentioned in this paper. Therefore, the optimization design presented in this paper is selected from these three types of GFRP tubular columns.
Acknowledgments
We would like to express our gratitude to Xiaoyong Zhang, Wenyuan Kong, Yao Zhu, Yu Chen, Wentao Xie, Shaohua Han, Wenbo Zhou, Kang He and other esteemed scholars for their invaluable support in our research endeavors. The original data utilized in this study was sourced from the papers of these distinguished authors [29], with full approval granted by them. Furthermore, we wish to acknowledge that the physical diagram of the columns (Fig 6) and in our paper was captured through real-life photography courtesy of Xiaoyong Zhang and all other figures were created by us.
References
- 1. Naderpour Hosein, Mirrashid Masoomeh, Parsa Payam, Failure mode prediction of reinforced concrete columns using machine learning methods, Engineering Structures 2021, 248.
- 2. Elbady Ahmed, Mousa Salaheldin, Mohamed Hamdy M., ElSafty Adel, Benmokrane Brahim, Concave performance evaluation of GFRP-reinforced precast concrete tunnel lining segments, Tunnelling and Underground Space Technology, 2024, Volume 146.
- 3. Tran D.Q., Pantelides C.P., Seismic column-to-footing connections reinforced with steel/GFRP bars and GFRP spirals, Engineering Structures, 2024, Volume 305.
- 4. Rahman Jesika, Ahmed Khondaker Sakil, Khan Nafiz Imtiaz, Islam Kamrul, Mangalathu Sujith, Data-driven shear strength prediction of steel fiber reinforced concrete beams using machine learning approach, Engineering Structures, 2021, Volume 233.
- 5. Sargam Yogiraj, Wang Kejin, In Ho Cho, Machine learning based prediction model for thermal conductivity of concrete, Journal of Building Engineering, 2021, Volume 34.
- 6. Siam Ahmad, Ezzeldin Mohamed, El-Dakhakhni Wael, Machine learning algorithms for structural performance classifications and predictions: Application to reinforced masonry shear walls, Structures, 2019, Volume 22, 252–265.
- 7. Dabiri Hamed, Rahimzadeh Khashayar, Kheyroddin Ali, A comparison of machine learning- and regression-based models for predicting ductility ratio of RC beam-column joints”, Structures, 2022, Volume 37, 69–81.
- 8. Almasabha Ghassan, Al-Shboul Khaled F., Shehadeh Ali, Alshboul Odey, Machine learning-based models for predicting the shear strength of synthetic fiber reinforced concrete beams without stirrups, Structures, 2023, Volume 52, 299–311.
- 9.
Lei Xu, Kalyan Veeramachaneni. Synthesizing Tabular Data using Generative Adversarial Networks.2018.
- 10.
Lei Xu, Maria Skoularidou, Alfredo Cuesta-Infante, Kalyan Veeramachaneni. Modeling Tabular data using Conditional GAN. NeurIPS.2019.
- 11. Zhu Linqi, Zhang Chong, Zhang Chaomo, Zhang Zhansong, Nie Xin, Zhou Xueqing, et al. Forming a new small sample deep learning model to predict total organic carbon content by combining unsupervised learning with semisupervised learning, Applied Soft Computing, 2019, Volume 83.
- 12. Ding Yongchang, Liu Chang, Zhu Haifeng, Chen Qianjun. A supervised data augmentation strategy based on random combinations of key features, Information Sciences, 2023, Volume 632, 678–697.
- 13. Shen Feng, Zhao Xingchao, Kou Gang, Alsaadi Fawaz E., A new deep learning ensemble credit risk evaluation model with an improved synthetic minority oversampling technique, Applied Soft Computing, 2021, Volume 98.
- 14. Maharana Kiran, Mondal Surajit, Nemade Bhushankumar,“A review: Data pre-processing and data augmentation techniques”,Global Transitions Proceedings, 2022, Volume 3, 91–99.
- 15. Yin Shunchao, Li Tongwen, Cheng Xiao, Wu Jingan, Remote sensing estimation of surface PM2.5 concentrations using a deep learning model improved by data augmentation and a particle size constraint, Atmospheric Environment, 2022, Volume 287.
- 16. Ding Xiaoxuan, Hou Xiaonan, Xia Min, Ismail Yaser, Ye Jianqiao, Predictions of macroscopic mechanical properties and microscopic cracks of unidirectional fibre-reinforced polymer composites using deep neural network (DNN), Composite Structures, 2022, Volume 302.
- 17. Huang Pengfei, Chen Zhiyi, Deep learning for nonlinear seismic responses prediction of subway station, Engineering Structures, 2021, Volume 244.
- 18. Wang Wenjun, Su Chao, Fu Dong, Automatic detection of defects in concrete structures based on deep learning, Structures, 2022, Volume 43, 192–199.
- 19.
Finn C., Abbeel P., Levine S. Model-agnostic meta-learning for fast adaptation of deep networks. In: Proceedings of the International Conference on Machine Learning. 2017, 1126–1135. PMLR.
- 20.
Antoniou, A., H. Edwards, and A. Storkey. How to train your MAML. 2018.
- 21.
Song. ES-MAML: Simple Hessian-Free Meta Learning.2019.
- 22.
Nichol, A., J. Achiam, and J. Schulman. On First-Order Meta-Learning Algorithms.2018.
- 23. Hye Un Cho Yujin Nam, Eun Ji Choi Young Jae Choi, Kim Hongkyo, Bae Sangmu, et al. Comparative analysis of the optimized ANN, SVM, and tree ensemble models using Bayesian optimization for predicting GSHP COP, Journal of Building Engineering, 2021, Volume 44.
- 24. Bahonar Mohammad, Mir Saeed Safizadeh, Investigation of real delamination detection in composite structure using air-coupled ultrasonic testing, Composite Structures, 2022, Volume 280.
- 25. Mehta Vikas, Machine learning approach for predicting concrete compressive, splitting tensile, and flexural strength with waste foundry sand, Journal of Building Engineering, 2023, Volume 70.
- 26. Zhang Hang, Guo Quan-Quan, Xu Li-Yan, Prediction of long-term prestress loss for prestressed concrete cylinder structures using machine learning, Engineering Structures, 2023, Volume 279.
- 27. Soleimani Farahnaz, Probabilistic seismic analysis of bridges through machine learning approaches, Structures, 2022, Volume 38, 157–167.
- 28. Thai Huu-Tai, Machine learning for structural engineering: A state-of-the-art review, Structures, 2022, Volume 38, 448–491.
- 29. Zhang Xiaoyong, Kong Wenyuan, Zhu Yao, Chen Yu, Investigation on various section GFRP profile strengthening concrete-filled GFRP tubular columns, Composite Structures, 2022, Volume 283.
- 30. Moein Mohammad Mohtasham, Saradar Ashkan, Rahmati Komeil, Mousavinejad Seyed Hosein Ghasemzadeh, Bristow James, Aramali Vartenie, et al. Predictive models for concrete properties using machine learning and deep learning approaches: A review, Journal of Building Engineering, 2023, Volume 63.
- 31. Olu-Ajayi Razak, Alaka Hafiz, Sulaimon Ismail, Sunmola Funlade, Ajayi Saheed, Building energy consumption prediction for residential buildings using deep learning and other machine learning techniques, Journal of Building Engineering, 2022, Volume 45.
- 32. Classen M., Hegger J., Bielak J., Sch J., Shear capacity of continuous concrete slabs with CFRP reinforcement, 2022, Volume 320.
- 33.
Nanni A., De Luca A., Jawaheri Zadeh H. Reinforced Concrete with FRP Bars: Mechanics and Design CRC Press, 2014.
- 34. Ortiz J.D., Khedmatgozar Dolati S.S., Malla P., Nanni A., Mehrabi A. FRP-reinforced/strengthened concrete: state-of-the-art review on durability and mechanical effects. Materials, 2023, Volume 16, pmid:36903105
- 35. Yan F., Lin Z., Yang M. Bond mechanism and bond strength of GFRP bars to concrete: a review. Composites Part B: Engineering.2016, Volume 98, 56–69
- 36. Hussain Z., Nanni A. Design and detailing of glass fiber-reinforced polymer-reinforced concrete beams according to ACI 440.11–22. Acids Struct. J. 2023,
- 37.
ACI Committee 318, Building Code Requirements for Structural Concrete and Commentary (ACI 318–19), American Concrete Institute, Farmington Hills, MI., 2019.
- 38. Makhmalbaf E., Razaqpur A.G. Development length of glass fibre reinforced polymer (GFRP) rebar based on non-uniform bond stress. Can. J. Civ. Eng., 2021, 49, pp. 420–431,
- 39. Solyom S., Balázs G.L. Bond of FRP bars with different surface characteristics. Construction and Building Materials, 2020, Volume 264,
- 40. Man Y., Wang T., Wang Z., Wang D. Study on the bond performance of glass fiber-reinforced polymer bars considering the relative position between longitudinal bars and stirrups. Journal of Building Engineering. 2023, Volume 71,
- 41. Newman N., Ayoub A., Belarbi A. Development length of straight FRP composite bars embedded in concrete. J. Reinf. Plast. Compos., 2010, Volume 29, 571–589,
- 42. Qiao Likui, Zhang Yuxian, Wang Qisen, Fault detection in wind turbine generators using a meta-learning-based convolutional neural network, Mechanical Systems and Signal Processing, 2023, Volume 200, 110528,