PINN: Physics-Informed Neural Networkโa neural network trained to solve PDEs by minimizing a loss function that includes the residuals of the governing equations.
Navier-Stokes equations: A set of partial differential equations describing the motion of viscous fluid substances.
Gradient pathology: A training failure mode in multi-task learning where gradients from different tasks conflict in direction or magnitude, preventing convergence.
Negative transfer: A phenomenon where learning multiple tasks simultaneously leads to worse performance than learning them individually, often due to interference between unrelated features.
Spectral bias: The tendency of neural networks to learn low-frequency functions quickly while struggling to capture high-frequency details (like turbulence).
Shared-specialized architecture: A network design with a common backbone for shared features and separate 'heads' for task-specific outputs.
Cross-flow attention: An attention mechanism designed to identify and aggregate relevant features from different flow regimes (tasks) to aid prediction.