AI Navigate

AirDDE: Multifactor Neural Delay Differential Equations for Air Quality Forecasting

arXiv cs.LG / 3/19/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • AirDDE is the first neural delay differential equation framework for air quality forecasting, integrating delay modeling into a continuous-time pollutant evolution under physical guidance.
  • It introduces a memory-augmented attention module to retrieve globally and locally historical features, enabling adaptive capture of delay effects across multifactor data.
  • It also features a physics-guided delay evolving function based on the diffusion-advection equation to model diffusion, delayed advection, and source/sink terms, achieving physically plausible delay-aware pollutant accumulation.
  • On three real-world datasets, AirDDE achieves state-of-the-art forecasting performance with an average MAE reduction of 8.79% over the best baselines, with code available at the provided GitHub link.

Abstract

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.