Pith. sign in

REVIEW 4 major objections 4 minor 55 references

Predictive Modeling and Uncertainty Quantification of Fatigue Life in Metal Alloys using Machine Learning

T0 review · 4 major / 4 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read Augmenting machine learning with a Basquin-estimated fatigue-life feature and a boundary-enforcing physics-informed loss yields more accurate and better-calibrated predictions on all four alloy datasets tested.

desk verdict Useful UQ benchmark with a plausible PIML idea, but the loss is reversed, Table 8 duplicates Table 4, and the Basquin feature may leak the target, so the central claim is unproven. read the letter →

arxiv 2501.15057 v1 pith:A3PBN62P submitted 2025-01-25 cs.LG cond-mat.mtrl-sci

classification cs.LGcond-mat.mtrl-sci
keywords fatiguelifepredictionphysics-informedmachinelearninguncertaintyquantificationBayesianneuralnetworksGaussianprocessregressionmetalalloysBasquinmodelboundaryconstraints
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Fatigue life of metal alloys is expensive to measure, and purely data-driven models often give point estimates without trustworthy confidence intervals. The paper proposes a physics-informed machine learning approach that adds a fatigue-life estimate from the Basquin stress-life relation as an extra input feature and trains neural networks with a loss that penalizes predictions outside the physically plausible range of zero to ten million cycles. Across four experimental datasets — a titanium alloy set and three carbon steel sets from uniaxial, bending, and torsion fatigue tests — the physics-informed versions improve accuracy and uncertainty metrics relative to the same models without physics. The paper reports that single-point metric improvements are on the order of ten to twenty percent, with the strongest overall point-and-interval performance from Markov chain Monte Carlo Bayesian neural networks and Gaussian process regression.

What carries the argument

Two ingredients carry the argument. The first is the Basquin stress-life relation, a power law $\sigma = c N_f^m$ relating stress amplitude to cycles to failure; fitted to each dataset, it supplies a physics-informed fatigue-life feature that is concatenated with the measured alloy, processing, and test-condition features. The second is a physics-informed loss function for the neural networks, $\mathcal{L} = \frac{1}{N}\sum_i [(y_i - y_i^*)^2 + \lambda_1 \mathrm{ReLU}(y_i^*) + \lambda_2 \mathrm{ReLU}(10{,}000{,}000 - y_i^*)]$, which penalizes negative predicted lives and predictions beyond the ten-million-cycle endurance-limit boundary. Together they embed the known monotone stress-life trend and its physical bounds into models that would otherwise fit only the measured samples.

What would settle it

Refit the Basquin constants separately inside each of the five cross-validation training folds, recompute the physics-informed feature for the test fold only, and rerun all reported models; if the roughly ten-to-twenty-percent improvements in $R^2$, RMSE, and coverage shrink or disappear, the central claim fails.

Watch

Extended reading notes

Core claim

The central claim is that combining physics-based feature engineering with physics-informed regularization makes data-driven fatigue-life prediction both more accurate and more reliable in its uncertainty estimates. In the proposed framework, the Basquin relation $\sigma = c N_f^m$ is fitted to experimental stress-life data to produce a physics-informed estimate of fatigue life, and this estimate is appended to the measured input features. For neural-network models, the training loss adds ReLU penalty terms that force predicted fatigue life to stay non-negative and below $10{,}000{,}000$ cycles, the conventional endurance-limit boundary. Validated on four fatigue-test datasets, the method consistently improves $R^2$, RMSE, MAE, coverage, and a composite uncertainty metric compared with the identical models trained without the physics-informed feature and loss; the largest gains appear where the data-only baseline is weakest, such as the uniaxial carbon steel dataset.

Load-bearing premise

The reported improvements assume that the Basquin material constants are fitted in a way that does not let test-fold fatigue lives leak into the training features; if the constants are fit on the full dataset, the physics-informed feature carries information from the held-out samples and the gains would be inflated by leakage.

Editorial extensions

