Institute for Advanced Materials Research Press Institute for Advanced Materials Research Press

Multi-Model and Hybrid AI Systems in Materials Research — Architectures and Trade-Offs

Review | Open access | Published: 18 July 2023
Volume 2, article number 27, (2023) Cite this article
You have full access to this open access article.
Download PDF
, ,
  1. Department of Materials Science and Data Engineering, Faculty of Engineering, Vietnam National University, Hanoi, Vietnam
  2. Department of Artificial Intelligence Systems, Faculty of Engineering, Can Tho University, Can Tho, Vietnam
117 Accesses

Abstract

The integration of multi-model and hybrid artificial intelligence (AI) systems has revolutionized materials research by enabling the efficient analysis of complex datasets, the prediction of material properties, and the optimization of design processes. This narrative review examines the architectures of these systems, including ensemble methods, multimodal data fusion, and physics-informed neural networks. It evaluates their applications in areas such as alloy design, nanomaterial synthesis, and battery management. Key trade-offs are discussed, encompassing computational efficiency versus predictive accuracy, data scarcity versus model generalizability, and interpretability versus performance in black-box models. Drawing on recent peer-reviewed literature, the review highlights how these AI approaches accelerate materials discovery while addressing challenges such as uncertainty quantification and scalability. By synthesizing current advancements, this work underscores the potential of hybrid AI to drive sustainable innovation in materials science, with implications for future interdisciplinary research.

Explore related subjects
Discover the latest articles in related subjects:

Introduction

Materials research stands at the crossroads of innovation, where the demand for novel materials with tailored properties—such as enhanced strength, thermal stability, or energy efficiency—drives scientific progress. Traditional methods, relying on empirical experimentation and physics-based simulations, have been instrumental in advancing fields like alloy development, nanotechnology, and energy storage [1, 2]. However, these approaches often suffer from high computational costs, lengthy trial-and-error cycles, and limitations in handling high-dimensional data spaces [3]. The advent of artificial intelligence (AI) has introduced transformative tools to overcome these barriers, particularly through multi-model and hybrid systems that combine diverse algorithms, data modalities, and domain knowledge [4, 5].

Multi-model AI systems refer to frameworks that integrate multiple independent models, such as ensembles or stacking methods, to leverage complementary strengths and mitigate individual weaknesses [6]. Hybrid AI, on the other hand, fuses data-driven machine learning (ML) with physics-based models, creating architectures that embed scientific principles into computational workflows [7, 8]. In materials research, these systems facilitate tasks ranging from property prediction to inverse design, aiming to identify optimal material compositions across vast chemical spaces [9, 10].

The objectives of this review are threefold: first, to delineate the key architectures of multi-model and hybrid AI systems employed in materials research; second, to explore their applications across various subdomains, including structural materials, nanomaterials, and functional devices; and third, to critically analyze the trade-offs involved, such as balancing accuracy with computational resources or interpretability with complexity [11, 12]. By focusing on advancements, this narrative synthesizes insights from diverse studies, highlighting how these AI paradigms accelerate discovery while addressing inherent challenges like data heterogeneity and model robustness [13, 14].

This review is organized thematically, beginning with an overview of multi-model architectures, followed by hybrid systems, specific applications, and a discussion of trade-offs. Through this lens, we aim to provide a comprehensive framework for researchers to navigate the evolving landscape of AI-driven materials science. We aim to provide a comprehensive framework for researchers to navigate the evolving landscape of AI-driven materials science (Table 1).

Table 1. Taxonomy of multi-model and hybrid AI architectures used in materials research

Architecture class

Core integration mechanism

Typical inputs

Representative materials tasks

Strengths

Primary limitations/risk modes

Bagging/Randomized ensembles

Average/vote over diverse bootstrapped learners

Tabular descriptors; graph features

Property prediction; screening

Low variance; stable under noise [15]

Can mask systematic bias; limited extrapolation

Boosting ensembles

Sequential error-correction of weak learners

Tabular descriptors; engineered features

Strength/creep prediction; process optimization

High accuracy in structured data [15]

Higher tuning burden; can overfit in small-data regimes

