Pith. sign in

REVIEW 4 major objections 5 minor 30 references

Hybrid machine learning based scale bridging framework for permeability prediction of fibrous structures

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

Pith's one-line read A hybrid dual-scale solver that couples a microscale physics-informed neural network (PINN) to a mesoscale Stokes-Brinkman finite element solver predicts permeability where standard PINNs fail.

desk verdict Hybrid PINN dual-scale solver is a plausible idea but the self-referential regularizer and a runtime contradiction in the abstract weaken the main claims; still worth serious review. read the letter →

arxiv 2502.05044 v2 pith:X452YMHJ submitted 2025-02-07 cs.LG

classification cs.LG
keywords permeabilitypredictionscalebridgingphysics-informedneuralnetworksStokes-Brinkmanequationfibrouscompositesmultiscalesimulationperiodicboundaryconditionstextile
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

This paper proposes a scale-bridging framework for predicting the permeability of fibrous textile structures and compares four routes: a fully resolved model (FRM), a numerical upscaling method (NUM), a data-driven scale-bridging method (SBM), and a hybrid dual-scale solver built on a physics-informed neural network (PINN). The paper claims that NUM and SBM reproduce the in-plane permeabilities of the expensive FRM reference while running in under 11 hours instead of 88 to 120 hours, although SBM does not clearly beat NUM. The central physics-informed claim is that standard PINNs fail on 2D periodic fiber geometries, but coupling the microscale PINN to a mesoscale Stokes-Brinkman finite element solver through a coarse-scale regularizer yields reasonable accuracy within 25,000 iterations. If correct, this shows that coarse-scale information can regularize PINN training under periodic boundary conditions, and it makes fast upscaling practical for composite manufacturing.

What carries the argument

The load-bearing mechanism is the coarse-scale regularizer $R(\theta,\psi)$ in Eq. (14), a coupling term added to the PINN objective that penalizes, at sampled mesh points inside the fluid region, the squared difference between the microscale PINN velocity and pressure and the velocity and pressure of a Stokes-Brinkman finite element solution on the mesoscale. Around it sits the iterative loop of Algorithm 1: the mesoscale problem (15) uses a permeability computed from the current PINN output through Darcy's law, that permeability is projected into $[K^p_{\mathrm{LB}}, K^p_{\mathrm{UB}}]$ by Eq. (18), the coupling term is refreshed every $T$ iterations, and after $k_c$ iterations the coupling weights are annealed so the microscale loss takes over. Periodic boundary conditions are encoded in the network architecture through periodic embeddings, while Fourier features and gradient-based weight scaling address spectral bias and stiff gradient flow.

What would settle it

Run the hybrid solver on the 25-fiber geometry with the projection upper bound set below the finite element reference value $2.37\times10^{-4}$, for instance $K^p_{\mathrm{UB}}=2.0\times10^{-4}$; if the predicted permeability lands on the upper bound, then the hand-chosen interval, not the learned flow, is setting the reported accuracy.

Watch

Extended reading notes

Core claim

Standard physics-informed neural networks (PINNs) with periodic boundary conditions, Fourier features, and gradient-based loss balancing stagnate on the microscale Stokes problem in fiber perforations, with errors making no progress after 100,000 iterations; the paper attributes this to the limited information contained in periodic conditions and to stiff gradient flow from the no-slip penalty. The proposed hybrid dual-scale solver repairs this by adding the coarse-scale regularizer $R(\theta,\psi)$ from Eq. (14), which penalizes the distance between the microscale PINN velocity and pressure and a Taylor-Hood finite element solution of the mesoscale Stokes-Brinkman problem (15). The permeability predicted from the PINN output is projected into $[5\times10^{-5},\,5\times10^{-4}]$ by Eq. (18), and the coupled objective is updated every $T=250$ iterations. Within 25,000 iterations the hybrid solver reaches $\ell^2$ errors around $10^{-2}$ to $10^{-1}$ against the finite element reference and reproduces the reference permeability for the 25-fiber geometry inside the reported error band; for the 36-fiber geometry the flow is captured but the predicted permeability overestimates the reference and is less stable. The same paper reports that NUM and SBM reproduce FRM in-plane permeabilities with runtimes under 11 hours, while out-of-plane $K_{33}$ remains much more variable.

Load-bearing premise

