Skip to main content
QUICK REVIEW

[論文レビュー] Graph WaveNet for Deep Spatial-Temporal Graph Modeling

Zonghan Wu, Shirui Pan|arXiv (Cornell University)|May 31, 2019
Advanced Graph Neural Networks参考文献 26被引用数 70
ひとこと要約

Graph WaveNet は自己適応型隣接行列と積み重ねた拡張因果畳み込みを導入し、時空グラフをモデル化することで、効率的なエンドツーエンド学習を実現し、最先端の交通予測を達成する。

ABSTRACT

Spatial-temporal graph modeling is an important task to analyze the spatial relations and temporal trends of components in a system. Existing approaches mostly capture the spatial dependency on a fixed graph structure, assuming that the underlying relation between entities is pre-determined. However, the explicit graph structure (relation) does not necessarily reflect the true dependency and genuine relation may be missing due to the incomplete connections in the data. Furthermore, existing methods are ineffective to capture the temporal trends as the RNNs or CNNs employed in these methods cannot capture long-range temporal sequences. To overcome these limitations, we propose in this paper a novel graph neural network architecture, Graph WaveNet, for spatial-temporal graph modeling. By developing a novel adaptive dependency matrix and learn it through node embedding, our model can precisely capture the hidden spatial dependency in the data. With a stacked dilated 1D convolution component whose receptive field grows exponentially as the number of layers increases, Graph WaveNet is able to handle very long sequences. These two components are integrated seamlessly in a unified framework and the whole framework is learned in an end-to-end manner. Experimental results on two public traffic network datasets, METR-LA and PEMS-BAY, demonstrate the superior performance of our algorithm.

研究の動機と目的

  • Spatial-temporal modeling における固定グラフ構造の制限に対処する。
  • データから直接隠れた空間的依存性を学習可能にする。
  • RNN を用いずに長距離の時系列依存性を効率的に捉える。
  • 空間- temporal 層を残差接続・スキップ接続と共に積み重ねる、統一的なエンドツーエンドのフレームワークを統合する。

提案手法

  • ノード埋め込みから学習される自己適応隣接行列を備えたグラフ畳み込み層を導入する。
  • 拡散型グラフ畳み込みと自己適応型グラフ畳込みを組み合わせて空間依存性をモデル化する。
  • 長距離の時系列パターンを捉えるために積み重ねられた拡張因果畳み込み(Gated TCN)を使用する。
  • 空間-時間層を残差およびスキップ接続と共に積み重ねた統一的なエンドツーエンドのフレームワークを使用する。
  • トレイン/推論の不整合を避けるため、マルチステップ先行出力を共同で予測するようモデルを訓練する。
  • 1回の順伝播で全ての T ステップの予測を出力し、再帰的に予測を行わない。

実験結果

リサーチクエスチョン

  • RQ1自己適応型隣接行列は固定グラフを超えた隠れた空間依存性を明らかにできるのか。
  • RQ2適応的な空間結合を拡張した時系列の拡張と統合することで長期予測は改善されるのか。
  • RQ3Graph WaveNet は交通データセットにおいて、精度と効率の点で既存の時空モデルと比較してどうか。

主な発見

DatasetModel15 min MAE15 min RMSE15 min MAPE30 min MAE30 min RMSE30 min MAPE60 min MAE60 min RMSE60 min MAPE
METR-LAARIMA3.998.219.60%5.1510.4512.70%6.9013.2317.40%
METR-LAFC-LSTM3.446.309.60%3.777.2310.90%4.378.6913.20%
METR-LAWaveNet2.995.898.04%3.597.2810.25%4.458.9313.62%
METR-LADCRNN2.775.387.30%3.156.458.80%3.607.6010.50%
METR-LAGGRU2.715.246.99%3.126.368.56%3.647.6510.62%
METR-LASTGCN2.885.747.62%3.477.249.57%4.599.4012.70%
METR-LAGraph WaveNet2.695.156.90%3.076.228.37%3.537.3710.01%
PEMS-BAYARIMA1.623.303.50%2.334.765.40%3.386.508.30%
PEMS-BAYFC-LSTM2.054.194.80%2.204.555.20%2.374.965.70%
PEMS-BAYWaveNet1.393.012.91%1.834.214.16%2.355.435.87%
PEMS-BAYDCRNN1.382.952.90%1.743.973.90%2.074.744.90%
PEMS-BAYSTGCN1.362.962.90%1.814.274.17%2.495.695.79%
PEMS-BAYGraph WaveNet1.302.742.73%1.633.703.67%1.954.524.63%
  • Graph WaveNet は METR-LA と PEMS-BAY において 15、30、60 分の予測時間で最先端の結果を達成した。
  • 前方-後方適応隣接配置が両データセットで最も良い性能を示した。
  • 適応のみの設定はグラフ構造が利用できない場合に良好に機能し、前方のみの性能に近い。
  • Graph WaveNet は推論時により速く、学習時には DCRNN よりもはるかに高速であり、多くのベースラインよりも正確である。
  • 自己適応型隣接行列を学習することで、影響力のあるノードを明らかにし、隠れた空間依存性を露出させる。
  • モデルは安定性を保ち、WaveNet および STGCN と比較してマルチステップ予測を改善している。

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

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

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

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