Stacking/Meta-learning

Meta-learner fuses base model outputs

Mixed: tabular + sequence + graph

Nanofluid property prediction; multi-target regression

Learns optimal combination; calibration gains [2]

Complexity; harder interpretability; leakage risk if poorly cross-validated

CNN–RNN (or CNN–LSTM) fusion

Feature fusion of spatial + temporal encoders

Images + time series; sensor streams

Erosion/oxidation kinetics; battery state estimation

Captures coupled spatiotemporal dynamics [3, 16-25]

Data-hungry; synchronization drift; latent shortcut learning

Multi-fidelity GPR fusion

Correlated probabilistic fusion across fidelity tiers

Low-fid + high-fid simulation/experiment

Bandgaps; elastic constants; defect energies

Sample efficiency; uncertainty-aware [21]

Often assumes linear/stationary correlation; nonlinear mismatch risk [21]

Deep multi-fidelity extensions

Neural mapping between fidelities + uncertainty head

Mixed fidelity + embeddings

Nonlinear fidelity coupling

Handles nonlinear discrepancies

Compute heavy; stability/identifiability challenges

Multimodal representation fusion

Joint embeddings across modalities (early/late fusion)

Images; spectra; text; graphs

Characterization; inverse design

Cross-domain alignment; richer representations [17]

Missing-modality fragility; dataset shift across modalities

Diffusion + CLIP-style conditioning

Text/image-conditioned generative priors

Text prompts + structure/image

Photonics/metamaterials inverse design

Fast exploration of design manifolds [17]

Controllability limits; validation burden; hallucinated designs

PINNs/Physics-informed loss

Physical constraints in the objective function

Sparse labels + PDE constraints

Free energy; transport; mechanics

Better extrapolation; physical plausibility [9]

Training stiffness; slow convergence; constraint misspecification

Hybrid mechanistic + deep learning

Coupled mechanistic model with residual ML

Sensor + model states

Battery SOH; real-time monitoring

Interpretability + adaptivity [20]

Integration complexity; error propagation across modules

ML interatomic potentials (MLIPs)

Learned potential replaces/augments QM

Atomic environments; QM labels

Large-scale atomistic simulation

Near-DFT speed/accuracy balance [8]

Large training demand; transferability failures

Evolutionary–neural hybrids (e.g., ANN–ICA)

Optimization heuristic tunes NN/parameters

Tabular + constraints

Geotechnical stability; design optimization

Global search; handles nonconvexity [14]

Compute-intensive; sensitivity to search settings

Main Text

Multi-model AI architectures have emerged as a foundational paradigm in contemporary materials research, reflecting a shift from monolithic predictive systems toward distributed, cooperative intelligence frameworks. Rather than relying on a single algorithmic perspective, these architectures orchestrate multiple learners—each optimized for distinct representational or statistical competencies—to collectively model complex material phenomena. This aggregation enables improved predictive robustness, mitigates individual model bias, and enhances uncertainty calibration across heterogeneous datasets.

At the core of multi-model design lies the ensemble principle, in which diverse algorithms such as random forests, gradient boosting machines, support vector regressors, and deep neural networks are combined through voting, averaging, or weighted fusion [15]. In materials science contexts characterized by sparse, noisy, or multi-scale data, ensembles reduce variance while preserving nonlinear sensitivity to compositional and structural features. For erosion and corrosion modeling, for example, convolutional neural networks (CNNs) extract spatial degradation morphologies, while recurrent neural networks (RNNs) encode temporal progression dynamics. Their fusion captures coupled spatiotemporal degradation pathways, producing markedly higher predictive fidelity than either architecture independently [16].

Stacking and meta-learning architectures

Among ensemble configurations, stacking architectures are among the most structurally sophisticated approaches. In stacking, outputs from base learners are not merely averaged; instead, they are passed to a secondary meta-learner that learns to combine predictions optimally. This hierarchical learning structure enables error correction across models and adaptive weighting of predictive confidence.

