Download PDF
Research Article  |  Open Access  |  29 Nov 2024

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Views: 70 |  Downloads: 13 |  Cited:  0
J Mater Inf 2024;4:25.
10.20517/jmi.2024.28 |  © The Author(s) 2024.
Author Information
Article Notes
Cite This Article

Abstract

Forging/additive hybrid manufactured Ti alloy parts suffer from relatively low fatigue life due to the existence of metallurgical defects in the transition zone, which also brings difficulty to fatigue life modeling. In this work, the synergistic effect of pore size and location on the rotating-bending fatigue life of hybrid manufactured Ti-5Al-2Sn-2Zr-4Mo-4Cr (Ti-17) samples was systematically investigated with the combination of machine learning approaches and physical knowledge. A machine learning framework with a back propagation neural network and generative adversarial network (GAN) was constructed and employed on sparse and limited datasets. A general and interpretable model was obtained with a high level of 90% confidence. In general, the fatigue life of hybrid manufactured Ti-17 alloys decreases with pore size and increases with its distance to surface. Specifically, critical sizes were obtained for near-surface and in-depth pores that have negligible influence on fatigue life of hybrid manufactured samples with respect to pore-free samples. The present work thus provides a systematic platform for the evaluation of the fatigue performance of hybrid manufactured titanium alloys.

Keywords

Hybrid manufacturing, fatigue, titanium, defect, machine learning

INTRODUCTION

Owing to their high strength, low density, and superior corrosion resistance[1], titanium alloys, such as Ti-5Al-2Sn-2Zr-4Mo-4Cr (Ti-17), are widely used in aeronautical, nautical and biomedical applications, whereas such advantage is largely restricted due to the overall high manufacturing expense and long period of use. Forging/additive hybrid manufacturing is thus widely used on structural materials to extend service life with less expense, especially for the repair of aeroengine parts[2,3]. With the concern for both performance and efficiency, hybrid manufacturing combined with forging and wire arc additive manufacturing (WAAM) is currently popular for repairing Ti alloy parts, where the arc-fused wire is additively grown on the forged substrate. However, metallurgical defects, in particular pores, are still inevitable in additive manufactured titanium alloys, which results in significantly deteriorated fatigue performance compared with the wrought counterparts[4-7].

For the repaired parts, an appropriate performance decrease compared to brand-new parts is acceptable as long as their use remains economically viable; e.g., the overall service life of aeroengine blades that have experienced sudden failure may reach 80% of the original design after repair. However, such a decrease must be strictly evaluated and precisely predicted. Unfortunately, the randomness of the additive manufacturing defect features, e.g., size, shape, location, etc., leads to large sparsity in the fatigue test results, and the prediction of fatigue life remains a challenge for additive manufactured metallic materials[8-11]. With the development of artificial intelligence[12], machine learning[13,14], including deep learning[15], and relevant techniques have emerged as important tools for materials science[16-18]. Currently, machine learning is one of the most popular research directions, which uses computational methods to obtain knowledge from data through association, classification, clustering, and regression. Based on a given training sample, machine learning aims to estimate dependencies between inputs and outputs of the system so that future outputs can be predicted as accurately as possible. As a result, machine learning methods can be readily adapted to a wide range of processes with little or no assumptions[19-21]. Random forest, support vector regression, and artificial neural network models are three commonly used regression algorithms for predicting fatigue life. Artificial neural networks, particularly, which have long been used to predict S-N (S: fatigue stress, N: fatigue life) relations[22], have demonstrated excellent performance in mapping complex nonlinear relations[23,24]. When compared to traditional statistical methods, machine learning has higher computational accuracy and efficiency for small-sample prediction and nonlinear regression analysis[25,26]. Machine learning techniques are beneficial in solving engineering problems because of their ability to recognize patterns in complex data[27-31].

Concerning the fatigue property, the influence of defects on the fatigue behavior has been investigated in additive fabricated Ti-6Al-4V[32] and machine learning with was used to study fatigue life and performance of additive manufactured parts[33]. Despite the success of machine learning in predicting fatigue performance, the requirement of big data is usually unachievable for structural materials, in particular for Ti alloys, due to both time and cost. Hence, it is of great importance to establish a rational machine-learning approach to fatigue life prediction based on sparse and scattering datasets. Indeed, the idea of employing the machine learning approach is to benefit from its power on processing data, i.e., identifying data features and relationships between features, so as to guide the discovery of influencing factors. Previous studies have somewhat demonstrated the adverse effect of the location, size, and morphology of defects on the fatigue properties of additive manufactured Ti-6Al-4V[32,34-38]. However, due to the characteristics of rotating-bending fatigue, the relation between defect parameters, in particular pore location, is completely different from ordinary fatigue tests.

Therefore, in the present paper, employing forging/additive hybrid manufactured Ti-17 alloys, we focus on their rotating-bending fatigue life and further examine the methodology of dealing with small and sparse datasets. Incorporating the back propagation neural network, generative adversarial network (GAN), and physical knowledge, we aim to provide a systematic platform for the prediction of rotating-bending fatigue properties of hybrid fabricated titanium alloys. As such, we intend to stress the scientific importance of (1) the appropriate combination of various machine learning techniques on processing small datasets; (2) the use of physical knowledge to supervise the model; and (3) the application of the obtained physical model on evaluating the performance of forged/additively manufactured Ti-17 alloys.

MATERIALS AND METHODS

Specimen and fatigue test

Ti-17 segments were produced with WAAMed layers on a forged base [Figure 1A]. Standard bar samples of ϕ4 mm [Figure 1B] were taken from the hybrid regions and the rotating-bending fatigue tests were performed at ambient temperature in line with the GB/T 4337-2008. The effective stress at the narrowest point of the specimen was set as 500 MPa. The samples rotated at a speed of 5,000 r/min with a stress ratio R = -1.

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 1. (A) Forging/additive hybrid manufactured Ti-17 part and the microstructures of the additively manufactured and forged parts; (B) Schematic of the rotating bar bending fatigue sample (unit in mm). Ti-17: Ti-5Al-2Sn-2Zr-4Mo-4Cr.

Theoretical models

Back propagation neural network

The accuracy of the back propagation neural network prediction results is strongly influenced by the training process, as they are based on maximum likelihood algorithms inspired by neural networks in the brain. In engineering, back propagation neural networks are widely used to solve complex problems because of their faster and more accurate predictive power. In these networks, the mathematical equations for how inputs and outputs map together can be learned through training to get the best possible result. The schematic diagram of the back propagation neural network used is shown in Figure 2A.

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 2. (A) Back propagation neural network model structure diagram; (B) GAN model structure diagram. GAN: Generative adversarial network.

The first and last layers of a neural network are called the input and output layers, respectively, while the middle layer is called the hidden layer. A neural network is trained by passing signals between the layers. The operation of a single neuron can be expressed as follows:

$$ y_{i}=f_{i}\left(\sum w_{i j} x_{j}-t_{i}\right) $$

where yi represents the output, wij is the weights, xj is the inputs, ti is the inputs and fi is the activation function.

