DataTransfer: Neural network based interpolation across non-nested meshes
Pith reviewed 2026-05-17 22:48 UTC · model grok-4.3
The pith
Neural networks interpolate functions across non-nested meshes using only scattered source data.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The proposed neural network based function mapping model constructs an approximator using nodal function values on the source mesh to obtain a global representation of the function, which can then be interpolated onto any other meshes, with the radial basis function-based network achieving the most desirable overall performance balance.
What carries the argument
The neural network approximator, specifically the radial basis function hidden unit network, which learns a continuous global representation from discrete scattered nodal data without requiring mesh connectivity or geometric properties.
If this is right
- Interpolation and data transmission across non-nested meshes can be performed accurately and efficiently.
- The method reduces dependence on explicit mesh matching, lowering computational costs in multi-mesh simulations.
- Improved numerical stability in algorithms involving function mapping between different discretizations.
- Validation on non-nested meshes confirms efficacy for both function interpolation and cross-mesh data transmission.
Where Pith is reading between the lines
- Such networks could be applied to problems with evolving meshes in dynamic simulations.
- Integration with physics-informed neural networks might further enhance accuracy for physical systems.
- This data-driven approach may generalize to other types of mesh operations like projection or remapping in computational science.
Load-bearing premise
That the neural network, trained solely on scattered nodal values from the source mesh, learns a sufficiently accurate global representation of the underlying function that generalizes to points on any target mesh.
What would settle it
Observing large approximation errors when evaluating the trained network at target mesh points located in regions with insufficient source node coverage or high function gradients.
Figures
read the original abstract
In mesh-based numerical simulations, the interpolation of mesh-defined functions across different meshes is a critical task, and achieving high-precision interpolation is of great significance for improving the computational efficiency and numerical stability of algorithms. This paper proposes neural network based function mapping model across meshes, wherein the interpolation process is reformulated as a data-driven regression problem over scattered function data. Conventional interpolation and projection-based approaches are highly dependent on mesh connectivity and corresponding geometric properties, which renders such methods computationally costly and sensitive to mismatches between source and target meshes. The proposed method constructs a neural network approximator using nodal function values on the source mesh to obtain a global representation of the function, which can then be interpolated onto any other meshes. To investigate the network architectural impacts on model performance, three representative feedforward network structures are numerically compared in this work: multi-layer perceptrons, extreme learning machines, and network incorporating radial basis function hidden units. The results reveal distinct trade-offs among accuracy, computational efficiency and model robustness, among which the radial basis function-based network achieves the most desirable overall performance balance, enabling fast and precise function calculation. Numerical experiments conducted on non-nested meshes validate the efficacy of the proposed model in both function interpolation and cross-mesh data transmission tasks.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes a neural network-based interpolation method for functions defined on non-nested meshes. It reformulates the task as a regression problem using only scattered nodal values from the source mesh to train a global approximator, then evaluates three feedforward architectures (MLP, ELM, and RBF networks) on function interpolation and cross-mesh data transfer tasks, concluding that the RBF-based network offers the best balance of accuracy, speed, and robustness.
Significance. If the performance claims hold with quantitative support, the method could provide a mesh-connectivity-independent alternative to classical projection or interpolation schemes, reducing sensitivity to mesh mismatch in multi-physics or adaptive simulations. The architectural comparison supplies practical guidance on model selection for scattered-data approximation. The absence of reported error norms, baseline timings against established methods, and generalization analysis limits immediate assessment of impact.
major comments (2)
- [Abstract / Numerical experiments] Abstract and numerical experiments section: the assertion that the RBF network 'achieves the most desirable overall performance balance' is unsupported by any quantitative error metrics (e.g., L2 or L∞ norms), baseline comparisons with conventional non-nested interpolation schemes, hyperparameter selection details, or statistical significance tests on the held-out target meshes.
- [Method description] Method and § on network construction: the central claim requires that a network trained exclusively on source nodal pairs (x_i, f_i) produces a representation accurate at arbitrary target-mesh points without any geometric or boundary information supplied to the model. No approximation-order analysis, sampling-density requirements, or error bounds are provided to justify reliable generalization when the target mesh resolves finer scales or approaches domain boundaries.
minor comments (1)
- [Abstract] Abstract: the phrase 'distinct trade-offs among accuracy, computational efficiency and model robustness' is stated without enumerating the observed trade-offs or the specific metrics used to identify them.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback on our manuscript. The comments highlight important areas for strengthening the quantitative evidence and clarifying the theoretical foundations of the data-driven approach. We address each major comment below and will revise the manuscript to incorporate the suggested improvements where feasible.
read point-by-point responses
-
Referee: [Abstract / Numerical experiments] Abstract and numerical experiments section: the assertion that the RBF network 'achieves the most desirable overall performance balance' is unsupported by any quantitative error metrics (e.g., L2 or L∞ norms), baseline comparisons with conventional non-nested interpolation schemes, hyperparameter selection details, or statistical significance tests on the held-out target meshes.
Authors: We agree that explicit quantitative metrics and baselines would better support the performance claims. In the revised manuscript we will add comprehensive tables reporting relative L2 and L∞ error norms across all test functions and mesh pairs. We will include direct comparisons against established non-nested schemes such as radial-basis-function interpolation with thin-plate splines and piecewise-linear projection onto a common triangulation. Hyperparameter choices (hidden-layer sizes, regularization coefficients, and activation parameters) were determined by grid search on a held-out validation subset drawn from the source mesh; these details and the resulting values will be documented. Although formal hypothesis testing was not performed, we will report mean errors together with standard deviations computed over ten independent training runs with different random initializations to illustrate robustness. revision: yes
-
Referee: [Method description] Method and § on network construction: the central claim requires that a network trained exclusively on source nodal pairs (x_i, f_i) produces a representation accurate at arbitrary target-mesh points without any geometric or boundary information supplied to the model. No approximation-order analysis, sampling-density requirements, or error bounds are provided to justify reliable generalization when the target mesh resolves finer scales or approaches domain boundaries.
Authors: The method is deliberately formulated as a purely data-driven regression that learns a global approximator from scattered source values alone; no mesh connectivity or boundary indicators are supplied to the network. We acknowledge that the manuscript currently lacks a theoretical analysis of approximation orders, sampling-density requirements, or rigorous error bounds. Deriving such guarantees for the chosen architectures lies outside the present empirical scope. In the revision we will insert a dedicated discussion subsection that summarizes the observed sampling densities needed for stable accuracy in our experiments and explicitly notes the potential degradation near domain boundaries. We will also augment the numerical section with additional test cases in which the target mesh is substantially finer than the source mesh, thereby providing further empirical evidence of generalization behavior. revision: partial
- Provision of rigorous a priori approximation-order analysis and error bounds for the neural-network approximants; such analysis would require substantial new theoretical work that cannot be completed within the revision period.
Circularity Check
No circularity: data-driven NN approximator validated on independent target meshes
full rationale
The paper reformulates mesh interpolation as supervised regression: a feedforward network (MLP/ELM/RBF) is trained on source-mesh pairs (x_i, f_i) to produce a global function representation that is then evaluated at arbitrary target-mesh points. Reported accuracy is measured by direct comparison against known target values on held-out non-nested meshes; no equation, fitted parameter, or self-citation is used to define the target error or to force the reported performance. The central claim therefore remains an empirical statement about generalization rather than a tautological re-expression of the training data.
Axiom & Free-Parameter Ledger
free parameters (1)
- Network hyperparameters (hidden units, layers, RBF centers and widths)
axioms (1)
- domain assumption Feedforward neural networks can approximate continuous functions from scattered point samples to arbitrary accuracy.
Reference graph
Works this paper leans on
-
[1]
Oleg Antoni´ c, Josip Kriˇ zan, Antun Marki, and Dragan Bukovec. Spatio-temporal interpolation of climatic variables over large region of complex terrain using neural networks.Ecological Modelling, 138(1–3):255–263, March 2001
work page 2001
-
[2]
Ferdinando Auricchio, Maria Roberta Belardo, Francesco Calabr` o, Gianluca Fabiani, and Ariel F. Pascaner. On the accuracy of interpolation based on single-layer artificial neural networks with a focus on defeating the runge phenomenon. Soft Computing, 28(20):11767–11785, July 2024
work page 2024
-
[3]
Oxford University PressOxford, August 2001
Ivo Babuˇ ska and Theofanis Strouboulis.The Finite Element Method and its Reliability. Oxford University PressOxford, August 2001
work page 2001
-
[4]
Wolfgang Bangerth and Rolf Rannacher.Adaptive Finite Element Methods for Differential Equations. Birkh¨ auser Basel, 2003
work page 2003
-
[5]
David S. Broomhead and David Lowe. Multivariable functional interpolation and adaptive networks.Complex Syst., 2:321–355, 1988
work page 1988
-
[6]
Michele Bucelli, Francesco Regazzoni, Luca Dede’, and Alfio Quarteroni. Robust radial basis function interpolation based on geodesic distance for the numerical coupling of multiphysics problems.SIAM Journal on Scientific Computing, 46(6):B981–B1002, December 2024
work page 2024
-
[7]
Xinhai Chen, Rongliang Chen, Qian Wan, Rui Xu, and Jie Liu. An improved data-free surrogate model for solving partial differential equations using deep neural networks.Scientific Reports, 11(1), September 2021
work page 2021
-
[8]
Scattered data approximation by neural networks operators.Neurocomputing, 190:237–242, May 2016
Zhixiang Chen and Feilong Cao. Scattered data approximation by neural networks operators.Neurocomputing, 190:237–242, May 2016
work page 2016
-
[9]
G. Cybenko. Approximation by superpositions of a sigmoidal function.Mathematics of Control, Signals, and Systems, 2(4):303–314, December 1989
work page 1989
-
[10]
Society for Industrial and Applied Mathematics, November 2015
Victorita Dolean, Pierre Jolivet, and Fr´ ed´ eric Nataf.An Introduction to Domain Decomposition Methods: Algorithms, Theory, and Parallel Implementation. Society for Industrial and Applied Mathematics, November 2015
work page 2015
-
[11]
C. Farhat, M. Lesoinne, and P. Le Tallec. Load and motion transfer algorithms for fluid/structure interaction problems with non-matching discrete interfaces: Momentum and energy conservation, optimal discretization and application to aeroelasticity.Computer Methods in Applied Mechanics and Engineering, 157(1–2):95–114, April 1998
work page 1998
-
[12]
F. Girosi and T. Poggio. Networks and the best approximation property.Biological Cybernetics, 63(3):169–176, July 1990
work page 1990
-
[13]
Neural network-enhancedhr-adaptive finite element algorithm for parabolic equations, 2025
Jiaxiong Hao, Yunqing Huang, Nianyu Yi, and Peimeng Yin. Neural network-enhancedhr-adaptive finite element algorithm for parabolic equations, 2025
work page 2025
-
[14]
Helmut Harbecht, Michael Multerer, and Jacopo Quizi. The dimension weighted fast multipole method for scattered data approximation.Journal of Computational Physics, 532:113956, July 2025
work page 2025
-
[15]
Extreme learning machine: Theory and applications.Neuro- computing, 70(1–3):489–501, December 2006
Guang-Bin Huang, Qin-Yu Zhu, and Chee-Kheong Siew. Extreme learning machine: Theory and applications.Neuro- computing, 70(1–3):489–501, December 2006
work page 2006
-
[16]
P. Lancaster and K. Salkauskas. Surfaces generated by moving least squares methods.Mathematics of Computation, 37(155):141–158, 1981
work page 1981
-
[17]
Jichun Li and C.S. Chen. A simple efficient algorithm for interpolation between different grids in both 2d and 3d. Mathematics and Computers in Simulation, 58(2):125–132, January 2002
work page 2002
-
[18]
B. Llanas and F.J. Sainz. Constructive approximate interpolation by neural networks.Journal of Computational and Applied Mathematics, 188(2):283–308, April 2006
work page 2006
-
[19]
J. R. Maddison and H. R. Hiester. Optimal constrained interpolation in mesh-adaptive finite element modeling.SIAM Journal on Scientific Computing, 39(5):A2257–A2286, January 2017
work page 2017
-
[20]
John Moody and Christian J. Darken. Fast learning in networks of locally-tuned processing units.Neural Computation, 1(2):281–294, June 1989
work page 1989
-
[21]
Ricardo H. Nochetto, Kunibert G. Siebert, and Andreas Veeser.Theory of adaptive finite element methods: An intro- duction, page 409–542. Springer Berlin Heidelberg, 2009
work page 2009
-
[22]
N. Plaziac. Image interpolation using neural networks.IEEE Transactions on Image Processing, 8(11):1647–1651, 1999
work page 1999
-
[23]
Zhongang Qi, Tianchun Wang, Guojie Song, Weisong Hu, Xi Li, and Zhongfei Zhang. Deep air learning: Interpolation, prediction, and feature analysis of fine-grained air quality.IEEE Transactions on Knowledge and Data Engineering, 30(12):2285–2297, December 2018
work page 2018
-
[24]
Juan P. Rigol, Claire H. Jarvis, and Neil Stuart. Artificial neural networks as a tool for spatial interpolation.International Journal of Geographical Information Science, 15(4):323–343, June 2001
work page 2001
-
[25]
Cambridge University Press, December 2004
Holger Wendland.Scattered Data Approximation. Cambridge University Press, December 2004
work page 2004
-
[26]
Zhou Yang, Yuwang Xu, Jionglin Jing, Xuepeng Fu, Bofu Wang, Haojie Ren, Mengmeng Zhang, and Tongxiao Sun. Investigation of physics-informed neural networks to reconstruct a flow field with high resolution.Journal of Marine Science and Engineering, 11(11):2045, October 2023. 18 J. HAO, Y. HUANG, N. YI
work page 2045
-
[27]
Guangcai Yin, Xingling Chen, Hanghai Zhu, Zhiliang Chen, Chuanghong Su, Zechen He, Jinrong Qiu, and Tieyu Wang. A novel interpolation method to predict soil heavy metals based on a genetic algorithm and neural network model. Science of The Total Environment, 825:153948, June 2022
work page 2022
-
[28]
Mo Zhang, Wenjiao Shi, and Ziwei Xu. Systematic comparison of five machine-learning models in classification and interpolation of soil particle size fractions using different transformed data.Hydrology and Earth System Sciences, 24(5):2505–2526, May 2020. †Hunan Key Laboratory for Computation and Simulation in Science and Engineering, School of Mathe- mat...
work page 2020
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.