pith. sign in

arxiv: 2604.13919 · v1 · submitted 2026-04-15 · ⚛️ physics.flu-dyn · cs.LG· physics.comp-ph

Nested Fourier-enhanced neural operator for efficient modeling of radiation transfer in fires

Pith reviewed 2026-05-10 12:10 UTC · model grok-4.3

classification ⚛️ physics.flu-dyn cs.LGphysics.comp-ph
keywords neural operatorradiation transferfire simulationCFDFourier-MIONetsurrogate modelradiative transfer equationmachine learning
0
0 comments X

The pith

A nested Fourier-MIONet surrogate predicts radiation fields in 3D fire CFD simulations with 2-4% relative error while running faster than one traditional finite-volume solve.

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

The paper establishes that Fourier-enhanced neural operators can serve as a practical replacement for direct numerical solution of the radiative transfer equation inside fire simulations. Standard CFD codes like FireFOAM spend most of their time on radiation when fires are large, and the high-dimensional integral becomes a bottleneck. The authors first test several operator architectures on 2D pool fires, then introduce a nested version that handles locally refined 3D meshes by predicting across refinement levels from coarser fields. When trained on McCaffrey pool-fire data spanning a continuous range of heat release rates, the surrogate reproduces radiation solutions to within 2-4% global relative error. This matters because it opens the door to running more detailed radiation models or longer simulations on the same hardware.

Core claim

The nested Fourier-MIONet maps input fields (temperature, absorption coefficient, and geometry indicators) defined on a hierarchy of mesh levels to the corresponding radiative intensity and heat flux fields at each level, trained end-to-end on FireFOAM snapshots of McCaffrey pool fires; the resulting model delivers global relative errors of 2-4% on 3D test cases that include both fixed and continuously varying heat release rates while requiring less wall-clock time than a single 16-solid-angle finite-volume radiation solve.

What carries the argument

The nested Fourier-MIONet, a hierarchical multiple-input neural operator that applies Fourier layers to produce radiation predictions at successively refined mesh levels from shared coarse inputs plus local refinement features.

If this is right

  • Radiation solves no longer dominate the cost of fire CFD, allowing longer or ensemble simulations on existing hardware.
  • More spectrally detailed radiation models become feasible inside the same CFD framework because each solve is now cheap.
  • A single trained surrogate can handle a continuous range of heat release rates instead of requiring separate models for each intensity.
  • Higher-resolution meshes can be used for the flow field without a matching explosion in radiation cost.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same nested structure could be applied to other multi-scale radiative problems such as combustion chambers or atmospheric scattering.
  • Retraining the operator on a broader library of fire types would likely extend the accuracy claim beyond pool fires.
  • Coupling the surrogate to adaptive mesh refinement codes other than FireFOAM would test whether the nesting pattern generalizes to different refinement strategies.

Load-bearing premise

A model trained only on McCaffrey pool-fire simulations with FireFOAM data will continue to give accurate radiation predictions for other fire geometries, different mesh resolutions, and heat release rates outside the training distribution without retraining.

What would settle it

Running the surrogate on a FireFOAM simulation of a non-pool fire or an HRR value outside the trained range and measuring a global relative error well above 4% would show that the claimed accuracy does not hold.

Figures

Figures reproduced from arXiv: 2604.13919 by Anran Jiao, Lu Lu, Wengyao Jiang, Xiaoyi Lu, Yi Wang.

