Open Access
ARTICLE
Machine Learning for Compressive Strength Prediction of 3D-Printed Concrete: Feature Engineering, Statistically Validated Model Selection, and Applicability Boundaries
1 School of Computer Applications, Guilin University of Technology, Guilin, China
2 Guangxi Key Laboratory of Machine Vision and Intelligent Control, Wuzhou University, Wuzhou, China
3 Centrale Méditerranée, Technopôle de Château-Gombert, 38 rue Frédéric Joliot-Curie, Marseille, France
* Corresponding Author: Jianbo Huang. Email:
(This article belongs to the Special Issue: Frontiers in Computational Modeling and Simulation of Concrete)
Computer Modeling in Engineering & Sciences 2026, 148(2), 12 https://doi.org/10.32604/cmes.2026.085729
Received 16 May 2026; Accepted 21 July 2026; Issue published 28 August 2026
Abstract
Extrusion-based 3D-printed concrete (3DPC) imposes a dual constraint on mix design: fresh-state printability and hardened compressive strength must both be maintained within a narrow water-to-binder window, making data-driven prediction tools essential for reducing experimental iteration. This study evaluates 20 regression algorithms on 254 experimental records spanning plain printable mortars to high-fibre reinforced composites (CS: 11.1–189.0 MPa). Four physically motivated composite variables encoding cement blend potency, cumulative supplementary cementitious material (SCM) substitution, fibre volumetric stiffness, and water-to-sand ratio are constructed; Boruta-based selection retains 11 of 17 candidate features. CatBoost achieves the highest 30-run mean performance (; single-run metrics on the seed-42 partition: RMSE = 8.82 MPa, MAPE = 9.68%) under frequentist Bonferroni correction () and Bayesian Savage-Dickey comparison; XGBoost is the only alternative not statistically separated from CatBoost after correction (; indicates only moderate evidence for a small advantage). Multi-method interpretability analysis identifies the water-to-binder ratio as the dominant predictor with an ALE effect range of 57.57 MPa; local interpretable model-agnostic explanations reveal a sign reversal of this effect across the strength spectrum, capturing the printability–strength coupling specific to layer-by-layer deposition. For practical mix design, W/B consistently projects CS above 80 MPa within the compiled dataset; the 95% prediction interval half-width of 12 MPa is recommended as a design safety margin. Trained model is well-calibrated for OPC/SAC-based 3DPC within the compiled W/B window (0.15–0.65), achieving MAPE %. Cross-system transfer to 262 ECC/SHCC specimens yields a 12.0 MPa systematic overestimation attributable to material-system differences rather than model overfitting, delineating the applicability boundary for deployment. A graphical user interface implementing the optimized model is released to support mix design without programming expertise. Source codes are publicly available at https://github.com/lucassivan/ML-3DPC.Keywords
Extrusion-based additive manufacturing of concrete, commonly referred to as three-dimensional printed concrete (3DPC), has attracted sustained research interest over the past decade owing to its capacity to fabricate structurally complex elements without formwork, reduce construction waste by up to 60%, and substantially cut labor costs relative to conventional cast-in-place methods [1–4]. Large-scale deployments now encompass residential buildings exceeding 1000 m2, long-span pedestrian and vehicular bridges, bespoke architectural installations, and load-bearing wall structures with systematically characterized compressive and shear capacity [4–6], collectively demonstrating that 3DPC has progressed from laboratory curiosity to field-deployable technology [6,7]. Compressive strength (CS) governs the structural load-bearing capacity of printed elements and is accordingly the primary design target in mix development. However, achieving reliable CS in 3DPC is complicated by a printability constraint absent in conventional concrete: the fresh mixture must simultaneously sustain continuous extrusion under pump pressure and retain sufficient green strength to support each successive deposited layer without deformation [2,8]. This dual requirement compresses the workable water-to-binder (W/B) range to a narrow band, within which small compositional perturbations produce disproportionate consequences for both extrudability and hardened strength [9,10].
The mix design space for 3DPC is substantially more complex than that of ordinary structural concrete. Beyond the standard W/B ratio and aggregate proportions, printable cementitious composites routinely incorporate sulfoaluminate cement or blended ordinary Portland cement (OPC) for early-strength control, supplementary cementitious materials (SCMs) including fly ash, ground granulated blast-furnace slag (GGBS), and silica fume to manage rheology and pozzolanic reactivity, water-reducing admixtures (WRA) to extend the printability window, and short-cut fibres spanning wide modulus and aspect-ratio ranges to mitigate the anisotropic brittleness of layer-by-layer deposition [2,7]. These constituents interact through mechanisms that govern printability and hardened performance simultaneously: pozzolanic substitution refines long-term pore structure and alters thixotropic recovery; fibre incorporation modifies fresh-state yield stress and hardened crack-bridging capacity; W/B is bounded below by extrudability limits and above by buildability requirements [9,10]. Navigating this multi-variable space through trial-and-error experimentation is time-intensive and resource-costly, motivating data-driven prediction tools [11,12].
Gradient boosting algorithms have emerged as the leading family for 3DPC CS prediction across independent benchmarks, consistently outperforming linear and instance-based alternatives [13–15]. Li et al. [14] assembled 254 CS records spanning plain mortars to fibre-reinforced composites and benchmarked four algorithms, finding CatBoost superior at
Five methodological gaps collectively limit the reliability and transferability of published 3DPC CS models. First, algorithm comparisons have evaluated no more than eight models under identical conditions, leaving the optimal predictor family unresolved [13–15]. Second, domain-informed feature engineering has not been attempted; composite variables capturing cement blend potency, cumulative SCM substitution, fibre volumetric stiffness, and water-to-sand ratio remain untested [14]. Third, all published metrics derive from a single random partition; with dataset sizes typically below 300, this yields split-sensitive estimates, and neither repeated frequentist testing nor Bayesian model comparison has been applied [13–16,32]. Fourth, prediction uncertainty has not been characterized with multiple complementary methods on the same CS model [24]. Fifth, cross-system external validation has not been performed, leaving generalization boundaries unknown [13–15]. Table 1 positions the present study against representative prior work across these five dimensions.