If this is right

  • On all four datasets, every evaluated model improves when the physics-informed feature and loss are added, with single-point metrics such as $R^2$, RMSE, and MAE improving by roughly ten to twenty percent.
  • The boundary-aware loss keeps predicted fatigue lives within the physically meaningful interval from zero to ten million cycles, eliminating predictions that are negative or beyond the endurance-limit cutoff.
  • Markov chain Monte Carlo Bayesian neural networks and Gaussian process regression produce the most reliable point estimates and uncertainty intervals, while deep ensembles and MC dropout tend to under-cover the true values.
  • The resulting point predictions plus confidence intervals can be used to plan fatigue tests for new alloys, potentially reducing the number of tests and cycles needed for material qualification.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the Basquin feature is fitted strictly inside each training fold, the framework should transfer to any property governed by a simple power law, such as creep or tensile strength; the paper does not test this transfer explicitly.
  • The largest gains appear exactly where the data-only baseline is weakest, suggesting the physics feature acts most as a regularizer when data are sparse or noisy; one could test this by applying the method to deliberately downsampled versions of the four datasets.
  • A model with a randomly permuted or shuffled physics feature would separate the feature's information content from its mere presence, and would clarify how much of the gain is due to the physics itself versus added model capacity.
  • The upper-bound penalty at ten million cycles may mask run-out behavior; the paper does not report how predictions near the boundary behave, so it would be informative to evaluate performance on specimens whose measured lives exceed the cutoff.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. The paper proposes a physics-informed machine learning (PIML) framework for fatigue-life prediction with uncertainty quantification. The framework augments experimental fatigue datasets with a Basquin-model estimate of fatigue life as an additional input feature, and adds two boundary penalty terms to the loss function of neural-network models (non-negativity and an upper bound of 10,000,000 cycles). Experiments on one titanium-alloy dataset and three carbon-steel datasets (uniaxial, bending, torsion) compare seven regression models with and without the PIML additions, reporting point-estimate metrics (R2, PCC, RMSE, MAE) and uncertainty metrics (coverage, interval width, composite). The central claim is that the PIML additions improve both point estimates and uncertainty intervals across all four datasets.

Significance. If the reported improvements were valid, the approach would be a useful contribution to data-driven fatigue-life prediction with calibrated uncertainty, especially in small-data materials settings. The paper is strong in breadth: it compares several uncertainty-aware models (QR, NGBoost, GPR, Deep Ensemble, MC Dropout, BNN-VI, BNN-MCMC) on four datasets and makes code available. However, the significance is severely compromised because the core experimental evidence is undermined by an incorrect loss-term derivation, an undisclosed and potentially leaky feature-fitting protocol, a duplicated table, and internally inconsistent metric values. The current manuscript does not establish the claimed superiority of the PIML framework.

major comments (4)
  1. [§3.3.2, Eq. (10)] The physics-informed loss terms enforce the opposite of the stated constraints. ReLU(y*) is zero for negative y* and penalizes positive predictions, thus driving predicted fatigue life toward zero or negative values rather than enforcing non-negativity; the correct term for a non-negativity constraint is ReLU(-y*). Similarly, ReLU(10,000,000 - y*) penalizes predictions below 10,000,000 and pushes predictions above the bound, whereas the intended upper-bound constraint requires ReLU(y* - 10,000,000). Additionally, the text states that fatigue-life values are log-transformed before training, so the bound of 10,000,000 cycles should also be transformed to the logarithmic scale if the loss is computed on log-transformed outputs. As written, Eq. (10) does not implement the claimed boundary constraints, and all NN-based PIML results that rely on this loss term are questionable.
  2. [§3.3.1, §4.2] The procedure for fitting the Basquin constants c and m in Eq. (2) is not specified. The Basquin model is used to estimate fatigue life from experimental fatigue tests, which makes the resulting physics-informed feature a fitted function of the target variable. The paper does not state whether the constants are fitted inside each cross-validation fold, on the training folds only, or on the full dataset before the 5-fold split. If the fit uses the full dataset, the test-fold target values indirectly contribute to the training features, which is target leakage and could by itself explain the consistent 10-20% improvements across all models, including GPR and NGBoost that do not use the physics-informed loss. This must be clarified and the experiments must be rerun with fold-disciplined fitting before the central claim can be assessed.
  3. [Tables 4 and 8] Table 8, labeled as the PIML results for the torsion fatigue test dataset of Carbon steel alloys, is numerically identical to Table 4, which reports the PIML results for the uniaxial fatigue test dataset. Every row and entry matches, including the standard deviations. This means the torsion-dataset PIML results are not actually presented, and the claim that the PIML approach improves results on all four datasets is not supported by the tables as published. This duplication must be corrected and the torsion experiments fully reported.
  4. [Tables 1-8, NN rows] The reported mean absolute error (MAE) for the standard NN model is systematically larger than its root-mean-squared error (RMSE), e.g., Table 1 NN: MAE 2.0463 vs RMSE 0.6443; Table 3 NN: MAE 0.5999 vs RMSE 0.3982; Table 5 NN: MAE 0.5831 vs RMSE 0.3589. Since RMSE >= MAE for any fixed set of errors, these entries cannot be correct on the same scale. The NN metrics are therefore internally inconsistent, and the reported performance of the NN baseline (and its PIML variant) is not credible. These values must be recomputed and corrected, or the errors explained.
