Skip to main content
QUICK REVIEW

[论文解读] Examining COVID-19 Forecasting using Spatio-Temporal Graph Neural Networks

Amol Kapoor, Xue Ben|arXiv (Cornell University)|Jul 6, 2020
Data-Driven Disease Surveillance参考文献 34被引用 148
一句话总结

本研究使用带有移动数据的时空图神经网络来预测美国县级COVID-19日新增病例,达到6%的RMSLE降低和Pearson相关性的微小绝对提升。

ABSTRACT

In this work, we examine a novel forecasting approach for COVID-19 case prediction that uses Graph Neural Networks and mobility data. In contrast to existing time series forecasting models, the proposed approach learns from a single large-scale spatio-temporal graph, where nodes represent the region-level human mobility, spatial edges represent the human mobility based inter-region connectivity, and temporal edges represent node features through time. We evaluate this approach on the US county level COVID-19 dataset, and demonstrate that the rich spatial and temporal information leveraged by the graph neural network allows the model to learn complex dynamics. We show a 6% reduction of RMSLE and an absolute Pearson Correlation improvement from 0.9978 to 0.998 compared to the best performing baseline models. This novel source of information combined with graph based deep learning approaches can be a powerful tool to understand the spread and evolution of COVID-19. We encourage others to further develop a novel modeling paradigm for infectious disease based on GNNs and high resolution mobility data.

研究动机与目标

  • 通过利用区域间移动性来推动COVID-19病例预测的改进。
  • 提出一个统一的时空图框架,以捕捉空间和时间依赖性。
  • 利用实时移动数据集来指示县际连接性与移动模式。
  • 将预测性能与传统时间序列基线进行比较评估。

提出的方法

  • 构建一个包含100个县的时空图,空间边的权重由移动流量加权。
  • 使用具有跳跃连接增强的谱图卷积网络,在最多两个空间跳和七天时序上下文内聚合信息。
  • 用一个来自d天历史的通过MLP得到的初始时序嵌入H0来表示节点特征。
  • 通过对最终拼接嵌入Hs应用MLP来预测未来病例。
  • 使用Adam优化器,以MSLE损失在1月1日及之后的数据上训练,并采用特定的训练/测试划分。
  • 与基线方法比较,包括ARIMA、LSTM、Seq2Seq及移动增强变体。

实验结果

研究问题

  • RQ1利用区域间移动性的时空GNN能否在COVID-19病例预测中优于传统时间序列模型?
  • RQ2引入移动数据如何影响美国各县的预测性能?
  • RQ3在包含或排除移动信号时,基于GNN的预测相对于标准基线的相对表现如何?

主要发现

  • GNN在RMSLE和相关性方面优于基线,在各指标上达到最佳或次佳分数。
  • 引入移动数据可提升深度模型的表现,而ARIMA在移动模式变化时可能下降。
  • 表现最好的GNN变体在主评估行上的RMSLE为0.0109,Corr为0.9980。
  • 带有移动信息的Seq2Seq和LSTM较其无移动版本有提升,但GNN始终表现最佳。
  • 总体而言,GNN方法展示了高分辨率移动数据在学习疾病传播动力学中的价值。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。