Sigmoid, Relu and Tanh functions are some of the commonly used activation functions[39,40]. With gradient descent, the back propagation neural network uses error back propagation to train its Multilayer feed-forward network. It uses mathematical chain rules to calculate the gradient of each layer, and then returns to the input layer to adjust the weights. This algorithm calculates the error rate of the predicted data[41]. As the network’s actual output value compares with its desired output value, this step is repeated until the mean square error (MSE) is as small as possible. The coefficient of determination (R2) and MSE, which are used to assess the prediction accuracy, are expressed as

$$ R^{2}=\frac{\sum_{n}^{i=1}\left(\hat{y}_{i}-\hat{y}_{i}\right)^{2}}{\sum_{n}^{i=1}\left(y_{i}-\hat{y}_{i}\right)^{2}} $$

$$ \text { MSE }=\frac{1}{n} \sum_{n}^{i=1}\left(y_{i}-\hat{y}_{i}\right)^{2} $$

where $$ \hat{y}_i $$ is the predicted value, and the rest of the parameters are the same as above.

The input variables are the defect size (pore size) and the distance to surface (pore location), while the output variable is the fatigue life. Using a random distribution, 70% of the dataset was employed for training, while 15% was allocated for validation and 15% for testing. The reference or hidden layer of a back propagation neural network model is generally determined without a uniform rule. This work uses back propagation neural networks with a topology of three, four and five neurons in the first hidden layer [Table 1]. According to the results, when the number of neurons in the first hidden layer is 4, the model has the best overall performance.

Table 1

Predicted performance of the back propagation neural network models with different numbers of neurons in the first hidden layer

Back propagation neural networkNumber of neuronsMetrics
1st layerR2MSE
TrainingValidationTestingTrainingValidationTesting
Model 130.8359970.8298170.8376310.0882840.6575990.249147
Model 240.8049740.0981250.9440860.1611550.0952840.275916
Model 350.8070960.9202240.9210550.2017620.2101290.155929

GAN

The primary idea of the GAN is the concept of a zero-sum game as applied to deep learning neural networks, where the generative network (generator) and the discriminator network (discriminator) play a continuous game while the generator learns the data distribution. Traditional neural network topological structures are constrained and typically are only able to predict numerical or categorical outcomes based on the input data. GANs, on the other hand, are an unsupervised learning technique, and trained GANs are capable of producing totally new data on their own with a wide range of possible applications.

The two neural networks that make up the GAN, a generator and a discriminator, are built to compete with one another [Figure 2B]. After training, the generator can produce data that can be faked to trick the discriminator, as the discriminator is trained to classify the data in the training set as real data and the data generated by the generator as fake data. The standard GAN training loop contains three steps:
(1) Use genuine training data to train the discriminator.
(2) Train the discriminator using the created data.
(3) Train the generator to generate data and trick the discriminator.

Physical knowledge model

The general relationship between the fatigue stress and the fatigue life[42-46], i.e., the S-N curve, is written as

$$ \sigma _{eff}\ast N_f=C $$

In additive manufactured materials[47-50], the existence of pores produces additional stress concentration, which largely influence the fatigue performance[51-53]. Regarding the relationship between fatigue life and defect parameters[5,54,55], previous investigations have derived

$$ \left \{ S\sigma_a(area_{eff})^{1/12}L^{\beta} \right \} ^{\alpha}N_f=C $$

$$ L=1-\frac{d_1+d_2}{2r} $$

where Nf refers to the fatigue life, with C as a constant, S the defect shape factor, σa the unified stress amplitude, areaeff the effective size of the defects, α and β the material dependent constants, r the radius of the fatigue fracture surface, and d1 and d2 the distances from defect to fatigue fracture surface. However, in rotating-bending fatigue tests, since the overall stress is related to the distance to sample surface, the above equations do not apply and the parameter of the distance of defects to the sample surface needs to be considered. In this study, the pore size ranges between 10 to 250 μm, and under the rotating-bending condition, stress concentration in the whole sample needs to be considered. We thus employ finite element analysis to evaluate stress concentration and reemploy the common fatigue model of Equation (4) in the subsequent model development.

We first evaluate the influence of pore size and location on stress distribution in the samples by simulating the bending of pore-free and pore-containing samples with different pore diameter and locations with the finite element method (FEM) employing the software ANSYS. Tetrahedral mesh partitioning method is used to build a mesh model for the three-dimensional solid model and mesh size is 0.05 mm for all parts. The minimum time step was set to 10-5 s. The left end of the sample was fixed and a 500 N torsional force was applied along the Y direction at the right end [Figure 3].

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 3. Boundary conditions for finite element simulation.

The equivalent stress distribution on the sample cross sections is systematically studied and Figure 4A-D exemplifies the cases for near-surface [Figure 4A], half-radius [Figure 4B], center [Figure 4C] pores of 100 μm in radius and a pore-free case [Figure 4D]. To evaluate the stress concentration, the overall stress ratio at a fixed point P (0.05 mm from the surface) with respect to pore size and location is shown in Figure 4E and F. In general, by fitting the FEM results, the stress ratio increases with the pore size and decreases with pore distance to surface with the following relationship.

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 4. Equivalent stress distribution on the cross sections of the pore-containing (A-C) and pore-free (D) samples, pores are 100 um in radius. Equivalent stress distribution of pore size and location on the Y axis negative direction from the edge to the center of the circle at 0.05 mm from the fixed point; (E) black dots are equivalent stress and (F) data were fitted using Equation (7). Blue dots are finite element simulation data, red dots are equation fitting data.

$$ \frac{\sigma_{E-pore-contain}}{\sigma_{E-pore-free}}=\frac{S* 1.005}{1+x^{1.1291}} * 1.2295^{1.0172}+0.8868 $$

where S is the pore size and x is the pore location.

Regarding the above stress concentration ratio and considering the potential size and location limit in this work, the effective stress after can be written as:

$$ \sigma_{e f f}=\sigma_{0} *\left[1+\frac{a *(\frac{S}{S_{0}})^{b}}{\left(1+\frac{x}{x_{0}}\right)^{c}}\right]^{m} $$

where σ0 is the fatigue stress during the test (500 MPa in the present work), with a, b, c, m, S0, and x0 being constants.

The relationship between σeff and fatigue life (Nf) is:

$$ \sigma_{e f f} * N_{f}=\sigma_{0} *\left[1+\frac{a *\left(\frac{S}{S_{0}}\right)^{b}}{\left(1+\frac{x}{x_{0}}\right)^{c}}\right]^{m} * N_{f}=I $$

$$ \log N_{f}=\log I-\log \sigma_{0}-\log \left[1+\frac{a *(\frac{S}{S_0})^b}{\left(1+\frac{x}{x_{0}}\right)^{c}}\right]^{m}=d-m * \log \left[1+\frac{a *(\frac{S}{S_{0}})^{b}}{\left(1+\frac{x}{x_{0}}\right)^c}\right] $$

where d is the material constants, and the rest of the parameters are the same as above.

Overall strategy

