Skip to Content
  • Article
  • Open Access

18 June 2026

MFD-DF: A PM2.5 Concentration Prediction Method Based on Multimodal Feature Decomposition and Dynamic Fusion

,
,
,
,
,
,
,
and
1
College of Artificial Intelligence, Tianjin University of Science & Technology, Tianjin 300457, China
2
Tianjin Xinchuang Adaptation Certification Service Co., Ltd., Tianjin 300459, China
*
Author to whom correspondence should be addressed.
This article belongs to the Section Air Quality

Abstract

Accurate air pollutant concentration prediction is crucial for public health and sustainable urban development. Existing methods predominantly rely on single-modal data, resulting in inadequate representation of pollutant spatiotemporal evolution, poor prediction accuracy, and limited generalization capabilities. To address these challenges, this research proposes a novel PM2.5 prediction framework termed MFD-DF that integrates ground-station time series and satellite remote sensing images. In feature extraction, learnable decomposition and deformable convolution are introduced, and a Cross-Modal Slot Attention module explicitly decomposes features to resolve information blurring. Subsequently, a dynamic cross-modal alignment mechanism is designed alongside a learnable Time-Expansion Network (TEN) to ensure fine-grained interaction. Furthermore, a local-global attention feature fusion mechanism is proposed to optimize data integration efficacy. Experimental results demonstrate that in single-step PM2.5 prediction tasks, the proposed MFD-DF achieves significant improvements of approximately 10–20% in MAE, RMSE, and MAPE compared to state-of-the-art baselines. In multi-step PM2.5 prediction, it effectively alleviates the error accumulation problem in long-sequence forecasting, demonstrating superior robustness and accuracy.

1. Introduction

Air pollution is a critical threat to public health and poses profound implications for sustainable urban development [1]. High-concentration accumulation areas frequently overlap with densely populated zones, significantly amplifying population exposure risks [2,3]. Among various atmospheric pollutants, fine particulate matter (PM2.5) is recognized as one of the most hazardous due to its minute particle size, prolonged atmospheric residence time, and capacity to penetrate pulmonary alveoli into the systemic circulation. The fluctuations in PM2.5, concentration are governed by a complex interplay of anthropogenic emissions, meteorological conditions, topography, and regional transport. Characterized by pronounced temporal variability, spatial heterogeneity, and multi-source complexity, PM2.5 dynamics are difficult to capture through monitoring networks alone, which often fail to reflect the rapid evolution of pollution events [4,5]. High-precision prediction provides a scientific foundation for proactive emission reduction, optimized traffic management, and emergency intervention, thereby playing a pivotal role in public health alerts, environmental regulation, and urban planning [6].
With the proliferation of big data and artificial intelligence, traditional statistical modeling has been progressively superseded by deep learning architectures [7,8]. These advanced models have demonstrated superior performance in capturing the temporal evolution and long-range dependencies inherent in PM2.5 concentrations [9,10]. Nevertheless, a significant proportion of existing approaches remains reliant on single datasets [11,12]. By failing to effectively integrate external driving factors, these models often exhibit insufficient predictive accuracy and limited generalization capabilities when confronted with complex environmental scenarios [13].
To overcome the constraints of unimodal methods, multimodal data fusion has emerged as a cornerstone of dynamic PM2.5 prediction. As shown in Figure 1, this study integrates multi-source heterogeneous observational data to enhance characterization capabilities. Point-source time-series data from ground-based sensors provide high-fidelity reflections of localized concentration fluctuations, whereas remote sensing imagery reveals broader spatial distribution and transport characteristics. These two data sources exhibit fundamental spatio-temporal complementarity [14,15]. Integrating these heterogeneous modalities enables the expansion of spatial observation coverage and enhances temporal continuity, yielding a more comprehensive characterization of dispersion processes [16]. However, existing multimodal fusion frameworks encounter several persistent challenges: Differences in temporal resolution and spatial scales across modalities can cause feature misalignment; ambiguous boundaries between shared and modality-specific features lead to information redundancy or leakage; inadequate cross-modal alignment mechanisms limit model stability and generalization performance under complex meteorological conditions [17,18,19,20].
Figure 1. Overview of the study area and examples of multimodal data sources. (a) Actual view of ground-based air quality monitoring equipment; (b) Study area (Shanghai) and spatial distribution of monitoring stations; (c) Example satellite remote sensing imagery of the corresponding area; (d) Time-series variation curves of pollutant concentrations recorded at monitoring stations.
To address the aforementioned issues, this study proposes a multimodal deep learning framework for air quality prediction that integrates time series data with remote sensing imagery. This framework combines time series data from ground monitoring stations with remote sensing image data, incorporating four core modules: feature learning and modeling, feature decomposition and separation, dynamic alignment and deep fusion, and prediction. It effectively integrates multi-source data to capture the spatiotemporal characteristics of air quality changes. Specifically, the innovations of this study include: (1) A dual-path spatiotemporal collaborative learning mechanism is established, employing learnable decomposition and deformable convolutions to capture the non-stationary temporal evolution and irregular spatial diffusion patterns of PM2.5. This approach resolves the challenge of characterising complex spatiotemporal patterns within heterogeneous datasets. (2) An intra-modal feature decomposition mechanism is established by applying Cross-Modal Slot Attention within each modality to extract shared and modality-specific features, thereby enhancing the complementarity and interpretability of cross-modal fusion. (3) The introduction of the learnable Time-Expansion Network (TEN): By employing dual-transposed convolution technology, TEN dynamically adjusts low-frequency remote sensing features to align with high-frequency time series. This mechanism fine-grained alignment under causal constraints, resolving temporal scale mismatch. (4) A local-global attention mechanism is applied to fuse dimensional information, complemented by adaptive mapping and residual enhancement structures to enhance the model’s predictive accuracy and generalization capability.
The remainder of this paper is organized as follows: Section 2 reviews prior work; Section 3 details the network architecture and loss design of our framework; Section 4 presents the dataset, experimental setup, results, ablation studies, and interpretability analysis; Section 5 concludes the paper and discusses limitations and future work.

2. Related Work

2.1. Air Quality Forecasting

