Striding Across Reynolds Numbers: Representation Geometry in Neural PDE Generalisation

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Mathematics & Computational Sciences · Depth: Expert, quick

Summary

Cross-Reynolds generalisation in neural PDE solvers is a significant challenge, with a trained Fourier Neural Operator exhibiting a 46.68% relative L2 error under a 10x Reynolds-number shift on the forced 2D Navier-Stokes benchmark. Zero-forward-model retrieval baselines already achieve 41-42% error, suggesting representation geometry is a key variable. Researchers introduce ConvAE-Relay, which matches states in a source-trained convolutional autoencoder latent space and borrows dynamics from a source-regime database. This method achieves 38.34+/-0.07% error without target-regime fitting or data. A 2x2 ablation study indicates matching quality is dominant over the update rule. Oracle experiments confirm source-regime dynamics directions remain transferable (cosine similarity ~0.84) when on-manifold, with autoregressive drift being the primary bottleneck (~12 percentage points). A U-Net with multi-scale skip connections achieved 34.72+/-0.60%, reinforcing that local, multi-scale representations are crucial for cross-Reynolds transfer.

Key takeaway

For Machine Learning Engineers developing neural PDE solvers, understanding representation geometry is crucial for improving cross-Reynolds generalisation. You should prioritize methods that ensure high matching quality in latent spaces and consider multi-scale representations, like those in U-Nets, to reduce autoregressive drift. This approach can significantly lower L2 error, enabling more robust models across varying Reynolds numbers without extensive target-regime data.

Key insights

Representation geometry and multi-scale representations are critical for cross-Reynolds generalisation in neural PDE solvers.

Principles

Method

ConvAE-Relay matches states in a source-trained convolutional autoencoder latent space and borrows dynamics from a source-regime database to achieve cross-Reynolds generalisation.

In practice

Topics

Best for: AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.