This study addresses these gaps through an ML framework for 3DPC CS prediction trained on 254 experimental records compiled from 24 peer-reviewed sources [14], spanning plain printable mortars to high-fibre reinforced composites (CS: 11.1–189.0 MPa). Six contributions are made. (1) Twenty regression algorithms spanning seven algorithmic families are benchmarked under identical preprocessing and validation conditions to determine the optimal predictor for 3DPC CS. (2) Four physically motivated composite features are constructed, encoding cement blend potency, cumulative SCM substitution, fibre volumetric stiffness, and water-to-sand ratio. (3) Thirty independent repeated experiments with frequentist paired testing under Bonferroni correction and Bayesian inference via the Savage-Dickey Bayes factor provide statistically defensible model rankings with effect sizes. (4) Four interpretability methods, SHAP, ALE, permutation importance, and LIME, jointly characterize global feature hierarchy and local prediction behavior. (5) Four uncertainty quantification methods, Monte Carlo simulation, bootstrap resampling, residual-based prediction intervals, and Bayesian credible intervals, decompose epistemic and aleatoric prediction error. (6) Cross-system external validation on an independent fibre-reinforced cementitious dataset establishes the applicability boundary of the trained model. A graphical user interface implementing the calibrated CatBoost model supports practical mix design application without programming expertise. Fig. 1 summarizes the overall architecture of the proposed framework, from dataset compilation and composite feature engineering through Boruta selection, benchmarking of 20 regression models with statistically validated selection of CatBoost, to the trustworthy analysis and application layer comprising interpretability, uncertainty quantification, external validation, and the mix design interface.

Figure 1: Architecture of the proposed ML framework for 3DPC CS prediction.
The dataset contains 254 compressive strength records for 3D-printed concrete (3DPC), compiled from [14]. All specimens were tested perpendicular to the printing-layer direction at a standard 28-day curing age; because the curing period is uniform across the entire dataset, curing age is not retained as a predictor variable. The target variable CS spans 11.1–189.0 MPa (mean 64.1 MPa, SD 31.6 MPa), with the majority of observations concentrated below 80 MPa, reflecting the relatively moderate strength levels of printable paste formulations compared with cast ultra-high-performance concrete (UHPC). The compiled dataset and its full source attribution are publicly available at https://github.com/lucassivan/ML-3DPC. The two verifiable inclusion criteria applied during compilation are: (1) all retained records report CS measured with the loading axis perpendicular to the printed-layer interface, ensuring loading-direction homogeneity; (2) a uniform 28-day curing age applies across all source studies. The 24 contributing studies span multiple international testing standards and specimen geometries; cross-study variability in these procedural factors represents an uncontrolled source of measurement uncertainty absorbed into the model residuals and partially reflected in the 95% prediction interval half-width of 12 MPa.
Table 2 summarizes the variables employed in this study.