minor comments (4)
  1. [§4.1] The definition of the composite metric is ambiguous in the text: '0.75 ∙ coverage + 0.25 mean interval width⁄' should be written as 0.75 * coverage + 0.25 / mean_interval_width, with the division made explicit.
  2. [Eqs. (1) and (2)] The material constants in the S-N relation are called A and B in Eq. (1), while the Basquin relation in Eq. (2) uses c and m; the relationship between these parameters is not stated, which may confuse readers.
  3. [Table 1, BNN-VI row] The composite metric for BNN-VI is reported as 0.7773±0.30; the large standard deviation relative to the mean is atypical for a bounded metric and may indicate an error in the reported aggregate.
  4. [Throughout] There are several typographical issues, including 'Deep Ensemple' for 'Deep Ensemble' in the Table 1 discussion, and 'Mechanichs' for 'Mechanics' in reference titles. These should be corrected.

Circularity Check

1 steps flagged · score 6.0 of 10

The claimed PIML gain rests on a Basquin-estimated fatigue-life input feature that is itself fitted to the target fatigue-life data, with no fold-aware fitting protocol disclosed.

  1. fitted input called prediction [Section 3.3.1 (Physics-informed Feature Engineering), using Eq. (2); target definition in Section 3.4; CV protocol in Section 4.2]
    "Specifically, we employed the Basquin model from equation (2) to estimate the fatigue life of an alloy for a given stress level based on experimental data from fatigue tests. We used the estimated values for fatigue life as additional input features for training the ML models."

    Eq. (2) is σ = c N_f^m; estimating N_f from it requires fitting c and m to experimental (σ, N_f) pairs and inverting to N_f = (σ/c)^(1/m). The target is exactly the measured fatigue life (Sec. 3.4), so the added feature is a fitted function of the target. The paper never states whether the Basquin fit is done inside each CV fold, on training folds, or on the full dataset, and reports no constants. If fit on all data before the split, each test sample's own fatigue life enters its input feature, so the consistent 10–20% PIML gains (Tables 2, 4, 6, and 8) can be explained by leakage. Even with training-fold-only fitting, the feature is target-derived rather than an independent physics constraint, so the central improvement claim is partially circular by construction.

full rationale

The only load-bearing circularity is in the physics-informed feature engineering. The Basquin feature is presented as physics knowledge but is computed by fitting the Basquin relation to the fatigue-life data that also defines the target, and no fold-safe fitting protocol or fitted constants are reported. This makes the headline PIML accuracy and uncertainty improvements statistically forced if the fit uses the full dataset. The physics-informed loss in Eq. (10) is not circular: it is a stated boundary regularizer applied only to NN models. The self-citation [18] (prior UQ work by overlapping authors) is used as background support and is not load-bearing for the PIML claim. Because the central claim reduces, as described, to feeding a target-derived fitted quantity into the regressors, the paper receives a partial circularity score; however, the underlying ML comparison framework and uncertainty metrics are independently defined, so the score is not at the top of the scale.

