AirCast: Improving Air Pollution Forecasting Through Multi-Variable Data Alignment
About
Air pollution remains a leading global health risk, exacerbated by rapid industrialization and urbanization, contributing significantly to morbidity and mortality rates. In this paper, we introduce AirCast, a novel multi-variable air pollution forecasting model, by combining weather and air quality variables. AirCast employs a multi-task head architecture that simultaneously forecasts atmospheric conditions and pollutant concentrations, improving its understanding of how weather patterns affect air quality. Predicting extreme pollution events is challenging due to their rare occurrence in historic data, resulting in a heavy-tailed distribution of pollution levels. To address this, we propose a novel Frequency-weighted Mean Absolute Error (fMAE) loss, adapted from the class-balanced loss for regression tasks. Informed from domain knowledge, we investigate the selection of key variables known to influence pollution levels. Additionally, we align existing weather and chemical datasets across spatial and temporal dimensions. AirCast's integrated approach, combining multi-task learning, frequency weighted loss and domain informed variable selection, enables more accurate pollution forecasts. Our source code and models are made public here (https://github.com/vishalned/AirCast.git)
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Air quality prediction (PM2.5) | Independent Ground Stations 2019 (val) | PM2.5 Prediction Error (24h)31.7 | 6 | |
| Air Quality Prediction | OpenAQ PM2.5 2019 (val) | RMSE32.8 | 5 | |
| Air Quality Prediction | OpenAQ PM10 2019 (val) | RMSE (Concentration Unit)57.1 | 5 | |
| Air Quality Prediction | OpenAQ SO2 2019 (val) | RMSE15.5 | 5 | |
| Air quality prediction (SO2) | Independent Ground Stations 2019 (val) | Error (12h Forecast)15.3 | 5 | |
| Air Quality Prediction | OpenAQ NO2 2019 (val) | RMSE28 | 5 | |
| Air quality prediction (NO2) | Independent Ground Stations 2019 (val) | Error (12h)25.6 | 5 | |
| Air quality prediction (PM10) | Independent Ground Stations 2019 (val) | Forecast Error (12h)57.8 | 5 | |
| Air Quality Prediction | OpenAQ CO 2019 (val) | RMSE0.7 | 5 | |
| Air quality prediction (CO) | Independent Ground Stations 2019 (val) | Error (12h)684 | 5 |