REVIEW 5 major objections 5 minor 57 references
Crack Path Prediction with Operator Learning using Discrete Particle System data Generation
T0 review · 5 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read The paper claims that a Fusion DeepONet trained on particle-simulation data can predict crack paths for unseen notch heights and hole radii, and that it consistently beats the vanilla DeepONet, with the largest advantage when no fracture…
desk verdict Useful CPD-data surrogate study whose main claim—Fusion consistently beats vanilla—is contradicted by the paper's own Table 2; worth a revision, not a desk reject. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the layer-wise fusion mechanism in Fusion DeepONet: $a_T^{(l)} = S_B^{(l)} \odot \sigma(W_T^{(l)} a_T^{(l-1)} + b^{(l)})$, where the cumulative branch features $S_B^{(l)}$ element-wise modulate each trunk hidden layer, so geometric information conditions the spatial-temporal basis at every scale. In the vanilla DeepONet the branch and trunk interact only in a final inner product; in Fusion they interact throughout, which the paper argues lets coarse geometry guide low- and high-frequency components of the displacement field. The operator target is $G: (h,r) \mapsto u(x,t)$, with $u$ defined as $y_i(t)-x_i$ relative to the CPD reference configuration.
What would settle it
Train on Cases 1-3 exactly as reported, then hold out all specimens near the crack-hole interaction threshold, such as r = 1 cm with h around 0.4 cm where CPD predicts crack deflection into the hole, and compare the predicted crack path at tau = 99 against a fresh CPD simulation. If the Fusion network produces a straight, undeflected crack or does not reproduce coalescence, the two-parameter encoding is insufficient.
Extended reading notes
Core claim
The central claim is that both vanilla and Fusion DeepONets can serve as surrogates for CPD crack-path simulations, and that the Fusion variant does so more faithfully. The networks take geometry parameters (h, r) in the branch and coordinate (x,t) in the trunk, and output particle displacements over 100 deformation steps. The paper reports lower relative L2 errors for Fusion after the onset of fracture, with Case 1 (elastic, no fracture) reaching training MSE near $10^{-5}$ versus $10^{-3}$ for vanilla, and with Cases 2 and 3 showing sharper error growth exactly when elements begin to fail. The intended upshot is that a single trained operator, not a new simulation, can predict crack deflection toward a hole across varying notch heights and hole radii.
Load-bearing premise
The prediction problem is assumed to be fully specified by two scalar geometry parameters, the notch height h and the hole radius r, plus the query point (x,t); if the true displacement field depends on particle configuration details or geometry features the branch never sees, the claimed generalization to new specimens fails.
Editorial extensions
If this is right
- A single trained Fusion DeepONet can predict 100-step displacement and crack evolution for notch heights and hole radii not used in training, within the studied ranges.
- The non-fracturing case is nearly solved: elastic displacement prediction stabilizes at low error, so geometry-to-displacement operators are practical for elastic specimens.
- Fracture onset remains the accuracy bottleneck; errors jump at nucleation and re-nucleation events, so operator surrogates are currently safest before crack initiation or after equilibrium.
- For fracture cases, the Fusion architecture's advantage over vanilla appears mainly after time step 20, meaning the fusion conditioning specifically helps during the fracture regime, not just elastic pre-loading.
- The trained operators inherit CPD's ability to model crack deflection, arrest, and hole coalescence without continuum assumptions, because the training data carry those mechanisms implicitly.
Reading between the lines
- Beyond the paper, the same two-scalar parameterization could be extended to crack length, loading rate, or material constants; since the branch currently sees only h and r, adding parameters would test whether the fusion mechanism scales to higher-dimensional geometry spaces.
- A natural experiment is to feed a damage indicator, such as the cumulative failed-triangle fraction up to time t, as an additional trunk input; this may suppress the error spikes the paper observes at nucleation.
- Inverse use is an untested corollary: because the operator maps (h,r) to crack path, a trained model could be searched over (h,r) to design specimens that arrest or deflect cracks, turning the surrogate into a design tool.
- The reported Case 3 average error leaves room to check whether fusion's late-time advantage is consistent across all hold-out radii; a per-sample breakdown would clarify where the architecture still struggles.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper trains two DeepONet variants (vanilla and Fusion) on displacement fields from Constitutively Informed Particle Dynamics (CPD) simulations of a pre-cracked specimen containing a circular hole, across three geometry families: varying notch height without fracture (Case 1), varying notch height with fracture (Case 2), and varying hole radius with fracture (Case 3). The branch network receives scalar geometric parameters (h and/or r) and the trunk receives (x,t); the output is the particle displacement field u(x,t). The authors claim that Fusion DeepONet consistently outperforms vanilla DeepONet, with lower relative L2 errors and lower training cost, and that the models generalize across the parameterized geometries. The paper presents visual overlays of predicted and true particle positions, training-loss curves, and a table of errors and training times.
Significance. If the central claim were solid, this would be a useful contribution: operator-learning surrogates for discrete-particle fracture simulations are relatively rare, and the paper addresses the challenging regime of crack paths interacting with holes. The work also demonstrates the use of CPD as a data generator for operator learning. However, the reported evidence does not support the headline claim: Table 2 shows that Fusion is worse in Case 3, the two models are compared under different architectures and training schedules, test-set statistics are not reported with error bars, and the low-dimensional branch input raises open questions about the generality of the learned operator. The paper's strengths are the three geometry families, the direct architecture comparison, and the grounding in a physically consistent particle method; these are undermined by the quantitative reporting issues.
major comments (5)
- [Table 2, Abstract, Section 5] Table 2 reports average relative L2 errors for Case 3 as 8.46e-04 for vanilla DeepONet and 1.01e-03 for Fusion DeepONet, meaning the Fusion model is less accurate in that case. The abstract and Section 5 nevertheless claim that Fusion consistently outperforms vanilla, and the explanation in Section 5 refers to Figure 14(a) to argue that Fusion is better after tau=20. No per-time-step test-error table or per-sample breakdown is provided, so the reader cannot verify this explanation against the aggregate numbers. Please provide per-time-step test errors with error bars over all test samples and reconcile the aggregate contradiction, or revise the claim to reflect the actual ranking.
- [Section 5] Section 5 specifies that vanilla DeepONet uses five hidden layers of 100 neurons with tanh, a fixed learning rate of 1e-4, and 60,000 iterations, while Fusion DeepONet uses three hidden layers of 64 neurons with Rowdy activation, a decaying learning rate starting at 1e-3, and 50,000 iterations. With so many differences, the observed error gap cannot be attributed to the fusion mechanism per se. Please retrain both models under matched conditions (same depth, width, activation, learning-rate schedule, and iteration count), or include ablations that isolate the fusion layers, before drawing conclusions about architectural superiority.
- [Section 5 vs. Section 6] Section 5 states that Case 1 uses 35 training and 5 test samples, Case 2 uses 45 and 5, and Case 3 uses 45 and 6, whereas Section 6 states that the training sample counts are 32, 45, and 45 for Cases 1-3. Please correct the inconsistency and specify the exact train/test split used in every reported result.
- [Table 2 and Figure 14] The text introducing Table 2 calls the reported quantity training error, while the table caption says relative error; it is therefore unclear whether these numbers are from the training set or a held-out test set. Since the abstract claims generalization, test-set errors are required. Additionally, no error bars, standard deviations, or multiple-seed results are given, and Figure 14(a) appears to show a single error curve per case without stating over which test samples it is averaged. Please report means and standard deviations across multiple seeds and across all test samples, and clarify the train/test status of the error numbers.
- [Section 4.1] Section 4.1 and Figure 8 show that the branch network receives only scalar geometric parameters (h and/or r), while the trunk receives (x,t); the model never sees the actual particle configuration or the full geometry. The claim that the method generalizes across complex, geometry-varying crack propagation therefore depends on the unstated assumption that the displacement field is fully determined by (h,r) and (x,t). This assumption is not validated, for example by testing on geometries outside the training ranges or by comparing against a branch that consumes the full geometry. Please state this limitation explicitly and provide evidence that the low-dimensional parametrization is sufficient for the studied family of geometries.
minor comments (5)
- [References] In the Introduction, reference [35] is cited for an RNN model of powder-mixing particle trajectories, but the bibliographic entry is about residual stress characterization in composite structures; please correct the citation.
- [Section 5] In the paragraph after Figure 14(b), the phrase the solution begins to accountsfor material separation contains a typo; it should read account for.
- [Equation (6)] Equation (6) presents the failure criterion as sigma1 <= sigma_U_t ; sigma2 >= -sigma_U_c, which is confusing because the preceding sentence states sigma1 > sigma2; please clarify the notation for ultimate tensile and compressive strengths.
- [Section 3.1] The threshold (r+h)/r <= 1.4 introduced in Section 3.1 is stated without derivation or statistical support; please either provide a derivation or label it as an empirical observation.
- [Section 5] The paper does not quantify the computational speed-up of the surrogate models relative to the CPD simulations, which is part of the stated motivation; a runtime comparison would strengthen the contribution.
Circularity Check
No circularity: the paper's comparisons are empirical benchmarks against externally generated CPD simulation data, with no fitted parameter renamed as a prediction and no load-bearing self-citation chain.
full rationale
The paper's central claim is an empirical comparison between two trained neural operators, vanilla DeepONet and Fusion DeepONet, evaluated against CPD simulation outputs. The models are trained on displacement fields produced by the CPD particle simulations, and the reported errors in Table 2 and Figure 14 are measured losses or relative L2 errors on those data; they are not derived quantities. The branch inputs (notch height h and hole radius r) and trunk inputs (spatial coordinate x and time t) are genuine model inputs, not outputs of a fit that is then relabeled as a prediction. The architectures are adopted from prior work — CPD from [22] and Fusion DeepONet from [44] — but these citations provide construction and training details, not a uniqueness theorem or an ansatz whose validity is the paper's conclusion. No equation in the paper defines its target in terms of the fitted parameters, and no claim reduces to a self-citation. The text's assertion that Fusion DeepONet 'consistently outperforms' is weakened by its own Table 2, where vanilla has lower average error in Case 3 (8.46e-04 vs 1.01e-03), and the comparison is confounded by different architectures, activations, learning-rate schedules, and iteration counts; these are correctness-evidence problems, not circularity. Similarly, the paper's inconsistent training-sample counts (40/50/51 in Table 1 versus 32/45/45 in Section 6) and its use of 'training error' to caption Table 2's 'relative error' are reporting inconsistencies rather than circular reductions. Because the reported results are empirical evaluations against external simulation data, there is no self-definitional step, no fitted-input-called-prediction, and no load-bearing self-citation chain. The appropriate circularity score is therefore 0.
Assumptions & free parameters
free parameters (2)
- Network configuration and training budget =
Vanilla 5x100, tanh, 60k iters; Fusion 3x64, Rowdy, 50k iters
- Crack-hole interaction threshold (r+h)/r =
1.4
assumptions (5)
- domain assumption CPD simulations faithfully reproduce brittle crack propagation.
- domain assumption Maximum principal stress failure criterion with ultimate strengths sigma_t^U and sigma_c^U governs fracture.
- ad hoc to paper Scalar inputs h and r, plus (x,t), determine the entire displacement field.
- domain assumption Fixed Delaunay triangulation in the reference configuration defines particle neighbors for all time.
- standard math DeepONet architectures can approximate the target displacement map.
Cite this review
Pith. "Pith review of Crack Path Prediction with Operator Learning using Discrete Particle System data Generation." pith.science (2026). https://pith.science/paper/UMQV4UOS
@misc{pith2026250601976,
author = {Pith},
title = {Pith review of: Crack Path Prediction with Operator Learning using Discrete Particle System data Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/UMQV4UOS}},
note = {Machine review of arXiv:2506.01976}
}
read the original abstract
Accurately modeling crack propagation is critical for predicting failure in engineering materials and structures, where small cracks can rapidly evolve and cause catastrophic damage. The interaction of cracks with discontinuities, such as holes, significantly affects crack deflection and arrest. Recent developments in discrete particle systems with multibody interactions based on constitutive behavior have demonstrated the ability to capture crack nucleation and evolution without relying on continuum assumptions. In this work, we use data from Constitutively Informed Particle Dynamics (CPD) simulations to train operator learning models, specifically Deep Operator Networks (DeepONets), which learn mappings between function spaces instead of finite-dimensional vectors. We explore two DeepONet variants: vanilla and Fusion DeepONet, for predicting time-evolving crack propagation in specimens with varying geometries. Three representative cases are studied: (i) varying notch height without active fracture; and (ii) and (iii) combinations of notch height and hole radius where dynamic fracture occurs on irregular discrete meshes. The models are trained using geometric inputs in the branch network and spatial-temporal coordinates in the trunk network. Results show that Fusion DeepONet consistently outperforms the vanilla variant, with more accurate predictions especially in non-fracturing cases. Fracture-driven scenarios involving displacement and crack evolution remain more challenging. These findings highlight the potential of Fusion DeepONet to generalize across complex, geometry-varying, and time-dependent crack propagation phenomena.
Figures
Figures from the paper (11 more)
Reference graph
Works this paper leans on
-
[1]
Eran Bouchbinder, Tamar Goldman, and Jay Fineberg. The dynamics of rapid fracture: insta- bilities, nonlinearities and length scales.Reports on Progress in Physics, 77(4):046501, 2014
work page 2014
-
[2]
M. M. A. Wahab. Review of crack arrest theory, techniques and applications on fracture control in pressure vessels.Engineering Failure Analysis, 145:107164, 2023
work page 2023
-
[3]
Ted Belytschko and Tom Black. Elastic crack growth in finite elements with minimal remesh- ing.International journal for numerical methods in engineering, 45(5):601–620, 1999
work page 1999
-
[4]
David Taylor, Pietro Cornetti, and Nicola Pugno. The fracture mechanics of finite crack exten- sion.Engineering Fracture Mechanics, 72(7):1021–1038, 2005
work page 2005
-
[5]
Michael Ortiz, Yves Leroy, and Alan Needleman. A finite element method for localized failure analysis.Computer methods in applied mechanics and engineering, 61(2):189–214, 1987
work page 1987
-
[6]
Donald S Dugdale. Yielding of steel sheets containing slits.Journal of the Mechanics and Physics of Solids, 8(2):100–104, 1960
work page 1960
-
[7]
Patrick Diehl, Robert Lipton, Thomas Wick, and Mayank Tyagi. A comparative review of peridynamics and phase-field models for engineering fracture mechanics.Computational Me- chanics, 69(6):1259–1293, 2022
work page 2022
-
[8]
Ingo Steinbach. Phase-field models in materials science.Modelling and simulation in materials science and engineering, 17(7):073001, 2009
work page 2009
Show all 57 references
-
[9]
Elham Kiyani, Khemraj Shukla, George Em Karniadakis, and Mikko Karttunen. A framework based on symbolic regression coupled with extended physics-informed neural networks for gray-box learning of equations of motion from data.Computer Methods in Applied Mechanics and Engineerin...
2023
-
[10]
An introduction to phase-field modeling of microstructure evolution.Calphad, 32(2):268–294, 2008
Nele Moelans, Bart Blanpain, and Patrick Wollants. An introduction to phase-field modeling of microstructure evolution.Calphad, 32(2):268–294, 2008
2008
-
[11]
Phase-field modeling of fracture.Advances in applied mechanics, 53:1– 183, 2020
Jian-Ying Wu, Vinh Phu Nguyen, Chi Thanh Nguyen, Danas Sutula, Sina Sinaie, and Stéphane PA Bordas. Phase-field modeling of fracture.Advances in applied mechanics, 53:1– 183, 2020
2020
-
[12]
Machine- learning-based data-driven discovery of nonlinear phase-field dynamics.Physical Review E, 106(6):065303, 2022
Elham Kiyani, Steven Silber, Mahdi Kooshkbaghi, and Mikko Karttunen. Machine- learning-based data-driven discovery of nonlinear phase-field dynamics.Physical Review E, 106(6):065303, 2022
2022
-
[13]
A phase field modeling approach of cyclic fatigue crack growth.International Journal of Fracture, 225(1):89–100, 2020
Christoph Schreiber, Charlotte Kuhn, Ralf Müller, and Tarek Zohdi. A phase field modeling approach of cyclic fatigue crack growth.International Journal of Fracture, 225(1):89–100, 2020
2020
-
[14]
Chenyi Luo, Lorenzo Sanavia, and Laura De Lorenzis. Phase-field modeling of drying- induced cracks: Choice of coupling and study of homogeneous and localized damage.Com- puter Methods in Applied Mechanics and Engineering, 410:115962, 2023
2023
-
[15]
Numerical implementation of phase-field models of brittle fracture
Laura De Lorenzis and Tymofiy Gerasimov. Numerical implementation of phase-field models of brittle fracture. InModeling in Engineering Using Innovative Numerical Methods for Solids and Fluids, pages 75–101. Springer, 2020
2020
-
[16]
Numerical experiments in revis- ited brittle fracture.Journal of the Mechanics and Physics of Solids, pages 797–826, 2000
Blaise Bourdin, Gilles A Francfort, and Jean-Jacques Marigo. Numerical experiments in revis- ited brittle fracture.Journal of the Mechanics and Physics of Solids, pages 797–826, 2000. 19
2000
-
[17]
Francfort, and Jean-Jacques Marigo
Blaise Bourdin, Gilles A. Francfort, and Jean-Jacques Marigo. The variational approach to fracture.Journal of Elasticity, pages 5–148, 2008
2008
-
[18]
Coupled phase-field and plasticity modeling of geological materials: From brittle fracture to ductile flow.Computer Methods in Applied Mechanics and Engineering, 330:1–32, 2018
Jinhyun Choo and WaiChing Sun. Coupled phase-field and plasticity modeling of geological materials: From brittle fracture to ductile flow.Computer Methods in Applied Mechanics and Engineering, 330:1–32, 2018
2018
-
[19]
A phase field framework for capillary-induced fracture in unsaturated porous media: Drying-induced vs
Yousef Heider and WaiChing Sun. A phase field framework for capillary-induced fracture in unsaturated porous media: Drying-induced vs. hydraulic cracking.Computer Methods in Applied Mechanics and Engineering, 359:112647, 2020
2020
-
[20]
A lattice-based model of the kinetics of twin boundary motion.Journal of the Mechanics and Physics of Solids, 51(9):1675–1700, 2003
Rohan Abeyaratne and Srikanth Vedantam. A lattice-based model of the kinetics of twin boundary motion.Journal of the Mechanics and Physics of Solids, 51(9):1675–1700, 2003
2003
-
[21]
Multiresolution atomistic simulations of dynamic fracture in nanostructured ce- ramics and glasses.International Journal of Fracture, 121:71–79, 2003
Rajiv K Kalia, Aiichiro Nakano, Priya Vashishta, Cindy L Rountree, Laurent Van Brutzel, and Shuji Ogata. Multiresolution atomistic simulations of dynamic fracture in nanostructured ce- ramics and glasses.International Journal of Fracture, 121:71–79, 2003
2003
-
[22]
Constitutively informed multi-body interactions for lattice particle models.Computer Methods in Applied Mechanics and Engineering, 366:113052, 2020
Mahendaran Uchimali, Balkrishna C Rao, and Srikanth Vedantam. Constitutively informed multi-body interactions for lattice particle models.Computer Methods in Applied Mechanics and Engineering, 366:113052, 2020
2020
-
[23]
Mahendaran Uchimali, Balkrishna C Rao, and Srikanth Vedantam. Modeling size and orienta- tion effects on the morphology of microstructure formed in martensitic phase transformations using a novel discrete particle model.Acta Materialia, 205:116528, 2021
2021
-
[24]
Venkatesh Ananchaperumal, Srikanth Vedantam, and Mahendaran Uchimali. A discrete par- ticle model study of the effect of temperature and geometry on the pseudoelastic response of shape memory alloys.International Journal of Mechanical Sciences, 230:107527, 2022
2022
-
[25]
Modeling failure of hyperelastic solids inter- acting with fluids.Computational Particle Mechanics, 12(1):153–164, 2025
Phanindra Paravastu and Srikanth Vedantam. Modeling failure of hyperelastic solids inter- acting with fluids.Computational Particle Mechanics, 12(1):153–164, 2025
2025
-
[26]
Modeling the role of phase boundaries on the pullout response of shape memory wire reinforced composites.Mechanics of Advanced Materials and Structures, 30(6):1128–1137, 2023
Venkatesh Ananchaperumal and Srikanth Vedantam. Modeling the role of phase boundaries on the pullout response of shape memory wire reinforced composites.Mechanics of Advanced Materials and Structures, 30(6):1128–1137, 2023
2023
-
[27]
Fuhg, G.A
J.N. Fuhg, G.A. Padmanabha, N. Bouklas, W.C. Sun, N.N. Vlassis, M. Flaschel, P . Carrara, and L. De Lorenzis. A review on data-driven constitutive laws for solids.Archives of Computational Methods in Engineering, 2024
2024
-
[28]
Maziar Raissi, Paris Perdikaris, and George E Karniadakis. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations.Journal of Computational physics, pages 686–707, 2019
2019
-
[29]
Phase-field modeling of fracture with physics-informed deep learning.Computer Methods in Applied Me- chanics and Engineering, page 117104, 2024
Manav Manav, Roberto Molinaro, Siddhartha Mishra, and Laura De Lorenzis. Phase-field modeling of fracture with physics-informed deep learning.Computer Methods in Applied Me- chanics and Engineering, page 117104, 2024
2024
-
[30]
Predicting crack nucleation and propagation in brittle materials using deep operator networks with diverse trunk architectures.arXiv preprint arXiv:2501.00016, 2024
Elham Kiyani, Manav Manav, Nikhil Kadivar, Laura De Lorenzis, and George Em Karni- adakis. Predicting crack nucleation and propagation in brittle materials using deep operator networks with diverse trunk architectures.arXiv preprint arXiv:2501.00016, 2024
2024
-
[31]
Transfer learning enhanced physics informed neural network for phase-field modeling of fracture.The- oretical and Applied Fracture Mechanics, 106:102447, 2020
Somdatta Goswami, Cosmin Anitescu, Souvik Chakraborty, and Timon Rabczuk. Transfer learning enhanced physics informed neural network for phase-field modeling of fracture.The- oretical and Applied Fracture Mechanics, 106:102447, 2020. 20
2020
-
[32]
Bin Zheng, Tongchun Li, Huijun Qi, Lingang Gao, Xiaoqing Liu, and Li Yuan. Physics- informed machine learning model for computational fracture of quasi-brittle materials with- out labelled data.International Journal of Mechanical Sciences, page 107282, 2022
2022
-
[33]
Crack propagation simulation and overload fatigue life prediction via enhanced physics-informed neural networks.International Journal of Fatigue, 186:108382, 2024
Zhiying Chen, Yanwei Dai, and Yinghua Liu. Crack propagation simulation and overload fatigue life prediction via enhanced physics-informed neural networks.International Journal of Fatigue, 186:108382, 2024
2024
-
[34]
Ma- chine learning accelerated discrete element modeling of granular flows.Chemical Engineering Science, 245:116832, 2021
Liqiang Lu, Xi Gao, Jean-François Dietiker, Mehrdad Shahnam, and William A Rogers. Ma- chine learning accelerated discrete element modeling of granular flows.Chemical Engineering Science, 245:116832, 2021
2021
-
[35]
Advances in the characterization of residual stress in composite structures
C Li, N Zobeiry, K Keil, S Chatterjee, and A Poursartip. Advances in the characterization of residual stress in composite structures. InInt. SAMPE Tech. Conf, 2014
2014
-
[36]
A discrete element solution method em- bedded within a neural network.Powder Technology, 448:120258, 2024
Sadjad Naderi, Boyang Chen, Tongan Yang, Jiansheng Xiang, Claire E Heaney, John-Paul Latham, Yanghua Wang, and Christopher C Pain. A discrete element solution method em- bedded within a neural network.Powder Technology, 448:120258, 2024
2024
-
[37]
A novel ml-dem algorithm for predicting particle motion in rotary drums.Engi- neering Analysis with Boundary Elements, 177:106258, 2025
Saman Kazemi, Reza Zarghami, Navid Mostoufi, Rahmat Sotudeh-Gharebagh, and Riyadh I Al-Raoush. A novel ml-dem algorithm for predicting particle motion in rotary drums.Engi- neering Analysis with Boundary Elements, 177:106258, 2025
2025
-
[38]
Karniadakis
Lu Lu, Pengzhan Jin, Guofei Pang, Zhongqiang Zhang, and George E. Karniadakis. Learning nonlinear operators via DeepONet based on the universal approximation theorem of opera- tors.Nature Machine Intelligence, pages 218–229, 2021
2021
-
[39]
Bridging scales in multiscale bubble growth dynamics with correlated fluctuations using neural opera- tor learning.International Journal of Multiphase Flow, 180:104959, 2024
Minglei Lu, Chensen Lin, Martin Maxey, George Em Karniadakis, and Zhen Li. Bridging scales in multiscale bubble growth dynamics with correlated fluctuations using neural opera- tor learning.International Journal of Multiphase Flow, 180:104959, 2024
2024
-
[40]
Karniadakis
Benjamin Shih, Ahmad Peyvan, Zhongqiang Zhang, and George E. Karniadakis. Transformers as neural operators for solutions of differential equations with finite regularity.arXiv preprint arXiv:2405.19166, 2024
2024 arXiv
-
[41]
Neural operator: Learning maps between function spaces with applications to pdes.Journal of Machine Learning Research, pages 1–97, 2023
Nikola Kovachki, Zongyi Li, Burigede Liu, Kamyar Azizzadenesheli, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Neural operator: Learning maps between function spaces with applications to pdes.Journal of Machine Learning Research, pages 1–97, 2023
2023
-
[42]
A causality-deeponet for causal responses of linear dynamical systems.Communications in Computational Physics, pages 1194–1228, 2024
Lizuo Liu, Kamaljyoti Nath, and Wei Cai. A causality-deeponet for causal responses of linear dynamical systems.Communications in Computational Physics, pages 1194–1228, 2024
2024
-
[43]
Miti- gating spectral bias in neural operators via high-frequency scaling for physical systems.arXiv preprint arXiv:2503.13695, 2025
Siavash Khodakarami, Vivek Oommen, Aniruddha Bora, and George Em Karniadakis. Miti- gating spectral bias in neural operators via high-frequency scaling for physical systems.arXiv preprint arXiv:2503.13695, 2025
2025 arXiv
-
[44]
Fusion deeponet: A data-efficient neural operator for geometry-dependent hypersonic flows on arbitrary grids.arXiv preprint arXiv:2501.01934, 2025
Ahmad Peyvan and Varun Kumar. Fusion deeponet: A data-efficient neural operator for geometry-dependent hypersonic flows on arbitrary grids.arXiv preprint arXiv:2501.01934, 2025
2025 arXiv
-
[45]
Learning the solution operator of para- metric partial differential equations with physics-informed deeponets.Science Advances, page eabi8605, 2021
Sifan Wang, Hanwen Wang, and Paris Perdikaris. Learning the solution operator of para- metric partial differential equations with physics-informed deeponets.Science Advances, page eabi8605, 2021
2021
-
[46]
On the training and generalization of deep operator net- works.SIAM Journal on Scientific Computing, pages C273–C296, 2024
Sanghyun Lee and Yeonjong Shin. On the training and generalization of deep operator net- works.SIAM Journal on Scientific Computing, pages C273–C296, 2024. 21
2024
-
[47]
Jagtap, and George E
Ahmad Peyvan, Vivek Oommen, Ameya D. Jagtap, and George E. Karniadakis. Rieman- nonets: Interpretable neural operators for riemann problems.Computer Methods in Applied Mechanics and Engineering, page 116996, 2024
2024
-
[48]
Hou, and Max Tegmark
Ziming Liu, Yixuan Wang, Sachin Vaidya, Fabian Ruehle, James Halverson, Marin Soljaˇ ci´ c, Thomas Y. Hou, and Max Tegmark. Kan: Kolmogorov-Arnold Networks.arXiv preprint arXiv:2404.19756, 2024
2024 arXiv
-
[49]
Sprecher and Sorin Draghici
David A. Sprecher and Sorin Draghici. Space-filling curves and Kolmogorov superposition- based neural networks.Neural Networks, pages 57–67, 2002
2002
-
[50]
On the training of a kolmogorov network
Mario Köppen. On the training of a kolmogorov network. InArtificial Neural Net- works—ICANN 2002: International Conference, Madrid, Spain, August 28–30, 2002, pages 474– 479
2002
-
[51]
Crack-net: A deep learning approach to predict crack propagation and stress–strain curves in particulate composites.Engineering, 2025
Hao Xu, Wei Fan, Lecheng Ruan, Rundong Shi, Ambrose C Taylor, and Dongxiao Zhang. Crack-net: A deep learning approach to predict crack propagation and stress–strain curves in particulate composites.Engineering, 2025
2025
-
[52]
Modelling de- lamination of elastic layers from shape memory alloy substrates.Shape Memory and Superelas- ticity, pages 1–10, 2025
Venkatesh Ananchaperumal, Srikanth Vedantam, and Mahendaran Uchimali. Modelling de- lamination of elastic layers from shape memory alloy substrates.Shape Memory and Superelas- ticity, pages 1–10, 2025
2025
-
[53]
H. M. W. Westergaard. Bearing pressures and cracks.Journal of Applied Mechanics, 6:A49–A53, 1939
1939
-
[54]
E. G. Kirsch. Die theorie der elastizität und die bedürfnisse der festigkeitslehre.Zeitschrift des Vereines deutscher Ingenieure, 42:797–807, 1898
-
[55]
An abaqus implementation of the ex- tended finite element method.Engineering fracture mechanics, 76(3):347–368, 2009
E Giner, N Sukumar, JE Tarancón, and FJ Fuenmayor. An abaqus implementation of the ex- tended finite element method.Engineering fracture mechanics, 76(3):347–368, 2009
2009
-
[56]
Mechanics of the crack path formation.International Journal of Fracture, 47:291–305, 1991
Asher A Rubinstein. Mechanics of the crack path formation.International Journal of Fracture, 47:291–305, 1991
1991
-
[57]
Deep Kro- necker neural networks: A general framework for neural networks with adaptive activation functions.Neurocomputing, 468:165–180, 2022
Ameya D Jagtap, Yeonjong Shin, Kenji Kawaguchi, and George Em Karniadakis. Deep Kro- necker neural networks: A general framework for neural networks with adaptive activation functions.Neurocomputing, 468:165–180, 2022. 22
2022
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.