Skip to main content
QUICK REVIEW

[論文レビュー] DGNet: Discrete Green Networks for Data-Efficient Learning of Spatiotemporal PDEs

Yingjie Tan, Quanming Yao|arXiv (Cornell University)|Mar 2, 2026
Model Reduction and Neural Networks被引用数 0
ひとこと要約

DGNetは、グラフ上の離散グリーン関数と物理–ニューラルハイブリッドを用いて時空間PDEを効率的に学習し、限定データで強い精度と未 seenソース項へのゼロショット一般化を実現する。

ABSTRACT

Spatiotemporal partial differential equations (PDEs) underpin a wide range of scientific and engineering applications. Neural PDE solvers offer a promising alternative to classical numerical methods. However, existing approaches typically require large numbers of training trajectories, while high-fidelity PDE data are expensive to generate. Under limited data, their performance degrades substantially, highlighting their low data efficiency. A key reason is that PDE dynamics embody strong structural inductive biases that are not explicitly encoded in neural architectures, forcing models to learn fundamental physical structure from data. A particularly salient manifestation of this inefficiency is poor generalization to unseen source terms. In this work, we revisit Green's function theory-a cornerstone of PDE theory-as a principled source of structural inductive bias for PDE learning. Based on this insight, we propose DGNet, a discrete Green network for data-efficient learning of spatiotemporal PDEs. The key idea is to transform the Green's function into a graph-based discrete formulation, and embed the superposition principle into the hybrid physics-neural architecture, which reduces the burden of learning physical priors from data, thereby improving sample efficiency. Across diverse spatiotemporal PDE scenarios, DGNet consistently achieves state-of-the-art accuracy using only tens of training trajectories. Moreover, it exhibits robust zero-shot generalization to unseen source terms, serving as a stress test that highlights its data-efficient structural design.

研究の動機と目的

  • 神経PDEソルバーのデータ効率が十分な構造的帰納的バイアスの不足により制限されることを強調する。
  • グラフ上の重ね合わせ原理をエンコードする離散グリーンネットワークを提案し、学習効率を向上させる。
  • 多様なPDEにわたる数十本の訓練軌道で最先端の精度を示し、未見のソース項に対するゼロショット一般化を示す。

提案手法

  • 状態の進展とソース応答を分解する離散グリーン関数の更新を導出する。
  • 離散化された勾配/ラプラシアンとGNN補正をエンコードする物理–ニューラルハイブリッド演算子 L = L_physics + L_neural を構築する。
  • Crank–Nicolson時間進行スキームに離散グリーン解法を組み込み、効率のために因子化された疎線形系を用いる。
  • 不規則なメッシュ上で物理ベースの演算子への補正を学習する Encode–Process–Decode GNN を使用する。
  • 短い軌道で訓練し、動力学を洗練する残差GNN経路を用い、 injectedノイズによるプッシュフォワードの工夫を適用する。
Figure 1: Overview of DGNet architecture. The model centers on a hybrid operator $\mathbf{L}=\mathbf{L}_{\text{physics}}+\mathbf{L}_{\text{neural}}$ , where $\mathbf{L}_{\text{physics}}$ encodes gradient and Laplacian discretizations and $\mathbf{L}_{\text{neural}}$ is a GNN-based correction for mes
Figure 1: Overview of DGNet architecture. The model centers on a hybrid operator $\mathbf{L}=\mathbf{L}_{\text{physics}}+\mathbf{L}_{\text{neural}}$ , where $\mathbf{L}_{\text{physics}}$ encodes gradient and Laplacian discretizations and $\mathbf{L}_{\text{neural}}$ is a GNN-based correction for mes

実験結果

リサーチクエスチョン

  • RQ1離散グリーン関数の定式化は、不規則領域上の時空間PDEソルバのデータ効率を改善できるか。
  • RQ2グリーン関数構造を埋め込むことで、豊富なデータがなくても未知のソース項への頑健な一般化を実現できるか。
  • RQ3物理–ニューロンハイブリッド演算子は、複雑な形状で純粋にデータ駆動あるいは純粋に物理ベースのソルバと比較してどうか。
  • RQ4拡散・対流・反応PDEにわたる限られた訓練軌道でモデルはどの程度精度を維持できるか。

主な発見

シナリオ指標DeepONetMGNMP-PDEBENOPhyMPGNDGNet
Allen-CahnMSE2.60e-012.70e-018.52e-012.52e+005.16e-018.75e-03
Allen-CahnRNE0.66860.68131.21092.08130.94200.0188
Fisher-KPPMSE3.05e-023.66e-039.90e-026.26e-021.50e-022.59e-04
Fisher-KPPRNE0.41810.14480.75300.59890.92700.0238
FitzHugh-NagumoMSE2.49e-063.75e-056.464e-062.14e-041.69e-031.18e-07
FitzHugh-NagumoRNE0.97453.48151.44548.310623.56960.0952
CylinderMSE4.44e-026.38e-039.31e-026.76e-024.13e-011.00e-04
CylinderRNE0.59760.71540.86440.73641.82010.0196
SedimentsMSE3.61e-025.94e-037.10e-031.07e-012.00e-014.60e-04
SedimentsRNE0.47590.61030.66730.81801.11860.0282
Complex ObstaclesMSE5.33e-027.79e-036.09e-037.66e-022.97e-016.69e-05
Complex ObstaclesRNE0.50610.61200.54100.60691.19560.0211
Laser HeatMSE2.48e+034.98e+033.88e+031.95e+036.78e+031.76e+01
Laser HeatRNE0.12080.17110.15100.10710.19980.0102
  • DGNetは、古典的・複雑な幾何学・未見ソースのシナリオで、訓練軌道 tens だけを用いて最先端の精度を達成する。
  • 離散グリーンの定式化は重ね合わせ原理を保持し、データ効率を大幅に改善する強い帰納的バイアスを提供する。
  • DGNetは、未見ソース項(レーザー熱)に対して堅牢なゼロショット一般化を示す一方、ベースラインは劣化する。
  • 物理的な事前演算子とニューラル補正(L = L_physics + L_neural)を組み合わせた場合に優れた性能を示し、グリーン解法や priors を除くと結果が低下する。
  • アブレーションは、グリーン成分が性能の中心であり、物理的 priors が構造的知識を提供することを示している。
Figure 2: Geometric variables for the discrete operator.
Figure 2: Geometric variables for the discrete operator.

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。