In nanofluid thermophysical property prediction, stacking frameworks integrating multilayer perceptrons (MLPs), gated recurrent units (GRUs), and support vector regressors—mediated by linear or ridge regression meta-learners—have achieved exceptional predictive alignment, with reported R² values exceeding 0.99 [2]. Such performance gains arise from the complementary sensitivities of base learners: feedforward networks capture nonlinear static mappings, recurrent units encode sequential dependencies, and kernel methods preserve local similarity structures.

Beyond performance metrics, stacking introduces epistemic diversification—multiple hypothesis spaces coexist, reducing the risk of interpretive lock-in to a single functional approximation.

Multi-fidelity learning and hierarchical data fusion

Materials datasets frequently span fidelity gradients—from low-cost empirical approximations to high-precision quantum mechanical simulations. Multi-fidelity architectures address this heterogeneity by integrating datasets of varying accuracy into unified predictive frameworks.

Gaussian process regression (GPR) is particularly prominent in this domain, offering probabilistic interpolation across fidelity levels. By modeling correlations between low- and high-fidelity sources, GPR enables cost-efficient prediction of properties such as semiconductor band gaps, elastic constants, and defect formation energies [21]. These frameworks reduce dependence on computationally expensive density functional theory (DFT) calculations while preserving predictive reliability.

However, classical multi-fidelity formulations often assume linear or stationary correlations between fidelity tiers, limiting applicability in strongly nonlinear materials systems. This issue continues to motivate deep multi-fidelity extensions.

Multimodal architectures and cross-representation fusion

Moving beyond numerical tabular data, multimodal AI architectures integrate heterogeneous representational streams—images, spectra, crystallographic graphs, textual synthesis protocols, and simulation outputs. These systems enable cross-domain reasoning and alignment of representations.

In photonic and metamaterial design, diffusion generative models such as Stable Diffusion are coupled with contrastive language–image pre-training (CLIP) embeddings to translate textual or parametric descriptions into structural optical responses [17]. This fusion bridges semantic, visual, and physical domains, dramatically reducing simulation iteration cycles.

Multimodal systems are especially powerful for inverse design tasks, where desired functional outputs (e.g., refractive index distributions, band structures) are mapped backward to structural configurations. Generative diffusion frameworks and variational autoencoders (VAEs) explore vast latent design manifolds, enabling the discovery of non-intuitive metamaterial geometries [16].

Hybrid AI systems: Integrating data-driven and physics-based models

While multi-model systems aggregate statistical learners, hybrid AI architectures integrate fundamentally different epistemic paradigms: data-driven inference and physics-based modeling. These systems embed mechanistic constraints into machine learning pipelines, enhancing interpretability, extrapolative stability, and scientific plausibility [18].

Physics-Informed Neural Networks (PINNs)

Physics-informed neural networks exemplify this synthesis by embedding governing equations—such as Navier–Stokes dynamics, diffusion kinetics, or thermodynamic free energy formulations—directly into neural loss functions. Rather than learning purely from labeled data, PINNs optimize solutions that satisfy both empirical observations and physical laws [9].

In molecular dynamics and phase transformation modeling, PINNs enable free-energy surface estimation under sparse sampling regimes, reducing dependence on exhaustive simulations while preserving thermodynamic consistency.

Hybrid battery intelligence systems

Battery management systems illustrate hybridization at the cyber-physical interface. Equivalent circuit models encode electrochemical behavior through differential equations, while deep neural networks learn degradation nonlinearities and usage-dependent anomalies. Their integration supports high-precision state-of-health estimation, lifecycle forecasting, and adaptive charging optimization [20].

When coupled with digital twin infrastructure, these hybrid systems enable real-time synchronization between physical batteries and their predictive virtual replicas.

Machine Learning Interatomic Potentials (MLIPs)

Machine learning interatomic potentials represent another major hybrid frontier. These models learn atomic interaction potentials from quantum-mechanical datasets, enabling large-scale simulations at near-DFT accuracy at an order-of-magnitude lower computational cost [8].

Frameworks such as electrostatic embedding ML/molecular mechanics engines (e.g., emle-engine) enable hybrid simulations where ML potentials operate within classical force-field environments. Enhanced sampling stability and error reductions approaching 50% have been reported in complex molecular systems [7].