The hybrid solver's success depends on the mesoscale Stokes-Brinkman solution being a reliable coarse-scale guide and on the hand-picked projection interval $[5\times10^{-5},\,5\times10^{-4}]$ and initial guess $4.5\times10^{-4}$ bracketing or seeding the true micropermeability; the paper does not test how the result changes if those choices are wrong.

Editorial extensions

If this is right

  • If the hybrid dual-scale solver is correct, PINN-based microscale flow approximation becomes feasible in periodic fiber geometries, removing the need for mesh-based microscale solvers in tow permeability computation.
  • NUM and SBM provide a practical route to in-plane permeability for textile composites: under 11 hours of runtime versus 88 to 120 hours for FRM, with consistent $K_{11}$ and $K_{22}$ trends.
  • The segment-wise micropermeability assignment in SBM does not yield a clear accuracy gain over the uniform NUM assignment in these test cases, so structural variability inside rovings is not the dominant error source for in-plane flow.
  • Out-of-plane permeability $K_{33}$ remains substantially more variable than in-plane values, with coefficients of variation up to about 99%, so through-thickness flow is the direction where simplified upscaling is least reliable.
  • The hybrid solver currently needs 20 to 25 minutes of training on a single GPU for a 2D geometry, so scaling to large 3D fibrous models requires distributed domain decomposition and faster optimization.

Reading between the lines

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

  • A testable extension is to shift the projection interval or initial guess and watch the predicted permeability; if the answer tracks the clip, the bounds rather than the physics carry the result.
  • The same coarse-scale-regularization idea could rescue PINNs in other multiscale PDEs where periodic boundary conditions underdetermine the fine-scale solution, by coupling the fine network to a homogenized or coarse-grid solver.
  • The contrast between the stable 25-fiber case and the overestimating 36-fiber case suggests a stiffness threshold as fiber count grows; measuring error versus fiber number would map where the regularizer stops compensating.
  • For manufacturing practice, the results imply NUM with uniform micropermeability may be sufficient for in-plane permeability, so the extra complexity of segment-wise ML surrogates should be reserved for out-of-plane or local flow details.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 5 minor

Summary. The manuscript proposes a multiscale permeability-prediction framework for fibrous textiles, comparing four approaches: numerical upscaling (NUM), scale-bridging with machine-learning emulators (SBM), fully resolved models (FRM), and a newly developed hybrid dual-scale solver that couples a PINN microscale solver with a Stokes-Brinkman finite-element mesoscale solver. The central scientific claim is that the hybrid solver, through the coarse-scale regularizer R in Eq. (14), achieves reasonable accuracy within 25k iterations on two 2D periodic fiber geometries, whereas standard PINNs fail. A secondary engineering claim is that NUM and SBM reproduce FRM in-plane permeabilities while requiring far less runtime than FRM.

Significance. If the hybrid claim is established, the paper would make a useful contribution by showing that coarse-scale information can regularize PINN training under periodic boundary conditions, a known failure mode. The manuscript has genuine strengths: two well-defined 2D benchmarks with finite-element reference solutions, a detailed statement of Algorithm 1, explicit hyperparameter values, and unusually candid discussion of limitations in Sections 6.2 and 7. However, the current evidence does not yet establish that the coarse-scale regularizer is the cause of the improvement, because the regularizer depends on the very permeability that the PINN is learning, and the projection interval and initial guess are hand-chosen. The engineering comparison is also weakened by unmatched fiber volume contents and hardware differences. The paper is honest about several of these concerns but does not resolve them.

