📄
Abstract - Higher-Order Geometric Updates for Levenberg-Marquardt Method via Riemann Normal Coordinates
Nonlinear least-squares optimization is central to regression, physics-informed neural networks, and other machine-learning tasks. Such problems have a natural geometric interpretation, model predictions form a manifold in data space, while the chosen parameterization can introduce parameter-effects curvature that becomes a dominant source of nonlinearity. This exposes a limitation of the Levenberg-Marquardt (LM) method, its tangent-space step is applied as a straight update in parameter coordinates. Geodesic acceleration gives a second-order correction, but its removal of parameter-effect curvature is exact only in the infinitesimal-step limit. We propose a Riemann-normal-coordinate Levenberg-Marquardt method (RNC-LM) to improve this consistency for finite optimization steps. By reformulating the geodesic equation, RNC-LM extends geodesic acceleration to arbitrary-order corrections and constructs finite-step updates with progressively higher reparameterization consistency. A line search along the resulting RNC curve controls the traveled distance while keeping the cost close to standard LM. The method eliminates the tangential component of residual acceleration order by order in a moving tangent frame, making the actual objective reduction more consistent with the linear model prediction of LM. On classical nonlinear least-squares benchmarks, RNC-LM improves convergence and robustness in curved valleys and rank-deficient problems. On a reaction-diffusion PINN failure-mode benchmark, it reduces the relative L2 error to the order of 1e-3 and recovers a physically meaningful solution. On a large-scale machine-learning potential-energy-surface fitting task, it achieves a 34-fold speedup over standard LM.
基于黎曼法坐标的莱文贝格-马夸特方法高阶几何更新 /
Higher-Order Geometric Updates for Levenberg-Marquardt Method via Riemann Normal Coordinates
1️⃣ 一句话总结
本文针对非线性最小二乘优化中的参数效应曲率问题,提出了一种基于黎曼法坐标的改进莱文贝格-马夸特方法(RNC-LM),通过沿测地线进行高阶校正的几何更新,显著提升了优化收敛速度、鲁棒性以及在复杂曲线谷和物理信息神经网络等困难问题上的求解质量。