Evolutionary–Neural hybridization

In geotechnical and structural materials research, hybrid evolutionary–neural systems combine artificial neural networks with optimization heuristics such as the imperialist competitive algorithm (ICA). These architectures optimize slope stability predictions across nonlinear, multi-parameter terrains, balancing search efficiency with predictive resolution [14].

Similarly, a CNN–LSTM hybrid model captures high-temperature oxidation kinetics in superalloys, integrating microstructural imagery and temporal oxidation progression [25].

Applications in materials discovery and optimization

The convergence of multi-model and hybrid AI architectures has accelerated discovery pipelines across diverse materials domains.

Alloy and structural materials design

Ensemble frameworks augmented with feature selection algorithms enable targeted optimization of aerospace alloys, predicting yield strength, creep resistance, and oxidation tolerance under extreme environments [13]. By ranking compositional sensitivities, these systems guide experimental prioritization.

Sustainable cementitious and concrete systems

In civil materials engineering, hybrid AI models predict compressive and tensile strengths in recycled, nano-reinforced, and geopolymer concretes. Gaussian noise injection and probabilistic augmentation enhance robustness under compositional variability [3, 4, 26]. Stacking ensembles further optimizes geopolymer mix ratios, supporting sustainable construction initiatives [18].

Energy storage and battery ecosystems

Hybrid AI-driven digital twins integrate CNN-LSTM estimators with cloud-edge infrastructures to monitor lithium-ion battery performance in real time. These systems enable predictive maintenance, adaptive thermal regulation, and lifecycle optimization [20, 27].

Biomaterials and bio-integrated systems

Multimodal AI frameworks fuse genomics, proteomics, and scaffold imaging to design bioactive materials. Protein structure predictors such as AlphaFold inform biomolecular scaffold assembly, accelerating regenerative medicine innovations [1, 24].

Photonics and metamaterials

Diffusion-based multimodal generative systems predict electromagnetic modes and structural responses in photonic crystals, reducing computational simulation burdens and enabling rapid prototyping [17].

Vision-Driven materials characterization

Hybrid machine vision systems integrate hyperspectral imaging with deep learning classifiers to detect compositional heterogeneities in biomedical implants and manufactured materials. These architectures enhance defect-detection sensitivity and non-destructive evaluation capabilities [8, 23].

Challenges in data handling and model integration

Despite their transformative potential, multi-model and hybrid architectures introduce substantial infrastructural and epistemic complexities.

Multi-fidelity data alignment

Integrating heterogeneous fidelity tiers remains methodologically challenging. While Gaussian process correction strategies align low- and high-accuracy datasets, many rely on linear covariance assumptions that fail under nonlinear scaling regimes [21]. Deep kernel learning and hierarchical Bayesian fusion are emerging but computationally intensive alternatives.

Physics–ML integration trade-offs

Embedding physical constraints improves extrapolation but increases model stiffness, training instability, and computational overhead [3]. Hybrid interatomic potentials, for instance, require extensive quantum datasets to avoid overfitting and ensure transferability across chemical spaces [8].

Sensor fusion and experimental coupling

Applications such as tool wear monitoring demonstrate hybrid AI robustness under multi-sensor integration, yet data scarcity, synchronization errors, and calibration drift remain persistent limitations [22].

Human–model co-reasoning

Hybrid experimental AI systems that combine statistical inference with mechanistic simulation enhance reasoning depth but demand domain expertise for validation and interpretation [22]. This creates operational bottlenecks in interdisciplinary deployment contexts (Figure 1).

Figure 1. Architectural landscapes and coupled trade-offs in multi-model materials AI systems

Figure 1. Architectural landscapes and coupled trade-offs in multi-model materials AI systems

Synthesis perspective

Collectively, multi-model and hybrid AI architectures signal a maturation of materials informatics—from isolated predictive models toward integrative intelligence ecosystems. Ensemble diversification enhances statistical resilience; multimodal fusion expands representational reach; hybrid physics coupling restores mechanistic grounding.