major comments (4)
  1. [§5.3, Eq. (14), Algorithm 1 lines 8–10] The coarse-scale regularizer R is not an independent reference. It evaluates the PINN velocity and pressure against the finite-element solution of (15), but that finite-element solution is computed using dKp11[VZ] extracted from the current PINN output and then projected by (18). The same quantity the PINN is learning therefore appears on both sides of the training signal, and the projection interval [5e-5, 5e-4] and initial guess 4.5e-4 are chosen so that both reference values (2.37e-4 for VZ1 and 9.08e-5 for VZ2) lie inside the interval. The paper provides no sensitivity study varying gKp, Kp_LB, or Kp_UB, and no analysis of other possible fixed points of this feedback loop. Without such an ablation, or a comparison against a regularizer built from a fixed reference permeability, the headline conclusion that coarse-scale regularization fixes PINN failure is not established; the reported accuracy may reflect favorable manual choices rather than a property of the dual-scale coupling.
  2. [§6.2, Fig. 8] The accuracy numbers for the hybrid solver are single trajectories with no seed-to-seed variation or confidence intervals, and the network and optimization hyperparameters appear to be tuned on the same two benchmark geometries used for evaluation. The permeability history for VZ2 in Fig. 8(f) visibly overestimates the reference and oscillates, so the statement that the hybrid solver 'yields reasonable accuracy within 25k iterations' needs support from repeated runs with different initializations and reporting of mean and spread. Ideally the method should also be evaluated on a third geometry not used for hyperparameter selection. This is load-bearing because it is the main evidence for the claimed improvement over standard PINNs.
  3. [§6.1, Table 1] The claimed agreement between NUM/SBM and FRM is not quantified at matched conditions. The two families of models are reported at different fiber volume contents (NUM/SBM: 40.8%, 45.2%, 49.9%, 55.0%; FRM: 38.4%, 42.7%, 48.0%, 49.9%, 54.9%, 60.0%), on different model sizes, and on different hardware, and the paper itself warns that the FRM role as reference must be critically examined. As one example, NUM20 at 49.9% FVC reports K11 = 5.76e-11 m² while FRM30 at 48.0% FVC reports K11 = 1.23e-10 m², a factor-of-two difference that is difficult to reconcile with the statement of 'good consistency' except at the lowest FVC. Please provide an interpolation to common FVC values or otherwise quantify the comparison before claiming that NUM and SBM reproduce FRM in-plane permeabilities.
  4. [Abstract vs. §6.1 and Table 1] The abstract states that the scale-bridging method has 'modeling runtimes of ~45 minutes per simulation', while Section 6.1 states that NUM and SBM complete simulations in under 11 hours, Table 1 lists 9.0–10.5 hours, and the conclusion repeats 'below 11 hours'. The 45-minute figure is inconsistent with the body of the paper and must be corrected or explicitly explained. In addition, the abstract at the start of the submission uses the taxonomy SSM/SUM/SBM/FRM, whereas the abstract in the body uses NUM/FRM/SBM/PINN; the two should be aligned so that the reader knows which methods are actually compared.
minor comments (5)
  1. [§4] The text contains a typo: 'caluclated' should be 'calculated'.
  2. [§5.3, after Eq. (14)] The notation 'λSB_i > 0' is not defined; the weights appearing in Eq. (14) are λu and λp.
  3. [§5.1–§5.3] Notation alternates between V1/VZ1, Kp/Kp11, and dKp11/cKp without consistent subscripts; please standardize notation for the two-scale models and the permeability symbols.
  4. [Fig. 8 caption] The caption uses '25f' and '36f' while the text refers to VZ1 and VZ2; define these abbreviations in the caption or use the same names as the text.
  5. [Table 1] The column header 'R T in h' is unclear; spell out 'RT' as 'runtime' and separate it from the preceding column.

Circularity Check

1 steps flagged · score 4.0 of 10

The hybrid solver's coarse-scale regularizer is self-referential: the Stokes-Brinkman target in Eq. (14) is generated from the PINN's own projected permeability, so the reported accuracy is not shown to be independent of the hand-set initial guess and projection bounds.

  1. self definitional [Section 5.3, Eq. (14), Eq. (15), Eq. (18), Algorithm 1 lines 8-10]
    "To evaluate (14), we need the PINN ansatz (9), as well as the following learning-informed Stokes-Brinkman equation must be solved ... where cKMe[VZ] = χZ_F · ∞ + χZ_P · dKp11[VZ] and dKp11[VZ] is computed via (7) using the outputs of the PINN ansatz (9). Algorithm 1: Update: dKp11[VZ](θk, ψk) ← Darcy's Law (dNN_{θk,ψk}) according to (7); Project: dKp11[VZ](θk, ψk) ← P[Kp_LB,Kp_UB](dKp11[VZ](θk, ψk)) using (18)."

    The coarse-scale regularizer R in Eq. (14) is presented as mesoscale information that rescues the PINN, but its target (buSB, bpSB) is obtained by solving Eq. (15) with a permeability dKp11 that is itself read off from the PINN solution via Eq. (7) and then clipped by the user-specified projection Eq. (18). Thus the 'additional information' is a function of the very quantity the PINN is learning; the combined loss Jλ = J + R is a self-consistency condition rather than a fit to an independent reference. The reported agreement with FEM is therefore contingent on the un-ablated initial guess gKp = 4.5e-4 and interval [5e-5, 5e-4], both of which contain the two reference permeabilities, and the paper does not demonstrate uniqueness of the fixed point or robustness outside that interval.

