菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-11
📄 Abstract - Chebyshev Center-Based Direction Selection for Multi-Objective Optimization and Training PINNs

Physics-informed neural networks (PINNs) are a promising approach for solving partial differential equations (PDEs). Their training, however, is often difficult because multiple loss terms induced by PDE residuals and boundary or initial conditions must be optimized simultaneously. To address this difficulty, existing approaches often construct update directions by explicitly enforcing particular desirable properties, such as scale robustness and simultaneous descent. While effective in many cases, such property-by-property designs can make it unclear which conditions are essential, what geometric principle determines the selected update direction, and how different methods are structurally related. In this work, we formulate update-direction selection for PINN training as a Chebyshev-center problem in the dual cone. The proposed formulation selects a normalized direction that maximizes the minimum distance to the cone facets. The resulting formulation admits an efficient dual problem in a much lower-dimensional space and yields a convergence guarantee in the nonconvex setting. It also recovers the key desirable properties targeted by existing approaches without imposing them separately; rather, they follow from the single geometric criterion underlying the formulation. This makes the selected direction interpretable through a single geometric rule and provides a unified basis for systematically comparing related direction-selection methods. Experiments on several PINN benchmarks further demonstrate strong empirical performance of the proposed method.

顶级标签: machine learning model training
详细标签: physics-informed neural networks multi-objective optimization chebyshev center update direction selection convergence guarantee 或 搜索:

基于切比雪夫中心的多目标优化方向选择及其在物理信息神经网络训练中的应用 / Chebyshev Center-Based Direction Selection for Multi-Objective Optimization and Training PINNs


1️⃣ 一句话总结

本文提出了一种新的方法,通过将物理信息神经网络(PINNs)训练中的多个损失项优化问题转化为几何上的切比雪夫中心问题,自动选择最佳的更新方向,从而让训练过程更稳健、更高效,并且用一个统一的几何规则解释了以往多种方法的本质联系。

源自 arXiv: 2605.09975