Yet this architectural expansion introduces new coordination burdens: data harmonization, computational scaling, interpretive traceability, and validation governance. Addressing these challenges will define the next frontier of AI-accelerated materials discovery—where predictive power must be balanced with epistemic transparency and infrastructural sustainability.

Results and Discussion

Trade-offs in multi-model and hybrid AI architectures

Multi-model and hybrid AI systems in materials research embody inherent trade-offs that influence their deployment and effectiveness. One primary trade-off is between computational efficiency and predictive accuracy. Ensemble methods, such as stacking or boosting, aggregate multiple models to enhance robustness, but they increase computational demands by requiring the training and inference of several base learners [1, 2]. For instance, in predicting semiconductor bandgaps, multi-fidelity ensembles that blend low- and high-fidelity data achieve high accuracy but require more resources than single-model approaches [3]. Hybrid systems, integrating physics-based models like density functional theory (DFT) with machine learning, mitigate this by embedding physical constraints, reducing data requirements while maintaining interpretability [4, 5]. However, this fusion can introduce complexity, as seen in physics-informed neural networks (PINNs) for crystal plasticity, where incorporating differential equations improves generalizability but slows training convergence [6, 7]. Multi-model and hybrid AI systems in materials research embody inherent trade-offs that influence their deployment and effectiveness (Table 2).

Table 2. Key trade-offs in multi-model and hybrid AI systems and practical mitigation levers

Trade-off axis

Why does it appear in materials AI

Where it is most acute (architectures/domains)

Failure modes if unmanaged

Mitigation levers (conceptual + implementable)

Computational efficiency ↔ Predictive accuracy

More learners/constraints increase cost

Stacking/boosting; PINNs; multi-fidelity fusion; real-time twins [3, 6, 20, 21]

Slow training/inference; unusable latency

Distill ensembles; sparse gating; early-exit inference; fidelity-adaptive training

Data scarcity ↔ Generalizability

Materials data are sparse + biased

Deep multimodal; MLIPs; OOD alloy spaces [8, 14, 24]

Overfitting; brittle extrapolation

Physics priors; multi-fidelity augmentation; active learning; domain shift audits

Interpretability ↔ Performance

High-capacity models are opaque

Diffusion/CLIP; deep fusion; battery risk settings [8, 9, 17]

Unverifiable predictions; safety risk

Hybrid decomposition (mechanistic core + residual); feature attributions + counterfactual checks; uncertainty reporting

Scalability ↔ Specialization

Broad screening vs niche physics accuracy

Large screening pipelines vs physics-anchored optoelectronics [16, 17]

Overgeneral tools fail in niche regimes

Modular “plugin” physics; task-specific heads; hierarchical model selection

Robustness ↔ Sensitivity

Need sensitivity to subtle structure-property signals but robust to noise

Corrosion/erosion; manufacturing sensors; hyperspectral imaging [16, 22, 23]

Spurious correlations; drift collapse

Drift monitoring; recalibration; sensor fusion sanity checks; temporal holdout evaluation

Constraint strength ↔ Trainability

Hard physics constraints stiffen optimization

PINNs; multiphysics polymers; geotech PDEs [22, 25, 26]

Nonconvergence; unstable gradients

Soft constraints; curriculum constraints; adaptive weighting; surrogate PDE residuals

Multi-modality richness ↔ Missing-modality fragility

Real datasets rarely complete across modalities

Imaging + spectra + text

The model fails when a modality is missing

Late fusion; modality dropout training; imputation with uncertainty bounds

Fidelity blending ↔ correlation assumptions

A low/high fidelity relationship can be nonlinear

GPR multi-fidelity bandgaps [21]

Bias from wrong mapping

Deep multi-fidelity; nonstationary kernels; local correlation models; residual correction

Another key trade-off is between model interpretability and performance. Black-box multi-model architectures, like deep neural networks in multimodal fusion for metamaterial design, deliver superior performance in handling heterogeneous data (e.g., images and spectra) but lack transparency, complicating validation in critical applications such as battery materials [8, 9]. Hybrid approaches address this by combining explainable physics models with AI, enabling trade-offs in which interpretability is prioritized over marginal gains in accuracy [10, 11]. In high-entropy alloys phase prediction, ensemble learning models balance this by using feature importance rankings, though at the cost of increased ensemble size [12, 13]. Data scarcity exacerbates these trade-offs; hybrid systems leverage domain knowledge to augment small datasets, but multi-model ensembles may overfit without sufficient data, as observed in porous material simulations [14, 15].