In this work [Figure 5], 34 sets of defect size, defect to distance and fatigue life data were obtained from fracture photos after forging/additive components experienced rotating-bending fatigue fracture. The sparse and limited data set then prevented further analysis of the work. In order to overcome the influence of data quality, the corresponding fatigue life equation is established on the basis of physical knowledge, and it is applied to data processing and model interpretation. In order to overcome the influence of data quantity, a GAN based on Pytorch deep learning framework is constructed that conforms to the laws of defect size, distance to surface and fatigue life. Finally, a machine learning framework with physical knowledge predicts the fatigue life to be smooth by defect size and defect to distance.

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 5. The overall flow chart of the present work. A total of 34 sets of defect size, defect to distance and fatigue life data were obtained from fracture photos after forging/additive components experienced rotating-bending fatigue fracture. The sparse and limited data set then prevented further analysis of the work. In order to overcome the influence of data quality, the corresponding fatigue life equation is established on the basis of physical knowledge, and it is applied to data processing and model interpretation. In order to overcome the influence of data quantity, a GAN based on Pytorch deep learning framework is constructed that conforms to the laws of defect size, distance to surface and fatigue life. Finally, a machine learning framework with physical knowledge predicts the fatigue life to be smooth by defect size and defect to distance.

RESULTS AND DISCUSSION

Fracture morphology

The fracture morphology was observed under scanning electron microscopy for spherical crack sources. Typical fractographs are shown in Figure 6 with the fatigue cycles to failure and defect characters. Generally, samples with larger defects and shorter distance to surface exhibit shorter fatigue life. The sample with a pore size of Φ127.5 μm closest to the surface displays the shortest life of 29,700 cycles [Figure 6A]. Samples with intermediate pore size and distance to surface demonstrate intermediate lives of 254,000 [Figure 6B] and 545,000 cycles [Figure 6C]. The sample with the smallest pore size and largest distance to surface presents the longest fatigue life of 6,410,000 cycles [Figure 6D].

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 6. Fatigue fractographs with the size and location of the spherical pores after cycles of (A) 29,700, (B) 254,000, (C) 561,000 and (D) 6,410,000.

Data preprocessing

Owing to the existence of pores, a majority of the fatigue samples fail at the hybrid regions. Due to the lack of data for arbitrarily shaped pores, only that from spherical pores is collected. The original 34 sets of experimental data with the fatigue life against the pore size and location are shown in Figure 7A and B. For data preprocessing, we have operations such as logging the fatigue life. We find that the fatigue life processed by log can better find the relationship with the defect parameters [Figure 7C and D]. However, remarkable sparsity is readily observed, which hinders the immediate employment of machine learning algorithms. Therefore, preprocessing of the raw data is necessary for the successful and accurate prediction of fatigue life.

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 7. (A and B) Relationship between fatigue life with and without log treatment and defect parameters. The experimental data with the fatigue life of the bending samples against (C) the size and (D) location of the spherical pores.

Then, outlier rejection was performed using statistical methods, employing two distinct approaches. Values that do not fall within the interval, i.e., mean ± 2× standard deviation, are considered outliers. Outliers are defined as values that are not within the interval, i.e., lower four medians -1.5× median deviation, upper four medians +1.5× median deviation. Figure 8A and B shows the box line plots of defect size, distance to surface and fatigue life. After discrete value rejection of the raw data, the data quality has been greatly improved. Finally, the data of defect size, distance to surface and fatigue life are in the vicinity of 50, 100 and 5.8 intervals, respectively. Figure 8C and D shows the heatmaps of defect size, distance to surface and fatigue life from the raw data and the data after discrete value rejection. With such data processing, the relationship between the independent and dependent variables gradually improves and is more conducive to subsequent model training. After preprocessing, there are 30 groups of data.

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 8. Box line plots of the independent and dependent variables. (A) Raw data (B) Data after discrete value rejection. Heatmaps of defect size, distance to surface and fatigue life. (C) Raw data (D) Data after discrete value rejection.

Of course, operations such as feature selection, data cleaning, cross-validation and splitting and their specific effects on the model are described in turn in Section “Model performance and remarks”, in Section “Data filtering” and in Section “Fatigue life model”. It is important to note that these operations are formally different from data processing in regular machine learning models, and we have incorporated them into every step of the process in this work.

Data filtering

When Equation (10) was fitted to the initial datasets with S0 = 100 and x0 = 2,000 (the sample radius), the resulting R2 was found to be 0.5527 with d = 6.7106, m = 0.8087, a = 185.1749, b = 3.3880 and c = 15.2355. The unacceptably small R2 indicates the deviation of certain data points from the physical knowledge model, which leads to catastrophic results during the fitting and implies the necessity of data filtering. To avoid arbitrariness, we combine d, m, a, b and c parameters in the range of 0.1, so as to reasonably select the data with the largest deviation to all possible models. The parameter combination of d, m, a, b, c and corresponding R2 for the 243 physical knowledge models are listed in Table 2.

Table 2

The parameter combination of d, m, a, b, c and corresponding R2 for the 243 physical knowledge models

