用切比雪夫多项式扩展,让PINN一次训练就能快速适配新非线性微分方程。
Chebyshev-Augmented One-Shot Transfer Learning for PINNs on Nonlinear Differential Equations

- 用切比雪夫展开近似非线性项,转为可闭式求解的线性子问题。
- 测试时无需重训练,单次计算即可获得新条件下的高精度解。
- 适合需要多次求解相同方程但参数或边界变化的场景。
物理信息神经网络(PINNs)通过将控制方程嵌入训练目标,提供了一种灵活求解微分方程的方法。其核心限制是实例特异性:标准PINNs通常需为每个新源项、边界/初值条件或参数设置重新训练。一次迁移学习(OTL)通过冻结预训练隐空间并闭式计算最优输出权重,解决了线性算子的这一瓶颈,但对非线性问题因损失函数在输出层非凸而难以实现闭式适配。本文通过结合OTL与切比雪夫多项式代理,显著拓展了可实现一次迁移的非线性类型。我们对一般光滑弱非线性项在预设解域内采用截断切比雪夫展开,将其转化为可处理的多项式非线性,并通过摄动分解为一系列线性子问题。多头PINN学习与主导线性算子相关的可复用隐空间;测试时,新实例的解通过输出层一系列闭式线性求解获得,无需重训练网络主体。我们统一推导了该框架在常微分方程(ODE)与偏微分方程(PDE)上的形式,并在多个非线性基准上验证了方法的精度与快速在线适配能力,涵盖非多项式与奇点型ODE,以及具有饱和动力学的反应-扩散PDE,证明其在多查询场景中的实用性。
原文摘要 · Abstract (English)
Physics-Informed Neural Networks (PINNs) offer a flexible paradigm for solving differential equations by embedding governing laws into the training objective. A persistent limitation is instance specificity: standard PINNs typically require retraining for each new forcing term, boundary/initial condition, or parameter setting. One-shot transfer learning (OTL) addresses this bottleneck for linear operators by freezing a pretrained latent representation and computing optimal output weights in closed form, but for nonlinear problems closed-form adaptation is generally unavailable because the loss is nonconvex in the output layer. In this paper we substantially broaden the class of nonlinearities amenable to one-shot PINN transfer by combining OTL with Chebyshev polynomial surrogates. We approximate general smooth weakly nonlinear terms by truncated Chebyshev expansions over a prescribed solution range, yielding a polynomial nonlinearity that can be handled by a perturbative decomposition into linear subproblems. A multi-head PINN learns a reusable latent space associated with the dominant linear operator; at test time, solutions to new instances are obtained via a sequence of closed-form linear solves in the output layer, without retraining the network body. We provide a unified derivation of the framework for ODEs and PDEs and demonstrate accuracy and fast online adaptation on nonlinear benchmarks, including non-polynomial and singular ODE nonlinearities as well as a reaction-diffusion PDE with saturating kinetics, demonstrating the method's utility in many-query regimes.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。