Figure 1
Figure 1. Figure 1: Fourier-MIONet architecture. (A) Two independent branch nets take the discretized functions κ(r) and T(r) as inputs and output {bk} p k=1 and {ck} p k=1 , respectively. The trunk net takes s and outputs {tk} p k=1 . (B) The branch and trunk outputs are merged by element-wise products and then passed into L Fourier layers. Each Fourier layer maps v j to v j+1 by applying a 3D FFT F , multiplying by learnabl… view at source ↗
Figure 2
Figure 2. Figure 2: Mesh refinements and nested Fourier-MIONet architecture. (A) 2D and 3D visualizations of the mesh refinements for one example of the temperature field T. (B) 2D visualizations of level 4, 3, 2, and 1 refinement boxes above the burner surface with the grid resolutions and box sizes after linear interpolation. (C) Nested pipeline for predicting radiative intensity for four levels with gradually increasing re… view at source ↗
Figure 3
Figure 3. Figure 3: Results of Fourier-MIONet for the 2D pool fire problem in Section 4.1. (A) Example of κ and T from the test data across half of a fire puff cycle. The red box highlights a specific example corresponding to that in (B). (B) One example of reference, prediction, and the absolute error of I and G on 4 different solid angles: s1 = (sin π 16 , cos π 16 ), s6 = (sin 11π 16 , cos 11π 16 ), s11 = (sin 21π 16 , cos… view at source ↗
Figure 4
Figure 4. Figure 4: Model accuracy across refinement levels and HRRs for the nested Fourier-MIONet. (A) Per-level L 2 relative errors for I and G for the 58 kW (left) and 14 kW (right) McCaffrey fires. Solid bars denote the individual per-level error εI and εG, and hatched bars denote the global inference error ε level I and ε level G . (B) The L 2 relative errors of the radiative intensity I (left) and incident radiation G (… view at source ↗
Figure 5
Figure 5. Figure 5: Results of McCaffrey fire with HRR 58 kW and 14 kW in Section 4.2 using the fixed-HRR medium model. Examples of predictions, references, and the corresponding absolute errors of level 4, level 3, level 2, and level 1 of fire (A) 58 kW and (B) 14 kW. The predictions are combined to obtain the final global prediction I(s = s1) in the middle column. (C) Schematic of four representative directions from the 16 … view at source ↗
Figure 6
Figure 6. Figure 6: Emission, absorption, and the radiative heat loss ∇ · qrad fields of the McCaffrey fire predicted from the fixed-HRR medium model. Examples of x–z views of predictions, references, and the corresponding absolute errors for fire with HRR (A) 58 kW, and (B) 14 kW at y = 0.00625. 14 [PITH_FULL_IMAGE:figures/full_fig_p014_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Input fields with variable HRRs for the McCaffrey fires dataset in Section 4.3. Again, we train Tiny, Small, Medium, and Large models on this dataset, and we test these models on the same fixed-HRR datasets (14, 22, 33, 45, and 58 kW) from Section 4.2. Note that these fixed-HRR datasets are not included in the variable-HRR training dataset. Similarly, error increases with HRR as higher-complexity fires rem… view at source ↗
Figure 8
Figure 8. Figure 8: Errors of McCaffrey fire models trained on the variable-HRR dataset and tested on fixed-HRR cases. The global inference errors of I (left) and G (right) for different model sizes evaluated across fixed HRRs from 14 kW to 58 kW. Darker colors indicate larger errors. The model exhibits robust adaptability, and captures both the smoother, less complex fields of the 14 kW case while simultaneously resolving th… view at source ↗
Figure 9
Figure 9. Figure 9: Results of the McCaffrey fire using the variable-HRR medium model. Examples of predictions, references, and the corresponding absolute errors of level 4, level 3, level 2, and level 1 of fire (A) 58 kW and (B) 14 kW. The predictions are combined to obtain the final global prediction I(s = s1) in the middle column. 17 [PITH_FULL_IMAGE:figures/full_fig_p017_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Emission, absorption, and the radiative heat loss ∇ · qrad fields of the McCaffrey fire predicted from the medium variable-HRR model. Examples of predictions, references, and the corresponding absolute errors for fire with HRR (A) 58 kW, and (B) 14 kW [PITH_FULL_IMAGE:figures/full_fig_p018_10.png] view at source ↗
read the original abstract

Computational fluid dynamics (CFD) has become an essential tool for predicting fire behavior, yet maintaining both efficiency and accuracy remains challenging. A major source of computational cost in fire simulations is the modeling of radiation transfer, which is usually the dominant heat transfer mechanism in fires. Solving the high-dimensional radiative transfer equation (RTE) with traditional numerical methods can be a performance bottleneck. Here, we present a machine learning framework based on Fourier-enhanced multiple-input neural operators (Fourier-MIONet) as an efficient alternative to direct numerical integration of the RTE. We first investigate the performance of neural operator architectures for a small-scale 2D pool fire and find that Fourier-MIONet provides the most accurate radiative solution predictions. The approach is then extended to 3D CFD fire simulations, where the computational mesh is locally refined across multiple levels. In these high-resolution settings, monolithic surrogate models for direct field-to-field mapping become difficult to train and computationally inefficient. To address this issue, a nested Fourier-MIONet is proposed to predict radiation solutions across multiple mesh-refinement levels. We validate the approach on 3D McCaffrey pool fires simulated with FireFOAM, including fixed fire sizes and a unified model trained over a continuous range of heat release rates (HRRs). The proposed method achieves global relative errors of 2-4% for 3D varying-HRR scenarios while providing faster inference than the estimated cost of one finite-volume radiation solve in FireFOAM for the 16-solid-angle case. With fast and accurate inference, the surrogate makes higher-fidelity radiation treatments practical and enables the incorporation of more spectrally resolved radiation models into CFD fire simulations for engineering applications.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 3 minor

Summary. The manuscript proposes a nested Fourier-enhanced multiple-input neural operator (Fourier-MIONet) as a data-driven surrogate for solving the radiative transfer equation (RTE) in CFD fire simulations. It first benchmarks neural operator variants on 2D pool fires, identifies Fourier-MIONet as most accurate, and then introduces a nested architecture to handle 3D McCaffrey pool fires on locally refined multi-level meshes. Validation on FireFOAM-generated data for both fixed fire sizes and a unified model over continuous heat release rates (HRRs) reports global relative errors of 2-4% with inference faster than one 16-solid-angle finite-volume radiation solve.

Significance. If the accuracy and speedup hold on the tested McCaffrey cases, the work offers a practical route to replace expensive RTE solves in fire CFD, enabling higher-fidelity or spectrally resolved radiation models in engineering applications. The nested design specifically addresses training challenges on refined meshes, and the concrete 3D performance numbers on realistic FireFOAM data constitute a useful empirical contribution for surrogate modeling in fluid dynamics.

major comments (3)
  1. [§4 (3D validation results)] §4 (3D validation results): The central claim of 2-4% global relative errors for varying-HRR scenarios supplies no information on training/validation splits, number of independent simulations, baseline comparisons against other operators or reduced models, or error bars across runs, leaving the reliability of the accuracy numbers difficult to evaluate.
  2. [§3 (nested architecture motivation)] §3 (nested architecture motivation): The claim that monolithic models become difficult to train on locally refined meshes is used to justify the nested Fourier-MIONet, yet no quantitative comparison (training curves, accuracy, or wall-time) between monolithic and nested versions is provided to substantiate the necessity or improvement.
  3. [Performance evaluation subsection] Performance evaluation subsection: The inference speedup relative to one FireFOAM 16-angle solve is stated without hardware specifications, exact timing protocol, or cost breakdown for the finite-volume reference, rendering the efficiency claim non-reproducible from the given information.
minor comments (3)
  1. [Methods or Results] The exact definition and formula for 'global relative error' should be stated explicitly in the methods or results section rather than left implicit.
  2. [Figures] Figure captions for the 3D mesh-refinement examples would benefit from indicating the specific HRR values and refinement levels shown to improve interpretability.
  3. Acronyms (MIONet, HRR, RTE) should be defined at first use in the main text even if already defined in the abstract.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for the constructive and detailed comments on our manuscript. These have highlighted important areas for clarification regarding experimental details, architectural justification, and reproducibility. We address each major comment below and outline the revisions we will make to strengthen the paper.

read point-by-point responses
  1. Referee: [§4 (3D validation results)] The central claim of 2-4% global relative errors for varying-HRR scenarios supplies no information on training/validation splits, number of independent simulations, baseline comparisons against other operators or reduced models, or error bars across runs, leaving the reliability of the accuracy numbers difficult to evaluate.

    Authors: We agree that the reliability of the reported 2-4% errors cannot be fully assessed without these details. In the revised manuscript, we will expand the description in §4 to specify the training/validation splits (a 70/30 split over the continuous HRR range with no overlap between training and test HRR values), the number of independent simulations (20 distinct FireFOAM runs with varied initial conditions and mesh perturbations), baseline comparisons to a standard DeepONet and a non-nested Fourier Neural Operator on the same 3D data where computationally feasible, and error bars computed as the standard deviation across five independent training runs with different random seeds. These additions will directly address the concern and allow readers to evaluate robustness. revision: yes

  2. Referee: [§3 (nested architecture motivation)] The claim that monolithic models become difficult to train on locally refined meshes is used to justify the nested Fourier-MIONet, yet no quantitative comparison (training curves, accuracy, or wall-time) between monolithic and nested versions is provided to substantiate the necessity or improvement.

    Authors: The referee is correct that a quantitative comparison is needed to substantiate the motivation for the nested design. Our initial monolithic training attempts on the multi-level refined 3D meshes exhibited instability and poor convergence, but these were not documented. We will revise §3 to include a new paragraph with training loss curves from a 2D proxy problem (McCaffrey-like setup) showing slower convergence and higher final error for the monolithic model, along with inference wall-time comparisons between the two architectures on the 3D cases. Full 3D monolithic retraining for direct comparison is limited by available compute, so we use the proxy to illustrate the point while noting this limitation. revision: partial

  3. Referee: Performance evaluation subsection: The inference speedup relative to one FireFOAM 16-angle solve is stated without hardware specifications, exact timing protocol, or cost breakdown for the finite-volume reference, rendering the efficiency claim non-reproducible from the given information.

    Authors: We agree that the efficiency claims require more precise information to be reproducible. In the revised performance evaluation subsection, we will add: hardware details (neural operator inference performed on a single NVIDIA A100 GPU; FireFOAM reference solves on a 32-core Intel Xeon Gold 6248 CPU node), the exact timing protocol (average and standard deviation over 100 inference passes after warm-up, excluding data transfer), and a cost breakdown (total finite-volume solve time of approximately 85 seconds for the 16-solid-angle case, with per-angle costs of ~5 seconds). This will make the reported speedup fully transparent. revision: yes

Circularity Check

0 steps flagged

No significant circularity; minor self-citation not load-bearing

full rationale

The paper proposes a nested Fourier-MIONet surrogate trained on external FireFOAM CFD data for RTE solutions in McCaffrey pool fires. Validation reports empirical global relative errors of 2-4% on held-out 3D cases (fixed and varying HRR), with inference speed compared to one FireFOAM solve. No equations reduce the reported errors or architecture choice to fitted parameters by construction, and no derivation chain collapses to self-definition or self-citation. The 2D architecture selection step is a standard empirical comparison before 3D extension; any self-citations to prior neural operator work are not invoked as uniqueness theorems or to justify the central performance claims.

Axiom & Free-Parameter Ledger

1 free parameters · 1 axioms · 0 invented entities

The central claim rests on the domain assumption that radiation fields in fires can be learned as a mapping from flow variables using neural operators trained on finite-volume data; no free parameters or invented entities are explicitly named in the abstract.

free parameters (1)
  • Neural network parameters
    Weights and biases of the Fourier-MIONet models fitted to simulation data
axioms (1)
  • domain assumption Radiation transfer solutions from FireFOAM finite-volume solves are sufficiently accurate ground truth for training the surrogate
    Invoked when using FireFOAM data to train and validate the neural operator

pith-pipeline@v0.9.0 · 5619 in / 1283 out tokens · 43642 ms · 2026-05-10T12:10:11.959107+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

44 extracted references · 44 canonical work pages

  1. [1]

    Large eddy simulation of fire plumes.Proc

    Yi Wang, Prateep Chatterjee, and John L de Ris. Large eddy simulation of fire plumes.Proc. Combust. Inst., 33(2):2473–2480, 2011

  2. [2]

    Fire dynamics simulator (version 5), user’s guide.NIST special publication, 1019(5):1–186, 2010

    Kevin McGrattan, Bryan Klein, Simo Hostikka, and Jason Floyd. Fire dynamics simulator (version 5), user’s guide.NIST special publication, 1019(5):1–186, 2010

  3. [3]

    Fire performance evaluation of cladding wall assemblies using the 16-ft high parallel panel test method of ansi/fm 4880.Fire and Materials, 45(5):609–623, 2021

    Gaurav Agarwal, Yi Wang, and Sergey Dorofeev. Fire performance evaluation of cladding wall assemblies using the 16-ft high parallel panel test method of ansi/fm 4880.Fire and Materials, 45(5):609–623, 2021

  4. [4]

    A finite-volume method for predicting a radiant heat transfer in enclosures with participating media

    George D Raithby and Eddy H Chui. A finite-volume method for predicting a radiant heat transfer in enclosures with participating media. 1990

  5. [5]

    Discrete-ordinates method in radiative heat transfer.International journal of engineering science, 36(12-14):1651–1675, 1998

    Stefan T Thynell. Discrete-ordinates method in radiative heat transfer.International journal of engineering science, 36(12-14):1651–1675, 1998

  6. [6]

    John Wiley & Sons, 2018

    J Robert Mahan.The Monte Carlo ray-trace method in radiation heat transfer and applied optics. John Wiley & Sons, 2018

  7. [7]

    Neural-network-based approximations for solving partial differential equations.communications in Numerical Methods in Engineering, 10(3):195–201, 1994

    MWM Gamini Dissanayake and Nhan Phan-Thien. Neural-network-based approximations for solving partial differential equations.communications in Numerical Methods in Engineering, 10(3):195–201, 1994

  8. [8]

    Artificial neural networks for solving ordinary and partial differential equations.IEEE transactions on neural networks, 9(5):987–1000, 1998

    Isaac E Lagaris, Aristidis Likas, and Dimitrios I Fotiadis. Artificial neural networks for solving ordinary and partial differential equations.IEEE transactions on neural networks, 9(5):987–1000, 1998

  9. [9]

    Raissi, P

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

  10. [10]

    fPINNs: Fractional physics-informed neural networks.SIAM Journal on Scientific Computing, 41(4):A2603–A2626, 2019

    Guofei Pang, Lu Lu, and George Em Karniadakis. fPINNs: Fractional physics-informed neural networks.SIAM Journal on Scientific Computing, 41(4):A2603–A2626, 2019

  11. [11]

    Physics- informed machine learning.Nature Reviews Physics, 3(6):422–440, 2021

    George Em Karniadakis, Ioannis G Kevrekidis, Lu Lu, Paris Perdikaris, Sifan Wang, and Liu Yang. Physics- informed machine learning.Nature Reviews Physics, 3(6):422–440, 2021

  12. [12]

    DeepXDE: A deep learning library for solving differential equations.SIAM Rev., 63(1):208–228, 2021

    Lu Lu, Xuhui Meng, Zhiping Mao, and George Em Karniadakis. DeepXDE: A deep learning library for solving differential equations.SIAM Rev., 63(1):208–228, 2021

  13. [13]

    Physics- informed neural networks with hard constraints for inverse design.SIAM J

    Lu Lu, Raphael Pestourie, Wenjie Yao, Zhicheng Wang, Francesc Verdugo, and Steven G Johnson. Physics- informed neural networks with hard constraints for inverse design.SIAM J. Sci. Comput., 43(6):B1105–B1132, 2021

  14. [14]

    Gradient-enhanced physics-informed neural networks for forward and inverse pde problems.Computer Methods in Applied Mechanics and Engineering, 393:114823, 2022

    Jeremy Yu, Lu Lu, Xuhui Meng, and George Em Karniadakis. Gradient-enhanced physics-informed neural networks for forward and inverse pde problems.Computer Methods in Applied Mechanics and Engineering, 393:114823, 2022

  15. [15]

    Chenxi Wu, Min Zhu, Qinyang Tan, Yadhu Kartha, and Lu Lu. A comprehensive study of non-adaptive and residual-based adaptive sampling for physics-informed neural networks.Computer Methods in Applied Me- chanics and Engineering, 403:115671, 2023

  16. [16]

    Physics-informed neural networks for inverse problems in nano-optics and metamaterials.Optics Express, 28(8):11618–11633, 2020

    Yuyao Chen, Lu Lu, George Em Karniadakis, and Luca Dal Negro. Physics-informed neural networks for inverse problems in nano-optics and metamaterials.Optics Express, 28(8):11618–11633, 2020

  17. [17]

    Systems biology informed deep learning for inferring parameters and hidden dynamics.PLoS computational biology, 16(11):e1007575, 2020

    Alireza Yazdani, Lu Lu, Maziar Raissi, and George Em Karniadakis. Systems biology informed deep learning for inferring parameters and hidden dynamics.PLoS computational biology, 16(11):e1007575, 2020

  18. [18]

    Systems biology: Identifiability analysis and parameter identification via systems-biology-informed neural networks

    Mitchell Daneker, Zhen Zhang, George Em Karniadakis, and Lu Lu. Systems biology: Identifiability analysis and parameter identification via systems-biology-informed neural networks. InComputational Modeling of Signaling Networks, pages 87–105. Springer, 2023

  19. [19]

    Deep learning for solving and estimating dynamic macro-finance models.Computational Economics, 65:3885–3921, 2025

    Benjamin Fan, Edward Qiao, Anran Jiao, Zhouzhou Gu, Wenhao Li, and Lu Lu. Deep learning for solving and estimating dynamic macro-finance models.Computational Economics, 65:3885–3921, 2025

  20. [20]

    Transfer learning on physics-informed neural networks for tracking the hemodynamics in the evolving false lumen of dissected aorta.Nexus, 2024

    Mitchell Daneker, Shengze Cai, Ying Qian, Eric Myzelev, Arsh Kumbhat, He Li, and Lu Lu. Transfer learning on physics-informed neural networks for tracking the hemodynamics in the evolving false lumen of dissected aorta.Nexus, 2024

  21. [21]

    Physics informed neural networks for simulating radiative transfer.J

    Siddhartha Mishra and Roberto Molinaro. Physics informed neural networks for simulating radiative transfer.J. Quant. Spectrosc. Radiat. Transf., 270:107705, 2021

  22. [22]

    Learning nonlinear operators via DeepONet based on the universal approximation theorem of operators.Nat

    Lu Lu, Pengzhan Jin, Guofei Pang, Handy Zang, and George Karniadakis. Learning nonlinear operators via DeepONet based on the universal approximation theorem of operators.Nat. Mach. Intell., 3:218–229, 03 2021

  23. [23]

    A comprehensive and fair comparison of two neural operators (with practical extensions) based on fair data.Comput

    Lu Lu, Xuhui Meng, Shengze Cai, Zhiping Mao, Somdatta Goswami, Zhongqiang Zhang, and George Em Karniadakis. A comprehensive and fair comparison of two neural operators (with practical extensions) based on fair data.Comput. Methods Appl. Mech. Eng., 393:114778, 2022

  24. [24]

    Multifidelity deep neural operators for ef- ficient learning of partial differential equations with application to fast inverse design of nanoscale heat transport

    Lu Lu, Raphaël Pestourie, Steven G Johnson, and Giuseppe Romano. Multifidelity deep neural operators for ef- ficient learning of partial differential equations with application to fast inverse design of nanoscale heat transport. Phys. Rev. Res., 4(2):023210, 2022

  25. [25]

    Reliable extrapolation of deep neural operators informed by physics or sparse observations.Computer Methods in Applied Mechanics and Engineer- ing, 412:116064, 2023

    Min Zhu, Handi Zhang, Anran Jiao, George Em Karniadakis, and Lu Lu. Reliable extrapolation of deep neural operators informed by physics or sparse observations.Computer Methods in Applied Mechanics and Engineer- ing, 412:116064, 2023

  26. [26]

    Learning the solution operator of parametric partial differential equations with physics-informed deeponets.Sci

    Sifan Wang, Hanwen Wang, and Paris Perdikaris. Learning the solution operator of parametric partial differential equations with physics-informed deeponets.Sci. Adv., 7(40), 2021. 27

  27. [27]

    Solving forward and inverse pde problems on unknown manifolds via physics-informed neural operators.arXiv preprint arXiv:2407.05477, 2024

    Anran Jiao, Qile Yan, John Harlim, and Lu Lu. Solving forward and inverse PDE problems on unknown mani- folds via physics-informed neural operators.arXiv preprint arXiv:2407.05477, 2024

  28. [28]

    Surrogate modeling for radiative heat transfer using physics-informed deep neural operator networks.Proc

    Xiaoyi Lu and Yi Wang. Surrogate modeling for radiative heat transfer using physics-informed deep neural operator networks.Proc. Combust. Inst., 40(1-4):105282, 2024

  29. [29]

    Mionet: Learning multiple-input operators via tensor product.SIAM J

    Pengzhan Jin, Shuai Meng, and Lu Lu. Mionet: Learning multiple-input operators via tensor product.SIAM J. Sci. Comput., 44(6):A3490–A3514, 2022

  30. [30]

    A neural surrogate solver for radiation transfer

    Aleksei Sorokin, Xiaoyi Lu, and Yi Wang. A neural surrogate solver for radiation transfer. InNeurIPS 2024 Workshop on Data-driven and Differentiable Simulations, Surrogates, and Solvers, 2024

  31. [31]

    Kan: Kolmogorov-arnold networks

    Ziming Liu, Yixuan Wang, Sachin Vaidya, Fabian Ruehle, James Halverson, Marin Solja ˇci´c, Thomas Y Hou, and Max Tegmark. Kan: Kolmogorov-arnold networks. 2024

  32. [32]

    Fourier-deeponet: Fourier-enhanced deep operator networks for full waveform inversion with improved accuracy, generalizability, and robustness.Comput

    Min Zhu, Shihang Feng, Youzuo Lin, and Lu Lu. Fourier-deeponet: Fourier-enhanced deep operator networks for full waveform inversion with improved accuracy, generalizability, and robustness.Comput. Methods Appl. Mech. Eng., 416:116300, 2023

  33. [33]

    Fourier-mionet: Fourier-enhanced multiple-input neural operators for multiphase modeling of geological carbon sequestration.Reliab

    Zhongyi Jiang, Min Zhu, and Lu Lu. Fourier-mionet: Fourier-enhanced multiple-input neural operators for multiphase modeling of geological carbon sequestration.Reliab. Eng. Syst. Saf., 251:110392, 2024

  34. [34]

    Real- time high-resolution co 2 geological storage prediction using nested fourier neural operators.Energy&Envi- ronmental Science, 16(4):1732–1741, 2023

    Gege Wen, Zongyi Li, Qirui Long, Kamyar Azizzadenesheli, Anima Anandkumar, and Sally M Benson. Real- time high-resolution co 2 geological storage prediction using nested fourier neural operators.Energy&Envi- ronmental Science, 16(4):1732–1741, 2023

  35. [35]

    Efficient and generalizable nested fourier-deeponet for three-dimensional geological carbon sequestration.Eng

    Jonathan E Lee, Min Zhu, Ziqiao Xi, Kun Wang, Yanhua O Yuan, and Lu Lu. Efficient and generalizable nested fourier-deeponet for three-dimensional geological carbon sequestration.Eng. Appl. Comput. Fluid Mech., 18(1):2435457, 2024

  36. [36]

    Academic press, 2021

    Michael F Modest and Sandip Mazumder.Radiative heat transfer. Academic press, 2021

  37. [37]

    Kolmogorov-arnold networks are radial basis function networks

    Ziyao Li. Kolmogorov-arnold networks are radial basis function networks. 2024

  38. [38]

    Fourier neural operator with learned deformations for pdes on general geometries.J

    Zongyi Li, Daniel Zhengyu Huang, Burigede Liu, and Anima Anandkumar. Fourier neural operator with learned deformations for pdes on general geometries.J. Mach. Learn. Res., 24(388):1–26, 2023

  39. [39]

    Image quality assessment: from error visibility to structural similarity.IEEE Transactions on Image Processing, 13(4):600–612, 2004

    Zhou Wang, Alan C Bovik, Hamid R Sheikh, and Eero P Simoncelli. Image quality assessment: from error visibility to structural similarity.IEEE Transactions on Image Processing, 13(4):600–612, 2004

  40. [40]

    Rectified linear units improve restricted Boltzmann machines

    Vinod Nair and Geoffrey E Hinton. Rectified linear units improve restricted Boltzmann machines. InICML, 2010

  41. [41]

    Prajit Ramachandran, Barret Zoph, and Quoc V . Le. Swish: a self-gated activation function. 2017

  42. [42]

    On the spectral bias of neural networks

    Nasim Rahaman, Aristide Baratin, Devansh Arpit, Felix Draxler, Min Lin, Fred Hamprecht, Yoshua Bengio, and Aaron Courville. On the spectral bias of neural networks. InInternational conference on machine learning, pages 5301–5310. PMLR, 2019

  43. [43]

    Fourier neural operator for parametric partial differential equations

    Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Fourier neural operator for parametric partial differential equations. InInternational Conference on Learning Representations, 2020

  44. [44]

    Purely buoyant diffusion flames: Some experimental results.NBSIR 79-1910, NIST, 1979

    Bernard J McCaffrey. Purely buoyant diffusion flames: Some experimental results.NBSIR 79-1910, NIST, 1979. 28