ModeldmabcR2ModeldmabcR2
16.61060.7087185.07493.288015.13550.55321236.71060.8087185.17493.388015.33550.5525
26.61060.7087185.07493.288015.23550.55301246.71060.8087185.17493.488015.13550.5522
36.61060.7087185.07493.288015.33550.55281256.71060.8087185.17493.488015.23550.5520
46.61060.7087185.07493.388015.13550.55291266.71060.8087185.17493.488015.33550.5518
56.61060.7087185.07493.388015.23550.55271276.71060.8087185.27493.288015.13550.5532
66.61060.7087185.07493.388015.33550.55251286.71060.8087185.27493.288015.23550.5530
76.61060.7087185.07493.488015.13550.55221296.71060.8087185.27493.288015.33550.5528
86.61060.7087185.07493.488015.23550.55201306.71060.8087185.27493.388015.13550.5529
96.61060.7087185.07493.488015.33550.55181316.71060.8087185.27493.388015.23550.5527
106.61060.7087185.17493.288015.13550.55321326.71060.8087185.27493.388015.33550.5525
116.61060.7087185.17493.288015.23550.55301336.71060.8087185.27493.488015.13550.5522
126.61060.7087185.17493.288015.33550.55281346.71060.8087185.27493.488015.23550.5520
136.61060.7087185.17493.388015.13550.5529 1356.71060.8087185.27493.488015.33550.5518
146.61060.7087185.17493.388015.23550.55271366.71060.9087185.07493.288015.13550.5532
156.61060.7087185.17493.388015.33550.55251376.71060.9087185.07493.288015.23550.5530
166.61060.7087185.17493.488015.13550.55221386.71060.9087185.07493.288015.33550.5528
176.61060.7087185.17493.488015.23550.55201396.71060.9087185.07493.388015.13550.5529
186.61060.7087185.17493.488015.33550.55181406.71060.9087185.07493.388015.23550.5527
196.61060.7087185.27493.288015.13550.55321416.71060.9087185.07493.388015.33550.5525
206.61060.7087185.27493.288015.23550.55301426.71060.9087185.07493.488015.13550.5522
216.61060.7087185.27493.288015.33550.55281436.71060.9087185.07493.488015.23550.5520
226.61060.7087185.27493.388015.13550.55291446.71060.9087185.07493.488015.33550.5518
236.61060.7087185.27493.388015.23550.55271456.71060.9087185.17493.288015.13550.5532
246.61060.7087185.27493.388015.33550.55251466.71060.9087185.17493.288015.23550.5530
256.61060.7087185.27493.488015.13550.55221476.71060.9087185.17493.288015.33550.5528
266.61060.7087185.27493.488015.23550.55201486.71060.9087185.17493.388015.13550.5529
276.61060.7087185.27493.488015.33550.55181496.71060.9087185.17493.388015.23550.5527
286.61060.8087185.07493.288015.13550.55321506.71060.9087185.17493.388015.33550.5525
296.61060.8087185.07493.288015.23550.55301516.71060.9087185.17493.488015.13550.5522
306.61060.8087185.07493.288015.33550.55281526.71060.9087185.17493.488015.23550.5520
316.61060.8087185.07493.388015.13550.55291536.71060.9087185.17493.488015.33550.5518
326.61060.8087185.07493.388015.23550.55271546.71060.9087185.27493.2880 15.13550.5532
336.61060.8087185.07493.388015.33550.55251556.71060.9087185.27493.2880 15.23550.5530
346.61060.8087185.07493.488015.13550.55221566.71060.9087185.27493.2880 15.33550.5528
356.61060.8087185.07493.488015.23550.55201576.71060.9087185.27493.3880 15.13550.5529
366.61060.8087185.07493.488015.33550.55181586.71060.9087185.27493.3880 15.23550.5527
376.61060.8087185.17493.288015.13550.55321596.71060.9087185.27493.3880 15.33550.5525
386.61060.8087185.17493.288015.23550.55301606.71060.9087185.27493.4880 15.13550.5522
396.61060.8087185.17493.288015.33550.55281616.71060.9087185.27493.4880 15.23550.5520
406.61060.8087185.17493.388015.13550.55291626.71060.9087185.27493.4880 15.33550.5518
416.61060.8087185.17493.388015.23550.55271636.81060.7087185.07493.2880 15.13550.5532
426.61060.8087185.17493.388015.33550.55251646.81060.7087185.07493.2880 15.23550.5530
436.61060.8087185.17493.488015.13550.55221656.81060.7087185.07493.2880 15.33550.5528
446.61060.8087185.17493.488015.23550.55201666.81060.7087185.07493.3880 15.13550.5529
456.61060.8087185.17493.488015.33550.55181676.81060.7087185.07493.3880 15.23550.5527
466.61060.8087185.27493.288015.13550.55321686.81060.7087185.07493.3880 15.33550.5525
476.61060.8087185.27493.288015.23550.55301696.81060.7087185.07493.4880 15.13550.5522
486.61060.8087185.27493.288015.33550.55281706.81060.7087185.07493.4880 15.23550.5520
496.61060.8087185.27493.388015.13550.55291716.81060.7087185.07493.4880 15.33550.5518
506.61060.8087185.27493.388015.23550.55271726.81060.7087185.17493.2880 15.13550.5532
516.61060.8087185.27493.388015.33550.55251736.81060.7087185.17493.2880 15.23550.5530
526.61060.8087185.27493.488015.13550.55221746.81060.7087185.17493.2880 15.33550.5528
536.61060.8087185.27493.488015.23550.55201756.81060.7087185.17493.3880 15.13550.5529
546.61060.8087185.27493.488015.33550.55181766.81060.7087185.17493.3880 15.23550.5527
556.61060.9087185.07493.288015.13550.55321776.81060.7087185.17493.3880 15.33550.5525
566.61060.9087185.07493.288015.23550.55301786.81060.7087185.17493.4880 15.13550.5522
576.61060.9087185.07493.288015.33550.55281796.81060.7087185.17493.4880 15.23550.5520
586.61060.9087185.07493.388015.13550.55291806.81060.7087185.17493.4880 15.33550.5518
596.61060.9087185.07493.388015.23550.55271816.81060.7087185.27493.2880 15.13550.5532
606.61060.9087185.07493.388015.33550.55251826.81060.7087185.27493.2880 15.23550.5530
616.61060.9087185.07493.488015.13550.55221836.81060.7087185.27493.2880 15.33550.5528
626.61060.9087185.07493.488015.23550.55201846.81060.7087185.27493.3880 15.13550.5529
636.61060.9087185.07493.488015.33550.55181856.81060.7087185.27493.3880 15.23550.5527
646.61060.9087185.17493.288015.13550.55321866.81060.7087185.27493.3880 15.33550.5525
656.61060.9087185.17493.288015.23550.55301876.81060.7087185.27493.4880 15.13550.5522
666.61060.9087185.17493.288015.33550.55281886.81060.7087185.27493.4880 15.23550.5520
676.61060.9087185.17493.388015.13550.55291896.81060.7087185.27493.4880 15.33550.5518
686.61060.9087185.17493.388015.23550.55271906.81060.8087185.07493.2880 15.13550.5532
696.61060.9087185.17493.388015.33550.55251916.81060.8087185.07493.2880 15.23550.5530
706.61060.9087185.17493.488015.13550.55221926.81060.8087185.07493.2880 15.33550.5528
716.61060.9087185.17493.488015.23550.55201936.81060.8087185.07493.3880 15.13550.5529
726.61060.9087185.17493.488015.33550.55181946.81060.8087185.07493.3880 15.23550.5527
736.61060.9087185.27493.288015.13550.55321956.81060.8087185.07493.3880 15.33550.5525
746.61060.9087185.27493.288015.23550.55301966.81060.8087185.07493.4880 15.13550.5522
756.61060.9087185.27493.288015.33550.55281976.81060.8087185.07493.4880 15.23550.5520
766.61060.9087185.27493.388015.13550.55291986.81060.8087185.07493.4880 15.33550.5518
776.61060.9087185.27493.388015.23550.55271996.81060.8087185.17493.2880 15.13550.5532
786.61060.9087185.27493.388015.33550.55252006.81060.8087185.17493.2880 15.23550.5530
796.61060.9087185.27493.488015.13550.55222016.81060.8087185.17493.2880 15.33550.5528
806.61060.9087185.27493.488015.23550.55202026.81060.8087185.17493.3880 15.13550.5529
816.61060.9087185.27493.488015.33550.55182036.81060.8087185.17493.3880 15.23550.5527
826.71060.7087185.07493.288015.13550.55322046.81060.8087185.17493.3880 15.33550.5525
836.71060.7087185.07493.288015.23550.55302056.81060.8087185.17493.4880 15.13550.5522
846.71060.7087185.07493.288015.33550.55282066.81060.8087185.17493.4880 15.23550.5520
856.71060.7087185.07493.388015.13550.55292076.81060.8087185.17493.4880 15.33550.5518
866.71060.7087185.07493.388015.23550.5527 2086.81060.8087185.27493.2880 15.13550.5532
876.71060.7087185.07493.388015.33550.5525 2096.81060.8087185.27493.2880 15.23550.5530
886.71060.7087185.07493.488015.13550.5522 2106.81060.8087185.27493.2880 15.33550.5528
896.71060.7087185.07493.488015.23550.5520 2116.81060.8087185.27493.3880 15.13550.5529
906.71060.7087185.07493.488015.33550.5518 2126.81060.8087185.27493.3880 15.23550.5527
916.71060.7087185.17493.288015.13550.5532 2136.81060.8087185.27493.3880 15.33550.5525
926.71060.7087185.17493.288015.23550.5530 2146.81060.8087185.27493.4880 15.13550.5522
936.71060.7087185.17493.288015.33550.5528 2156.81060.8087185.27493.4880 15.23550.5520
946.71060.7087185.17493.388015.13550.5529 2166.81060.8087185.27493.4880 15.33550.5518
956.71060.7087185.17493.388015.23550.5527 2176.81060.9087185.07493.2880 15.13550.5532
966.71060.7087185.17493.388015.33550.5525 2186.81060.9087185.07493.2880 15.23550.5530
976.71060.7087185.17493.488015.13550.5522 2196.81060.9087185.07493.2880 15.33550.5528
986.71060.7087185.17493.488015.23550.5520 2206.81060.9087185.07493.3880 15.13550.5529
996.71060.7087185.17493.488015.33550.5518 2216.81060.9087185.07493.3880 15.23550.5527
1006.71060.7087185.27493.288015.13550.5532 2226.81060.9087185.07493.3880 15.33550.5525
1016.71060.7087185.27493.288015.23550.5530 2236.81060.9087185.07493.4880 15.13550.5522
1026.71060.7087185.27493.288015.33550.5528 2246.81060.9087185.07493.4880 15.23550.5520
1036.71060.7087185.27493.388015.13550.5529 2256.81060.9087185.07493.4880 15.33550.5518
1046.71060.7087185.27493.388015.23550.55272266.81060.9087185.17493.2880 15.13550.5532
1056.71060.7087185.27493.388015.33550.55252276.81060.9087185.17493.2880 15.23550.5530
1066.71060.7087185.27493.488015.13550.55222286.81060.9087185.17493.2880 15.33550.5528
1076.71060.7087185.27493.488015.23550.55202296.81060.9087185.17493.3880 15.13550.5529
1086.71060.7087185.27493.488015.33550.55182306.81060.9087185.17493.3880 15.23550.5527
1096.71060.8087185.07493.288015.13550.55322316.81060.9087185.17493.3880 15.33550.5525
1106.71060.8087185.07493.288015.23550.55302326.81060.9087185.17493.4880 15.13550.5522
1116.71060.8087185.07493.288015.33550.55282336.81060.9087185.17493.4880 15.23550.5520
1126.71060.8087185.07493.388015.13550.55292346.81060.9087185.17493.4880 15.33550.5518
1136.71060.8087185.07493.388015.23550.55272356.81060.9087185.27493.2880 15.13550.5532
1146.71060.8087185.07493.388015.33550.55252366.81060.9087185.27493.2880 15.23550.5530
1156.71060.8087185.07493.488015.13550.55222376.81060.9087185.27493.2880 15.33550.5528
1166.71060.8087185.07493.488015.23550.55202386.81060.9087185.27493.3880 15.13550.5529
1176.71060.8087185.07493.488015.33550.55182396.81060.9087185.27493.3880 15.23550.5527
1186.71060.8087185.17493.288015.13550.55322406.81060.9087185.27493.3880 15.33550.5525
1196.71060.8087185.17493.288015.23550.55302416.81060.9087185.27493.4880 15.13550.5522
1206.71060.8087185.17493.288015.33550.55282426.81060.9087185.27493.4880 15.23550.5520
1216.71060.8087185.17493.388015.13550.55292436.81060.9087185.27493.4880 15.33550.5518
1226.71060.8087185.17493.388015.23550.5527