Assumptions & free parameters 2 free parameters · 4 assumptions · 0 invented entities

The core dependency is the fitted Basquin feature: the paper pulls the Basquin constants from the same target data and does not disclose the fitting protocol. The boundary loss adds two weights that are never reported. No new physical entities are introduced.

free parameters (2)
  • Basquin constants c and m = not reported
    Used in Eq. (2) to compute the physics-informed fatigue-life feature in Section 3.3.1; the paper says they are estimated from experimental data but gives no values or fitting procedure.
  • Loss weights lambda1 and lambda2 = not reported
    Weight the boundary terms in Eq. (10); no values or tuning procedure are given in Section 3.3.2.
assumptions (4)
  • domain assumption Basquin relation sigma = c * N_f^m (Eq. 2) adequately estimates fatigue life for the studied alloys at the stress levels present in the datasets.
    Invoked in Section 3.3.1 to generate the added input feature; if Basquin is a poor fit, the feature injects systematic error.
  • domain assumption The Basquin constants can be estimated from the same experimental fatigue data used for training and testing without leaking target information.
    Implied in Section 3.3.1; no cross-validation-aware fitting is described. If the constants are fit on the full dataset, test-fold target information enters the features.
  • domain assumption Fatigue life is bounded between 0 and 10,000,000 cycles, with 10,000,000 treated as the endurance-limit boundary.
    Used to justify the penalty terms in Eq. (10), Section 3.3.2. The 10M threshold is a conventional choice, not a measured value for each material.
  • domain assumption Standard supervised-learning assumptions: the collected fatigue tests are independent and identically distributed samples representative of each alloy class.
    Required for the 5-fold CV metrics in Section 4.2 to be meaningful; fatigue datasets are often censored or clustered by specimen batch, which is not addressed.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Predictive Modeling and Uncertainty Quantification of Fatigue Life in Metal Alloys using Machine Learning." pith.science (2026). https://pith.science/paper/A3PBN62P

@misc{pith2026250115057,
  author       = {Pith},
  title        = {Pith review of: Predictive Modeling and Uncertainty Quantification of Fatigue Life in Metal Alloys using Machine Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/A3PBN62P}},
  note         = {Machine review of arXiv:2501.15057}
}
read the original abstract

Recent advancements in machine learning-based methods have demonstrated great potential for improved property prediction in material science. However, reliable estimation of the confidence intervals for the predicted values remains a challenge, due to the inherent complexities in material modeling. This study introduces a novel approach for uncertainty quantification in fatigue life prediction of metal materials based on integrating knowledge from physics-based fatigue life models and machine learning models. The proposed approach employs physics-based input features estimated using the Basquin fatigue model to augment the experimentally collected data of fatigue life. Furthermore, a physics-informed loss function that enforces boundary constraints for the estimated fatigue life of considered materials is introduced for the neural network models. Experimental validation on datasets comprising collected data from fatigue life tests for Titanium alloys and Carbon steel alloys demonstrates the effectiveness of the proposed approach. The synergy between physics-based models and data-driven models enhances the consistency in predicted values and improves uncertainty interval estimates.

Figures

Figures reproduced from arXiv: 2501.15057 by the authors.

Figure 1
Figure 1. High-level diagram of the proposed approach. The input parameters from a fatigue test dataset are augmented with physics-informed features and fed to a PIML model for predicting the fatigue life of a material. The data pre-processing steps include normalizing the input features to a range between 0 and 1, and applying logarithm transformation to the fatigue life values. To evaluate the models 5-fold cross￾validation… view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