Scalability versus specialization presents a further dilemma. Multi-model systems scale well for broad materials discovery, such as screening vast chemical spaces for catalysts. Still, specialized hybrids excel in niche areas, such as optoelectronic materials, where physics-informed constraints ensure domain-specific accuracy [16, 17]. Trade-offs in real-time applications, such as additive manufacturing temperature prediction, highlight that hybrid PINNs offer long-horizon forecasts but require careful hyperparameter tuning to avoid instability [18, 19].

Challenges in implementation and integration

Implementing multi-model and hybrid AI in materials research faces several challenges. Data heterogeneity and quality remain paramount; multi-model systems require standardized datasets for effective fusion, yet materials data often vary in fidelity and format, leading to biases in predictions for composites or nanomaterials [20, 21]. Hybrid systems, while robust to sparse data through physical priors, struggle with multiphysics problems, such as coupling thermal and mechanical behaviors in polymers, where incomplete physics models propagate errors [22, 23].

Model robustness and generalization pose significant hurdles. Multi-model ensembles can mitigate overfitting but fail in out-of-distribution scenarios, such as extrapolating alloy properties beyond the trained compositions [3, 24]. Hybrid PINNs enhance generalization by enforcing conservation laws, yet numerical stiffness in stiff PDEs, common in geotechnical materials, can cause training failures [25, 26]. Ethical and responsible AI integration, particularly in structural materials, demands addressing biases and ensuring fairness, as unchecked models may perpetuate errors in safety-critical designs [1, 27].

Interdisciplinary collaboration and computational infrastructure present practical challenges. Bridging AI expertise with materials-domain knowledge is essential for hybrid systems, yet standardized frameworks are lacking, hindering adoption [8].

Future directions and opportunities

Future advancements in multi-model and hybrid AI for materials research should focus on adaptive architectures that dynamically balance trade-offs. Neuro-symbolic hybrids, combining neural networks with symbolic reasoning, could enhance interpretability while retaining performance, ideal for inverse design in functional materials [1, 4]. Federated learning for multi-model ensembles would enable collaborative training on distributed datasets, addressing data privacy in industrial applications [8, 12].

Integration with autonomous laboratories promises closed-loop discovery, in which hybrid models guide experiments in real time, accelerating innovation in energy materials [16, 20]. Quantum-enhanced hybrids may tackle high-dimensional problems, like molecular dynamics, overcoming classical computational limits [22, 25]. Large language models fine-tuned for materials could automate knowledge extraction, augmenting multi-model predictions [5, 9].

Standardized benchmarks and explainable AI tools will be crucial for objectively evaluating trade-offs, fostering trust, and wider adoption [13, 17]. Interdisciplinary education and open-source platforms will democratize access, driving sustainable materials development [24, 27].

Conclusion

Multi-model and hybrid AI systems have emerged as pivotal tools in materials research, offering architectures that leverage complementary strengths to address complex challenges in discovery, prediction, and optimization. While multi-model ensembles enhance robustness and accuracy through aggregation, hybrid approaches integrate physical principles for improved generalizability and efficiency. However, key trade-offs—such as those between interpretability and performance, or scalability and specialization—must be navigated to maximize impact. Despite implementation challenges such as data scarcity and model robustness, future directions in adaptive hybrids, autonomous systems, and quantum integration hold immense promise for accelerating sustainable innovation. By synthesizing recent advancements [1-27], this review underscores the transformative potential of these AI paradigms, paving the way for interdisciplinary progress in materials science.

Acknowledgements

None

Conflict of interest

None

Financial support

None

Ethics statement

None

References