For example, the parameter combination is performed with the step interval of 0.1. With d = 6.6106/6.7106/6.8106, m = 0.7087/0.8087/0.9087, a = 185.0749/185.1749/185.2749, b = 3.2880/3.3880/3.4880 and c = 15.1355/15.2355/15.3355, a total of 243 combinations of d, m, a, b, c and corresponding R2 are obtained.

Generally, R2 of 0.5-0.6 is reached after the 243 physical knowledge models [Table 2], but still far from satisfactory. Figure 9 shows the experimental data and one of the fitted surfaces with d = 6.7106, m = 0.8087, a = 185.1749, b = 3.3880 and c = 15.2355 with R2 = 0.5527. Remarkable deviation from the fitted models exists for a number of data points. We thus gathered the mean absolute percentage deviation (MAPE) of the 30 groups of experimental data to all 243 physics knowledge models. The MAPE is defined according to

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 9. The fatigue life against the defect size and distance to surface for the experimental data (red dots) and one of the fitted surfaces with d = 6.7106, m = 0.8087, a = 185.1749, b = 3.3880 and c = 15.2355 with R2 = 0.5527. R2: The coefficient of determination.

$$ \mathrm{MAPE}=100 \times \frac{1}{n} \sum_{i=1}^{\mathrm{n}}\left|\frac{y_{i}-\hat{y}_{i}}{y_{i}}\right| $$

where n is the total number of data, and yi and $$ \hat{y}_i $$ the actual and fitted values of the ith data, respectively. The MAPE for each group of data is shown in Figure 10. A general criterion of 10% is set to filter the data and groups 11, 24, 25, 30 are thus filtered. However, despite the relatively large deviation of data group 2 (10.5%), it is retained due to relatively small deviation on certain models. After filtering, there are 26 groups of data.

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 10. The overall deviation of the 30 groups of experimental data to all 243 physics knowledge models.

Data augmentation

Subsequently, a GAN is built. The GAN learns to generate values that match patterns in the defect size, the distance to surface, and the fatigue life. The generator, a neural network with three output values, is trained to provide data that matches the defect size, the distance to surface, and the fatigue life pattern. On the other hand, the discriminator tries to determine whether it is from the real data source or from the generator, based on these three values. The steps for constructing and training the GAN in this paper are as follows:

(1) Previewing data from a real dataset; (2) Determining whether the discriminator can at least distinguish between actual data and random noise; (3) Determining whether an untrained generator can produce data in the required format; (4) Displaying the observed loss values to understand the training progress; (5) Producing fresh data; (6) Repeat the data filtering process.

The loss values of the GAN, the discriminator and the generator are shown in Figure 11A-C, respectively. When the discriminator is ineffective at telling the authentic data from the fake data, it cannot decide whether to output 0 or 1, and instead outputs 0.5, and the loss value is 0.52 = 0.25. The GAN advances gradually as the training goes on since the loss value reduces gradually and perceivably. The loss value increases again to 0.25 later in the training. This indicates that the generator has mastered the art of producing data in a predictable fashion, rendering the discriminator ineffective. In other words, the discriminator’s output is 0.5 and the loss value jumps to 0.25. Note that due to the initially limited number of experiment data with large sparsity, GAN was able to produce only two qualified groups of data. After augmentation, there are 28 groups of data.

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 11. Loss value. (A) GAN; (B) Discriminator; (C) Generator. GAN: Generative adversarial network.

Fatigue life model

Finally, after data filtering and augmentation [Figure 12], the prediction surface becomes increasingly smooth. A total of 28 groups of data were employed to predict the fatigue life with only the back propagation neural network, as shown in Figure 13A and B, with a confidence interval of nearly 90% in Figure 13C. The predicted surface is close to the physical knowledge model (e.g., Figure 9) with the fatigue life decreasing with the defect size and increasing with the distance to surface. However, without physical knowledge, the resulting model is overfitted without interpretability.

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 12. In the process of model selection, the progress of the model is reflected in an increasingly smooth prediction surface.

Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy

Figure 13. Third prediction of experimental data after augmentation of GAN model using back propagation neural network. (A) 3D surface; (B) Contour map; (C) 2D confidence interval. The final physical model optimized with the lsqcurvefit function in MATLAB. (D) 3D surface; (E) Contour map; (F) 2D confidence interval. GAN: Generative adversarial network.

In order to achieve a precise model with physical knowledge, the 28 groups of data are again employed together with the physical knowledge models in Section “Physical knowledge model”. The lsqcurvefit function in MATLAB is utilized and the optimal constants are obtained as: d = 13.1254, m = 8.5685, a = 7.6417, b = 0.2401, c = 1.3565, S0 = 51.0409 and x0 = 564.6523 [Equation (12)]. The final fatigue life model after Equation (10) is as follows, which is visualized in Figure 13D-F.

$$ \begin{array}{l} {\left[1+\frac{a *\left(\frac{S}{S_{0}}\right)^{b}}{\left(1+\frac{x}{x_{0}}\right)^{c}}\right] \times N_{f}=10^{d}} \\ {\left[1+\frac{7.6417 *\left(\frac{S}{51.0409}\right)^{0.2401}}{\left(1+\frac{x}{564.6523}\right)^{1.3565}}\right]^{8.5685} \times N_{f}=10^{13.1254}}\end{array} $$

The present model thus indicates the influence of the two main factors, i.e., pore radius and location, on the fatigue life. At a fixed pore location, the fatigue life decreases with pore radii, while at a fix pore radius, the fatigue life decreases with pore distance to surface. In particular, pores located near the surface will be detrimental to fatigue life even if they are very small, while pores located at the central axis of the sample will be remarkably safer. More subtle relationship between S and x can thus be evaluated under the circumstance of rotating-bending fatigue. With Nf ≥ 107 as a criterion, the following expression holds,

$$ S \leq 4.1619 \times\left(1+\frac{x}{564.6523}\right)^{5.6497} \text { and } x \geq 438.7438 \times S^{0.1770}-564.6523 $$

which thus indicates the mutual relationship between x and S; i.e., to have a satisfactory fatigue life, the pores should be smaller as their location approaches the surface. Specifically, for near-surface pores with x → 0, only very small pores with S ~ 4 μm are allowed without significant reducing fatigue life, while for typical pores under current additive manufacturing techniques with S ~ 1,000 μm, they can be located at least ~ 1,000 μm from the surface.

Model performance and remarks

We have also compared the methods used and the results obtained with the existing work. Since machine learning is a data-driven algorithm, the data itself has a significant effect on the model performance. Therefore, researchers have used different methods to prepare data before training a model. Li et al. developed a database for machine learning models using the Monte Carlo method[56]. Zhan et al.[57,58] proposed a continuous damage mechanics[59,60] model that also incorporates the additive manufacturing effect with theoretical calculations for data augmentation. It was estimated that the R2 for the training, validation and test sets are 0.9854, 0.9857 and 0.9854, respectively, with the overall R2 = 0.9855. Nevertheless, it is unclear whether the high dispersion of fatigue data leads to a localized distribution of data, and whether the so-called theoretical models consider all the factors that influence fatigue data. In this paper, we propose a completely new approach for processing data combining GAN and physical knowledge models. The R2 values for the training, validation and test sets are 0.8338, 0.9975 and 0.8912, respectively, while the total R2 = 0.8701. A well-developed theoretical system and novel ideas underpin the GAN in deep learning. To overcome the limitations of localization of traditional methods, a continuous game of generative and discriminative networks can be used to learn the characteristics of data distribution.

The most essential activity in the model, i.e., feature engineering, influences the model performance. To estimate the fatigue life, Bao et al.[13] have used ten sets of experimental data with three independent variables of defect size, defect location and defect type appearance, while Li et al.[56] have used 22 sets of experimental data with five independent variables, i.e., flaw depth, defect size, defect-to-surface distance, maximum stress and construction direction. It can be shown that the geometric parameters of the critical flaws have a considerable influence on the fatigue life. As a result, in this paper, the fatigue life is predicted using two independent variables: defect size and distance to surface. We also provide a physical knowledge method for data processing based on these two variables. Lastly, it is worth mentioning that the present work has the largest data to variable ratio, i.e., 34 to 2, among the published work.

It is worth mentioning that, first, the present model only considers spherical pores, while in the hybrid manufacture samples, pores with other shapes also exist; second, the present model has not explicitly considered microstructure features, while pores located at grain/phase boundaries may have detrimental influence on fatigue life; third, the present model omits other metallurgical defects, e.g., lack of fusion, microcrack, etc., which is supposed to distinguish with appropriate additive manufacturing process and subsequent post-processing. While the above issues are covered in ongoing investigations, the results will be reported in forthcoming publications.

CONCLUSION

A thorough investigation was conducted on the prediction of fatigue life against defect parameters for forging/additive hybrid manufactured Ti-17 alloys, with the combination of machine learning and physical knowledge to deal with sparse and limited data. The following conclusions are drawn.

(1) Strong and reliable physical supervision enhances the power of machine learning to deal with sparse and limited datasets. Specifically for fatigue life prediction, a machine learning framework with a back propagation neural network and GAN can thus achieve a relatively high level of 90% confidence.

(2) Pore-induced stress concentration influences the fatigue life of hybrid manufactured Ti-17 alloys. The resulting physical model indicates that the rotating/bending fatigue life decreases with pore size and increases with its distance to surface.

(3) Specifically for rotating/bending fatigue tests, near-surface pores with size ~ 4 μm or in-depth pores with size ~ 1,000 μm have negligible influence on fatigue life with respect to pore-free samples.

The present model thus aids in evaluating rotating/bending fatigue life of forging/additive hybrid manufactured Ti-17 alloys, and contributes to the general understanding of metal fatigue regarding the influence of pores. In the future, when enough data, including other pore characteristics, other types of defects and defect-microstructure coupling, is available, a comprehensive model for fatigue life prediction can be expected with the help of machine learning.

DECLARATIONS

Authors’ contributions

Conceptualization: Wang H, Liu J, Yang R

Methodology: Gao S, Wang H, Liu J

Formal analysis: Yang Y, Li S, Qu S, Chen Z, Wang, H, Liu J

Investigation: Gao S, Li W, Ma Y, Wang B

Data curation: Gao S, Li W, Dong X

Draft preparation: Gao S, Li W, Ma Y, Wang B, Dong X

Review and editing: Yang Y, Li S, Qu S, Chen Z, Wang H, Liu J, Yang R

Validation: Wang H, Liu J, Yang R

Project administration: Wang H, Yang R

All authors have read and agreed to the published version of the manuscript.

Availability of data and materials

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

Financial support and sponsorship

The authors acknowledge the financial support of National Natural Science Foundation of China (U2241245 and 91960202), National Science and Technology Major Project (2019-VII-0004-0144), National Key Laboratory Foundation of Science and Technology on Materials under Shock and Impact (6142902220301), the Aeronautical Science Foundation of China (2022Z053092001), Liaoning Science and Technology Major Project, Shanghai Engineering Research Center of High-Performance Medical Device Materials (20DZ2255500) and Natural Science Foundation of Shenyang (23-503-6-05).