55 extracted references · 54 canonical work pages

  1. [1]

    Recent advances and applications of deep learning methods in materials science

    Choudhary K, DeCost B, Chen C, Jain A, Tavazza F, Cohn R, et al. Recent advances and applications of deep learning methods in materials science. npj Computational Materials. (2022); 8(1):59

  2. [2]

    Evolution of artificial intelligence for application in contemporary materials science

    Gupta V, Liao WK, Choudhary A, Agrawal A. Evolution of artificial intelligence for application in contemporary materials science. MRS communications. (2023);13(5):754-63

  3. [3]

    Big data and machine learning for materials science

    Rodrigues JF, Florea L, de Oliveira MC, Diamond D, Oliveira ON. Big data and machine learning for materials science. Discover Materials. (2021); 1:1-27

  4. [4]

    Deep learning in two -dimensional materials: Characterization, prediction, and design

    Meng X, Qin C, Liang X, Zhang G, Chen R, Hu J, et al. Deep learning in two -dimensional materials: Characterization, prediction, and design. Frontiers of Physics. (2024);19(5):1-28

  5. [5]

    A review of multi -scale and multi -physics simulations of metal additive manufacturing processes with focus on modeling strategies

    Bayat M, Dong W, Thorborg J, To AC, Hattel JH. A review of multi -scale and multi -physics simulations of metal additive manufacturing processes with focus on modeling strategies. Additive Manufacturing. (2021); 47:102278

  6. [6]

    Materials fatigue prediction using graph neural networks on microstructure representations

    Thomas A, Durmaz AR, Alam M, Gumbsch P, Sack H, Eberl C. Materials fatigue prediction using graph neural networks on microstructure representations. Scientific Reports. (2023); 13(1):12562

  7. [7]

    Multi - physics approach to predict fatigue behavior of high strength aluminum alloy repaired via additive friction stir deposition

    Palya NI, Fraser KA, Hong Y, Zhu N, Williams MB, Doherty K, Allison PG, Jordon JB. Multi - physics approach to predict fatigue behavior of high strength aluminum alloy repaired via additive friction stir deposition. Integrating Materials and Manufacturing In novation. (2023); 12(4):441 - 55

  8. [8]

    A review on fatigue life prediction methods for metals

    Santecchia E, Hamouda AM, Musharavati F, Zalnezhad E, Cabibbo M, El Mehtedi M, Spigarelli S. A review on fatigue life prediction methods for metals. Advances in Materials Science and Engineering. (2016)

