REVIEW 3 major objections 5 minor 1 cited by
Geometric and Physical Constraints Synergistically Enhance Neural PDE Surrogates
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Neural PDE surrogates become markedly more stable and generalize better when trained with both rotation/reflection symmetries and hard conservation laws, using new layers that make these constraints work on staggered fluid grids.
desk verdict Staggered-grid equivariant layers are a real construction and the empirical case for combining constraints is strong; the SWE circular-padding mismatch weakens but does not sink the closed-boundary claim. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is a pair of custom convolutional layers that interface a regular representation with a staggered C-grid. A regular representation is a set of channels indexed by the symmetry group's elements, on which rotation or reflection acts by permuting channels and spatially transforming each channel. The input layer transforms rectangular filter banks according to the group action, so that rotating the staggered velocity field permutes the output channels exactly as the symmetry requires; the output layer reads out staggered velocities from surrounding cell-center regular-representation values using weight patterns that are proven equivariant. Hard conservation laws are then applied as output layers: global mean subtraction for mass and momentum, and a curl-of-a-vector-potential parameterization ($\nabla \times a$) for divergence-free mass conservation. This sandwich lets an off-the-shelf equivariant convolutional backbone produce surrogates that are both exactly equivariant and exactly conservative on staggered grids.
What would settle it
Seed a shallow water wave near one boundary and check whether a surrogate trained with circular padding produces a spurious wave entering from the opposite boundary before the physical reflection time; if it does, the reported closed-boundary results are partly an artifact of periodic wrap-around rather than the intended reflecting dynamics.
Extended reading notes
Core claim
The central claim is that symmetry equivariance and hard conservation laws are complementary inductive biases for neural PDE surrogates, and that they can be imposed even on staggered Arakawa C-grids where existing equivariant layers fail. The paper introduces specialized input and output layers that map staggered velocity fields to and from a regular representation, so that rotations and reflections act correctly on the grid's cell-centered and interface-centered variables. With these layers, the authors show that a doubly constrained surrogate (full rotation/reflection equivariance plus mass and momentum conservation) consistently outperforms unconstrained baselines, symmetry-only and physics-only variants, and strong training techniques such as data augmentation and pushforward training, across two fluid tasks, two base architectures, multiple network sizes, multiple dataset sizes, and real ocean current forecasts. Symmetries alone help more than conservation laws alone, but the two together give the best accuracy, stability, and generalization to new initial conditions and rollout durations beyond the training range.
Load-bearing premise
The shallow-water results assume that the network's circular padding, which makes the domain wrap around, does not secretly replace the intended closed reflecting walls, and that the binary boundary mask cancels any wrap-around artifact.
Editorial extensions
If this is right
- Doubly constrained surrogates maintain accuracy on closed-boundary shallow water rollouts for 50 simulated hours, while unconstrained, FNO, and Dilated ResNet baselines diverge to infinity well before the end of the rollout.
- In decaying turbulence, the doubly constrained surrogate matches the reference velocity and energy spectra even after its field-level correlation with the reference has decayed to zero, indicating better long-term statistical fidelity.
- Symmetry and physics constraints improve generalization to novel initial conditions, including L-shaped and overlapping-elevation shallow water waves and turbulence initial conditions at wavenumber 8, beyond the training distribution.
- The doubly constrained surrogate also outperforms an existing equivariant U-Net baseline and the unconstrained network on real ocean current forecasting at 12-hour and 120-hour horizons.
- Constraints help most for smaller networks and longer rollouts, and the benefits persist as network and dataset sizes grow, so the approach remains relevant in data-hungry regimes.
Reading between the lines
- Beyond the paper, the same input/output layer construction should extend to other staggered-grid quantities such as fluxes and vertex-centered scalars, which could make equivariant conservative surrogates practical for operational ocean and atmosphere models without modifying their solvers.
- Because global mean subtraction is a nonlocal operation, a finite-volume-style local flux parameterization, which the paper mentions as future work, could combine equivariance with domain-size transfer and deserves direct testing.
- The SWE results could be partly affected by the backbone's circular padding, which makes the domain wrap around even though the intended boundary condition is closed and reflecting; a padding ablation would separate the constraint benefit from a possible wrap-around artifact.
- If the constraint benefits transfer to higher Reynolds numbers and non-square domains, the approach could become a default recipe for learned fluid solvers; that transfer is not established by the paper.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes novel group-equivariant input and output layers for neural PDE surrogates on staggered Arakawa C-grids, extending a modern U-Net with p4/p4m symmetry constraints and hard mass/momentum conservation constraints. It reports a systematic comparison on two tasks: shallow water equations with closed Dirichlet boundaries and decaying incompressible turbulence. The authors find that symmetry constraints improve accuracy and stability relative to unconstrained baselines, physical constraints yield additional gains, and doubly constrained p4m/M+rho-u surrogates perform best, including on generalization to new initial conditions, longer rollouts, and real-world ocean current forecasting. Code is released and the numerical reference solutions come from external solvers.
Significance. If the empirical claims hold, this is a valuable contribution: it removes a practical obstacle to using equivariant convolutional layers in computational fluid dynamics with staggered grids, and it provides an unusually broad ablation across architectures, training modes, data sizes, and network sizes. The external-solver evaluation, the released code, and the explicit generalization tests are strengths that make the results checkable. However, the SWE experiment is confounded by circular padding in a closed-boundary task, and the p4 output-layer derivation in the appendix is internally inconsistent. These issues must be fixed before the paper's central claim about closed-boundary surrogates can be accepted.
major comments (3)
- [§4.1 and Table 8] The SWE task is defined with closed Dirichlet boundary conditions (u=0 on ∂Ω, Eq. 8), yet Table 8 lists Circular padding for all modern U-Net configurations, including the p4 and p4m equivariant variants. Circular padding makes the hidden representation periodic, so the network can use wrap-around information from opposite edges of the grid, and the binary boundary mask is itself circularly padded. This means the SWE experiment does not cleanly test the closed-boundary setting described in the text. The constrained-vs-unconstrained comparison is still fair because all SWE variants share the same padding, but the paper's claim that the doubly-constrained surrogate is the best closed-boundary surrogate requires a retest with non-periodic padding (e.g., zero or constant padding) or an explicit demonstration that the circular padding is benign for this task.
- [Appendix D.1.1, Eqs. (59)-(64) and main text Eq. (50)] The derivation of the p4 output layer in Appendix D.1.1 is inconsistent with the formula given in the main text. Eq. (50) defines u_{i+0.5,j}=p_{i+1,j,0}-p_{i,j,1} and v_{i,j+0.5}=p_{i,j+1,2}-p_{i,j,3}, while Eqs. (63)-(64) state u_{i+0.5,j}=p_{i+1,j,1}-p_{i,j,3} and v_{i,j+0.5}=p_{i,j+1,2}-p_{i,j,4}. The latter uses an index 4 that does not exist in a p4 regular representation (indices 0-3), and the constraint equations (59)-(62) refer to c4, d4, e4, f4, which are out of range. The derivation must be rewritten with consistent indexing and must conclude with the formula that is actually implemented in the released code.
- [Appendix C] Appendix C provides a full equivariance proof only for the p4 SWE input layer and states that the p4m and INS input layers are 'straightforward' extensions; these layers are used in the main experiments. Since the equivariance of these layers is load-bearing for the method, the authors should either provide complete proofs for the p4m and INS cases or explicitly state in the main text that those cases are verified only empirically (Figures 11-12 show agreement to numerical precision, which is reassuring but is not a derivation).
minor comments (5)
- [Table 3] The handling of NaN entries is unclear: do the reported means and standard errors over the 20 ICs exclude divergent rollouts, set them to infinity, or aggregate them in some other way? Please specify the aggregation rule so the 25h results can be interpreted correctly.
- [Section 5.4 and Fig. 6] Several panels in Figure 6 have partially truncated axis labels and legends; please ensure that all subplots are legible in the final version.
- [Eq. (5)] The rotation action on vector fields in Eq. (5) uses a particular sign convention; please define whether R is a clockwise or counterclockwise 90-degree rotation so the later proofs and code can be checked unambiguously.
- [Appendix B] The paragraph on padding options is vague; it should specify which layers use circular padding, which use zero or constant padding, and how the C-grid dimension mismatch at domain boundaries is handled for the input and output layers.
- [Table 5 and Appendix J.14] For the ocean-current experiment, the data source should cite the actual ocean forecast product (e.g., the CMEMS product) in addition to Marullo et al. 2014, so that the dataset is identifiable and reproducible.
Circularity Check
No significant circularity: constraint layers are imposed by construction, not fitted, and all performance claims are benchmarked against an external numerical solver.
full rationale
The paper's central claims are measured against an external numerical reference solver rather than against quantities fitted by the authors, so the derivation chain is self-contained. The physical constraints are hard-imposed by construction: global-mean subtraction for mass and momentum (Appendix F, Eqs. 74-76) and a curl reparameterization for divergence-free velocity. The paper does not present the resulting conservation as a prediction; it reports these as constraint checks, while the headline accuracy metrics (NRMSE, correlation, spectra) are computed with respect to the solver's outputs. The output-layer coefficients (Appendix D, Eqs. 63-64 and 72-73) are fixed by hand after deriving the full equivariant family; the paper explicitly states that other equivariant choices or learned coefficients are possible, so no parameter is fitted to the evaluation data. Equivariance of the new layers is shown by proof and by numerical verification against the solver's symmetry transformations, which are sanity checks rather than circular reductions. The only self-citation (Huang & Greenberg, 2023) appears in a related-work list and is not used to justify any load-bearing premise, uniqueness theorem, or ansatz. A known architectural concern is the use of circular padding (Table 8) for the closed-boundary SWE task (Eq. 8), which may confound that specific experiment, but it is a correctness issue rather than circularity: the constrained and unconstrained variants share the same padding, and the conclusion would need a padding-aware retest rather than being equivalent to its inputs by construction. No step in the derivation reduces to its own inputs or to a self-citation chain.
Assumptions & free parameters
free parameters (1)
- Equivariant output layer readout coefficients =
c1=1, other ci, di, ei, fi = 0 for p4; analogous for p4m
assumptions (5)
- domain assumption The numerical solvers for SWE and INS are exactly equivariant under p4m on their respective domains, as empirically verified in Figures 9-10.
- domain assumption For incompressible flow, the divergence-free constraint exactly equals mass conservation, and any divergence-free velocity on the discrete C-grid can be written as the curl of a vertex-defined scalar potential.
- domain assumption Global mean subtraction of the update is a valid hard constraint for mass conservation in SWE and momentum conservation in INS.
- domain assumption Real ocean current observations, despite lacking exact p4m symmetry and momentum conservation due to Coriolis and boundaries, are suitable for the same hard constraints.
- domain assumption The modern U-Net is a strong base architecture, and parameter-count-matched baselines are fair comparisons.
Cite this review
Pith. "Pith review of Geometric and Physical Constraints Synergistically Enhance Neural PDE Surrogates." pith.science (2026). https://pith.science/paper/ZHWJRXQX
@misc{pith2026250605513,
author = {Pith},
title = {Pith review of: Geometric and Physical Constraints Synergistically Enhance Neural PDE Surrogates},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZHWJRXQX}},
note = {Machine review of arXiv:2506.05513}
}
read the original abstract
Neural PDE surrogates can improve the cost-accuracy tradeoff of classical solvers, but often generalize poorly to new initial conditions and accumulate errors over time. Physical and symmetry constraints have shown promise in closing this performance gap, but existing techniques for imposing these inductive biases are incompatible with the staggered grids commonly used in computational fluid dynamics. Here we introduce novel input and output layers that respect physical laws and symmetries on the staggered grids, and for the first time systematically investigate how these constraints, individually and in combination, affect the accuracy of PDE surrogates. We focus on two challenging problems: shallow water equations with closed boundaries and decaying incompressible turbulence. Compared to strong baselines, symmetries and physical constraints consistently improve performance across tasks, architectures, autoregressive prediction steps, accuracy measures, and network sizes. Symmetries are more effective than physical constraints, but surrogates with both performed best, even compared to baselines with data augmentation or pushforward training, while themselves benefiting from the pushforward trick. Doubly-constrained surrogates also generalize better to initial conditions and durations beyond the range of the training data, and more accurately predict real-world ocean currents.
Figures
Figures from the paper (32 more)
Forward citations
Cited by 1 Pith paper
-
No Free Lunch in Flow Surrogates under Time-Varying Boundary Conditions: A Two-Regime Study
No single flow-surrogate architecture transfers from a boundary-driven Stokes film to a self-sustained Kármán wake; time treatment decides the winner and pointwise RMSE ranks the wrong models.
Reference graph
Works this paper leans on
-
[1]
Computational design of the basic dynamical processes of the ucla general circulation model
Arakawa, A. Computational design of the basic dynamical processes of the ucla general circulation model. Methods in Computational Physics/Academic Press, 1977
1977
-
[2]
Backhaus, J. O. A semi-implicit scheme for the shallow water equations for application to shelf sea modelling. Continental Shelf Research, 2 0 (4): 0 243--254, 1983
work page 1983
-
[3]
Bar-Sinai, Y., Hoyer, S., Hickey, J., and Brenner, M. P. Learning data-driven discretizations for partial differential equations. Proceedings of the National Academy of Sciences, 116 0 (31): 0 15344--15349, 2019
work page 2019
-
[4]
Bergamin, F., Diaconu, C., Shysheya, A., Perdikaris, P., Hern \'a ndez-Lobato, J. M., Turner, R. E., and Mathieu, E. Guided autoregressive diffusion models with applications to pde simulation. In ICLR 2024 Workshop on AI4DifferentialEquations In Science, 2024
work page 2024
-
[5]
Enforcing analytic constraints in neural networks emulating physical systems
Beucler, T., Pritchard, M., Rasp, S., Ott, J., Baldi, P., and Gentine, P. Enforcing analytic constraints in neural networks emulating physical systems. Physical Review Letters, 126 0 (9): 0 098302, 2021
work page 2021
-
[6]
Spherical fourier neural operators: Learning stable dynamics on the sphere
Bonev, B., Kurth, T., Hundt, C., Pathak, J., Baust, M., Kashinath, K., and Anandkumar, A. Spherical fourier neural operators: Learning stable dynamics on the sphere. In International conference on machine learning, pp.\ 2806--2823. PMLR, 2023
2023
-
[7]
Brandstetter, J., Hesselink, R., van der Pol, E., Bekkers, E. J., and Welling, M. Geometric and physical quantities improve e(3) equivariant message passing. In International Conference on Learning Representations, 2022 a . URL https://openreview.net/forum?id=_xwr8gOBeV1
work page 2022
-
[8]
Brandstetter, J., Welling, M., and Worrall, D. E. Lie point symmetry data augmentation for neural pde solvers. In International Conference on Machine Learning, pp.\ 2241--2256. PMLR, 2022 b
work page 2022
Show all 81 references
-
[9]
E., and Welling, M
Brandstetter, J., Worrall, D. E., and Welling, M. Message passing neural pde solvers. In International Conference on Learning Representations, 2022 c
2022
-
[10]
R., Gupta, R., Magee, A
Bukka, S. R., Gupta, R., Magee, A. R., and Jaiman, R. K. Assessment of unsteady flow predictions using hybrid deep learning based reduced-order models. Physics of Fluids, 33 0 (1), 2021
2021
-
[11]
A program to build e (n)-equivariant steerable cnns
Cesa, G., Lang, L., and Weiler, M. A program to build e (n)-equivariant steerable cnns. In International conference on learning representations, 2022
2022
-
[12]
Chalapathi, N., Du, Y., and Krishnapriyan, A. S. Scaling physics-informed hard constraints with mixture-of-experts. In International Conference on Learning Representations, 2024
2024
-
[13]
N., and Ma, J
Chidester, B., Zhou, T., Do, M. N., and Ma, J. Rotation equivariant and invariant neural networks for microscopy image analysis. Bioinformatics, 35 0 (14): 0 i530--i537, 2019
2019
-
[14]
and Welling, M
Cohen, T. and Welling, M. Group equivariant convolutional networks. In International Conference on Machine Learning, pp.\ 2990--2999. PMLR, 2016
2016
-
[15]
Gauge equivariant convolutional networks and the icosahedral cnn
Cohen, T., Weiler, M., Kicanaoglu, B., and Welling, M. Gauge equivariant convolutional networks and the icosahedral cnn. In International conference on Machine learning, pp.\ 1321--1330. PMLR, 2019
2019
-
[16]
S., Geiger, M., K \"o hler, J., and Welling, M
Cohen, T. S., Geiger, M., K \"o hler, J., and Welling, M. Spherical cnns. In International Conference on Learning Representations, 2018
2018
-
[17]
Lagrangian neural networks, 2020
Cranmer, M., Greydanus, S., Hoyer, S., Battaglia, P., Spergel, D., and Ho, S. Lagrangian neural networks, 2020. URL https://arxiv.org/abs/2003.04630
2020 arXiv
-
[18]
Gauge equivariant mesh cnns: Anisotropic convolutions on geometric graphs
De Haan, P., Weiler, M., Cohen, T., and Welling, M. Gauge equivariant mesh cnns: Anisotropic convolutions on geometric graphs. In International Conference on Learning Representations, 2021
2021
-
[19]
S., Manikin, G
De Pondeca, M. S., Manikin, G. S., DiMego, G., Benjamin, S. G., Parrish, D. F., Purser, R. J., Wu, W.-S., Horel, J. D., Myrick, D. T., Lin, Y., et al. The real-time mesoscale analysis at noaa’s national centers for environmental prediction: current status and development. Weat...
2011
-
[20]
Learning so (3) equivariant representations with spherical cnns
Esteves, C., Allen-Blanchette, C., Makadia, A., and Daniilidis, K. Learning so (3) equivariant representations with spherical cnns. In Proceedings of the European Conference on Computer Vision (ECCV), pp.\ 52--68, 2018
2018
-
[21]
General covariance data augmentation for neural pde solvers
Fanaskov, V., Yu, T., Rudikov, A., and Oseledets, I. General covariance data augmentation for neural pde solvers. In International Conference on Machine Learning, pp.\ 9665--9688. PMLR, 2023
2023
-
[22]
H., Peri \'c , M., and Street, R
Ferziger, J. H., Peri \'c , M., and Street, R. L. Computational methods for fluid dynamics. springer, 2019
2019
-
[23]
Directional message passing for molecular graphs
Gasteiger, J., Gro , J., and G \"u nnemann, S. Directional message passing for molecular graphs. In International Conference on Learning Representations, 2020
2020
-
[24]
Learning to optimize multigrid pde solvers
Greenfeld, D., Galun, M., Basri, R., Yavneh, I., and Kimmel, R. Learning to optimize multigrid pde solvers. In International Conference on Machine Learning, pp.\ 2415--2423. PMLR, 2019
2019
-
[25]
Hamiltonian neural networks
Greydanus, S., Dzamba, M., and Yosinski, J. Hamiltonian neural networks. Advances in neural information processing systems, 32, 2019
2019
-
[26]
Gupta, J. K. and Brandstetter, J. Towards multi-spatiotemporal-scale generalized pde modeling. Transactions on Machine Learning Research, 2023
2023
-
[27]
Group equivariant fourier neural operators for partial differential equations
Helwig, J., Zhang, X., Fu, C., Kurtin, J., Wojtowytsch, S., and Ji, S. Group equivariant fourier neural operators for partial differential equations. In International Conference on Machine Learning, pp.\ 12907--12930, 2023
2023
-
[28]
and Thuerey, N
Holl, P. and Thuerey, N. _ flow ( PhiFlow ): Differentiable simulations for pytorch, tensorflow and jax. In International Conference on Machine Learning. PMLR, 2024
2024
-
[29]
and Mitsume, N
Horie, M. and Mitsume, N. Physics-embedded neural networks: Graph neural pde solvers with mixed boundary conditions. Advances in Neural Information Processing Systems, 35: 0 23218--23229, 2022
2022
-
[30]
Learning neural pde solvers with convergence guarantees
Hsieh, J.-T., Zhao, S., Eismann, S., Mirabella, L., and Ermon, S. Learning neural pde solvers with convergence guarantees. In International Conference on Learning Representations, 2019
2019
-
[31]
and Greenberg, D
Huang, Y. and Greenberg, D. S. Symmetry constraints enhance long-term stability and accuracy in unsupervised learning of geophysical fluid flows. Authorea Preprints, 2023
2023
-
[32]
Openfoam: Open source cfd in research and industry
Jasak, H. Openfoam: Open source cfd in research and industry. International journal of naval architecture and ocean engineering, 1 0 (2): 0 89--94, 2009
2009
-
[33]
u ggemann, N., Chegini, F., Cr \
Jungclaus, J. H., Lorenz, S. J., Schmidt, H., Brovkin, V., Br \"u ggemann, N., Chegini, F., Cr \"u ger, T., De-Vrese, P., Gayler, V., Giorgetta, M. A., et al. The icon earth system model version 1.0. Journal of Advances in Modeling Earth Systems, 14 0 (4): 0 e2021MS002813, 2022
2022
-
[34]
Kingma, D. P. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014
2014 arXiv
-
[35]
M., Wessels, D., Valperga, R., Papa, S., Sonke, J.-J., Bekkers, E
Knigge, D. M., Wessels, D., Valperga, R., Papa, S., Sonke, J.-J., Bekkers, E. J., and Gavves, S. Space-time continuous pde forecasting using equivariant neural fields. In The Thirty-eighth Annual Conference on Neural Information Processing Systems, 2024
2024
-
[36]
A., Alieva, A., Wang, Q., Brenner, M
Kochkov, D., Smith, J. A., Alieva, A., Wang, Q., Brenner, M. P., and Hoyer, S. Machine learning--accelerated computational fluid dynamics. Proceedings of the National Academy of Sciences, 118 0 (21): 0 e2101784118, 2021
2021
-
[37]
o wer, M., Lottes, J., Rasp, S., D \
Kochkov, D., Yuval, J., Langmore, I., Norgaard, P., Smith, J., Mooers, G., Kl \"o wer, M., Lottes, J., Rasp, S., D \"u ben, P., et al. Neural general circulation models for weather and climate. Nature, pp.\ 1--7, 2024
2024
-
[38]
Benchmarking autoregressive conditional diffusion models for turbulent flow simulation
Kohl, G., Chen, L., and Thuerey, N. Benchmarking autoregressive conditional diffusion models for turbulent flow simulation. In ICML 2024 AI for Science Workshop, 2024
2024
-
[39]
H., Lorenz, S., Gutjahr, O., Haak, H., Linardakis, L., Mehlmann, C., Mikolajewicz, U., Notz, D., et al
Korn, P., Br \"u ggemann, N., Jungclaus, J. H., Lorenz, S., Gutjahr, O., Haak, H., Linardakis, L., Mehlmann, C., Mikolajewicz, U., Notz, D., et al. Icon-o: The ocean component of the icon earth system model—global simulation characteristics and local telescoping capability. Jo...
2022
-
[40]
B., Azizzadenesheli, K., Bhattacharya, K., Stuart, A., Anandkumar, A., et al
Li, Z., Kovachki, N. B., Azizzadenesheli, K., Bhattacharya, K., Stuart, A., Anandkumar, A., et al. Fourier neural operator for parametric partial differential equations. In International Conference on Learning Representations, 2021
2021
-
[41]
Long-term predictions of turbulence by implicit u-net enhanced fourier neural operator
Li, Z., Peng, W., Yuan, Z., and Wang, J. Long-term predictions of turbulence by implicit u-net enhanced fourier neural operator. Physics of Fluids, 35 0 (7), 2023
2023
-
[42]
A., and Cantwell, C
Lino, M., Fotiadis, S., Bharath, A. A., and Cantwell, C. D. Multi-scale rotation-equivariant graph neural networks for unsteady eulerian fluid dynamics. Physics of Fluids, 34 0 (8), 2022
2022
-
[43]
Pde-refiner: Achieving accurate long rollouts with neural pde solvers
Lippe, P., Veeling, B., Perdikaris, P., Turner, R., and Brandstetter, J. Pde-refiner: Achieving accurate long rollouts with neural pde solvers. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[44]
How temporal unrolling supports neural physics simulators
List, B., Chen, L.-W., Bali, K., and Thuerey, N. How temporal unrolling supports neural physics simulators. CoRR, 2024
2024
-
[45]
Pde-net 2.0: Learning pdes from data with a numeric-symbolic hybrid deep network
Long, Z., Lu, Y., and Dong, B. Pde-net 2.0: Learning pdes from data with a numeric-symbolic hybrid deep network. Journal of Computational Physics, 399: 0 108925, 2019
2019
-
[46]
G., Paronuzzi, S., Peltier, M., Person, R., Rousset, C., Rynders, S., Samson, G., Téchené, S., Vancoppenolle, M., and Wilson, C
Madec, G., Bell, M., Blaker, A., Bricaud, C., Bruciaferri, D., Castrillo, M., Calvert, D., Chanut, J., Clementi, E., Coward, A., Epicoco, I., Éthé, C., Ganderton, J., Harle, J., Hutchinson, K., Iovino, D., Lea, D., Lovato, T., Martin, M., Martin, N., Mele, F., Martins, D., Mas...
2023
-
[47]
Nemo ocean engine reference manual
Madec, G., Bell, M., Blaker, A., Bricaud, C., Bruciaferri, D., Castrillo, M., Calvert, D., Chanut, J., Clementi, E., Coward, A., et al. Nemo ocean engine reference manual. Mre z no]. Available: https://zenodo. org/record/8167700 , 23, 2023 b
2023
-
[48]
Combining model and geostationary satellite data to reconstruct hourly sst field over the mediterranean sea
Marullo, S., Santoleri, R., Ciani, D., Le Borgne, P., P \'e r \'e , S., Pinardi, N., Tonani, M., and Nardone, G. Combining model and geostationary satellite data to reconstruct hourly sst field over the mediterranean sea. Remote sensing of environment, 146: 0 11--23, 2014
2014
-
[49]
and Hakim, A
McGreivy, N. and Hakim, A. Invariant preservation in machine learned pde solvers via error correction. In ICLR Workshop on Physics for Machine Learning, 2023
2023
-
[50]
Michelis, M. Y. and Katzschmann, R. K. Physics-constrained unsupervised learning of partial differential equations using meshes, 2022. URL https://arxiv.org/abs/2203.16628
2022 arXiv
-
[51]
T., Lubbers, N., Livescu, D., and Chertkov, M
Mohan, A. T., Lubbers, N., Livescu, D., and Chertkov, M. Embedding hard physical constraints in neural network coarse-graining of 3d turbulence. arXiv preprint arXiv:2002.00021, 2020
2002 arXiv
-
[52]
K., and Grover, A
Nguyen, T., Brandstetter, J., Kapoor, A., Gupta, J. K., and Grover, A. Climax: A foundation model for weather and climate. In International Conference on Machine Learning, pp.\ 25904--25938. PMLR, 2023
2023
-
[53]
Invariante variationsprobleme
Noether, E. Invariante variationsprobleme. Nachrichten von der Gesellschaft der Wissenschaften zu Göttingen, Mathematisch-Physikalische Klasse, 1918: 0 235--257, 1918. URL http://eudml.org/doc/59024
1918
-
[54]
Raissi, M., Perdikaris, P., and Karniadakis, G. E. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. Journal of Computational physics, 378: 0 686--707, 2019
2019
-
[55]
Convolutional neural operators for robust and accurate learning of pdes
Raonic, B., Molinaro, R., De Ryck, T., Rohner, T., Bartolucci, F., Alaifari, R., Mishra, S., and de B \'e zenac, E. Convolutional neural operators for robust and accurate learning of pdes. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[56]
S., Jia, X., Willard, J., Appling, A
Read, J. S., Jia, X., Willard, J., Appling, A. P., Zwart, J. A., Oliver, S. K., Karpatne, A., Hansen, G. J., Hanson, P. C., Watkins, W., et al. Process-guided deep learning predictions of lake water temperature. Water Resources Research, 55 0 (11): 0 9173--9190, 2019
2019
-
[57]
and Valiquette, F
Rebelo, R. and Valiquette, F. Symmetry preserving numerical schemes for partial differential equations and their numerical tests. Journal of Difference Equations and Applications, 19 0 (5): 0 738--757, 2013
2013
-
[58]
Romero, D. W. and Cordonnier, J.-B. Group equivariant stand-alone self-attention for vision. In International Conference on Learning Representations, 2021
2021
-
[59]
U-net: Convolutional networks for biomedical image segmentation
Ronneberger, O., Fischer, P., and Brox, T. U-net: Convolutional networks for biomedical image segmentation. In Medical image computing and computer-assisted intervention--MICCAI 2015: 18th international conference, Munich, Germany, October 5-9, 2015, proceedings, part III 18, ...
2015
-
[60]
Clifford group equivariant neural networks
Ruhe, D., Brandstetter, J., and Forr \'e , P. Clifford group equivariant neural networks. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[61]
Learning to simulate complex physics with graph networks
Sanchez-Gonzalez, A., Godwin, J., Pfaff, T., Ying, R., Leskovec, J., and Battaglia, P. Learning to simulate complex physics with graph networks. In International Conference on Machine Learning, pp.\ 8459--8468. PMLR, 2020
2020
-
[62]
Y., Parker, J
Schiff, Y., Wan, Z. Y., Parker, J. B., Hoyer, S., Kuleshov, V., Sha, F., and Zepeda-Núñez, L. DySLIM : Dynamics Stable Learning by Invariant Measure for Chaotic Systems , June 2024. URL http://arxiv.org/abs/2402.04467. arXiv:2402.04467
2024 arXiv
-
[63]
M., Portegies, J., Bekkers, E
Smets, B. M., Portegies, J., Bekkers, E. J., and Duits, R. Pde-based group equivariant convolutional neural networks. Journal of Mathematical Imaging and Vision, 65 0 (1): 0 209--239, 2023
2023
-
[64]
The shifted boundary method for hyperbolic systems: Embedded domain computations of linear waves and shallow water flows
Song, T., Main, A., Scovazzi, G., and Ricchiuto, M. The shifted boundary method for hyperbolic systems: Embedded domain computations of linear waves and shallow water flows. Journal of Computational Physics, 369: 0 45--79, 2018
2018
-
[65]
Sorourifar, F., Peng, Y., Castillo, I., Bui, L., Venegas, J., and Paulson, J. A. Physics-enhanced neural ordinary differential equations: Application to industrial chemical reaction systems. Industrial & Engineering Chemistry Research, 62 0 (38): 0 15563--15577, 2023
2023
-
[66]
B., Kochkov, D., Cranmer, M., Pfaff, T., Godwin, J., Cui, C., Ho, S., Battaglia, P., and Sanchez-Gonzalez, A
Stachenfeld, K., Fielding, D. B., Kochkov, D., Cranmer, M., Pfaff, T., Godwin, J., Cui, C., Ho, S., Battaglia, P., and Sanchez-Gonzalez, A. Learned coarse models for efficient turbulence simulation. arXiv preprint arXiv:2112.15275, 2021
2021 arXiv
-
[67]
M., Tomida, K., White, C
Stone, J. M., Tomida, K., White, C. J., and Felker, K. G. The athena++ adaptive mesh refinement framework: Design and magnetohydrodynamic solvers. The Astrophysical Journal Supplement Series, 249 0 (1): 0 4, June 2020. doi:10.3847/1538-4365/ab929b. URL https://doi.org/10.3847
2020 doi
-
[68]
A neural pde solver with temporal stencil modeling
Sun, Z., Yang, Y., and Yoo, S. A neural pde solver with temporal stencil modeling. In International Conference on Machine Learning, pp.\ 33135--33155. PMLR, 2023
2023
-
[69]
Pdebench: An extensive benchmark for scientific machine learning
Takamoto, M., Praditia, T., Leiteritz, R., MacKinlay, D., Alesiani, F., Pfl \"u ger, D., and Niepert, M. Pdebench: An extensive benchmark for scientific machine learning. Advances in Neural Information Processing Systems, 35: 0 1596--1611, 2022
2022
-
[70]
Tensor field networks: Rotation-and translation-equivariant neural networks for 3d point clouds
Thomas, N., Smidt, T., Kearnes, S., Yang, L., Li, L., Kohlhoff, K., and Riley, P. Tensor field networks: Rotation-and translation-equivariant neural networks for 3d point clouds. arXiv preprint arXiv:1802.08219, 2018
2018 arXiv
-
[71]
Accelerating eulerian fluid simulation with convolutional networks
Tompson, J., Schlachter, K., Sprechmann, P., and Perlin, K. Accelerating eulerian fluid simulation with convolutional networks. In International conference on machine learning, pp.\ 3424--3433. PMLR, 2017
2017
-
[72]
P., Galletti, G., Brandstetter, J., Adami, S., and Adams, N
Toshev, A. P., Galletti, G., Brandstetter, J., Adami, S., and Adams, N. A. Learning lagrangian fluid mechanics with e (3)-equivariant graph neural networks. In International Conference on Geometric Science of Information, pp.\ 332--341. Springer, 2023
2023
-
[73]
Tran, A., Mathews, A., Xie, L., and Ong, C. S. Factorized fourier neural operators. In International Conference on Learning Representations, 2023
2023
-
[74]
and Chakraborty, S
Tripura, T. and Chakraborty, S. Wavelet neural operator for solving parametric partial differential equations in computational mechanics problems. Computer Methods in Applied Mechanics and Engineering, 404: 0 115783, 2023
2023
-
[75]
R., Holl, P., and Thuerey, N
Um, K., Brand, R., Fei, Y. R., Holl, P., and Thuerey, N. Solver-in-the-loop: Learning from differentiable physics to interact with iterative pde-solvers. Advances in Neural Information Processing Systems, 33: 0 6111--6122, 2020
2020
-
[76]
S., Linmans, J., Winkens, J., Cohen, T., and Welling, M
Veeling, B. S., Linmans, J., Winkens, J., Cohen, T., and Welling, M. Rotation equivariant cnns for digital pathology. In Medical Image Computing and Computer Assisted Intervention--MICCAI 2018: 21st International Conference, Granada, Spain, September 16-20, 2018, Proceedings, ...
2018
-
[77]
Learning incompressible fluid dynamics from scratch-towards fast, differentiable fluid models that generalize
Wandel, N., Weinmann, M., and Klein, R. Learning incompressible fluid dynamics from scratch-towards fast, differentiable fluid models that generalize. In International Conference on Learning Representations, 2021
2021
-
[78]
Incorporating symmetry into deep dynamics models for improved generalization
Wang, R., Walters, R., and Yu, R. Incorporating symmetry into deep dynamics models for improved generalization. In International Conference on Learning Representations, 2021
2021
-
[79]
K., Henn, B., Duncan, J., Brenowitz, N
Watt-Meyer, O., Dresdner, G., McGibbon, J., Clark, S. K., Henn, B., Duncan, J., Brenowitz, N. D., Kashinath, K., Pritchard, M. S., Bonev, B., et al. Ace: A fast, skillful learned global atmospheric model for climate prediction. CoRR, 2023
2023
-
[80]
and Cesa, G
Weiler, M. and Cesa, G. General e (2)-equivariant steerable cnns. Advances in neural information processing systems, 32, 2019
2019
-
[81]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.