full rationale

The paper is not overtly circular in the strongest sense: the FEM reference permeabilities are not used in the training loss, and the final PINN velocity fields and permeability values are not hardwired to either the reference or the projection bounds. The reported failure of standard PINNs and the relative success of the hybrid solver are empirical comparisons with independent finite-element solutions. However, the central mechanism of the hybrid solver is self-referential in a way that weakens the claim that coarse-scale regularization provides independent physical information. Specifically, the Stokes-Brinkman target in Eq. (14) is generated from the current PINN's own projected permeability estimate via Eq. (15), so the regularizer enforces consistency with a coarse-scale model that is itself built from the quantity being predicted. The projection in Eq. (18) and the initial guess in Section 6.2 bracket both reference values, and no sensitivity analysis is provided, so the favorable comparison to FEM cannot be separated from these choices. The paper also contains self-citations to the authors' prior work, notably [6] for the hybrid multiscale framework and [12, 15] for the data-driven permeability emulators, but these are not the decisive load-bearing evidence for the paper's main empirical claims, which are demonstrated here with new experiments. The authors also explicitly acknowledge limitations, including FRM's reduced size and resolution and the hybrid solver's lack of maturity for large complex geometries. Overall, the circularity is partial and localized to the self-consistent construction of the coarse-scale regularizer, meriting a moderate score rather than a charge of fully circular derivation.

Assumptions & free parameters 5 free parameters · 5 assumptions · 0 invented entities

The central results rest on the physical modeling assumptions of Darcy and Stokes-Brinkman flow and on scale separation, plus several hand-chosen numerical parameters for the hybrid PINN solver. The projection bounds and initial permeability guess are the most load-bearing numeric choices: they are selected a priori and the solver clips predicted permeability into that interval. No new physical entities are introduced. The ML emulator weights from prior papers are central to SBM but are not provided, which limits independent verification.

free parameters (5)
  • gKp_11 initial permeability guess = 4.5e-4
    Algorithm 1 input; hand-set to seed the coarse-scale regularizer; not derived from data in the paper.
  • Projection bounds Kp_LB, Kp_UB = 5e-5, 5e-4
    Eq. (18) clips predicted permeability; chosen by hand and load-bearing because the hybrid solver projects every iterate into this interval.
  • Loss weights lambda_r, lambda_div, lambda_b, lambda_u, lambda_p = not reported (adaptive scaling, then exponential annealing)
    Eqs. (10), (14), (16); tuned to overcome gradient stiffness; final values are not given.
  • Network and optimizer hyperparameters = dE=256, 3x128 layers, lr=1e-3, decay=0.9, kmax=25000, kc=5000, T=250, gamma=2.5e-4
    Section 6.2; chosen for the two benchmarks; no sensitivity analysis is reported.
  • ML emulator weights for SBM from [12, 15] = not provided
    The SBM permeability values depend on trained surrogate models from prior papers; weights and training data are not shipped, so the SBM results cannot be independently reproduced.
assumptions (5)
  • domain assumption Darcy's law (Eq. 3) and the Stokes-Brinkman equation (Eq. 6) describe permeability of fibrous porous media at micro and mesoscale.
    Used throughout Sections 2 and 3 as the physical model; no experimental validation is presented in this paper.
  • domain assumption Scale separation and homogenization: a microscale SVE permeability can be assigned to a mesoscale roving segment to predict dual-scale permeability.
    Core to NUM and SBM; the downscaling and upscaling operators in Section 2 assume separability of scales.
  • ad hoc to paper The coarse-scale Stokes-Brinkman solution is an adequate regularizer for the microscale PINN.
    Eq. (14) injects buSB and bpSB into the PINN loss; this is introduced for the present paper and is not justified by a convergence theorem.
  • ad hoc to paper The true micropermeability lies within the hand-chosen projection bounds [Kp_LB, Kp_UB].
    Algorithm 1 line 9; if violated, the solver output is clipped and the reported accuracy claim fails. The bounds are chosen a priori in Section 6.2.
  • standard math Finite element Taylor-Hood solutions provide accurate reference permeabilities.
    Used as ground truth in Section 5.1; variations with lp are reported, but no full adaptive refinement study is given.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Hybrid machine learning based scale bridging framework for permeability prediction of fibrous structures." pith.science (2026). https://pith.science/paper/X452YMHJ

