Striding Across Reynolds Numbers: Representation Geometry in Neural PDE Generalisation

TL;DR

On Navier-Stokes benchmark, ConvAE-Relay achieves 38.34% error under 10x Reynolds shift, outperforming FNO's 46.68%.

cs.LG 🔴 Advanced 2026-05-28 4 views
Jianing Shi
neural networks PDE solvers Reynolds number representation geometry cross-parameter generalization

Key Findings

Methodology

The study explores neural PDE solvers' cross-Reynolds generalization on a 2D Navier-Stokes benchmark. Using ConvAE-Relay, states are matched in a source-trained convolutional autoencoder latent space, borrowing dynamics from a source-regime database.

Key Results

  • ConvAE-Relay achieves 38.34%±0.07% error under 10x Reynolds shift, outperforming PCA relay's 41.77%.
  • U-Net with multi-scale skip connections achieves 34.72%±0.60% error, highlighting the advantage of local multi-scale representations in cross-Reynolds transfer.
  • Oracle experiments show source-regime dynamics directions remain transferable with cosine similarity ~0.84 when matching stays on-manifold.

Significance

This study highlights the importance of representation geometry in cross-Reynolds generalization, challenging traditional FNO methods and emphasizing the potential of local multi-scale representations in fluid mechanics. This finding could significantly impact model design in engineering and scientific computing.

Technical Contribution

By introducing the ConvAE-Relay method, the study demonstrates how to efficiently transfer dynamics using a source-regime database without target-regime fitting. U-Net's multi-scale skip connections further validate the effectiveness of local representations in cross-parameter generalization.

Novelty

This is the first systematic evaluation of spectral, retrieval, and multi-scale methods in cross-Reynolds generalization, revealing the key role of representation geometry in such tasks.

Limitations

  • At Re=100,000, ConvAE-Relay's advantage disappears, indicating insufficient database coverage.
  • Autoregressive drift is a major bottleneck, leading to error accumulation.

Future Work

Future research could explore improving database coverage at higher Reynolds numbers and developing stronger drift compensation mechanisms.

AI Executive Summary

In fluid mechanics, cross-Reynolds generalization has been a challenge. Traditional FNO methods perform poorly under a 10x Reynolds shift, with errors reaching 46.68%. However, the new ConvAE-Relay method achieves 38.34% error by matching states in a source-trained convolutional autoencoder latent space and borrowing dynamics from a source-regime database, significantly improving performance.

The study further shows that U-Net, with multi-scale skip connections, captures local multi-scale information better, achieving 34.72% error. This highlights the potential of local multi-scale representations in cross-Reynolds transfer.

Nevertheless, at Re=100,000, ConvAE-Relay's advantage disappears, indicating that database coverage and autoregressive drift remain major challenges. Future research will need to address these issues for broader applications.

Deep Analysis

Background

PDE solvers in fluid mechanics have significant applications in engineering and scientific computing. Recently, neural networks have made notable progress in PDE solving, especially in simulating Navier-Stokes equations. However, cross-parameter generalization, particularly across Reynolds numbers, remains an unsolved issue.

Core Problem

In fluid mechanics, changes in Reynolds numbers significantly affect fluid dynamics. Existing neural PDE solvers perform poorly under such changes, leading to high errors. Solving this problem is crucial for improving model robustness and adaptability.

Innovation

The study introduces the ConvAE-Relay method, demonstrating how to efficiently transfer dynamics using a source-regime database without target-regime fitting. U-Net's multi-scale skip connections further validate the effectiveness of local representations in cross-parameter generalization.

Methodology

  • �� Use 2D Navier-Stokes equations as a benchmark.
  • �� Employ ConvAE-Relay to match states in a source-trained convolutional autoencoder latent space.
  • �� Borrow dynamics from a source-regime database to achieve cross-Reynolds generalization.

Experiments

Experiments are conducted on a 2D Navier-Stokes benchmark using source and target datasets with different Reynolds numbers. Various methods, including FNO, PCA relay, and ConvAE-Relay, are compared. The main evaluation metric is relative L2 error.

Results

ConvAE-Relay achieves 38.34% error under 10x Reynolds shift, outperforming PCA relay's 41.77%. U-Net with multi-scale skip connections achieves 34.72% error, highlighting the advantage of local multi-scale representations.

Applications

The study's results can be used to improve the design of fluid mechanics simulators, enhancing their adaptability under different fluid conditions, particularly in engineering applications.

Limitations & Outlook

Although ConvAE-Relay performs well under a 10x Reynolds shift, its advantage disappears at Re=100,000, indicating insufficient database coverage. Additionally, autoregressive drift remains a major bottleneck.

Plain Language Accessible to non-experts

Imagine a kitchen where the chef needs to adjust cooking methods based on different ingredients. Traditional methods are like a fixed recipe, unable to adapt to new ingredients. ConvAE-Relay is like a smart chef who can flexibly adjust based on past experiences to find the best cooking method. U-Net is like a multitasking assistant, handling multiple steps to ensure each dish is perfectly presented.

ELI14 Explained like you're 14

Imagine playing a game where you need different strategies for different levels. Traditional methods are like a fixed guide, unable to adapt to new levels. ConvAE-Relay is like a smart player who can flexibly adjust strategies based on past experiences. U-Net is like a multitasking assistant, helping you handle multiple challenges to ensure you pass each level smoothly!

Glossary

Reynolds Number

A dimensionless number describing the ratio of inertial to viscous forces in fluid flow.

Used to assess changes in fluid dynamics behavior.

Navier-Stokes Equations

A set of partial differential equations describing fluid motion.

Used in the study to simulate fluid dynamics.

Convolutional Autoencoder

A neural network architecture for learning low-dimensional representations of data.

Used for state matching and dynamics borrowing.

Relative L2 Error

A metric for quantifying the difference between predictions and true values.

Used as the main evaluation metric.

Autoregressive Drift

The phenomenon of error accumulation over time in time series prediction.

Identified as a major bottleneck.

Open Questions Unanswered questions from this research

  • 1 How to improve database coverage at higher Reynolds numbers?
  • 2 How to develop stronger drift compensation mechanisms?

Applications

Immediate Applications

Fluid Simulation Optimization

Engineers can use this method to enhance fluid simulators' adaptability under different conditions.

Long-term Vision

Universal Cross-Parameter Generalization

Achieve broader cross-parameter generalization in scientific computing, driving the development of next-generation simulators.

Abstract

Cross-Reynolds generalisation in neural PDE solvers remains poorly characterised. On the canonical forced 2D Navier-Stokes benchmark, a trained Fourier Neural Operator reaches 46.68% relative L2 error under a 10x Reynolds-number shift, yet zero-forward-model retrieval baselines already improve to 41-42%. This suggests representation geometry as a major organising variable among the tested methods. We test this hypothesis through ConvAE-Relay, which matches states in a source-trained convolutional autoencoder latent space and borrows dynamics from a source-regime database, achieving 38.34+/-0.07% using only a source-regime database and no target-regime fitting, labels, or database entries. A 2x2 ablation isolates matching quality as dominant over the update rule. Oracle experiments confirm that source-regime dynamics directions remain transferable (cosine similarity ~0.84) when matching stays on-manifold; autoregressive drift is the primary bottleneck (~12 percentage points). From the learned-prediction side, a U-Net with multi-scale skip connections achieves 34.72+/-0.60%, consistent with the retrieval-side finding that local, multi-scale representations organise cross-Reynolds transfer among tested methods. All claims are scoped to this benchmark.

cs.LG