AdamFLIP: Adaptive Momentum Feedback Linearization Optimization for Hard Constrained PINN Training
Published in arXiv preprint, 2026
PINNs typically enforce boundary and physical constraints via soft penalty terms, which trade accuracy for trainability. AdamFLIP treats constraint satisfaction as a control problem: at each step it applies a feedback-linearization correction on top of Adam’s adaptive momentum, projecting the update onto the hard-constraint manifold. The resulting optimizer matches Adam’s convergence rate while delivering constraint residuals orders of magnitude smaller than soft-penalty baselines.

λ_t projects the raw gradient onto the constraint tangent before standard Adam momentum and adaptive-step bookkeeping, so the hard constraint h(θ) = 0 is enforced step-by-step rather than via a soft penalty.Recommended citation: Lu, B., Zhang, R., Mou, C., Li, N., & Lin, G. (2026). "AdamFLIP: Adaptive Momentum Feedback Linearization Optimization for Hard Constrained PINN Training." arXiv:2605.08408.
Download Paper