Conflicts of interest

Qu S and Chen Z are affiliated with AECC Shenyang Liming Areo-engine Co., Ltd, while the other authors have declared that they have no conflicts of interest.

Ethical approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Copyright

© The Author(s) 2024.

REFERENCES

1. Zhang D, Qiu D, Gibson MA, et al. Additive manufacturing of ultrafine-grained high-strength titanium alloys. Nature 2019;576:91-5.

2. Korkmaz ME, Waqar S, Garcia-collado A, Gupta MK, Krolczyk GM. A technical overview of metallic parts in hybrid additive manufacturing industry. J Mater Res Technol 2022;18:384-95.

3. Hirtler M, Jedynak A, Sydow B, Sviridov A, Bambach M. A study on the mechanical properties of hybrid parts manufactured by forging and wire arc additive manufacturing. Procedia Manuf 2020;47:1141-8.

4. Murakami Y, Endo M. Effects of defects, inclusions and inhomogeneities on fatigue strength. Int J Fatigue 1994;16:163-82.

5. Murakami Y. Effects of small defects and nonmetallic inclusions on the fatigue strength of metals. JSME Int J Ser 1989;32:167-80.

6. Piascik RS, Gangloff RP. Environmental fatigue of an Al-Li-Cu alloy: part I. Intrinsic crack propagation kinetics in hydrogenous environments. Metall Trans A 1991;22:2415-28.

7. Piascik RS, Gangloff RP. Environmental fatigue of an Al-Li-Cu alloy: Part II. Microscopic hydrogen cracking processes. Metall Trans A 1993;24:2751-62.

8. Davidson CJ, Griffiths JR, Machin AS. The effect of solution heat-treatment time on the fatigue properties of an Al-Si-Mg casting alloy. Fatigue Fract Eng Mat Struct 2002;25:223-30.

9. Zhu M, Xuan F, Chen J. Influence of microstructure and microdefects on long-term fatigue behavior of a Cr–Mo–V steel. Mat Sci Eng A 2012;546:90-6.

10. Zhu M, Xuan F, Du Y, Tu S. Very high cycle fatigue behavior of a low strength welded joint at moderate temperature. Int J Fatigue 2012;40:74-83.

11. Zhu M, Jin L, Xuan F. Fatigue life and mechanistic modeling of interior micro-defect induced cracking in high cycle and very high cycle regimes. Acta Mater 2018;157:259-75.

12. Jordan MI, Mitchell TM. Machine learning: trends, perspectives, and prospects. Science 2015;349:255-60.

13. Bao H, Wu S, Wu Z, Kang G, Peng X, Withers PJ. A machine-learning fatigue life prediction approach of additively manufactured metals. Eng Fract Mech 2021;242:107508.

14. Zhan Z, Hu W, Meng Q. Data-driven fatigue life prediction in additive manufactured titanium alloy: a damage mechanics based machine learning framework. Eng Fract Mech 2021;252:107850.

15. Ye S, Huang W, Li M, Feng X. Deep learning method for determining the surface elastic moduli of microstructured solids. Extreme Mech Lett 2021;44:101226.

16. Luo C, Zhu S, Keshtegar B, Macek W, Branco R, Meng D. Active Kriging-based conjugate first-order reliability method for highly efficient structural reliability analysis using resample strategy. Comput Method Appl M 2024;423:116863.

17. Wu S, Liu J, Wang Y, Lu J, Zhang Z. Multiaxial low-cycle fatigue life model for notched specimens considering small sample characteristics. IJSI 2024;15:948-73.

18. Yang S, Meng D, Wang H, Yang C. A novel learning function for adaptive surrogate-model-based reliability evaluation. Philos Trans A Math Phys Eng Sci 2024;382:20220395.

19. Tarsha-Kurdi F, Landes T, Grussenmeyer P, Koehl M. Model-driven and da-ta-driven approaches using LIDAR data: analysis and comparison. 2007. Available from: https://www.researchgate.net/publication/32227577_Model-driven_and_data-driven_approaches_using_LIDAR_data_Analysis_and_comparison. [Last accessed on 29 Nov 2024].

20. Wang J, Chang Q, Xiao G, Wang N, Li S. Data driven production modeling and simulation of complex automobile general assembly plant. Comput Ind 2011;62:765-75.

21. Pozdnoukhov A, Foresti L, Kanevski M. Data-driven topo-climatic mapping with machine learning methods. Nat Hazards 2009;50:497-518.

22. Srinivasan V. Low cycle fatigue and creep–fatigue interaction behavior of 316L(N) stainless steel and life prediction by artificial neural network approach. Int J Fatigue 2003;25:1327-38.

23. Nasiri S, Khosravani MR, Weinberg K. Fracture mechanics and mechanical fault detection by artificial intelligence methods: a review. Eng Fail Anal 2017;81:270-93.

24. Barbosa JF, Correia JA, Júnior RF, Jesus AMD. Fatigue life prediction of metallic materials considering mean stress effects by means of an artificial neural network. Int J Fatigue 2020;135:105527.

25. Romano S, Brandão A, Gumpinger J, Gschweitl M, Beretta S. Qualification of AM parts: extreme value statistics applied to tomographic measurements. Mater Design 2017;131:32-48.

26. Plessis A, Yadroitsava I, Yadroitsev I. Effects of defects on mechanical properties in metal additive manufacturing: a review focusing on X-ray tomography insights. Mater Design 2020;187:108385.

27. Bhadeshia HKDH. Neural networks in materials science. ISIJ Int 1999;39:966-79.

28. Zhou Y, Zhang Z, Wang D, et al. New trends in additive manufacturing of high-entropy alloys and alloy design by machine learning: from single-phase to multiphase systems. J Mater Inf 2022;2:18.

29. Wang W, Yin J, Chai Z, et al. Big data-assisted digital twins for the smart design and manufacturing of advanced materials: from atoms to products. J Mater Inf 2022;2:1.

30. Xu P, Ji X, Li M, Lu W. Virtual sample generation in machine learning assisted materials design and discovery. J Mater Inf 2023;3:16.

31. Zhou Z, Shang Y, Yang Y. A critical review of the machine learning guided design of metallic glasses for superior glass-forming ability. J Mater Inf 2022;2:2.

32. Hu Y, Wu S, Withers P, et al. The effect of manufacturing defects on the fatigue life of selective laser melted Ti-6Al-4V structures. Mater Design 2020;192:108708.

33. Zhang M, Sun C, Zhang X, et al. High cycle fatigue life prediction of laser additive manufactured stainless steel: a machine learning approach. Int J Fatigue 2019;128:105194.

34. Serrano-Munoz I, Buffiere JY, Mokso R, Verdu C, Nadot Y. Location, location &size: defects close to surfaces dominate fatigue crack initiation. Sci Rep 2017;7:45239.

35. Benedetti M, Fontanari V, Bandini M, Zanini F, Carmignato S. Low- and high-cycle fatigue resistance of Ti-6Al-4V ELI additively manufactured via selective laser melting: Mean stress and defect sensitivity. Int J Fatigue 2018;107:96-109.