@misc{pith2026250205044,
  author       = {Pith},
  title        = {Pith review of: Hybrid machine learning based scale bridging framework for permeability prediction of fibrous structures},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/X452YMHJ}},
  note         = {Machine review of arXiv:2502.05044}
}
read the original abstract

This study introduces a hybrid machine learning-based scale-bridging framework for predicting the permeability of fibrous textile structures. By addressing the computational challenges inherent to multiscale modeling, the proposed approach evaluates the efficiency and accuracy of different scale-bridging methodologies combining traditional surrogate models and even integrating physics-informed neural networks (PINNs) with numerical solvers, enabling accurate permeability predictions across micro- and mesoscales. Four methodologies were evaluated: Single Scale Method (SSM), Simple Upscaling Method (SUM), Scale-Bridging Method (SBM), and Fully Resolved Model (FRM). SSM, the simplest method, neglects microscale permeability and exhibited permeability values deviating by up to 150\% of the FRM model, which was taken as ground truth at an equivalent lower fiber volume content. SUM improved predictions by considering uniform microscale permeability, yielding closer values under similar conditions, but still lacked structural variability. The SBM method, incorporating segment-based microscale permeability assignments, showed significant enhancements, achieving almost equivalent values while maintaining computational efficiency and modeling runtimes of ~45 minutes per simulation. In contrast, FRM, which provides the highest fidelity by fully resolving microscale and mesoscale geometries, required up to 270 times more computational time than SSM, with model files exceeding 300 GB. Additionally, a hybrid dual-scale solver incorporating PINNs has been developed and shows the potential to overcome generalization errors and the problem of data scarcity of the data-driven surrogate approaches. The hybrid framework advances permeability modelling by balancing computational cost and prediction reliability, laying the foundation for further applications in fibrous composite manufacturing.

Figures

Figures reproduced from arXiv: 2502.05044 by the authors.