Zivic FT, Kaplarevic Malisic A, Grujovic N, Stojanovic B, Ivanovic M. Materials informatics: A review of ai and machine learning tools, platforms, data repositories, and applications to architectured porous materials. Mater Today Commun. 2025;48:113525.
https://doi.org/10.1016/j.mtcomm.2025.113525
Abdelal G, Chan C-W, McLoone S. Critical review of recent advances in ai-enhanced sem and eds techniques for metallic microstructure characterization. Appl Sci. 2026;16(2):975.
https://doi.org/10.3390/app16020975
Bai X, Zhang X. Artificial intelligence-powered materials science. Nano Micro Lett. 2025;17:135.
https://doi.org/10.1007/s40820-024-01634-8
Plevris V, Hosamo H. Responsible ai in structural engineering: A framework for ethical use. Front Built Environ. 2025;11:1612575.
https://doi.org/10.3389/fbuil.2025.1612575
Li X, Sun Y, Sha Z. Llm4cad: Multimodal large language models for three-dimensional computer-aided design generation. J Comput Inf Sci Eng. 2025;25(2):021005.
https://doi.org/10.1115/1.4067085
Peivaste I, Belouettar S, Mercuri F, Fantuzzi N, Dehghani H, Izadi R, et al. Artificial intelligence in materials science and engineering: Current landscape, key challenges, and future trajectories. Compos Struct. 2025;372:119419.
https://doi.org/10.1016/j.compstruct.2025.119419
Cao Y, Fu H, Lu J, Chen Y, Jing T, Fan X, et al. Artificial intelligence empowered new materials: Discovery, synthesis, prediction to validation. Nano Micro Lett. 2026;18:109.
https://doi.org/10.1007/s40820-025-01945-4
Otyepka M, Pykal M, Otyepka M. Advancing materials discovery through artificial intelligence. Appl Mater Today. 2025;47:102981.
https://doi.org/10.1016/j.apmt.2025.102981
Chávez-Angel E, Eriksen MB, Castro-Alvarez A, Garcia JH, Botifoll M, Avalos-Ovando O, et al. Applied artificial intelligence in materials science and material design. Adv Intell Syst. 2025;7(8).
https://doi.org/10.1002/aisy.202400986
Hong H, Kim S, Lee J, Kim SS. A comprehensive review of artificial intelligence applications in composite materials: Predictive, generative, and automation approaches. Int J AI Mater Des. 2025;2(3):1-30.
https://doi.org/10.36922/IJAMD025210016
Wang F, Jiang S, Li J. The ai-driven transformation in new materials manufacturing and the development of intelligent sports. Appl Sci. 2025;15(10):5667.
https://doi.org/10.3390/app15105667
Gomez-Romero P, Pokhriyal A, Rueda-García D, Bengoa LN, González-Gil RM. Hybrid materials: A metareview. Chem Mater. 2024;36(1):8-27.
https://doi.org/10.1021/acs.chemmater.3c01878
Zhou Q, Chen X, Wang J. Machine learning assisted material discovery: A small data approach. Acc Mater Res. 2025;6(6):685-94.
https://doi.org/10.1021/accountsmr.1c00236
Ting JY, Barnard AS. What to make and how to make it: Combining machine learning and statistical learning to design new materials. Adv Intell Discov. 2025.
https://doi.org/10.1002/aidi.202500033
Zhou H, Xu J, Qin X, Zhang J, Zou W, Shakouri M, et al. Machine learning-driven material intelligence research and development. Nano Res. 2025;18(12):94908095.
https://doi.org/10.26599/NR.2025.94908095
Shu Y, Miao N, Sun Z. Machine learning-enabled optoelectronic material discovery: A comprehensive review. J Mater Inf. 2025;5:36.
https://doi.org/10.20517/jmi.2025.13
Thomas K, Khandakar A, Chelvanathan P, Aissa B, Hossain MI. Enhanced prediction and optimization of thin metal film optical properties using optimized ensemble learning models. Sci Rep. 2025;15:43523.
https://doi.org/10.1038/s41598-025-27524-6
Michaloglou A, Papadimitriou I, Gialampoukidis I, Vrochidis S, Kompatsiaris I. Physics-informed neural networks in materials modeling and design: A review. Arch Comput Methods Eng. 2025.
https://doi.org/10.1007/s11831-025-10448-9
Ren Z, Zhou S, Liu D, Liu Q. Physics-informed neural networks: A review of methodological evolution, theoretical foundations, and interdisciplinary frontiers toward next-generation scientific computing. Appl Sci. 2025;15(14):8092.
https://doi.org/10.3390/app15148092
Liu Z, Liu Y, Yan X, Liu W, Nie H, Guo S, et al. Automatic network structure discovery of physics informed neural networks via knowledge distillation. Nat Commun. 2025;16:9558.
https://doi.org/10.1038/s41467-025-64624-3
Malashin I, Tynchenko V, Gantimurov A, Nelyub V, Borodulin A. Physics-informed neural networks in polymers: A review. Polymers. 2025;17(8):1108.
https://doi.org/10.3390/polym17081108
Moosavi SM, Jablonka KM, Smit B. The role of machine learning in the understanding and design of materials. J Am Chem Soc. 2020;142(48):20273-87.
https://doi.org/10.1021/jacs.0c09105
Cai J, Chu X, Xu K, Li H, Wei J. Machine learning-driven new material discovery. Nanoscale Adv. 2020;2:3115-30.
https://doi.org/10.1039/D0NA00388C
Mishra A, Kompella L, Sanagavarapu LM, Varam S. Ensemble-based machine learning models for phase prediction in high entropy alloys. Comput Mater Sci. 2022;210:111025.
https://doi.org/10.1016/j.commatsci.2022.111025
Riebesell J, Goodall REA, Benner P, Chiang Y, Deng B, Ceder G, et al. A framework to evaluate machine learning crystal stability predictions. Nat Mach Intell. 2025;7(6):836-47.
https://doi.org/10.1038/s42256-025-01055-1
Yuan B, Choo CS, Yeo LY, Wang Y, Yang Z, Guan Q, et al. Physics-informed machine learning in geotechnical engineering: A direction paper. Geomech Geoeng. 2025;20:1128-59.
https://doi.org/10.1080/17486025.2025.2502029
Tian M, Mu H, Liu T, Li M, Ding D, Zhao J. Physics-informed machine learning-based real-time long-horizon temperature fields prediction in metallic additive manufacturing. Commun Eng. 2025;4:168.
https://doi.org/10.1038/s44172-025-00501-7