36. Ren S, Chen Y, Liu T, Qu X. Effect of build orientation on mechanical properties and microstructure of Ti-6Al-4V manufactured by selective laser melting. Metall Mater Trans A 2019;50:4388-409.

37. Barba D, Alabort C, Tang Y, Viscasillas M, Reed R, Alabort E. On the size and orientation effect in additive manufactured Ti-6Al-4V. Mater Design 2020;186:108235.

38. Liu J, Zhang K, Liu J, et al. Investigation of fatigue behavior of laser powder bed fusion Ti-6Al-4V: roles of heat treatment and microstructure. Int J Fatigue 2023;176:107839.

39. Sharma S, Sharma S, Athaiya A. Activation functions in neural networks. Int J Eng Appl Sci Technol 2020;4:310-6. Available from: https://www.ijeast.com/papers/310. [Last accessed on 29 Nov 2024]

40. Apicella A, Donnarumma F, Isgrò F, Prevete R. A survey on modern trainable activation functions. Neural Netw 2021;138:14-32.

41. Rumelhart DE, Hinton GE, Williams RJ. Learning representations by back-propagating errors. Nature 1986;323:533-6.

42. Dieter GE. Mechanical metallurgy. 3rd edition. McGraw Hill, New York, 1986. Available from: https://books.google.com/books?id=4pZRAAAAMAAJ&hl=zh-CN&source=gbs_book_other_versions. [Last accessed on 29 Nov 2024].

43. Murakami Y. Chapter 6 - Effects of nonmetallic inclusions on fatigue strength. In: Metal Fatigue. Elsevier; 2002. pp. 75-127.

44. Stromeyer CE. The determination of fatigue limits under alternating stress conditions. Proc R Soc Lond A 1914;90:411-25.

45. Paris P, Erdogan F. A critical analysis of crack propagation laws. J Basic Eng 1963;85:528-33.

46. Yukitaka M, Masahiro E. Quantitative evaluation of fatigue strength of metals containing various small defects or cracks. Eng Fract Mech 1983;17:1-15.

47. Deng K, Wei H, Liu W, Zhang M, Zhao P, Zhang Y. Probabilistic-based random maximum defect estimation and defect-related fatigue life prediction for laser direct deposited 316L parts. J Mater Process Tech 2022;299:117389.

48. Liu F, He C, Chen Y, Zhang H, Wang Q, Liu Y. Effects of defects on tensile and fatigue behaviors of selective laser melted titanium alloy in very high cycle regime. Int J Fatigue 2020;140:105795.

49. Tang M, Pistorius PC. Fatigue life prediction for AlSi10Mg components produced by selective laser melting. Int J Fatigue 2019;125:479-90.

50. Zhang M, Sun C, Zhang X, Wei J, Hardacre D, Li H. Predictive models for fatigue property of laser powder bed fusion stainless steel 316L. Mater Design 2018;145:42-54.

51. Liu A, Xu Z, Liang Z, Wang X. An evaluation on high cycle fatigue fracture characteristics of 2024-T351 Al alloy with different surface defects. Mech Mater 2022;164:104133.

52. Chang D, Wang Q, Chen H, Zhang X, Wen J, Tu S. Effects of defect size and location on high cycle fatigue life of a maraging stainless steel at ambient and cryogenic temperatures. Int J Fatigue 2022;161:106906.

53. Tiryakioğlu M. Relationship between defect size and fatigue life distributions in Al-7 Pct Si-Mg alloy castings. Metall Mater Trans A 2009;40:1623-30.

54. Queiroz H, Araújo J, Silva C, Ferreira J. A coupled critical plane- area methodology to estimate fatigue life for an AISI 1045 steel with small artificial defects. Theor Appl Fract Mec 2022;121:103426.

55. Murakami Y, Takagi T, Wada K, Matsunaga H. Essential structure of S-N curve: prediction of fatigue life and fatigue limit of defective materials and nature of scatter. Int J Fatigue 2021;146:106138.

56. Li J, Yang Z, Qian G, Berto F. Machine learning based very-high-cycle fatigue life prediction of Ti-6Al-4V alloy fabricated by selective laser melting. Int J Fatigue 2022;158:106764.

57. Zhan Z, Li H. A novel approach based on the elastoplastic fatigue damage and machine learning models for life prediction of aerospace alloy parts fabricated by additive manufacturing. Int J Fatigue 2021;145:106089.

58. Zhan Z, Li H. Machine learning based fatigue life prediction with effects of additive manufacturing process parameters for printed SS 316L. Int J Fatigue 2021;142:105941.

59. Ayoub G, Naït-abdelaziz M, Zaïri F, Gloaguen J, Charrier P. Fatigue life prediction of rubber-like materials under multiaxial loading using a continuum damage mechanics approach: effects of two-blocks loading and R ratio. Mech Mater 2012;52:87-102.

60. Darabi MK, Abu Al-rub RK, Little DN. A continuum damage mechanics framework for modeling micro-damage healing. Int J Solids Struct 2012;49:492-513.

Cite This Article

Research Article
Open Access
Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy
Shuailong Gao, ... Rui Yang

How to Cite

Gao, S.; Li, W.; Ma, Y.; Wang, B.; Dong, X.; Li, S.; Liu, J.; Yang, Y.; Qu, S.; Chen, Z.; Wang, H.; Yang, R. Knowledge assisted machine learning to clarify pore influence on fatigue life of forging/additive hybrid manufactured Ti-17 alloy. J. Mater. Inf. 2024, 4, 25. http://dx.doi.org/10.20517/jmi.2024.28

Download Citation

If you have the appropriate software installed, you can download article citation data to the citation manager of your choice. Simply select your manager software from the list below and click on download.

Export Citation File:

Type of Import

Tips on Downloading Citation

This feature enables you to download the bibliographic information (also called citation data, header data, or metadata) for the articles on our site.

Citation Manager File Format

Use the radio buttons to choose how to format the bibliographic data you're harvesting. Several citation manager formats are available, including EndNote and BibTex.

Type of Import

If you have citation management software installed on your computer your Web browser should be able to import metadata directly into your reference database.

Direct Import: When the Direct Import option is selected (the default state), a dialogue box will give you the option to Save or Open the downloaded citation data. Choosing Open will either launch your citation manager or give you a choice of applications with which to use the metadata. The Save option saves the file locally for later use.

Indirect Import: When the Indirect Import option is selected, the metadata is displayed and may be copied and pasted as needed.

About This Article

© The Author(s) 2024. Open Access This article is licensed under a Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, sharing, adaptation, distribution and reproduction in any medium or format, for any purpose, even commercially, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Data & Comments

Data

Views
70
Downloads
13
Citations
0
Comments
0
0

Comments

Comments must be written in English. Spam, offensive content, impersonation, and private information will not be permitted. If any comment is reported and identified as inappropriate content by OAE staff, the comment will be removed without notice. If you have any queries or need any help, please contact us at support@oaepublish.com.

0
Download PDF
Share This Article
Scan the QR code for reading!
See Updates
Contents
Figures
Related
Journal of Materials Informatics
ISSN 2770-372X (Online)
Follow Us

Portico

All published articles are preserved here permanently:

https://www.portico.org/publishers/oae/

Portico

All published articles are preserved here permanently:

https://www.portico.org/publishers/oae/