Deep learning-based methods have become the mainstream approach for air quality prediction. Models such as RNN, LSTM, and GRU overcome the limitations of traditional statistical methods by automatically capturing complex dependencies within time series [21,22]. Subsequent research introduced TCN, leveraging dilated convolutions to enhance parallel processing capabilities and performance for long sequences [23]. Transformer-based improvements like Informer, Autoformer, and FEDformer achieved breakthroughs in long-term dependencies and prediction accuracy through attention mechanisms and decomposable modeling [24,25,26]. Models such as AirQFormer further validated this architecture’s immense potential for regional prediction [27,28,29]. Concurrently, modeling spatial correlations is crucial for capturing interactions between monitoring stations and pollutant dispersion. CNN, ST-ConvNet, and graph neural networks like GCN, GAT, and STGCN are widely applied to model topological relationships between stations [30,31]. For instance, E-STGCN enhances robustness during extreme pollution events by integrating extremal theory [32], while AQ-Net improves prediction accuracy for unobserved stations through multi-head attention and spatial interpolation strategies [33]. These advancements collectively establish a deep learning prediction system that evolves from time-dependent to spatiotemporal collaborative modeling.
Despite significant progress in spatiotemporal modeling, existing methods predominantly rely on single-modal data such as time series or images [34]. This limitation hinders the integration of rich information from heterogeneous sources, constraining models’ ability to characterize pollutant evolution and interactions among multiple environmental factors [35]. To address this, this study proposes a multimodal deep learning framework that comprehensively models spatial correlations and spatiotemporal dependencies by deeply integrating time series and remote sensing image data. This approach effectively overcomes the limitations of single-modal information, significantly enhancing the accuracy and robustness of air quality prediction.

2.2. Multimodal Data Fusion Methods

Multimodal data fusion effectively compensates for the limitations of single-modal approaches in spatial coverage and feature representation by integrating information from heterogeneous sources, significantly enhancing model robustness in complex spatiotemporal tasks. In air quality prediction, time series, remote sensing imagery, and meteorological data exhibit high complementarity, facilitating more precise characterization of pollutant formation and evolution [36]. Currently, the deep integration of temporal numerical data with graph/image data has become mainstream. For instance, Res-GCN achieves high-performance multi-step prediction by fusing remote sensing images and station data through ResNet and graph convolutional networks [37]; the FuXi-Air model integrates weather forecasts and emission inventories, balancing accuracy and efficiency in city-level predictions [38]. Furthermore, multimodal dynamic modeling approaches leverage combinations of CNN, Bi-LSTM, and graph networks to effectively capture the spatiotemporal co-evolution of pollutants [39]. Meanwhile, STMFNet enhances the interpretability of cross-modal fusion through a shared-specific feature decomposition mechanism [40].
Although multimodal fusion can effectively enhance accuracy, significant challenges persist in the practical application of PM2.5 prediction. The frequency alignment mechanism between remote sensing imagery data and station concentration sequences remains imperfect, while incomplete feature decomposition limits the model’s generalisation capability in complex geographical environments and under rapidly changing weather conditions. Furthermore, the model’s limitations in explaining pollutant transport mechanisms and its robustness when confronted with data gaps require further enhancement. Consequently, establishing a fusion mechanism capable of accurately modeling the spatiotemporal evolution of PM2.5 while maintaining physical interpretability represents the current critical imperative.

3. Methodology

3.1. Overall Framework

The proposed multimodal air quality prediction framework, as illustrated in Figure 2, comprises four distinct stages. Stage One: Feature Learning. This stage leverages learnable decompositions to capture temporal trends and seasonal patterns within the data. Concurrently, the remote sensing branch employs deformable convolutions and multi-scale attention mechanisms to capture irregular spatial features. Stage Two: Feature Decomposition. Cross-Modal Slot Attention maps heterogeneous features into a unified latent space, explicitly decomposing them into shared and modality-specific components to enhance feature complementarity and eliminate modal redundancy. Stage Three: Dynamic Alignment and Deep Fusion. A Time-Expansion Network (TEN) is constructed, employing dual-transposed convolutions to extend low-frequency remote sensing features to high-frequency scales under causal constraints, resolving temporal resolution mismatches. Subsequently, local-global attention achieves efficient cross-dimensional information fusion. Stage Four: Prediction Output. Employing multi-layer linear mapping coupled with a residual enhancement mechanism, the fused features are transformed into future prediction values. A dual-layer decoder architecture ensures the smoothness and robustness of long-sequence predictions.
Figure 2. Overall Framework diagram of proposed model.

3.2. Time Series Feature Learning and Modeling

To accurately model the complex evolution patterns within air quality data, this study introduces two dimensions: long-term trends and seasonal cycles. The former reflects persistent fluctuations in pollutants arising from policy interventions or macro-environmental shifts, while the latter characterises recurring patterns influenced by meteorological conditions, diurnal variations, and human activities. This study proposes a learnable decomposition module that splits the time series x t R B × L × N into trend components t ^ t and seasonal components s ^ t . To accommodate localized spatiotemporal heterogeneities, input data is sampled via sliding windows with an adaptive lookback length ( L lookback ). Specifically, L lookback is set to 96 h for Beijing to capture prolonged pollutant accumulation across its 34 stations, and 48 h for Tianjin, Shanghai, and Guangzhou to cover two complete 24-h diurnal emission cycles. This differentiated setting optimizes the temporal receptive field for multi-scale feature learning. This module employs one-dimensional convolutional layers (Conv1d) to extract deep features along the temporal axis and smooth short-term fluctuations. Unlike traditional statistical decomposition, this mechanism adaptively fits regional data distributions via backpropagation, significantly enhancing the representation of non-stationarity in PM2.5 dynamic evolution.
t ^ t = C o n v 1 d ( R e L U ( B N ( C o n v 1 d ( x t ) ) ) )
s ^ t = x t t ^ t
In the trend modeling section, we employ the TrendMLPBlock for non-linear reconstruction of trend sequences. This module comprises a three-layer feedforward network. TrendMLP performs non-linear mappings on the sequence dimension of trend components, enabling the model to learn more flexible trend representations beyond the constraints of traditional linear trend modeling.
t ^ t out = TrendMLP ( t ^ t ) .
Seasonal variation does not follow a single pattern but is instead composed of regular cyclical components, irregular local fluctuations, and slow seasonal residuals. To address this, the SeasonalTimesBlock module is employed to construct a three-branch seasonal modeling structure. By dynamically integrating these three feature types through a router, the model can adaptively select the optimal seasonal representation for each time period, significantly enhancing the expressiveness of seasonal components and the stability of forecasts. Firstly, a sparse harmonic dictionary is utilised to extract seasonal features.
s ^ t dict = D i c t _ P r o j ( S o f t s h r i n k ( E n c o d e r ( s ^ t ) ) )
Among these, Encoder( s ^ t ) encodes the input data, obtaining sparse encoding coefficients via the Softshrink function. Here, Dict_Proj performs the operation of mapping sparse encoding coefficients to a higher-dimensional space, yielding seasonal features. Secondly, temporal residual features are extracted by mapping the input data to a new feature space.
s ^ t res = T o D ( s ^ t )
Among these, ToD is a linear transformation process that maps inputs to a new space, with the resulting features capturing temporal correlations and dynamic changes within time series. To further capture more complex seasonal fluctuations, convolutional operations can model seasonal variation patterns through local awareness, particularly for non-sinusoidal seasonal variations.
s ^ t conv = C o n v ( s ^ t )
The gate mechanism dynamically adjusts feature weights, integrating sparse harmonic dictionary features s ^ t dict , temporal residual features s ^ t res , and convolutional features s ^ t conv . The modelled seasonal sequence is output as follows:
s ^ t out = s ^ t dict · ω dict + s ^ t res · ω res + s ^ t conv · ω conv .
Finally, we derive trend component features and seasonal component features respectively from two independent time series feature extraction branches. These are then combined to yield the final time series features.
X t = t ^ t out + s ^ t out

