Skip to main content
QUICK REVIEW

[論文レビュー] AirPhyNet: Harnessing Physics-Guided Neural Networks for Air Quality Prediction

Kethmi Hirushini Hettige, Jiahao Ji|arXiv (Cornell University)|Feb 6, 2024
Air Quality Monitoring and Forecasting被引用数 5
ひとこと要約

AirPhyNet は拡散-対流物理をニューラルネットワークに統合し、PM2.5を予測する精度を向上させ、特にデータが希薄な状況で現状の最先端ベースラインを上回る。

ABSTRACT

Air quality prediction and modelling plays a pivotal role in public health and environment management, for individuals and authorities to make informed decisions. Although traditional data-driven models have shown promise in this domain, their long-term prediction accuracy can be limited, especially in scenarios with sparse or incomplete data and they often rely on black-box deep learning structures that lack solid physical foundation leading to reduced transparency and interpretability in predictions. To address these limitations, this paper presents a novel approach named Physics guided Neural Network for Air Quality Prediction (AirPhyNet). Specifically, we leverage two well-established physics principles of air particle movement (diffusion and advection) by representing them as differential equation networks. Then, we utilize a graph structure to integrate physics knowledge into a neural network architecture and exploit latent representations to capture spatio-temporal relationships within the air quality data. Experiments on two real-world benchmark datasets demonstrate that AirPhyNet outperforms state-of-the-art models for different testing scenarios including different lead time (24h, 48h, 72h), sparse data and sudden change prediction, achieving reduction in prediction errors up to 10%. Moreover, a case study further validates that our model captures underlying physical processes of particle movement and generates accurate predictions with real physical meaning.

研究の動機と目的

  • 精度の高い屋外PM2.5予測を、物理学とデータ駆動学習を組み合わせることによって動機づける。
  • 基本的な大気輸送物理(拡散と対流)を深層学習フレームワークに組み込む。
  • 希薄データや急変時において、予測精度と解釈性を向上させる。

提案手法

  • 履歴の PM2.5 と天気データを RNN エンコーダ(GRU)でエンコードする。
  • センサーネットワーク上の拡散と対流をグラフラプラス演算子を用いた微分方程式ネットワークとしてモデル化する。
  • 拡散と対流のダイナミクスをゲート機構で融合し、拡散-対流微分方程式(DE)を形成する。
  • DE ネットワークを GNN によるニューラルODEでパラメータ化し、潜在状態を時間とともに進化させる。
  • 潜在予測を将来の時点(最大 72 時間 ahead)で PM2.5 濃度へデコードする。
  • 予測濃度と真値濃度との MAE を最小化することで End-to-End に学習する。
Figure 1: The overall architecture of AirPhyNet framework consisting of a RNN Encoder, GNN based DE Network and a Decoder. Heatmap indicate the PM2.5 concentrations while the dashed arrows represent the air pollutant transport between nodes due to diffusion and advection.
Figure 1: The overall architecture of AirPhyNet framework consisting of a RNN Encoder, GNN based DE Network and a Decoder. Heatmap indicate the PM2.5 concentrations while the dashed arrows represent the air pollutant transport between nodes due to diffusion and advection.

実験結果

リサーチクエスチョン

  • RQ1物理学に guid されたディープラーニング(拡散-対流)が、純粋なデータ駆動モデルよりも屋外 PM2.5 予測を改善できるか?
  • RQ2物理情報を含むコンポーネントは、希薄データや急変シナリオで性能を高めるか?
  • RQ3提案された GNN ベースの微分方程式ネットワークは、センサーネットワーク上の時空間輸送ダイナミクスを効果的に捉えるか?
  • RQ4予測を基底となる拡散と対流プロセスと結びつけることの解釈可能性上の利点は何か?

主な発見

モデル北京 24時間 MAE北京 24時間 RMSE北京 48時間 MAE北京 48時間 RMSE北京 72時間 MAE北京 72時間 RMSE深圳 24時間 MAE深圳 24時間 RMSE深圳 48時間 MAE深圳 48時間 RMSE深圳 72時間 MAE深圳 72時間 RMSE
HA38.3783.9145.8095.5650.58101.518.3512.529.7214.3410.5415.39
VAR60.10102.9260.44103.0260.64103.0721.5026.0921.8426.5022.1726.92
DCRNN35.9952.5549.6667.5057.0174.677.7611.549.9914.1110.9815.14
STGCN33.7049.1638.9354.9843.9356.577.2310.619.3512.999.9713.59
GMAN50.6266.0550.7366.0750.6965.879.7612.7010.0813.2210.0712.99
GTS34.9951.4554.1871.8773.5089.596.589.558.7012.1510.5413.94
PM25GNN50.9465.8748.8165.6451.5166.559.9012.3110.0212.6310.3012.85
AirFormer29.6246.4938.4356.5243.3958.687.2410.839.6613.4710.2113.98
LatentODE44.8353.9645.9555.4447.1457.399.8512.3010.2412.8910.7313.33
ODE-LSTM46.1957.5649.1862.3951.4563.6610.5513.2411.3614.1812.0314.81
AirPhyNet29.1142.1636.6948.6642.2353.076.389.488.1811.389.5112.51
  • AirPhyNet は北京と深圳のデータセットの 24h、48h、72h 予測で一貫してベースラインを上回る。
  • 全データ設定での2番手法に対する平均的な改善は MAE で 3.7%、RMSE で 6.1% 。
  • 希薄データ設定で、AirPhyNet は競合他手より平均して MAE 8.3%、RMSE 8.1% 改善。
  • 急変シナリオで最大 8% の予測誤差低減を達成。
  • アブレーション研究は、拡散と対流の組み合わせの有利性、および TCN ベースのエンコーダより GRU エンコーダを使用する利点を示す。
  • ケーススタディの可視化は、予測における物理的に意味のある拡散と対流パターンを示す。
(a) Effect of Physical Knowledge in AirPhyNet
(a) Effect of Physical Knowledge in AirPhyNet

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

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

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

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