Author information

Nguyen Thanh Huy, Le Thi Bich & Pham Quang Minh contributed to this work.

Authors and affiliations

Department of Materials Science and Data Engineering, Faculty of Engineering, Vietnam National University, Hanoi, Vietnam
Nguyen Thanh Huy & Pham Quang Minh

Department of Artificial Intelligence Systems, Faculty of Engineering, Can Tho University, Can Tho, Vietnam
Le Thi Bich

Corresponding author

Correspondence to Nguyen Thanh Huy

Rights and permissions

Open Access The author(s) retain copyright. This article is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. It may be shared and adapted for non-commercial purposes with appropriate attribution, an indication of changes, and distribution of adaptations under the same license. Third-party material may be subject to separate terms identified in its credit line. View the license at https://creativecommons.org/licenses/by-nc-sa/4.0/.

About this article

Cite this article

Vancouver
Huy NT, Bich LT, Minh PQ. Multi-Model and Hybrid AI Systems in Materials Research — Architectures and Trade-Offs. J. Artif. Intell. Mater. Sci.. 2023;2:27.
APA
Huy, N. T., Bich, L. T., & Minh, P. Q. (2023). Multi-Model and Hybrid AI Systems in Materials Research — Architectures and Trade-Offs. Journal of Artificial Intelligence for Materials Science, 2, 27.
Received
13 December 2022
Revised
11 January 2023
Accepted
05 February 2023
Published
18 July 2023
Version of record
18 July 2023

Share this article

Easily share this article with others using the link below:

Multi-Model and Hybrid AI Systems in Materials Research — Architectures and Trade-Offs
Scan to access
this article

Ready to submit?
Start a new submission or continue a submission in progress:
Submission Portal Author Guidelines

Follow this journal
Get notified of new updates and articles.