生态环境学报 ›› 2026, Vol. 35 ›› Issue (9): 1423-1435.DOI: 10.16258/j.cnki.1674-5906.2026.09.009

• 研究论文【环境科学】 • 上一篇    下一篇

基于遥感和物理约束时空模型估算地面PM2.5浓度

江天杰(), 杨昊*(), 张欢, 文武   

  1. 成都信息工程大学计算机学院,四川 成都 610225
  • 收稿日期:2025-10-23 修回日期:2026-04-09 接受日期:2026-07-31 出版日期:2026-09-18 发布日期:2026-09-16
  • 通讯作者: 杨昊, E-mail: haoyang@cuit.edu.cn
  • 作者简介:江天杰(1997年生),男,硕士研究生,研究方向为智慧气象。E-mail: 3230604018@stu.cuit.edu.cn
  • 基金资助:
    四川省科技成果转移转化示范项目(2024ZHCG0026);国家自然科学基金专项项目(62441501)

Estimating Ground-Level PM2.5 Concentrations Using a Remote Sensing-Based Spatiotemporal Model with Physical Constraints

Jiang Tianjie(), Yang Hao*(), Zhang Huan, Wen Wu   

  1. School of Computer Science, Chengdu University of Information Technology, Chengdu 610225, P. R. China
  • Received:2025-10-23 Revised:2026-04-09 Accepted:2026-07-31 Online:2026-09-18 Published:2026-09-16

摘要:

【目的】针对卫星气溶胶光学厚度(AOD)反演地面PM2.5现有方法在特征差异化建模和物理约束引入方面的不足,提出一种融合物理约束的UNet-LSTM时空反演模型,旨在解决地面监测站点分布稀疏导致的数据不连续问题,提升反演结果的精度、物理合理性与可解释性。【方法】模型以UNet编码-解码结构结构为主干,利用卷积块注意力机制(CBAM)自适应强化关键空间特征响应,并结合长短期记忆网络(LSTM)捕捉PM2.5的时序动态变化。同时,将大气平流-扩散方程以物理约束形式嵌入损失函数,在数据驱动的基础上确保预测结果的物理一致性与泛化能力。研究以四川盆地2015-2020年为研究区域,开展了样本、时间与站点三重交叉验证。【结果】实验结果显示,该模型在样本、时间、站点交叉验证中的R2分别达到0.87、0.86和0.83。与CNN、LSTM、Conv-LSTM等主流深度模型相比,R2提升了5%-11%,RMSE与MAE分别降低了5%-25%和6%-23%。时空分布分析与典型污染过程追踪表明,模型能够稳定重建四川盆地PM2.5的空间连续分布,并准确反映污染积累与消散的动态演变。【结论】融合物理机理与时空特征的深度建模框架可显著提升AOD反演PM2.5的精度与物理一致性,为区域空气质量监测与污染防控提供了新的技术支撑。

关键词: PM2.5估算, 物理约束, 卫星遥感, 时空建模, 深度学习

Abstract:

[Objective] Fine particulate matter (PM2.5) pollution has become one of the most important environmental challenges worldwide due to its significant impacts on human health, ecosystems, and regional climate systems. Long-term exposure to elevated PM2.5 concentrations has been associated with respiratory and cardiovascular diseases, premature mortality, and increased risks of hospitalization. Atmospheric PM2.5 can also affect visibility, cloud properties, and regional climate processes. However, obtaining spatially continuous and temporally consistent PM2.5 observations remains challenging because ground-based monitoring networks are sparse and unevenly distributed, especially in regions with complex terrain and heterogeneous emission sources. Satellite remote sensing provides an effective approach for large-scale PM2.5 estimation, and aerosol optical depth (AOD) has been widely used as an important proxy for ground-level PM2.5 concentrations. Nevertheless, existing AOD-based inversion methods still have several limitations. Traditional statistical and machine learning models generally focus on either spatial feature extraction or temporal variation analysis, while lacking the ability to simultaneously characterize complex spatiotemporal relationships. Moreover, most deep learning approaches are purely data-driven and do not explicitly incorporate atmospheric physical mechanisms, which may reduce their generalization capability and lead to physically inconsistent predictions across different temporal or spatial conditions. Therefore, this study develops a novel physics-constrained U-Net-LSTM deep learning framework for high-resolution spatiotemporal reconstruction of ground-level PM2.5 concentrations. [Methods] The proposed framework integrates a U-Net encoder-decoder architecture with a long short-term memory (LSTM) network to simultaneously capture spatial patterns and temporal evolution of PM2.5 pollution. The U-Net architecture is employed to extract multiscale spatial features and preserve detailed spatial information through skip connections, while the LSTM network is used to model temporal dependencies and dynamic variations in air pollution processes. To improve feature representation and model adaptability, convolutional block attention modules (CBAMs) are embedded in the encoder and decoder pathways, enabling the model to automatically learn channel and spatial attention weights. This mechanism allows the network to focus on critical environmental variables and important geographic regions while reducing the influence of irrelevant information. Furthermore, a physics-based residual constraint derived from the atmospheric advection-diffusion equation is incorporated into the training loss function. This constraint introduces atmospheric mechanisms, including horizontal wind-driven transport, turbulent diffusion, and pollutant removal processes, into the deep learning framework. By combining data-driven feature learning with physical knowledge, the model is encouraged to generate PM2.5 predictions that are not only statistically accurate but also consistent with atmospheric dynamics, thereby improving prediction reliability and generalization capability. The proposed model was trained and evaluated using observations from 97 air quality monitoring stations across the Sichuan Basin from 2015 to 2020. The Sichuan Basin was selected because of its complex topography, severe pollution conditions, and frequent haze events. The input dataset included multisource environmental variables at a spatial resolution of 1 km, including satellite AOD products, ERA5 meteorological parameters (wind speed, temperature, relative humidity, surface pressure, and boundary layer height), a digital elevation model (DEM), the normalized difference vegetation index (NDVI), land-use classification, and geographic coordinates. A total of 85,205 spatiotemporal samples were generated. Three validation strategies, namely sample-based, time-based, and site-based validation, were used to evaluate model accuracy and generalization capability. Model performance was assessed using the coefficient of determination (R2), root mean square error (RMSE), and mean absolute error (MAE). [Results] The proposed physics-constrained U-Net-LSTM model achieved superior performance compared with benchmark models, including CNN, LSTM, and ConvLSTM, under all validation scenarios. In sample-based validation, the model achieved an R2 of 0.874, an RMSE of 8.12 μg·m-3, and an MAE of 8.01 μg·m-3. In time-based and site-based validations, the model maintained strong predictive capability, achieving R2 values of 0.86 and 0.83, respectively, with prediction errors reduced by approximately 5%‒25% compared with baseline models. These results demonstrate the strong temporal transferability and spatial generalization capability of the proposed framework. Ablation experiments further confirmed the effectiveness of each model component. The baseline U-Net-LSTM model without CBAM or physical constraints achieved an R2 of 0.79, with an RMSE of 16.62 μg·m-3 and an MAE of 14.63 μg·m-3. After introducing CBAM, model performance improved to R2 = 0.82, demonstrating the contribution of the attention mechanism to the extraction of important environmental features. With the further incorporation of the physics-based residual constraint, the model achieved R2 = 0.87, RMSE = 11.21 μg·m-3, and MAE = 8.83 μg·m-3, with more than 80% of monitoring stations achieving R2 values greater than 0.7. These findings confirm that physical guidance significantly enhances model accuracy and robustness. Permutation importance analysis indicated that AOD was the most influential predictor, contributing for 40.63% of the total permutation importance, followed by surface pressure, air temperature, DEM, and relative humidity. These results highlight the combined effects of aerosol loading, meteorological conditions, and topographic characteristics on PM2.5 accumulation and dispersion in the Sichuan Basin. The reconstructed PM2.5 maps successfully captured regional pollution patterns and long-term temporal trends. The annual mean PM2.5 concentration decreased from 38.95 μg·m-3 in 2015 to 25.91 μg·m-3 in 2020, indicating the effectiveness of regional air pollution control measures. Spatially, a persistent pattern of high concentrations in the center and low concentrations at the periphery was observed, with the Chengdu Plain and surrounding urban agglomerations consistently exhibiting higher PM2.5 levels. Seasonal analysis showed that winter had the highest PM2.5 concentration (44.71 μg·m-3), mainly because of unfavorable atmospheric dispersion conditions, temperature inversion, and increased heating emissions, whereas summer had the lowest concentration (15.95 μg·m-3) because of enhanced atmospheric ventilation and precipitation scavenging. Additionally, the proposed framework successfully reproduced a severe haze episode in December 2020, accurately capturing pollutant accumulation, rapid enhancement, and dissipation following the intrusion of a cold front. The results further revealed the influence of regional transport processes and identified major urban clusters as persistent pollution hotspots. [Conclusion] This study proposes a physics-constrained deep learning framework that effectively integrates spatiotemporal feature learning, attention mechanisms, and atmospheric physical constraints for high-resolution PM2.5 reconstruction. The proposed physics-constrained U-Net-LSTM model achieves improved accuracy, generalization capability, and interpretability compared with conventional data-driven approaches. By bridging the gap between deep learning prediction and physical understanding of atmospheric processes, this framework provides an effective solution for generating continuous, high-resolution PM2.5 distributions in regions with complex terrain and offers valuable support for air quality assessment, pollution control strategies, and environmental management.

Key words: PM2.5 estimation, physics-constrained, satellite remote sensing, spatiotemporal modeling, deep learning

中图分类号: