Research Papers 论文研究 1d ago Updated 16h ago 更新于 16小时前 45

Feature Interaction Modeling for Physics-Informed Neural Networks and Neural Operators 特征交互建模用于物理信息神经网络和神经算子

Embeds factorization machine (FM) feature interaction modules into physics-informed neural networks (PINNs) and neural operator learning to improve expressiveness for parameterized PDE solution manifolds Proposes FM-PINN, which explicitly captures spatio-temporal variable interactions using a second-order Taylor expansion motivation, improving approximation accuracy for smooth high-order PDEs Develops FM-Operator and FM-DeepONet by grouping spatial coordinates, time, physical parameters, and bou 将因子分解机(FM)特征交互模块嵌入PINNs和神经算子学习,增强参数化PDEs解流形的表达能力 提出FM-PINN,基于二阶泰勒展开显式捕捉时空变量交互,提升光滑高阶PDEs近似精度 开发FM-Operator和FM-DeepONet,将空间坐标、时间、物理参数和边界条件分组建模跨组交互 在激波主导的非线性守恒律方程上实现显著精度提升,但对光滑算子学习基准无一致优势

55
Hot 热度
75
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Embeds factorization machine (FM) feature interaction modules into physics-informed neural networks (PINNs) and neural operator learning to improve expressiveness for parameterized PDE solution manifolds
  • Proposes FM-PINN, which explicitly captures spatio-temporal variable interactions using a second-order Taylor expansion motivation, improving approximation accuracy for smooth high-order PDEs
  • Develops FM-Operator and FM-DeepONet by grouping spatial coordinates, time, physical parameters, and boundary/initial conditions into independent feature sets and modeling cross-group interactions
  • Demonstrates substantial accuracy gains on shock-dominated nonlinear conservation laws and problems with sharp gradients or discontinuities
  • Shows no consistent advantage on smooth operator learning benchmarks, indicating the approach is specifically suited for challenging, non-smooth PDE regimes

Why It Matters

This work bridges a critical gap in physics-informed machine learning by introducing explicit feature interaction modeling into PINNs and neural operators, which traditionally rely on implicit neural representations that struggle with complex variable couplings. For practitioners working on PDE-constrained problems involving shocks, discontinuities, or strong cross-field dependencies—common in fluid dynamics, climate modeling, and engineering simulations—this approach offers a principled architectural enhancement that can significantly improve solution accuracy without sacrificing physical consistency.

Technical Details

  • FM-PINN: Integrates factorization machine second-order interaction terms into the PINN architecture, enabling explicit modeling of spatio-temporal variable couplings. The design is motivated by the second-order Taylor expansion of multivariate functions, providing a theoretically grounded approach to capturing variable interactions that standard MLPs approximate only implicitly.
  • FM-Operator and FM-DeepONet: Extends the FM interaction paradigm to neural operator frameworks by partitioning inputs into independent feature sets—spatial coordinates, time, physical parameters, and initial/boundary conditions—and explicitly modeling cross-group interactions through factorized pairwise terms.
  • Target problem class: Parameterized partial differential equations (PDEs), with emphasis on nonlinear conservation laws, shock-dominated equations, and problems exhibiting sharp gradients or discontinuities.
  • Benchmark findings: Numerical tests show substantial accuracy improvements on challenging shock-dominated equations, while smooth operator learning benchmarks see no consistent advantage, suggesting the FM interaction modules primarily address hardness arising from non-smooth solution manifolds.
  • Theoretical motivation: The factorization machine's pairwise interaction term serves as an efficient approximation of second-order cross-variable dependencies, avoiding the O(d²) explicit computation through learned latent vectors.

Industry Insight

  • The selective effectiveness of FM modules—strong gains on non-smooth problems but no advantage on smooth benchmarks—suggests practitioners should adopt a diagnostic-driven approach: deploy FM-enhanced architectures primarily for shock-capturing, discontinuity-rich, or strongly coupled multi-physics problems rather than as a universal upgrade.
  • Grouping features into semantically meaningful sets (spatial, temporal, parametric, boundary) and modeling cross-group interactions represents a generalizable design principle that could be extended to other scientific ML domains involving heterogeneous input modalities, such as climate-chemistry coupling or multi-scale material modeling.
  • As physics-informed neural operators face increasing scrutiny on real-world deployment, this work highlights that architectural inductive biases—rather than raw capacity—are key to handling the hardest regimes in PDE solution manifolds, pointing toward hybrid designs that combine implicit neural representations with explicit interaction modeling.

TL;DR

  • 将因子分解机(FM)特征交互模块嵌入PINNs和神经算子学习,增强参数化PDEs解流形的表达能力
  • 提出FM-PINN,基于二阶泰勒展开显式捕捉时空变量交互,提升光滑高阶PDEs近似精度
  • 开发FM-Operator和FM-DeepONet,将空间坐标、时间、物理参数和边界条件分组建模跨组交互
  • 在激波主导的非线性守恒律方程上实现显著精度提升,但对光滑算子学习基准无一致优势

为什么值得看

该工作为物理信息神经网络和神经算子学习提供了新的特征交互建模思路,特别是在处理强非线性、不连续性PDEs问题上展现出显著优势,为科学计算AI方法提供了有价值的技术参考。

技术解析

  • 核心创新:将因子分解机(Factorization Machines)的二阶特征交互机制嵌入物理信息神经网络架构,通过显式建模变量间耦合关系增强模型表达能力
  • FM-PINN架构:基于多元函数二阶泰勒展开理论,设计专门捕捉时空变量交互的模块,针对光滑高阶PDEs优化近似精度
  • 分组交互策略:将空间坐标、时间、物理参数、初始条件和边界条件划分为独立特征组,重点建模跨组特征交互,形成FM-Operator和FM-DeepONet变体
  • 实验验证:在激波主导的非线性守恒律方程上取得显著精度提升,但在光滑算子学习基准测试中优势不明显

行业启示

  • 物理信息神经网络在复杂PDEs求解上的突破:针对激波、不连续性等传统方法难以处理的场景,引入特征交互机制可显著提升求解精度,为计算流体力学等领域提供新工具
  • 神经算子学习的差异化应用策略:该研究表明FM增强方法并非万能,在光滑问题上优势有限,建议根据具体问题特性(是否存在强非线性、不连续性)选择是否采用
  • 跨领域方法迁移的启示:将推荐系统中的因子分解机成功迁移到科学计算领域,展示了不同AI子领域间方法交叉的潜力,未来可探索更多跨领域技术融合机会

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Training 训练 LLM 大模型