3.3. Remote Sensing Image Feature Learning and Modeling Module

To characterize the spatial distribution and environmental heterogeneity of PM2.5, this study developed a multi-scale feature extractor integrating Deformable Convolution (DC), ASPP, and CBAM. Its core logic involves: utilizing ASPP’s multi-rate hollow convolution to capture cross-regional diffusion patterns, while employing CBAM to focus on key pollution sources and suppress background noise across spatial and channel dimensions.
Given that traditional convolutions are constrained by fixed geometric structures and struggle to characterize the irregular evolution of PM2.5 plumes, this study introduces DC to enhance spatial modeling flexibility. For input remote sensing images I R B × C × H × W , where L r , this module adapts sampling criteria to irregular pollutant morphologies through learnable offsets Δ p . The feature extraction process of DC can be expressed as:
F def ( p 0 ) = p R ω ( p ) · I ( p 0 + p + Δ p ) ,
Here, p denotes the center coordinate, and R defines the sampling range of the standard convolution kernel. By introducing an offset, the model can more accurately fit spatial patterns under complex meteorological conditions, significantly enhancing feature robustness in heterogeneous environments. To enhance salient region features, CBAM is introduced. Figure 3 illustrates the detailed structural workflow of CBAM. First, the channel attention module weights image features to compute global average pooling and max pooling results in the channel dimension.
M c ( F ) = σ W 2 δ ( W 1 Avg ( F ) ) + W 2 δ ( W 1 Max ( F ) )
Figure 3. Key Module Architecture for Remote Sensing Image Processing: (a) Deformable Convolution (DC); (b) Anisotropic Space Pyramid Pooling (ASPP); (c) Convolutional Block Attention Module (CBAM).
Here, δ ( · ) denotes ReLU and σ ( · ) denotes Sigmoid. Spatial attention is based on average pooling and max pooling along the channel dimension:
M s ( F ) = σ W 3 · [ Avg ( F ) ; Max ( F ) ]
F attn = M s M c ( F ) F
To capture multi-scale spatial patterns, the ASPP module is employed. This module extracts image features at different scales by applying convolutional operations at varying dilation rates. Through multi-scale convolutional operations, we can extract both local and global spatial information from images, which is crucial for enhancing the model’s spatial perception capabilities.
F aspp = Concat { Conv r ( F attn ) r { 1 , 6 , 12 } } , GP ( F attn )
Here, Convr denotes convolution with a stringency rate of r, while GP represents global pooling. Simultaneously employing SPP to further capture local-to-global hierarchical features:
F spp = Concat P 1 × 1 ( F aspp ) , P 2 × 2 ( F aspp ) , P 3 × 3 ( F aspp ) , GP ( F aspp )
Finally, the multi-scale features are concatenated and fed into a fully connected layer, mapping them to a unified latent space:
Z rs = ϕ W · [ F aspp ; F spp ] + b , Z rs R B × C × D

3.4. Feature Decomposition and Deconstruction Module

In multimodal air quality prediction, remote sensing imagery and time-series data respectively capture macro-spatial patterns and local temporal dynamics. However, these two sources exhibit feature redundancy and coupling. Direct fusion may lead to intermodal information confusion, weakening the expressiveness of shared features and reducing the discernibility of specific information. Therefore, this paper introduces a feature decomposition mechanism. By explicitly separating modal features, it enables more rational cross-modal interaction.
Specifically, given the time-series modal representation X t R B × N × D and the remote sensing image modal representation X r R B × C × D , they are first concatenated into a unified input:
X = [ X t ; X r ] R B × T × D
This is achieved through the Cross-Modal Slot Attention mechanism, whose core idea is to utilize a small number of learnable slot vector S R S × D as aggregators for shared feature information. By applying a scaled dot-product attention mechanism, the slot vectors interact with modal tokens to obtain an attention weight matrix A. Where Q is the channel vector, K is the input feature, and D is the feature dimension. Based on attention aggregation, the shared representation is updated as follows.
X ˜ sh = A · S , X ˜ sh R B × T × D
Subsequently, it is decomposed into two components, X ˜ t _ sh and X ˜ r _ sh , and the mode-specific representation is defined in residual form:
X t _ pv = X t X ˜ t _ sh , X r _ pv = X r X ˜ r _ sh
To further enhance decomposition performance, this paper introduces three types of regularization constraints during training:
(1) Shared Contrastive Loss L sh , which enhances the expressive power of shared information by aligning cross-modal shared representations X ˜ t _ sh and X ˜ r _ sh , thereby promoting information sharing across different modalities.
L sh = 1 B i = 1 B log exp X ˜ t _ sh i · X ˜ r _ sh i j = 1 B exp X ˜ t _ sh i · X ˜ r _ sh j
(2) Private Disparity Loss L pv , which prevents over-coupling by incentivizing differentiation between private features X t _ pv and X r _ pv across different modalities.
L pv = 1 B i = 1 B X t _ pv i · X r _ pv i X t _ pv i X r _ pv i 2
(3) Orthogonal Loss L ortho encourages orthogonality between shared and private features to suppress interference between them.
L ortho = 1 B i = 1 B X ˜ t _ sh i · X t _ pv i 2 + X ˜ r _ sh i · X r _ pv i 2
The final decomposition loss is:
L dec = α L sh + β L pv + γ L ortho .

3.5. Dynamic Alignment and Deep Fusion Module