Figure 1
Figure 1. Relevant scale levels for permeability prediction. [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Visualisation of the statistical representative volume elements for micro- and [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. Schematic illustrations of all four dual-scale methods used for permeability predic [PITH_FULL_IMAGE:figures/full_fig_p011_3.png] view at source ↗
Figures from the paper (9 more)
Figure 4
Figure 4. Figure 4: Two classes of modeling approaches for the ML emulators for permeability predic [PITH_FULL_IMAGE:figures/full_fig_p012_4.png]
Figure 5
Figure 5. Figure 5: Two-scale 2D reference models: microscale [PITH_FULL_IMAGE:figures/full_fig_p014_5.png]
Figure 6
Figure 6. Figure 6: The schematic workflow for the hybrid neural network based dual scale solver. [PITH_FULL_IMAGE:figures/full_fig_p017_6.png]
Figure 7
Figure 7. Figure 7: Diagrams of the in-plane (left) and out-of-plane (right) permeability results plotted [PITH_FULL_IMAGE:figures/full_fig_p020_7.png]
Figure 8
Figure 8. Figure 8: Relative l2 errors for u1, u2 and p vs iterations of PINNs (a,d) and hybrid solver (b,e). Abbreviations ‘25f” and ‘36f” stand for VZ1 and VZ2 , respectively. Permeability prediction Kcp (blue line) vs iterations of the hybrid solver in VZ1 (c) and in VZ2 (f). The red b…
Figure 9
Figure 9. Figure 9: Hybrid solver results for the microscale flow and pointwise errors (relative to the [PITH_FULL_IMAGE:figures/full_fig_p024_9.png]
Figure 10
Figure 10. Figure 10: Hybrid solver results for the microscale flow and pointwise errors (relative to the [PITH_FULL_IMAGE:figures/full_fig_p024_10.png]
Figure 11
Figure 11. Figure 11: Hybrid solver results for VZ1 : flow components and pressure in the fiber tow [PITH_FULL_IMAGE:figures/full_fig_p025_11.png]
Figure 12
Figure 12. Figure 12: Hybrid solver results for VZ2 : flow components and pressure in the fiber tow. 24 [PITH_FULL_IMAGE:figures/full_fig_p025_12.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

30 extracted references · 26 canonical work pages

  1. [1]

    S. V. Lomov, G. Huysmans, Y. Luo, R. Parnas, A. Prodromou, I. Verpoest, F. Phelan, Textile composites: modelling strategies, Composites Part A: applied science and manufacturing 32 (10) (2001) 1379–1394

  2. [2]

    Lubbers, A

    N. Lubbers, A. Agarwal, Y. Chen, S. Son, M. Mehana, Q. Kang, S. Karra, C. Junghans, T. C. Germann, H. S. Viswanathan, Modeling and scale- bridging using machine learning: Nanoconfinement effects in porous media, Scientific reports 10 (1) (2020) 13312

  3. [3]

    Gorguluarslan, S.-K

    R. Gorguluarslan, S.-K. Choi, A simulation-based upscaling technique for multiscale modeling of engineering systems under uncertainty, International Journal for Multiscale Computational Engineering 12 (6) (2014)

  4. [4]

    Seuffert, L

    J. Seuffert, L. Bittrich, L. Cardoso de Oliveira, A. Spickenheuer, L. K¨ arger, Micro-scale permeability characterization of carbon fiber composites using micrograph volume elements, Frontiers in Materials 8 (2021) 745084

  5. [5]

    Raissi, P

    M. Raissi, P. Perdikaris, G. E. Karniadakis, Physics-informed neural net- works: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations, Journal of Computational Physics 378 (2019) 686–707

  6. [6]

    A hybrid physics-informed neural network based multiscale solver as a partial differential equation constrained optimization problem

    M. Hinterm¨ uller, D. Korolev, A hybrid physics-informed neural network based multiscale solver as a partial differential equation constrained opti- mization problem, arXiv preprint arXiv:2309.04439 (2023)

  7. [7]

    Griebel, M

    M. Griebel, M. Klitz, Homogenization and numerical simulation of flow in geometries with textile microstructures, Multiscale Modeling & Simulation 8 (4) (2010) 1439–1460

  8. [8]

    Schmidt, F

    T. Schmidt, F. Schimmer, A. Widera, D. May, N. Motsch, C. Bauer, A novel simulative-experimental approach to determine the permeability of technical textiles, Key Engineering Materials 809 (2019) 487–492. 27

Show all 30 references
  1. [9]

    P. B. Nedanov, S. G. Advani, Numerical computation of the fiber preform permeability tensor by the homogenization method, Polymer composites 23 (5) (2002) 758–770

  2. [10]

    Syerko, C

    E. Syerko, C. Binetruy, S. Comas-Cardona, A. Leygue, A numerical ap- proach to design dual-scale porosity composite reinforcements with en- hanced permeability, Materials & Design 131 (2017) 307–322

  3. [11]

    X. Du, M. Ostoja-Starzewski, On the size of representative volume element for darcy law in random media, Proceedings of the Royal Society A: Math- ematical, Physical and Engineering Sciences 462 (2074) (2006) 2949–2963

  4. [12]

    Schmidt, D

    T. Schmidt, D. K. Natarajan, M. Duhovic, S. Cassola, M. Nuske, D. May, Numerical data generation for building machine learning models for per- meability estimation of fibrous structures, Polymer Composites (2025) 1– 17doi:10.1002/pc.2976

  5. [13]

    Syerko, T

    E. Syerko, T. Schmidt, D. May, C. Binetruy, S. G. Advani, S. Lomov, L. Silva, S. Abaimov, N. Aissa, I. Akhatov, et al., Benchmark exercise on image-based permeability determination of engineering textiles: Microscale predictions, Composites Part A: Applied Science and Manufact...

  6. [14]

    Hilden, S

    J. Hilden, S. Linden, B. Planas, Flowdict user guide geodict release 2024, GeoDict 2024 User Guide. Math2Market GmbH (2024)

  7. [15]

    D. K. Natarajan, T. Schmidt, S. Cassola, M. Nuske, M. Duhovic, D. May, A. Dengel, Data-driven permeability prediction of 3D fibrous microstruc- tures, Proceedings of ECCOMAS Congress 2024 - 9th European Congress on Computational Methods in Applied Sciences and Engineering (Sep. 2024)

  8. [16]

    Elmorsy, W

    M. Elmorsy, W. El-Dakhakhni, B. Zhao, Generalizable Permeability Pre- diction of Digital Porous Media via a Novel Multi-Scale 3D Convolutional 28 Neural Network, Water Resources Research 58 (3) (2022) e2021WR031454. doi:10.1029/2021WR031454

  9. [17]

    Stiller, F

    P. Stiller, F. Bethke, M. B¨ ohme, R. Pausch, S. Torge, A. Debus, J. Vor- berger, M. Bussmann, N. Hoffmann, Large-scale neural solvers for partial differential equations, in: Driving Scientific and Engineering Discoveries Through the Convergence of HPC, Big Data and AI: 17th S...

  10. [18]

    Escapil-Inchausp´ e, G

    P. Escapil-Inchausp´ e, G. A. Ruz, h-analysis and data-parallel physics- informed neural networks, Scientific Reports 13 (1) (2023) 17562

  11. [19]

    Shukla, A

    K. Shukla, A. D. Jagtap, G. E. Karniadakis, Parallel physics-informed neu- ral networks via domain decomposition, Journal of Computational Physics 447 (2021) 110683

  12. [20]

    Moseley, A

    B. Moseley, A. Markham, T. Nissen-Meyer, Finite basis physics-informed neural networks (fbpinns): a scalable domain decomposition approach for solving differential equations, Advances in Computational Mathematics 49 (4) (2023) 62

  13. [21]

    Boffi, F

    D. Boffi, F. Brezzi, M. Fortin, et al., Mixed finite element methods and applications, Vol. 44, Springer, 2013

  14. [22]

    S. Wang, S. Sankaran, H. Wang, P. Perdikaris, An expert’s guide to training physics-informed neural networks, arXiv preprint arXiv:2308.08468 (2023)

  15. [23]

    Rahaman, A

    N. Rahaman, A. Baratin, D. Arpit, F. Draxler, M. Lin, F. Hamprecht, Y. Bengio, A. Courville, On the spectral bias of neural networks, in: Inter- national conference on machine learning, PMLR, 2019, pp. 5301–5310

  16. [24]

    Tancik, P

    M. Tancik, P. Srinivasan, B. Mildenhall, S. Fridovich-Keil, N. Raghavan, U. Singhal, R. Ramamoorthi, J. Barron, R. Ng, Fourier features let net- 29 works learn high frequency functions in low dimensional domains, Advances in neural information processing systems 33 (2020) 7537–7547

  17. [25]

    S. Wang, H. Wang, P. Perdikaris, On the eigenvector bias of fourier fea- ture networks: From regression to solving multi-scale pdes with physics- informed neural networks, Computer Methods in Applied Mechanics and Engineering 384 (2021) 113938

  18. [26]

    S. Wang, Y. Teng, P. Perdikaris, Understanding and mitigating gradient flow pathologies in physics-informed neural networks, SIAM Journal on Scientific Computing 43 (5) (2021) A3055–A3081

  19. [27]

    Glorot, Y

    X. Glorot, Y. Bengio, Understanding the difficulty of training deep feed- forward neural networks, in: Proceedings of the thirteenth international conference on artificial intelligence and statistics, JMLR Workshop and Conference Proceedings, 2010, pp. 249–256

  20. [28]

    D. P. Kingma, Adam: A method for stochastic optimization, arXiv preprint arXiv:1412.6980 (2014)

  21. [29]

    McGreivy, A

    N. McGreivy, A. Hakim, Weak baselines and reporting biases lead to overoptimism in machine learning for fluid-related partial differential equa- tions, Nature Machine Intelligence (2024) 1–14

  22. [30]

    Syerko, T

    E. Syerko, T. Schmidt, D. May, C. Binetruy, S. V. Lomov, S. Advani, L. Silva, Mesoscale results from the virtual permeability benchmark on engineering textiles, in: 21st European Conference on Composite Materials, Vol. 8 - Special Sessions, The European Society for Composite M...

Pith tools

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