PINNs: Physics-Informed Neural Networks—neural networks trained to solve PDEs by minimizing a loss function containing the PDE residuals.
Strong Form: A formulation based on the differential form of the PDE, enforcing equations at specific collocation points.
Energy Form: A formulation based on variational principles (Deep Energy Method), minimizing the total potential energy of the system via integration.
LoRA: Low-Rank Adaptation—a technique that freezes pre-trained weights and trains only rank-decomposition matrices added to them.
Full Fine-Tuning: Updating all parameters of a pre-trained network for a new task.
Lightweight Fine-Tuning: Freezing early layers of a network and updating only the deeper layers (or specific subsets).
Navier-Stokes Equations: A set of PDEs describing the motion of viscous fluid substances.
DEM: Deep Energy Method—a specific type of PINN that minimizes variational energy integrals rather than differential residuals.