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
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.
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
- 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
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.
Referee Report
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)
- [§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.
- [§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.
- [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)
- [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.
- [Figures] Figure captions for the 3D mesh-refinement examples would benefit from indicating the specific HRR values and refinement levels shown to improve interpretability.
- 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
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
-
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
-
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
-
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
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
free parameters (1)
- Neural network parameters
axioms (1)
- domain assumption Radiation transfer solutions from FireFOAM finite-volume solves are sufficiently accurate ground truth for training the surrogate
Reference graph
Works this paper leans on
-
[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
work page 2011
-
[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
work page 2010
-
[3]
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
work page 2021
-
[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
work page 1990
-
[5]
Stefan T Thynell. Discrete-ordinates method in radiative heat transfer.International journal of engineering science, 36(12-14):1651–1675, 1998
work page 1998
-
[6]
J Robert Mahan.The Monte Carlo ray-trace method in radiation heat transfer and applied optics. John Wiley & Sons, 2018
work page 2018
-
[7]
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
work page 1994
-
[8]
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
work page 1998
- [9]
-
[10]
Guofei Pang, Lu Lu, and George Em Karniadakis. fPINNs: Fractional physics-informed neural networks.SIAM Journal on Scientific Computing, 41(4):A2603–A2626, 2019
work page 2019
-
[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
work page 2021
-
[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
work page 2021
-
[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
work page 2021
-
[14]
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
work page 2022
-
[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
work page 2023
-
[16]
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
work page 2020
-
[17]
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
work page 2020
-
[18]
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
work page 2023
-
[19]
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
work page 2025
-
[20]
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
work page 2024
-
[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
work page 2021
-
[22]
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
work page 2021
-
[23]
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
work page 2022
-
[24]
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
work page 2022
-
[25]
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
work page 2023
-
[26]
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
work page 2021
-
[27]
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]
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
work page 2024
-
[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
work page 2022
-
[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
work page 2024
-
[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
work page 2024
-
[32]
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
work page 2023
-
[33]
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
work page 2024
-
[34]
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
work page 2023
-
[35]
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
work page 2024
-
[36]
Michael F Modest and Sandip Mazumder.Radiative heat transfer. Academic press, 2021
work page 2021
-
[37]
Kolmogorov-arnold networks are radial basis function networks
Ziyao Li. Kolmogorov-arnold networks are radial basis function networks. 2024
work page 2024
-
[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
work page 2023
-
[39]
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
work page 2004
-
[40]
Rectified linear units improve restricted Boltzmann machines
Vinod Nair and Geoffrey E Hinton. Rectified linear units improve restricted Boltzmann machines. InICML, 2010
work page 2010
-
[41]
Prajit Ramachandran, Barret Zoph, and Quoc V . Le. Swish: a self-gated activation function. 2017
work page 2017
-
[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
work page 2019
-
[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
work page 2020
-
[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
work page 1910
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.