Before multimodal features enter the fusion stage, the disparity in temporal resolution between time series data and remote sensing imagery poses a significant challenge. Specifically, time series data typically exhibit hourly granularity Lt, whereas remote sensing images generally feature daily granularity Lr. This discrepancy results in differing token sequence lengths, hindering direct cross-modal interaction. To address this issue, this paper proposes a learnable Time Expansion Network (TEN). This network employs 1D transposed convolutions to downsample the token sequences of remote sensing images from daily resolution to hourly resolution, thereby achieving temporal alignment between the two modalities. Subsequently, a Dynamic Alignment module is designed to ensure that features from both modalities can interact on a unified temporal scale, thereby enhancing the computational efficiency of the cross-modal attention mechanism.
X r _ pv align = TEN pv ( X r _ pv ) , TEN pv ( X ) = ReLU ( Conv 1 D trans pv ( X ) )
X r _ sh align = TEN sh ( X r _ sh ) , TEN sh ( X ) = ReLU ( Conv 1 D trans sh ( X ) )
Subsequently, the aligned shared features from both modalities are concatenated at the sequence dimension to obtain the fused shared feature X sh align . This is then input alongside the aligned modality-specific features into the cross-modal attention module, enabling deep interaction between multimodal information.
X s h aligned = C o n c a t ( X t _ s h , X r _ s h aligned )
To effectively fuse multi-modal features, this paper proposes a fusion module comprising two core components: a local-global attention mechanism and a shared-specific gated fusion layer. The local-global attention mechanism employs multi-head attention (MHA) to capture both local and global dependencies among multi-modal features, as illustrated in Figure 4. We first compute the attention weights:
Attention ( Q , K , V ) = Softmax Q K D + M V
Figure 4. Detailed Schematic Diagram of the Dynamic Alignment and Local-Global Attention Module.
Here, M denotes the adjacency mask matrix, employed to constrain local connections thereby achieving a comprehensive modeling of neighbourhood and global relationships. The output undergoes residual connection and layer normalisation:
L G A t t ( X ) = LayerNorm ( X + Attention ( Q , K , V ) )
Building upon the modeling of local-global relationships, we further designed a gating mechanism to adaptively weight shared representations against specific representations. First, concatenation is performed, and the result is fed into two layers of perceptrons to learn the importance weights of specific features and shared features within the current spatio-temporal region:
g = Softmax ( M L P ( [ X p v ; X s h ] )
Here, g p v and g s h denote the model’s preference for modality-specific information and cross-modality shared information respectively. The fused features are obtained by weighting specific features and shared features according to their respective weights. This gating mechanism automatically adjusts the proportion of specific versus shared information based on pollution characteristics across different times and regions, thereby yielding a more stable and discernible cross-modality fusion representation.
X fusion = g pv · X pv + g sh · X sh
Unlike traditional methods that fuse only two feature streams, this paper preserves three types of semantically complementary information: time-specific, remote-sensing-specific, and cross-modal shared features. These are then stitched together to form the final fused representation:
h fusion = C o n c a t ( X t f u s i o n , X sh , X r f u s i o n )

3.6. Prediction Module

Following cross-modal alignment and fusion, the model acquires a high-dimensional sequence representation incorporating complementary multimodal information. The objective of the prediction module is to map these fused semantic features to the future PM2.5 concentrations at the monitoring site. To this end, the module employs a prediction architecture comprising feature compression, adaptive mapping, and residual augmentation prediction. To reduce redundancy in the cross-modal fused representation and enhance the discriminative power of features for the prediction task, the fused representation is first compressed using a layer combining linear transformation with a nonlinear activation function:
h 1 = σ ( W 1 h f u s i o n + b 1 )
The number of tokens L f obtained after cross-modal fusion often differs from the number of monitoring stations N, leading to spatial dimension mismatch when performing direct predictions. To address this issue, this paper designs an adaptive mapping mechanism that employs a dynamically generated mapping matrix to map token sequences of arbitrary length to representations of a fixed number of monitoring stations.
h node = ( W m a p h 1 ) , W m a p R L f × N
To further enhance the model’s stability for long-term prediction, a residual prediction augmentation structure h = h ts + h node is employed. Here, h ts denotes the high-frequency dynamic features extracted by the time series backbone network, while h node represents the prediction representation after cross-modal fusion. Finally, the augmented representation is mapped to the target time domain via a two-layer linear decoder to generate PM2.5 forecast values for the next T steps:
h dec = σ ( W 2 h + b 2 )
Y = W 3 h d e c + b 3

4. Experiment and Result Analysis

4.1. Datasets

This experiment constructed a multimodal dataset integrating ground-based monitoring and remote sensing imagery for four cities: Tianjin, Beijing, Shanghai, and Guangzhou. Time Series Dataset: Data originates from real-time observations recorded at ground-based air quality monitoring stations across each city. This study collected hourly PM 2.5 concentration values from each station. This dataset features high temporal resolution, enabling precise capture of short-term fluctuations and sudden changes in pollutant concentrations. To secure data integrity and quality assurance before training, a basic preprocessing pipeline was executed: continuous missing records extending under 3 h were filled via temporal linear interpolation, while anomalous negative outliers or tracking artifacts caused by transient sensor telemetry noise were systematically filtered and calibrated using localized historical rolling averages. Remote Sensing Image Dataset: The raw satellite imagery is explicitly sourced from the ChinaHigh PM 2.5 (CHAP) national daily dataset. This high-resolution dataset provides seamless spatio-temporal coverage of ground-level PM 2.5 concentrations at a spatial resolution of 1 km × 1 km and a daily temporal resolution.
To capture regional pollutant transport, daily images were collected to strictly match the calendar days within each city’s designated observation period: 1096 images for Beijing (a 3-year span including the 2020 leap year), 365 images each for Tianjin and Shanghai (1-year spans), and 366 images for Guangzhou (a 1-year span encompassing the 2024 leap year). These collected multi-temporal images were then spatially clipped using city-level Shapefile vector boundaries and aligned via geographic coordinates. Subsequently, the regional concentration values were mapped to grayscale and uniformly resampled to effectively reflect pollutant transport and dispersion dynamics. The detailed specifications of the integrated datasets are summarized in Table 1.
Table 1. Detailed information of the four datasets.

4.2. Experimental Setup

All experiments were implemented using the Pytorch 2.5.1 framework in a Python 3.10 environment and were implemented using the PyTorch framework within a Python environment and were accelerated by an NVIDIA RTX 4090 GPU. To ensure a fair comparison, all models were evaluated using identical input and output dimensions during the benchmarking phase, while the other hyperparameter configurations for the baselines were set according to the default values specified in their original publications. The proposed framework was trained utilizing the Adam optimizer with a learning rate of 1 × 10 4 . Additional architectural and training parameters of the proposed model are detailed in Table 2.
Table 2. Detailed hyperparameter settings of preposed model.

4.3. Evaluation Metrics

This experiment employed three commonly used regression model evaluation metrics to assess the performance of the multimodal air quality prediction model: MAE, RMSE, and MAPE.
MAE: The average of the absolute differences between predicted values and actual values. It provides an intuitive assessment method, where smaller values indicate that predictions are closer to actual values.
MAE = 1 N i = 1 N | y i y ^ i |
RMSE: Represents the average of squared errors, where larger errors exert a greater influence on its value. It is suitable for identifying significant errors.
RMSE = 1 N i = 1 N ( y i y ^ i ) 2
MAPE: Calculates the relative error between predicted and actual values, expressed as a percentage. It is suitable for evaluating the relative accuracy of different prediction tasks. A smaller MAPE value indicates higher prediction accuracy.
MAPE = 1 N i = 1 N y i y ^ i y i × 100 %

4.4. Analysis of Experimental Results

This section presents experimental results of the multimodal air quality prediction model across various city datasets, comparing it with existing benchmark models. Our approach demonstrates superior performance across multiple city datasets, particularly in short-term prediction tasks. Compared to the state-of-the-art model STMFNet [40], our method achieves significant improvements in MAE, RMSE, and MAPE metrics, indicating its advantage in capturing dynamic changes in air quality.

4.4.1. Single-Step Prediction Results

This section presents experimental results of different methods across multiple urban datasets. Through comparative analysis, we validate the effectiveness of our proposed multimodal air quality prediction approach. Table 3 demonstrates the performance of each model in the single-step prediction task.
Table 3. The single-step prediction performance of Ours and other baselines on four datasets. The best performance is highlighted in bold, while the second-best is underlined.
In single-step prediction tasks, MFD-DF demonstrates significant improvements compared to the state-of-the-art model STMFNet. Specifically, MFD-DF achieves reductions of 10.83% to 12.49% in MAE, 6.02% to 10.50% in RMSE, and 11.54% to 22.22% in MAPE across Guangzhou, Shanghai, Beijing, and Tianjin. These results demonstrate that through multimodal data fusion, our model achieves substantial gains in accuracy and stability for short-term prediction, enabling it to better capture the spatiotemporal variations in air quality.
Single-site visualisations demonstrate the comparison between predicted and actual PM2.5 values over time at various monitoring stations across Guangzhou, Shanghai, Beijing, and Tianjin. As illustrated in Figure 5, we observe the contrast between forecasted and recorded PM2.5 concentrations at randomly selected stations within each city. The figures clearly demonstrate that the model effectively tracks the long-term trends in air quality data and delivers accurate predictions for the majority of time points. Even during sudden fluctuations or short-term variations, the model continues to reflect data changes with reasonable precision, showcasing its robust predictive capabilities.
Figure 5. Visualization of single-site forecast results for four cities.

4.4.2. Multi-Step Prediction Results

To validate our model’s multi-step prediction capability, we conducted prediction experiments at 12-h, 24-h, 36-h, and 48-h horizons. Table 4 presents the multi-step prediction results for our model across multiple cities, including MAE, RMSE, and MAPE metrics, alongside comparisons with existing benchmark models.
Table 4. Multi-step prediction performance of Ours and other baselines across four datasets. The best performance is highlighted in bold, while the second-best is underlined.
In multi-step prediction tasks, the MFD-DF model maintains optimal performance across all cities and forecast time steps. Its advantage is particularly pronounced in short-term forecasts. In Beijing and Tianjin, MFD-DF significantly outperforms baseline models on metrics such as MAE. In Guangzhou and Shanghai, the model achieves substantial improvements in prediction accuracy, with average enhancements of 10.87% and 8.24% in MAE and RMSE, respectively. Overall, while performance improvements across all models gradually plateaued over time, MFD-DF consistently maintained optimal results. This strongly demonstrates that multimodal fusion strategies effectively enhance model robustness and stability, with particularly pronounced advantages in short-term prediction—critical for environmental emergency alerts.
To demonstrate the predictive performance across multiple sites, we selected stations from several cities and visualized the comparison between predicted and actual PM2.5 values using heatmaps. Figure 6 shows the comparison of predicted versus actual values for stations in Guangzhou, Shanghai, Beijing, and Tianjin. These visualizations allow us to intuitively observe the model’s predictive performance over different time periods, particularly its handling of PM2.5 concentration changes and short-term fluctuations across various cities. Overall, the proposed model demonstrates excellent capability in capturing trends within time series data, achieving strong fit with actual measurements. Notably, during high-pollution events and short-term fluctuations, the model’s predictions closely align with real values, showcasing robust predictive power. Furthermore, consistent prediction performance across cities highlights the model’s robustness and generalization ability, indicating the framework’s adaptability for cross-city air quality prediction tasks.
Figure 6. Multi-site Visualization of Four Cities.

4.4.3. Spatial Prediction Results

To evaluate the regional prediction performance of the MFD-DF model, we employed an administrative region aggregation approach. Specifically, we calculated the weighted average of the predicted data for each monitoring station based on its corresponding administrative region to obtain regional average PM2.5 predictions. Subsequently, these regional average prediction maps were compared with the distribution of actual observed values. Figure 7 shows the comparison between actual and predicted values for a randomly selected day across the four cities.
Figure 7. Comparison of predicted and actual PM2.5 concentration spatial distributions: (a) Guangzhou, (b) Shanghai, (c) Beijing, and (d) Tianjin.

4.5. Ablation Studies

4.5.1. Overall Framework Ablation

To thoroughly analyze the contribution of each module in our proposed model to its overall performance, this section evaluates the role of each key component through a series of ablation experiments. By systematically removing different modules for analysis, we gain clearer insights into the role each part plays in enhancing model performance, thereby providing a basis for subsequent model optimization and improvement.
1. w/o CMSDA: Remove the Cross-Modal Slot Attention Decouple module and process multimodal data using standard concatenation instead, evaluating its contribution to model performance.
2. w/o TAM: Remove the Temporal Alignment module and directly align time series and remote sensing image data to analyze the role of cross-frequency alignment in improving model accuracy.
3. w/o LGAM: Remove the Local-Global Attention Module and adopt a traditional attention mechanism to evaluate the effectiveness of local-global attention in capturing spatio-temporal features.
4. w/o SPFM: Remove the Shared-Specific Modality Fusion module and employ simple concatenation instead to analyze its role in multimodal data fusion.
5. w/o RSD: Remove remote sensing image data and train/predict using only time series data to evaluate the contribution of multimodal data to model performance.
As shown in Figure 8, this paper first normalized the MAE and RMSE experimental results across cities to eliminate the impact of data scale differences between regions, thereby enabling a more objective assessment of each module’s relative contribution to performance improvement. The CMSDA module significantly enhances feature expression capabilities; removing this module degrades model performance, demonstrating the critical role of decomposition mechanisms in multimodal data processing. The TAM module is essential for aligning temporal scales across modalities, particularly in long-step prediction tasks, where its removal leads to a significant drop in model accuracy. The LGAM module enhances the model’s ability to capture complex spatio-temporal dynamics by improving spatio-temporal feature extraction, and its removal markedly reduces model stability. The SPFM module optimizes the fusion effect of multi-modal data, and its removal diminishes both fusion efficiency and accuracy.
Figure 8. Comparison of Ablation Experiment Results for Key Modules of the Overall Framework.
Notably, removing the RSD module had the most severe impact on performance, validating the irreplaceable role of remote sensing imagery in spatio-temporal information extraction. Experiments demonstrate that remote sensing images plays a vital role in long-term prediction tasks for Tianjin and Beijing, particularly in capturing spatio-temporal variations and pollution dispersion. Even in Shanghai and Guangzhou, where environmental changes are relatively stable, removing remote sensing imagery still leads to a decline in model performance, further underscoring its importance in providing spatial information and capturing spatio-temporal dynamics.

4.5.2. Remote Sensing Image Feature Learning and Modeling Dissolution

To further validate the contribution of the remote sensing image feature extraction module to model performance, we conducted ablation experiments to analyze the impact of different feature extraction methods on model effectiveness.
1. w/o DC: The deformable convolution module was removed and replaced with traditional large-kernel convolution for feature extraction from remote sensing images. This ablation experiment verifies the role of deformable convolution in enhancing feature expressiveness.
2. w/o ASPP: The Anisotropic Spatial Pyramid Pooling module was removed, employing conventional convolution operations for feature extraction. This experiment analyzes the role of ASPP in multi-scale feature extraction.
3. w/o SPP: The Spatial Pyramid Pooling module is removed to validate its effect on multi-scale feature aggregation. This experiment evaluates SPP’s influence on enhancing the model’s spatial information representation capability.
4. w/o CBAM: The Channel-Bidirectional Attention Mechanism module was removed, and feature extraction was performed directly using a standard convolutional network. This experiment evaluated the contribution of the CBAM module to feature expressiveness and performance.
As demonstrated by the ablation results in Figure 9, the DC, ASPP, SPP, and CBAM modules play pivotal roles in enhancing model performance, particularly in feature representation and spatio-temporal information extraction. The DC module is crucial for model performance by strengthening image feature extraction capabilities; its removal leads to a decline in model accuracy. The ASPP and SPP modules significantly improve model robustness and stability through multi-scale feature extraction and spatial information aggregation. Finally, the CBAM module enhances the model’s focus on critical information through its attention mechanism, effectively improving prediction accuracy and stability—especially in long-step prediction tasks. Collectively, these modules significantly strengthen the feature learning and modeling capabilities for remote sensing images, demonstrating their indispensable roles in enhancing overall model performance.
Figure 9. Ablation study results for components within the remote sensing image feature learning and modeling.

4.6. Parameter Sensitivity Analysis

The study conducted a sensitivity analysis of the framework by selecting two key hyperparameters: feature dimension and input time window size. By testing different hyperparameter configurations across four datasets, we visualised MAE and RMSE values for these parameters in single-step prediction tasks, providing an intuitive understanding of their impact on model performance. Specifically, we set the feature dimension to [32, 64, 96, 128] and the time window size to [24, 48, 96, 120]. By comparing single-step prediction errors across different hyperparameter configurations, the analysis results, as illustrated in the figure, demonstrate the impact of varying settings on prediction errors.
Results for the four cities as observed in Figure 10, moderate feature dimensions and time window sizes effectively enhance the model’s predictive performance. In Guangzhou and Beijing, a feature dimension of 96 yielded optimal results, with prediction errors increasing as the feature dimension grew. Shanghai and Tianjin exhibited divergent trends, with Shanghai and Beijing achieving best performance at a feature dimension of 64. Regarding time windows, all cities exhibited a gradual increase in error as window size expanded. Notably, Guangzhou, Shanghai, and Tianjin achieved optimal prediction at a window size of 48, whereas Beijing performed best at 96. This indicates that selecting appropriate feature dimensions and time windows significantly impacts prediction accuracy. Moderate settings effectively enhance model performance, whereas excessively large or small configurations may lead to deterioration in model capability.
Figure 10. Analysis of Parameter Effects on Model Prediction Errors (MAE and RMSE): (a) Feature Dimension Parameter, (b) Input Time Window Size.

5. Conclusions

Although the compiled datasets deliver rich spatiotemporal trajectories for urban PM 2.5 tracking, we must acknowledge certain inherent limitations and bound configurations. First, physical data collection governed by hourly and daily sampling granularities is inevitably susceptible to sensor synchronization lags, telemetry dropouts, and subsequent artificial smoothing. Such discrete boundaries can introduce unintended dataset artifacts, including synthetic micro-scale trends or flattened fluctuations. To mitigate over-fitting to these artifacts, our framework strategically deploys a learnable decomposition module with temporal 1D convolutional layers (Conv1d) acting as an adaptive low-pass filter to smooth out transient noise. Second, empirical stress-testing revealed specific marginal conditions where the proposed framework may experience performance degradation. This failure mode primarily manifests during abrupt, non-periodic anthropogenic anomalies or extreme meteorological shocks, such as extensive fireworks during traditional festival eves or sudden catastrophic sandstorms. Under these extreme conditions, the sharp PM2.5 spikes are heavily driven by stochastic external factors rather than historical evolutionary cycles, causing the model’s trend-seasonal decomposition to exhibit a short-term tracking lag.
This study proposes a multi-modal data fusion framework for air quality prediction. At its core, the model incorporates an information decomposition mechanism to extract shared and private features across modalities. Combined with dynamic alignment and local-global attention mechanisms, it resolves challenges posed by heterogeneous data scales and multi-scale feature representation. Experimental results demonstrate that this approach significantly outperforms mainstream models across multiple urban datasets in metrics such as MAE and RMSE, particularly excelling in capturing transient fluctuations and spatial distribution variations in air quality. Ablation studies further confirm that remote sensing information and the alignment module play a pivotal role in enhancing the model’s robustness and generalisation capability. Future research will explore incorporating higher-frequency meteorological factors and cross-regional transfer learning strategies to enhance the model’s adaptability and predictive accuracy across diverse climatic zones and sparsely monitored regions.

Author Contributions

Conceptualization, C.S. and Q.L.; methodology, Q.L.; software, Q.L.; validation, Q.L.; formal analysis, Q.L.; investigation, Q.L., T.L., W.H. and Z.S. (Zuxuan Shi); resources, C.S. and Q.L.; data curation, C.S. and Q.L.; writing—original draft preparation, C.S. and Q.L.; writing—review and editing, C.S., Z.S. (Zuxuan Shi), Y.J., L.W. and X.Z.; visualization, Q.L.; supervision, C.S., Z.S. (Zhaobo Su), Y.J., L.W. and X.Z.; project administration, C.S. and Q.L.; funding acquisition, X.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This project was funded by the National Natural Science Foundation of China, under Grant Number 62377036.

Institutional Review Board Statement

Not applicable.

Data Availability Statement

The data presented in this study are available at the following links: The original ground monitoring data are available at https://quotsoft.net/air/ (accessed on 11 June 2026). The original remote sensing data can be accessed via https://zenodo.org/records/6398971 (accessed on 11 June 2026). Processed data and code generated during the current study are available from the corresponding author upon reasonable request.

Conflicts of Interest

Authors Zhaobo Su, Yanchao Jiang, Li Wan were employed by the company Tianjin Xinchuang Adaptation Certification Service Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Xia, Y.; McCracken, T.; Liu, T.; Chen, P.; Metcalf, A.; Fan, C. Understanding the Disparities of PM2.5 Air Pollution in Urban Areas via Deep Support Vector Regression. arXiv 2024, arXiv:2405.08416. [Google Scholar]
  2. Nie, X.; Pan, Y.; Zhang, Y.; Luo, Z.; Wang, S. Battery health prediction under data scarcity: A cross-domain physics-informed 5-shot framework with GRU-Transformer. Appl. Energy 2026, 402, 127012. [Google Scholar] [CrossRef]
  3. Chen, L.; Liu, T.; Zuo, Z. The health effects of exposure to PM2.5: A review. J. Environ. Health Sci. Eng. 2020, 18, 235–246. [Google Scholar]
  4. Sorek-Hamer, M.; von Bismarck, M.; Kloog, I.; Cohen, A.J.; Just, A.C.; Broday, D.M. A Deep Learning Approach for Meter-Scale Air Quality Estimation in Urban Environments Using Very High-Spatial-Resolution Satellite Imagery. Atmosphere 2022, 13, 696. [Google Scholar] [CrossRef] [PubMed]
  5. Wei, J.; Li, Z.; Lyapustin, A.; Sun, L.; Peng, Y.; Xue, W.; Su, T.; Cribb, M.; King, M.D. Full-coverage PM2.5 concentrations at high resolution in China from 2000 to 2021: Space-time model development and applications. Environ. Sci. Technol. 2023, 57, 11136–11147. [Google Scholar]
  6. Zhang, T.; Wang, X.; Gong, S.; Zhou, Y.; Han, S. Quantifying the impact of meteorological conditions and emission reductions on PM2.5 concentration during the COVID-19 period. Atmos. Environ. 2024, 318, 120253. [Google Scholar] [CrossRef]
  7. Hassija, V.; Chamola, V.; Mahapatra, A.; Singal, A.; Goel, D.; Huang, K.; Scardapane, S.; Spinelli, I.; Mahmud, M.; Hussain, A. Interpreting Black-Box Models: A Review on Explainable Artificial Intelligence. arXiv 2023, arXiv:2308.00074. [Google Scholar]
  8. Gu, Y.; Zhao, Y.; Zhou, J.; Li, H.; Wang, Y. A fuzzy multiple linear regression model based on meteorological factors for air quality index forecast. J. Intell. Fuzzy Syst. 2021, 40, 10523–10547. [Google Scholar] [CrossRef]
  9. Tasan, M.; Ghorbaninasab, Z.; Haji-Aghajany, S.; Ghiasvand, A. Leveraging GNSS tropospheric products for machine learning-based land subsidence prediction. Sci. Rep. 2023, 16, 3056. [Google Scholar] [CrossRef]
  10. Zhang, Z.; Yang, F. Review of deep learning in air quality prediction. Environ. Model. Softw. 2022, 152, 104426. [Google Scholar]
  11. Silva, G.; Rodrigues, M.; Teixeira, A.; Amorim, M. Using Embeddings to Improve Named Entity Recognition Classification with Graphs. In Proceedings of the 13th Symposium on Languages, Applications and Technologies (SLATE 2024); Schloss Dagstuhl–Leibniz-Zentrum für Informatik: Dagstuhl, Germany, 2024; Volume 114, pp. 11:1–11:9. [Google Scholar]
  12. Hao, Y.; Stuart, T.; Kowalski, M.H.; Choudhary, S.; Hoffman, P.; Hartman, A.; Srivastava, A.; Molla, G.; Madad, S.; Fernandez-Granda, C.; et al. Dictionary learning for integrative, multimodal and scalable single-cell analysis. Nat. Biotechnol. 2023, 42, 304–315. [Google Scholar] [CrossRef] [PubMed]
  13. Hameed, S.; Islam, A.; Ahmad, K.; Belhaouari, S.B.; Qadir, J.; Al-Fuqaha, A. Deep Learning Based Multimodal Urban Air Quality Prediction and Traffic Analytics. Sci. Rep. 2023, 13, 22181. [Google Scholar] [CrossRef]
  14. Morapedi, T.D.; Obagbuwa, I.C. Air pollution particulate matter (PM2.5) prediction in South African cities using machine learning techniques. Sci. Rep. 2023, 6, 1230087. [Google Scholar] [CrossRef] [PubMed]
  15. Pan, P.; Srirenganathan Malarvizhi, A.; Hao, X.; Yang, C. Data Augmentation Strategies for Improved PM2.5 Forecasting Using Transformer Architectures. arXiv 2025, arXiv:2501.00127. [Google Scholar]
  16. Song, C.; Wu, S.; Zhang, X.; Li, M.; Li, T. Sequence to Location: Protein Subcellular Localization Driven by Deep Pretrained Language Model. IEEE/ACM Trans. Comput. Biol. Bioinform. 2025. [Google Scholar] [CrossRef]
  17. Chowdhury, A.M.; Akter, R.; Arib, S.H. T3time: Tri-modal time series forecasting via adaptive multi-head alignment and residual fusion. arXiv 2025, arXiv:2508.04251. [Google Scholar]
  18. Dalal, S.; Lilhore, U.K.; Faujdar, N.; Samiya, S.; Jaglan, V.; Alroobaea, R.; Shaheen, M.; Ahmad, F. Optimising air quality prediction in smart cities with hybrid particle swarm optimization-long-short term memory-recurrent neural network model. Sci. Rep. 2024, 6, 179. [Google Scholar] [CrossRef]
  19. Yin, H.; Zhang, Y.M.; Xu, J.; Chang, J.L.; Li, Y.; Liu, C.L. Air Quality Prediction with A Meteorology-Guided Modality-Decoupled Spatio-Temporal Network. arXiv 2025, arXiv:2504.10014. [Google Scholar]
  20. Ngo, N.; Nguyen, K.; Nazib, A.; Fernando, T.; Fookes, C.; Sridharan, S. Multimodal Colearning Meets Remote Sensing: Taxonomy, State of the Art, and Future Works. IEEE Geosci. Remote Sens. Mag. 2024, 17, 7409–7420. [Google Scholar] [CrossRef]
  21. Erden, C. Genetic algorithm-based hyperparameter optimization of deep learning models for PM2.5 time-series prediction. Environ. Sci. Pollut. Res. 2023, 20, 2982–2995. [Google Scholar] [CrossRef]
  22. Dong, M.; Sun, Y.; Jin, Y.; Song, C.; Zhang, X.; Luo, X. Uncertainty graph convolution recurrent neural network for air quality forecasting. Adv. Eng. Inform. 2024, 62, 102651. [Google Scholar] [CrossRef]
  23. Barthwal, A.; Goel, A.K. Advancing air quality prediction models in urban India: A deep learning approach integrating DCNN and LSTM architectures for AQI time-series classification. Sci. Rep. 2024, 14, 2955. [Google Scholar]
  24. Zhou, H.; Zhang, S.; Peng, J.; Zhang, S.; Li, J.; Xiong, H.; Zhang, W. Informer: Beyond efficient transformer for long sequence time-series forecasting. In Proceedings of the AAAI Conference on Artificial Intelligence, Virtual Event, 2–9 February 2021; Volume 35, pp. 11106–11115. [Google Scholar]
  25. Wu, H.; Xu, J.; Wang, J.; Long, M. Autoformer: Decomposition transformers with auto-correlation for long-term series forecasting. In Advances in Neural Information Processing Systems; Curran Associates, Inc.: Red Hook, NY, USA, 2021; Volume 34, pp. 22419–22430. [Google Scholar]
  26. Zhou, T.; Ma, Z.; Wen, Q.; Wang, X.; Sun, L.; Jin, R. Fedformer: Frequency enhanced decomposed transformer for long-term series forecasting. In Proceedings of the International Conference on Machine Learning; PMLR: Baltimore, MD, USA, 2022; pp. 27268–28286. [Google Scholar]
  27. Hu, M.; Lu, X.; Chen, Y.; Li, Z.; Wang, Y.; Fung, J.C. AirQFormer: Improving regional air quality forecast with a hybrid deep learning model. Sustain. Cities Soc. 2025, 119, 106113. [Google Scholar] [CrossRef]
  28. Wang, Z.; Jia, K.; Zhang, W.; Zhang, C. PM2.5 Concentration Prediction in the Cities of China Using Multi-Scale Feature Learning Networks and Transformer Framework. Sustainability 2025, 17, 8891. [Google Scholar] [CrossRef]
  29. Salman, A.K.; Choi, Y.; Singh, D.; Kayastha, S.G.; Dimri, R.; Park, J. Temporal CNN-based 72-h ozone forecasting in South Korea: Explainability and uncertainty quantification. Atmos. Environ. 2025, 343, 120987. [Google Scholar] [CrossRef]
  30. Bosquet Mera, B.; Mucientes Molina, M.; Brea Sánchez, V.M. STDnet-ST: Spatio-temporal ConvNet for small object detection. J. Electron. Imaging, 2025; in press. [CrossRef]
  31. Liu, B.; Qi, Z.; Gao, L. Enhanced air quality prediction through spatio-temporal feature extraction and fusion: A self-tuning hybrid approach with GCN and GRU. Water Air Soil Pollut. 2024, 235, 532. [Google Scholar] [CrossRef]
  32. Wang, X.; Zhang, S.; Chen, Y.; He, L.; Ren, Y.; Zhang, Z.; Li, J.; Zhang, S. Air quality forecasting using a spatiotemporal hybrid deep learning model based on VMD–GAT–BiLSTM. Sci. Rep. 2024, 14, 17841. [Google Scholar] [CrossRef] [PubMed]
  33. Wang, J.; Liu, H.; Meng, L.; Li, W.; Chen, W. STAGCN: A Novel Spatiotemporal Attention Graph Convolutional Network for Air Quality Prediction. In Proceedings of the 8th Asian Conference on Artificial Intelligence Technology (ACAIT); IEEE: Chongqing, China, 2024; pp. 1675–1679. [Google Scholar]
  34. Kheder, A.; Foreback, B.; Wang, L.; Liu, Z.-S.; Boy, M. Deep Spatio-Temporal Neural Network for Air Quality Reanalysis. In Proceedings of the Scandinavian Conference on Image Analysis; Springer: Joensuu, Finland, 2025; pp. 74–87. [Google Scholar]
  35. Xia, H.; Chen, X.; Wang, Z.; Chen, X.; Dong, F. A Multi-Modal Deep-Learning Air Quality Prediction Method Based on Multi-Station Time-Series Data and Remote-Sensing Images: Case Study of Beijing and Tianjin. Entropy 2024, 26, 91. [Google Scholar] [CrossRef] [PubMed]
  36. Wu, Y.; Xu, Z.; Xu, L.; Wei, J. An Improved Deep Learning Approach Considering Spatiotemporal Heterogeneity for PM2.5 Prediction: A Case Study of Xinjiang, China. Atmosphere 2024, 15, 460. [Google Scholar] [CrossRef]
  37. Islam, F.A.S. A Comprehensive Analysis of Air Pollution in Dhaka City, Bangladesh, and the Application of Artificial Intelligence and Machine Learning for Enhanced Management and Forecasting. Environ. Sci. Proc. 2025, 3, 167. [Google Scholar] [CrossRef]
  38. Geng, Z.; Fan, X.; Lu, X.; Zhang, Y.; Yu, G.; Huang, C.; Wang, Q.; Li, Y.; Ma, W.; Yu, Q.; et al. FuXi-Air: Urban Air Quality Forecasting Based on Emission-Meteorology-Pollutant multimodal Machine Learning. arXiv 2025, arXiv:2506.07616. [Google Scholar]
  39. Lilhore, U.K.; Simaiya, S.; Singh, R.K.; Baqasah, A.M.; Alroobaea, R.; Alsafyani, M.; Alhazmi, A.; Khan, M.M. Advanced air quality prediction using multimodal data and dynamic modeling techniques. Sci. Rep. 2025, 15, 27867. [Google Scholar] [CrossRef] [PubMed]
  40. Chen, X.; Wang, Z.; Dong, F.; Hirota, K. Multimodal air-quality prediction: A multimodal feature fusion network based on shared-specific modal feature decoupling. Environ. Model. Softw. 2025, 192, 106553. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.