Thirteen input variables are organized into four groups. Binder composition is characterized by strength-grade and binder-fraction pairs for ordinary Portland cement (OPC) and sulfoaluminate cement (SAC): f(OPC) and n(OPC) encode the grade (MPa) and the fraction of total binder mass contributed by OPC, with the corresponding quantities f(SAC) and n(SAC) for SAC. Supplementary cementitious materials are represented by the binder fractions of fly ash n(FA), ground granulated blast-furnace slag n(GGBS), and silica fume n(SF). Mix proportions are captured by the water-to-binder ratio n(W/B), the binder-to-sand ratio n(B/S), and the water-reducing admixture dosage n(WRA) expressed as a percentage of binder mass. Fiber reinforcement is described by three continuous parameters: fiber elastic modulus n(Fb-E), fiber length n(Fb-L), and fiber volume fraction n(Fb), which encode fiber type implicitly through physical properties rather than through categorical dummies.
Several variables exhibit pronounced sparsity. SAC-related fields are non-zero in only 19.3% of records, consistent with the limited adoption of sulfoaluminate cement in 3DPC practice. GGBS (34.6% non-zero) and FA (46.5% non-zero) appear in fewer than half of the mixes, while all three fiber descriptors are non-zero in approximately 40% of records, reflecting the substantial proportion of fiber-free formulations. Particle size distribution (PSD) data for the constituent materials and detailed fine aggregate characterisation were not systematically reported across the 24 source studies and are therefore absent from the compiled dataset. Fine aggregate in extrusion-based 3DPC is intrinsically constrained to a narrow grading range (maximum aggregate size typically below 2 mm) by nozzle geometry requirements, limiting between-study variability attributable to aggregate characteristics; the binder-to-sand ratio n(B/S) implicitly encodes the aggregate dilution effect, and PSD-related variability in binder water demand is partially absorbed by n(W/B). Residual variability in aggregate properties across source studies represents an uncontrolled source of prediction error that contributes to the model’s prediction interval width.
The full CS range (11.1–189.0 MPa) is modelled as a single population because the governing mechanisms (capillary porosity controlled by W/B, pozzolanic refinement from SCMs, and crack-arresting from fibres) apply continuously across it, and the multi-method interpretability analysis (Section 4.5) reveals no contradictory attribution patterns across strength regimes. Stratification into narrow strength bands is not feasible at the current dataset scale: the high-performance tier (CS
Fig. 2 presents the Pearson correlation matrix for all 13 input features and CS. The water-to-binder ratio n(W/B) is the sole dominant linear predictor, registering

Figure 2: Pearson correlation matrix for all 13 input features and CS.
Fig. 3 characterizes CS distribution and mix composition across binder systems and fiber types. OPC-GGBS blends achieve the highest mean CS (85.8 MPa,

Figure 3: Dataset composition and CS distribution.
Fig. 4 examines feature-CS relationships through three complementary visualizations. (a) n(W/B) leads all predictors at

Figure 4: Feature-CS relationship analysis.
These patterns establish that CS prediction across the compiled dataset requires capturing non-linear interactions that linear correlation cannot fully represent. The isolation of n(W/B) as the dominant predictor, the near-perfect anti-correlation between f(OPC) and n(SAC), and the non-informative linear associations of n(B/S) and n(OPC) motivate the composite feature engineering and Boruta-based selection applied in Section 3.
This section describes the six-stage modelling framework: composite feature engineering, Boruta-based feature selection, regression model benchmarking, training and evaluation protocol, repeated-experiment statistical comparison, and prediction uncertainty quantification.
Four composite variables were defined to encode interaction effects among cement type, pozzolanic substitution, fiber phase, and mix proportions that raw features represent only in isolation (Table 3).

Effective_Cement_Grade collapses cement proportion and grade into a single index of net strength potential, recovering information lost when the two variables are modelled independently. SCM_Total aggregates all pozzolanic substitutions to capture their cumulative influence on hydration kinetics and pore structure. Fiber_Stiffness approximates the volumetric stiffness contribution of the fiber phase following classical composite mechanics. Water_Sand_Ratio derives the water-to-sand ratio algebraically, simultaneously encoding fluidity and aggregate dilution. The feature space expanded from 13 raw inputs to 17 variables after engineering.
3.2 Boruta-Based Feature Selection
Feature relevance was assessed with the Boruta algorithm, a Random Forest-based wrapper that tests all features simultaneously against a null distribution constructed from permuted shadow copies. At each iteration, the algorithm trains a Random Forest on the combined real-and-shadow dataset and compares each feature’s importance against the maximum shadow importance through a Z-score:
where
Boruta was applied once to the training partition; the resulting binary feature mask was fixed for all subsequent analyses. Table 4 summarizes the outcome.

Eleven features entered the final model input. The six rejected variables include both cement grade scalars and fiber/slag descriptors whose information is largely absorbed by the composite engineered features or correlated with retained variables. Notably, n(GGBS) registers a moderate linear correlation with CS (
Twenty regression algorithms spanning seven algorithmic families were evaluated under identical preprocessing and validation conditions; full hyperparameter configurations are given in Table 5. The gradient boosting group comprises CatBoost, XGBoost, LightGBM, GBR, and HistGB. Tree ensemble methods include Random Forest, Extra Trees, Bagging, AdaBoost, and a single Decision Tree as an interpretable baseline. Six linear models (LR, Ridge, Lasso, ElasticNet, BayesianRidge, and SGD) establish the performance floor under linearity assumptions. K-Nearest Neighbors (KNN) and Support Vector Regression (SVR) represent instance-based and kernel-based learning, respectively. A two-hidden-layer Multilayer Perceptron (MLP) covers neural network-based regression, and a StackingRegressor combining RF, XGBoost, and CatBoost with a Ridge meta-learner completes the benchmark. The twenty algorithms span a complexity spectrum from inherently interpretable linear estimators to high-capacity ensemble methods, enabling simultaneous assessment of the CS dataset’s capacity to support non-linear learning.

3.4 Training and Evaluation Protocol
All models were trained on the 203-sample training partition and evaluated on the fixed 51-sample test set; the 80/20 ratio was selected to maximize training coverage at
Each fold
3.5 Repeated Experiments and Statistical Comparison
A single 80/20 split yields performance estimates sensitive to the particular random partition, a concern amplified for datasets of fewer than 300 samples. To obtain distributional performance estimates and support rigorous model comparison, 30 independent experiments were conducted. Each run drew a new random 80/20 split while keeping the Boruta-selected feature mask fixed.
For each pairwise comparison, the 30-run
where
Bayesian model comparison used the Savage-Dickey density ratio to compute the Bayes factor
The Bayes factor follows from the Savage-Dickey ratio:
Evidence is interpreted on the conventional scale:
3.6 Uncertainty Quantification
Four methods are applied to the held-out test set to quantify prediction uncertainty of the best-performing model. Let
Monte Carlo simulation retrains the model on 1000 bootstrap-resampled training sets and evaluates on the fixed test set, yielding a distribution of predictions from which the mean, standard deviation, and a per-sample 2.5th–97.5th percentile bootstrap interval of the predicted response are computed. Because this interval quantifies the sampling variability of the model prediction (the estimated conditional mean at each test point) induced by finite training data rather than the scatter of individual observations, it is an epistemic confidence-type interval, distinct from the prediction intervals defined below. Bootstrap resampling applies the same resample-refit-predict procedure and yields a mean prediction and 95% percentile interval that closely reproduce the Monte Carlo estimate, providing an independent check on this epistemic uncertainty. Prediction intervals are constructed from training residuals using a
4.1 Experimental Configuration and Setup
Random seeds were fixed throughout to ensure reproducibility. The complete pipeline covered data loading and cleaning, StandardScaler normalization (fit on training partition only), Boruta feature selection, model training, and performance evaluation. For the repeated-experiment framework, 30 independent 80/20 splits were generated and all 20 models were retrained and evaluated on each partition, with the Boruta feature mask held constant. The 5-fold cross-validation was conducted independently within each of the 30 runs.
Model performance was quantified using twelve metrics computed on the held-out test set (
4.3 Model Performance Comparison and Analysis
Table 6 reports the evaluation for all 20 models on the fixed seed-42 partition, sorted by test

CatBoost is the recommended algorithm for 3DPC CS prediction: it achieves the highest 30-run mean


Figure 5: Bayesian statistical comparison of CatBoost against 19 baseline models.
Frequentist testing finds 18 of 19 comparisons Bonferroni-significant; XGBoost is the sole exception and is not statistically separated from CatBoost. Bayesian analysis reveals a
Four complementary methods quantify prediction uncertainty of the optimized CatBoost model on the held-out test set (


Figure 6: Uncertainty quantification of the CatBoost model.
The Monte Carlo analysis yields an overall uncertainty of 6.71%, indicating low parametric sensitivity to training-set composition given the small sample size and wide CS range (11.1–189.0 MPa). Bootstrap resampling independently confirms this, with a mean interval width of 16.12 MPa nearly identical to the Monte Carlo estimate (16.37 MPa). The residual-based prediction interval achieves 86.3% empirical coverage against the 95% nominal level; this shortfall is consistent with training residuals underestimating test-set error under mild overfitting (Gen_gap = 0.099). Stratifying the test set by strength range shows that coverage is lowest in the 80–120 MPa band (72.7%, 8 of 11 specimens), where prediction residuals are largest; the above-120 MPa stratum contains only 3 test specimens, too few for a reliable coverage estimate at the highest-strength extreme. The shortfall is attributable to the uniform-margin construction of the residual-based PI: a single global residual SD is applied regardless of predicted strength, so strata with systematically larger residuals are penalised disproportionately. The Bayesian credible interval yields an almost identical width (23.86 vs. 23.91 MPa), confirming convergence of both residual-based methods. The approximately 1.5-fold width difference between the resampling methods (
4.5 Model Interpretability Analysis
Four complementary methods—SHAP, ALE, permutation importance, and LIME—were applied to the optimized CatBoost model to attribute predictions to input variables and verify physical consistency.
SHAP analysis (Fig. 7). n(W/B) is the most influential predictor globally, with a mean |SHAP|of 11.73 MPa and a dispersion spanning

Figure 7: SHAP explainability analysis of the CatBoost model.
ALE analysis (Fig. 8). The ALE importance index confirms n(W/B) as the dominant variable (57.57 MPa), with an effect range of

Figure 8: ALE analysis for all 11 Boruta-selected features, ranked by ALE importance.
Permutation importance (Fig. 9). Across all four scoring metrics, n(W/B) retains unambiguous primacy: its permutation reduces test

Figure 9: Permutation importance under four scoring metrics.
LIME analysis (Fig. 10). Local explanations across four prediction quartiles reveal how the dominant driver shifts with predicted strength. At low predictions (

Figure 10: LIME local explanations.
The Spearman correlation between SHAP- and permutation-based rankings is
The four interpretability analyses converge on three actionable design levers for 3DPC CS. First, n(W/B) is the primary control variable: the ALE profile spans 57.57 MPa across the printable window, with W/B
4.6 Cross-System Transfer Evaluation
The trained model is calibrated for OPC- and SAC-based 3DPC within the compiled compositional bounds (W/B: 0.15–0.65, B/S: 0.1–4.5); application outside this material system requires recalibration on representative target-system data. To assess this boundary quantitatively, an independent engineered cementitious composite (ECC)/strain-hardening cementitious composite (SHCC) dataset [35] comprising 262 specimens was used for blind external testing. ECC/SHCC was selected because it shares three features with 3DPC, no coarse aggregate, the same OPC-FA-GGBS-SF binder platform, and short-fiber reinforcement, making it the closest available cross-system validation target. The external CS range is 4.0–120.0 MPa (mean 43.6 MPa, SD 20.3 MPa).
Table 9 summarizes the feature availability and mapping between the two datasets.

Three evaluation strategies are examined (Table 10). Strategy A applies only unit conversion to all 262 samples. Strategy B additionally caps out-of-distribution fiber inputs at training maxima (n(Fb-E) at 200 GPa, n(Fb) at 4.0%) to prevent extrapolation from ECC-specific carbon fibers (up to 684 GPa) and higher fiber loadings (up to 7.5%). Strategy C restricts evaluation to the 202 samples within the training feature bounds. Together, Strategies A through C constitute a progressive domain-adaptation analysis: each step applies an additional layer of input-space recalibration, enabling the contribution of feature-space mismatch to be separated from that of target-variable distribution shift.

The progressive improvement from Strategy A (

Figure 11: External validation analysis on the ECC/SHCC dataset.

Figure 12: Bland-Altman agreement plot for the ECC/SHCC external validation.
To demonstrate a practical recalibration workflow, the 262 ECC/SHCC specimens were partitioned into a calibration set and an independent held-out test set at four size ratios (10%, 20%, 30%, 40%); 20 independent random splits were evaluated at each ratio to avoid dependence on a single partition. Two correction methods were applied to the uncalibrated Strategy B predictions: bias correction, which subtracts the mean residual estimated from the calibration set; and linear recalibration, which fits an ordinary least-squares intercept and slope to the calibration set and applies the resulting correction to the test set. Both methods use only calibration set observations and make no use of the test set during parameter estimation.
Table 11 reports the results. Bias correction reduces the systematic overestimation from

The explained variance nonetheless remains low across all conditions (
A standalone graphical user interface (GUI) was implemented to make the calibrated CatBoost model accessible to mix designers without programming expertise. The interface accepts 13 mix design parameters organized into four color-coded panels covering binder composition, supplementary cementitious materials, mix proportions, and fiber reinforcement (Fig. 13). Boruta-selected predictors are marked with a star symbol, communicating directly which inputs carry the greatest predictive weight. The 30-run mean

Figure 13: Graphical user interface for 3DPC compressive strength prediction.
The typical workflow is: (1) enter the target mix proportions within the labelled input ranges; (2) read the predicted CS from the color-coded output panel (green: CS
A machine learning framework for 3D-printed concrete compressive strength prediction was developed and benchmarked across 20 algorithms on 254 experimental records. Five principal conclusions emerge.
(1) CatBoost is the recommended algorithm for 3DPC CS prediction: 30-run mean
(2) Composite features contribute signal beyond raw inputs. Fiber_Stiffness ranks third in ALE importance (24.81 MPa): although its constituent n(Fb) was individually confirmed by Boruta, the composite additionally encodes the fiber elastic modulus n(Fb-E)—rejected by Boruta on its own—capturing a volumetric-stiffness interaction that neither raw variable represents in isolation. Fiber type and volume fraction should therefore be specified jointly rather than independently in 3DPC mix design.
(3) n(W/B) governs CS with a non-monotonic ALE profile spanning 57.57 MPa across the printable window. For mix design, W/B
(4) Prediction uncertainty is well-characterized across four quantification methods; the 95% prediction interval half-width of 12 MPa is recommended as a minimum safety margin when using model predictions as the nominal CS target in structural design.
(5) The model is well-calibrated for OPC- and SAC-based 3DPC within W/B 0.15–0.65, where MAPE
Process parameters (nozzle geometry, printing speed, layer height, interlayer time, and extrusion rate) are absent from the predictor set because they are inconsistently reported across the 24 source studies constituting the compiled dataset; this is a data-availability constraint rather than a modelling choice. Variability in CS attributable to cross-study printing procedure differences is consequently pooled into the model residuals rather than captured by dedicated features, making the model composition-conditional rather than process-aware. Prospective work should integrate printing process parameters (layer height, extrusion rate, interlayer delay), expand training coverage above 150 MPa where current data are sparse, and apply multi-objective optimization to jointly maximize CS, printability, and carbon efficiency.
Acknowledgement: Not applicable.
Funding Statement: The authors received no specific funding for this study.
Author Contributions: The authors confirm contribution to the paper as follows: conceptualization, Jia Chen and Jianbo Huang; methodology, Jia Chen; software, Zhicheng Liao; validation, Jia Chen and Mengdi Hou; formal analysis, Mengdi Hou; investigation, Jia Chen and Zhicheng Liao; resources, Jianbo Huang; data curation, Mengdi Hou; writing—original draft preparation, Jia Chen; writing—review and editing, Jia Chen, Zhicheng Liao, Mengdi Hou and Jianbo Huang; visualization, Zhicheng Liao; funding acquisition, Jianbo Huang; supervision, Jianbo Huang; project administration, Jianbo Huang. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The data and source codes that support the findings of this study are openly available on GitHub at https://github.com/lucassivan/ML-3DPC.
Ethics Approval: Not applicable.
Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Hassan A, Alomayri T, Noaman MF, Zhang C. 3D printed concrete for sustainable construction: a review of mechanical properties and environmental impact. Arch Computat Methods Eng. 2025;32(5):2713–43. doi:10.1007/s11831-024-10220-5. [Google Scholar] [CrossRef]
2. Girskas G, Kligys M. 3D concrete printing review: equipment, materials, mix design, and properties. Buildings. 2025;15(12):2049. doi:10.3390/buildings15122049. [Google Scholar] [CrossRef]
3. Garcés G, García-Alvarado R, Bunster V, Muñoz-Sanguinetti C. Additive construction 4.0: a systematic review of 3D concrete printing for construction 4.0. Eng Constr Archit Manag. 2025;33(8):6539–68. doi:10.1108/ECAM-07-2024-0875. [Google Scholar] [CrossRef]
4. Zhang Y, Zhu X, Li M, Zhang C, Zhang Y, Du X, et al. 3D printing technology in concrete construction. Nat Rev Clean Technol. 2025;1(4):288–303. doi:10.1038/s44359-025-00047-z. [Google Scholar] [CrossRef]
5. Liu H, Wang Y, Zhu C, Wu Y, Liu C, He C, et al. Design of 3D printed concrete masonry for wall structures: mechanical behavior and strength calculation methods under various loads. Eng Struct. 2025;325(S1):119374. doi:10.1016/j.engstruct.2024.119374. [Google Scholar] [CrossRef]
6. Iqbal I, Kasim T, Besklubova S, Inqiad WB, Nowakowski DJ, Rahman M. Exploring knowledge domains and future research directions in 3D printed concrete: a bibliometric and systematic review. Innov Infrastruct Solut. 2026;11(1):35. doi:10.1007/s41062-025-02396-x. [Google Scholar] [CrossRef]
7. Nan B, Qiao Y, Leng J, Bai Y. Advancing structural reinforcement in 3D-printed concrete: current methods, challenges, and innovations. Materials. 2025;18(2):252. doi:10.3390/ma18020252. [Google Scholar] [PubMed] [CrossRef]
8. Sapata A, Šinka M, Šahmenko G, Korat Bensa L, Hanžič L, Šter K, et al. Establishing benchmark properties for 3D-printed concrete: a study of printability, strength, and durability. J Compos Sci. 2025;9(2):74. doi:10.3390/jcs9020074. [Google Scholar] [CrossRef]
9. Gu Y, Zheng S, Ma H, Long WJ, Khayat KH. Effect of absorption kinetics of superabsorbent polymers on printability and interlayer bond of 3D printing concrete. Cem Concr Compos. 2024;151(3):105609. doi:10.1016/j.cemconcomp.2024.105609. [Google Scholar] [CrossRef]
10. Gao H, Jin L, Chen Y, Chen Q, Liu X, Yu Q. Rheological behavior of 3D printed concrete: influential factors and printability prediction scheme. J Build Eng. 2024;91:109626. doi:10.1016/j.jobe.2024.109626. [Google Scholar] [CrossRef]
11. Zhu R, Egbe KJI, Salehi H, Shi Z, Jiao P. Eco-friendly 3D printed concrete with fine aggregate replacements: fabrication, characterization and machine learning prediction. Constr Build Mater. 2024;413(22):134905. doi:10.1016/j.conbuildmat.2024.134905. [Google Scholar] [CrossRef]
12. Malik UJ, Riaz RD, Rehman SU, Usman M, Riaz RE, Hamza R. Advancing mix design prediction in 3D printed concrete: predicting anisotropic compressive strength and slump flow. Case Stud Constr Mater. 2024;21:e03510. doi:10.1016/j.cscm.2024.e03510. [Google Scholar] [CrossRef]
13. Alyami M, Khan M, Fawad M, Nawaz R, Hammad AWA, Najeh T, et al. Predictive modeling for compressive strength of 3D printed fiber-reinforced concrete using machine learning algorithms. Case Stud Constr Mater. 2024;20(9):e02728. doi:10.1016/j.cscm.2023.e02728. [Google Scholar] [CrossRef]
14. Li J, Wu L, Huang Z, Xu Y, Liu K. Machine learning-driven prediction of mechanical properties for 3D printed concrete. Comput Concr. 2025;35(3):263–79. doi:10.12989/CAC.2025.35.3.263. [Google Scholar] [CrossRef]
15. Uddin MN, Ye J, Deng B, Li L, Yu K. Interpretable machine learning for predicting the strength of 3D printed fiber-reinforced concrete (3DP-FRC). J Build Eng. 2023;72(24):106648. doi:10.1016/j.jobe.2023.106648. [Google Scholar] [CrossRef]
16. Zhang Y, Cui S, Yang B, Wang X, Liu T. Research on 3D printing concrete mechanical properties prediction model based on machine learning. Case Stud Constr Mater. 2025;22(21):e04254. doi:10.1016/j.cscm.2025.e04254. [Google Scholar] [CrossRef]
17. Iqbal I, Kasim T, Besklubova S, Mustafa A, Rahman M, Alabduljabbar H, et al. Passive determination of anisotropic compressive strength of 3D printed concrete using multiple neural networks enhanced with explainable machine learning (XML). Sci Rep. 2025;15(1):43885. doi:10.1038/s41598-025-11068-w. [Google Scholar] [PubMed] [CrossRef]
18. Khodadadi N, Roghani H, De Caso F, El-kenawy EM, Yesha Y, Nanni A. Machine learning approach for the flexural strength of 3D-printed fiber-reinforced concrete based on the meta-heuristic algorithm. Struct Concr. 2025;26(4):4103–42. doi:10.1002/suco.70195. [Google Scholar] [CrossRef]
19. Katlav M, Turk K. Explainable hybrid machine learning approach for mechanical performance of 3D-printed strain-hardening cementitious composites (3DP-SHCC). J Sustain Cem Based Mater. 2026;2026(7):1–31. doi:10.1080/21650373.2026.2646341. [Google Scholar] [CrossRef]
20. Liu S, Liu T, Alqurashi M, Abdou Elabbasy AA, Alanazi N, Shakor P. Advancing 3D-printed fiber-reinforced concrete for sustainable construction: a comparative optimization based study of hybrid machine intelligence models for predicting mechanical strength and CO2 emissions. Case Stud Constr Mater. 2025;23(12):e05259. doi:10.1016/j.cscm.2025.e05259. [Google Scholar] [CrossRef]
21. Izadgoshasb H, Kandiri A, Shakor P, Laghi V, Gasparini G. Predicting compressive strength of 3D printed mortar in structural members using machine learning. Appl Sci. 2021;11(22):10826. doi:10.3390/app112210826. [Google Scholar] [CrossRef]
22. Mütevelli Özkan İG, Aldemir A. Machine-learning networks to predict the ultimate axial load and displacement capacity of 3D printed concrete walls with different section geometries. Structures. 2024;66:106879. doi:10.1016/j.istruc.2024.106879. [Google Scholar] [CrossRef]
23. Abid KA, Syed SA, Khan M. Explainable machine learning-based model for predicting interlayer bond strength in 3D printed concrete. Multiscale Multidiscip Model Exp Des. 2025;8(9):415. doi:10.1007/s41939-025-00997-8. [Google Scholar] [CrossRef]
24. Ma XR, Wang XL, Chen SZ. Trustworthy machine learning-enhanced 3D concrete printing: predicting bond strength and designing reinforcement embedment length. Autom Constr. 2024;168(5):105754. doi:10.1016/j.autcon.2024.105754. [Google Scholar] [CrossRef]
25. Syed SA, Abid KA, Khan M. An interpretable machine learning approach for predicting reinforcement bond performance in 3D concrete printing. Multiscale Multidiscip Model Exp Des. 2025;8(10):435. doi:10.1007/s41939-025-01028-2. [Google Scholar] [CrossRef]
26. Wang X, Banthia N, Yoo DY. Reinforcement bond performance in 3D concrete printing: explainable ensemble learning augmented by deep generative adversarial networks. Autom Constr. 2024;158:105164. doi:10.1016/j.autcon.2023.105164. [Google Scholar] [CrossRef]
27. Hematibahar M, Kharun M, Fediuk R, Vatin NI, Porvadov MG, Sabitov LS. Predicting the flexural strength of 3D-printed geopolymer reinforced concrete using machine learning techniques. Mag Civ Eng. 2025;53(4):22–34. doi:10.18149/MPM.5342025_2. [Google Scholar] [CrossRef]
28. Ali A, Riaz RD, Malik UJ, Abbas SB, Usman M, Shah MU, et al. Machine learning-based predictive model for tensile and flexural strength of 3D-printed concrete. Materials. 2023;16(11):4149. doi:10.3390/ma16114149. [Google Scholar] [PubMed] [CrossRef]
29. Iqbal I, Bin Inqiad W, Kasim T, Besklubova S, Adil MM, Rahman M. Strength characterisation of fly ash blended 3D printed concrete enhanced with explainable machine learning. Case Stud Constr Mater. 2026;24(2):e05682. doi:10.1016/j.cscm.2025.e05682. [Google Scholar] [CrossRef]
30. Asif U. Comparative analysis of evolutionary computational methods for predicting mechanical properties of fiber-reinforced 3D printed concrete. Innov Infrastruct Solut. 2025;10(6):259. doi:10.1007/s41062-025-02057-z. [Google Scholar] [CrossRef]
31. Uddin MN, Ye J, Haque MA, Yu K, Li L. A novel compressive strength estimation approach for 3D printed fiber-reinforced concrete: integrating machine learning and gene expression programming. Multiscale Multidiscip Model Exp Des. 2024;7(5):4889–910. doi:10.1007/s41939-024-00439-x. [Google Scholar] [CrossRef]
32. Arif M, Jan F, Rezzoug A, Afridi MA, Luqman M, Khan WA, et al. Data-driven models for predicting compressive strength of 3D-printed fiber-reinforced concrete using interpretable machine learning algorithms. Case Stud Constr Mater. 2024;21(4):e03935. doi:10.1016/j.cscm.2024.e03935. [Google Scholar] [CrossRef]
33. Albostami AS, Mohammad M, Ismael BH, Al-Hamd RKS. Optimized strength predictions for 3D printed fiber-reinforced concrete: machine learning-driven insights. Structures. 2025;82:110400. doi:10.1016/j.istruc.2025.110400. [Google Scholar] [CrossRef]
34. Abbas YM, Alsaif A. Explainable data-driven modeling for optimized mix design of 3D-printed concrete: interpreting nonlinear synergies among binder components and proportions. Comput Model Eng Sci. 2025;145(2):1789–819. doi:10.32604/cmes.2025.073088. [Google Scholar] [CrossRef]
35. Altayeb M. Engineered cementitious composites dataset/strain hardening cementitious composites data for FDNN ensemble predictive model [Internet]. Mendeley; 2021 [cited 2026 Apr 28]. Available from: https://data.mendeley.com/datasets/584ydjx3xm/1. [Google Scholar]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools