AirDDE: Multifactor Neural Delay Differential Equations for Air Quality Forecasting
AI 摘要
AirDDE通过神经延迟微分方程建模空气质量预测中的延迟效应,显著提升了预测精度。
主要贡献
- 提出AirDDE,一种基于神经延迟微分方程的空气质量预测框架
- 引入记忆增强注意力模块,自适应捕捉多因素数据的延迟效应
- 设计物理引导的延迟演化函数,模拟延迟感知的污染物累积
方法论
使用神经延迟微分方程,结合记忆增强注意力机制和物理引导的演化函数,捕捉空气质量预测中的时间延迟和物理过程。
原文摘要
Accurate air quality forecasting is essential for public health and environmental sustainability, but remains challenging due to the complex pollutant dynamics. Existing deep learning methods often model pollutant dynamics as an instantaneous process, overlooking the intrinsic delays in pollutant propagation. Thus, we propose AirDDE, the first neural delay differential equation framework in this task that integrates delay modeling into a continuous-time pollutant evolution under physical guidance. Specifically, two novel components are introduced: (1) a memory-augmented attention module that retrieves globally and locally historical features, which can adaptively capture delay effects modulated by multifactor data; and (2) a physics-guided delay evolving function, grounded in the diffusion-advection equation, that models diffusion, delayed advection, and source/sink terms, which can capture delay-aware pollutant accumulation patterns with physical plausibility. Extensive experiments on three real-world datasets demonstrate that AirDDE achieves the state-of-the-art forecasting performance with an average MAE reduction of 8.79\% over the best baselines. The code is available at https://github.com/w2obin/airdde-aaai.