Show all 55 references
  1. [9]

    On the use of data -driven machine learning for probabilistic fatigue life prediction of metallic materials based on mesoscopic defect analysis

    Wang J, Zhang R, Wang C, Chen H, Xu S, Li Y, Yang Y, Ling M. On the use of data -driven machine learning for probabilistic fatigue life prediction of metallic materials based on mesoscopic defect analysis. Journal of Materials Engineering and Performance. (2024):1-9

  2. [10]

    Data -driven, physics-based, or both: Fatigue prediction of structural adhesive joints by artificial intelligence

    Fernandes PH, Silva GC, Pitz DB, Schnelle M, Koschek K, Nagel C, Beber VC. Data -driven, physics-based, or both: Fatigue prediction of structural adhesive joints by artificial intelligence. Applied Mechanics. (2023); 4(1):334-55. 16

  3. [11]

    Standard Practices for Cycle Counting in Fatigue Analysis

    ASTM International. Standard Practices for Cycle Counting in Fatigue Analysis. E1049 -85. (2011). https://www.astm.org/e1049-85r17.html. [Accessed May 27, 2024]

  4. [12]

    PRISMS-Fatigue computational framework for fatigue analysis in polycrystalline metals and alloys

    Yaghoobi M, Stopka KS, Lakshmanan A, Sundararaghavan V, Allison JE, McDowell DL. PRISMS-Fatigue computational framework for fatigue analysis in polycrystalline metals and alloys. npj Computational Materials. (2021); 7(1):38

  5. [13]

    Physics -informed machine learning

    Karniadakis G, Kevrekidis I, Lu L, Perdikaris P, Wang S, Yang L. Physics -informed machine learning. Nature Reviews Physics. (2021); 3:422-440

  6. [14]

    Physics -informed machine learning for modeling and control of dynamical systems

    Nghiem TX, Drgoňa J, Jones C, Nagy Z, Schwan R, Dey B, Chakrabarty A, Di Cairano S, Paulson JA, Carron A, Zeilinger MN. Physics -informed machine learning for modeling and control of dynamical systems. In American Control Conference (2023) (pp. 3735-3750)

  7. [15]

    Physics -informed machine learning for metal additive manufacturing

    Farrag A, Yang Y, Cao N, Won D, Jin Y. Physics -informed machine learning for metal additive manufacturing. Progress in Additive Manufacturing. (2024):1-5

  8. [16]

    Enabling discovery of materials through enhanced generalisability of deep learning models

    Tawfik SA, Nguyen TM, Russo SP, Tran T, Gupta S, Venkatesh S. Enabling discovery of materials through enhanced generalisability of deep learning models. arXiv preprint arXiv:2402.10931. (2024)

  9. [17]

    A review of uncertainty quantification in deep learning: Techniques, applications and challenges

    Abdar M, Pourpanah F, Hussain S, Rezazadegan D, Liu L, Ghavamzadeh M, Fieguth P, Cao X, Khosravi A, Acharya UR, Makarenkov V. A review of uncertainty quantification in deep learning: Techniques, applications and challenges. Information Fusion. (2021); 76:243-97

  10. [18]

    Uncertainty quantification in multivariable regression for material property prediction with Bayesian neural networks, Scientific Reports

    Li L, Chang J,Vakanski A, Wang Y, Yao T, Xian M. Uncertainty quantification in multivariable regression for material property prediction with Bayesian neural networks, Scientific Reports. (2024); 14(10543):1–15

  11. [19]

    A physics -informed neural network for creep -fatigue life prediction of components at elevated temperatures

    Zhang XC, Gong JG, Xuan FZ. A physics -informed neural network for creep -fatigue life prediction of components at elevated temperatures. Engineering Fracture Mechanichs. (2021);258:108130

  12. [20]

    Machine learning for metal additive manufacturing: Towards a physics -informed data -driven paradigm

    Guo S, Agarwal M, Cooper C, Tian Q, Gao RX, Guo WG, Guo YB. Machine learning for metal additive manufacturing: Towards a physics -informed data -driven paradigm. Journal of Manufacturing Systems. (2022);62:145-63

  13. [21]

    Machine learning -based fatigue life prediction of metal materials: Perspectives of physics -informed and data -driven hybrid methods

    Wang H, Li B, Gong J, Xuan FZ. Machine learning -based fatigue life prediction of metal materials: Perspectives of physics -informed and data -driven hybrid methods. Engineering Fracture Mechanichs. (2023);284:109242

  14. [22]

    Shutin D, Bondarenko M, Polyakov R, Stebakov I, Savin L. Method for On -Line Remaining Useful Life and Wear Prediction for Adjustable Journal Bearings Utilizing a Combination of Physics-Based and Data-Driven Models: A Numerical Investigation. Lubricants. (2023);11(1):33

  15. [23]

    MFLP -PINN: A physics -informed neural network for multiaxial fatigue life prediction

    He G, Zhao Y, Yan C. MFLP -PINN: A physics -informed neural network for multiaxial fatigue life prediction. European Journal of Mechanics / A Solids. (2023);98:104889

  16. [24]

    A novel fatigue and creep -fatigue life prediction model by combining data -driven approach with domain knowledge

    Gu HH, Zhang XC, Zhang K, Li KS, Tu ST, Wang RZ. A novel fatigue and creep -fatigue life prediction model by combining data -driven approach with domain knowledge. International Journal of Fatigue. (2024);186:108402

  17. [25]

    Mechanisms of fatigue crack initiation and growth

    Lawrence FV, Jones RC. Mechanisms of fatigue crack initiation and growth. Metal Transactions. (1970); 1:367-93

  18. [26]

    Crack propagation detection method in the structural fatigue process

    Guo X, Yuan YT, Liu Y. Crack propagation detection method in the structural fatigue process. Experimental Techniques. (2021); 45:169-78

  19. [27]

    A criterion for high -cycle fatigue life and fatigue limit prediction in biaxial loading conditions

    Pejkowski Ł, Skibicki D. A criterion for high -cycle fatigue life and fatigue limit prediction in biaxial loading conditions. Acta Mechanica Sinica (2016); 32:696-709

  20. [28]

    Experimental and theoretical investigation of the frequency effect on low cycle fatigue of shape memory alloys

    Zhang Y, You Y, Moumni Z, Anlas G, Zhu J, Zhang W. Experimental and theoretical investigation of the frequency effect on low cycle fatigue of shape memory alloys. International Journal of Plasticity. (2017); 90:1-30

  21. [29]

    Stress -life (S -N) Approach

    Altair. Stress -life (S -N) Approach. (2021). https://2021.help.altair.com/2021/ss/topics /simsolid/analysis/fatigue_sn_curve_r.htm. [Accessed May 27, 2024]. 17

  22. [30]

    Essential structure of SN curve: Prediction of fatigue life and fatigue limit of defective materials and nature of scatter

    Murakami Y, Takagi T, Wada K, Matsunaga H. Essential structure of SN curve: Prediction of fatigue life and fatigue limit of defective materials and nature of scatter. International Journal of Fatigue. (2021); 146:106138

  23. [31]

    The determination of fatigue limits under alternating stress conditions

    Stromeyer CE. The determination of fatigue limits under alternating stress conditions. Proceedings of the Royal Society of London. Series A, Containing Papers of a Mathematical and Physical Character. (1914); 90(620):411-25

  24. [32]

    The effect of stress ratio during crack propagation and fatigue for 2024 -T3 and 7075- T6 aluminum

    Walker K. The effect of stress ratio during crack propagation and fatigue for 2024 -T3 and 7075- T6 aluminum

  25. [33]

    4-Stress and reliability analysis for interconnects

    Zhang H, Che F, Lin T, Zhao W. 4-Stress and reliability analysis for interconnects. In Woodhead Publishing Series in Electronic and Optical Materials. In Modeling, Analysis, Design, and Tests for Electronics Packaging beyond Moore (2020) (pp. 131-244). Woodhead Publishing

  26. [34]

    Modified Coffin-Manson equation to predict the fatigue life of structural materials subjected to mechanical -thermal coupling non -coaxial loading

    Ma Z, Li C, Zhang W, Wang S, Li J, Zhao H, Ren L. Modified Coffin-Manson equation to predict the fatigue life of structural materials subjected to mechanical -thermal coupling non -coaxial loading. Journal of Materials Science & Technology. (2023); 160:118-27

  27. [35]

    Temperature Cycling Testing: Coffin -Manson Equation

    Delsorro Engineering Solutions. Temperature Cycling Testing: Coffin -Manson Equation. 2014. https://www.desolutions.com/blog/2014/10/temperature-cycling-testing-coffin-manson- equation/. [Accessed May 27, 2024]

  28. [36]

    Fatigue Crack Growth

    MechaniCalc. Fatigue Crack Growth. (2018). https://mechanicalc.com/reference/fatigue -crack- growth. [Accessed May 27, 2024]

  29. [37]

    Miedlar PC, Berens AP, Gunderson A, Gallagher JP. Analysis and support initiative for structural technology (ASIST) delivery order 0016: USAF damage tolerant design handbook: guidelines for the analysis and design of damage tolerant aircraft structures. Un iversity of Dayton R...

  30. [38]

    A stress-strain function for the fatigue of metals

    Smith KN, Watson P, Topper TH. A stress-strain function for the fatigue of metals. Journal of Materials. (1970); 5:767-78

  31. [39]

    A critical plane approach to multiaxial fatigue damage including out of phase loading

    Fatemi A, Socie DF. A critical plane approach to multiaxial fatigue damage including out of phase loading. Fatigue & Fracture of Engineering Materials & Structures. (1988); 11(3):149-65

  32. [40]

    Equivalent energy-based critical plane fatigue damage parameter for multiaxial LCF under variable amplitude loading

    Xue L, Shang DG, Li DH, Li LJ, Liu XD, Chen H. Equivalent energy-based critical plane fatigue damage parameter for multiaxial LCF under variable amplitude loading. International Journal of Fatigue. (2020); 131:105350

  33. [41]

    Quantile regression

    Koenker R, Hallock KF. Quantile regression. Journal of Economic Perspectives. (2001); 15(4):143-56

  34. [42]

    Ngboost: Natural gradient boosting for probabilistic prediction

    Duan T, Anand A, Ding DY, Thai KK, Basu S, Ng A, Schuler A. Ngboost: Natural gradient boosting for probabilistic prediction. International Conference on Machine Learning (2020) (pp. 2690-2700). PMLR

  35. [43]

    A comparative analysis of gradient boosting algorithms

    Bentéjac C, Csörgő A, Martínez -Muñoz G. A comparative analysis of gradient boosting algorithms. Artificial Intelligence Review. (2021); 54:1937-67

  36. [44]

    Gaussian processes for regression

    Williams C, Rasmussen C. Gaussian processes for regression. Advances in Neural Information Processing Systems. (1995);8

  37. [45]

    Simple and scalable predictive uncertainty estimation using deep ensembles

    Lakshminarayanan B, Pritzel A, Blundell C. Simple and scalable predictive uncertainty estimation using deep ensembles. Advances in Neural Information Processing Systems. (2017); 30

  38. [46]

    Dropout as a Bayesian approximation: Representing model uncertainty in deep learning

    Gal Y, Ghahramani Z. Dropout as a Bayesian approximation: Representing model uncertainty in deep learning. International Conference on Machine Learning (2016) (pp. 1050-1059). PMLR

  39. [47]

    Practical variational inference for neural networks

    Graves A. Practical variational inference for neural networks. Advances in Neural Information Processing Systems. (2011);24

  40. [48]

    Bayesian neural networks for uncertainty quantification in data-driven materials modelling

    Olivier A, Shields MD, Graham-Brady L. Bayesian neural networks for uncertainty quantification in data-driven materials modelling. Computer Methods in Applied Mechanics and Engineering. (2021); 386:114079

  41. [49]

    Bayesian learning for neural networks

    Neal RM. Bayesian learning for neural networks. Springer Science & Business Media; (2012). 18

  42. [50]

    A conceptual introduction to Markov chain Monte Carlo methods

    Speagle JS. A conceptual introduction to Markov chain Monte Carlo methods. arXiv preprint arXiv:1909.12313. (2019)

  43. [51]

    Challenges in Markov chain Monte Carlo for Bayesian neural networks

    Papamarkou T, Hinkle J, Young MT, Womble D. Challenges in Markov chain Monte Carlo for Bayesian neural networks. Statistical Science. (2022);37(3):425-42

  44. [52]

    A deep learning-based life prediction method for components under creep, fatigue and creep-fatigue conditions

    Zhang X, Gong JG, Xuan FZ. A deep learning-based life prediction method for components under creep, fatigue and creep-fatigue conditions. International Journal of Fatigue. (2021)

  45. [53]

    Machine learning assisted interpretation of creep and fatigue life in titanium alloys

    Swetlana S, Rout A, Singh AK. Machine learning assisted interpretation of creep and fatigue life in titanium alloys. APL Machine Learning. (2023)

  46. [54]

    Mits.nims.go.jp (Accessed March 16, 2024)

    NIMS Materials Database (MatNavi) – DICE, National Institute for Materials Science. Mits.nims.go.jp (Accessed March 16, 2024)

  47. [55]

    Uncertainty quantification for Bayesian active learning in rupture life prediction of ferritic steels

    Mamun O, Taufique MF, Wenzlick M, Hawk J, Devanathan R. Uncertainty quantification for Bayesian active learning in rupture life prediction of ferritic steels. Scientific Reports. (2022); 12(1):2083

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.