Next Article in Journal
Spatial and Temporal Change in Surface Air Temperature in the Tibetan Plateau and Future Warming as a Function of Global Warming
Previous Article in Journal
Cross-Reaction Products from Mixed Volatile Organic Compound Oxidation: Evidence from Isotope-Labeled Toluene and α-Pinene Secondary Organic Aerosol
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

SMG-Net: A SimVP-Based Collaborative Model for Radar Echo Extrapolation in Precipitation Nowcasting

School of Computer Science, Chengdu University of Information Technology, Chengdu 610225, China
*
Author to whom correspondence should be addressed.
Atmosphere 2026, 17(5), 452; https://doi.org/10.3390/atmos17050452
Submission received: 20 March 2026 / Revised: 24 April 2026 / Accepted: 26 April 2026 / Published: 29 April 2026
(This article belongs to the Section Atmospheric Techniques, Instruments, and Modeling)

Abstract

Radar echo extrapolation under severe convective conditions remains challenging because efficient prediction models still tend to suffer from strong-echo attenuation, boundary blurring, and performance degradation at longer lead times. To address these issues, this study proposes SMG-Net, a SimVP-based radar echo extrapolation model with a collaborative multistage design. The proposed framework integrates multiscale spatial enhancement, trend–disturbance differentiated temporal modeling, and gated hierarchical feature fusion to improve structural preservation and temporal stability. Experiments on a regional radar dataset show that SMG-Net achieves the lowest MSE (0.032) and the highest SSIM (0.830) among the compared models. At the 30 dBZ threshold, CSI, POD, and FAR reach 0.042, 0.045, and 0.250, respectively, indicating improved strong-echo detectability and reduced false alarms. The results further show that SMG-Net is particularly effective in preserving the morphology, boundary structure, and intensity distribution of medium- and strong-echo regions at longer lead times, while introducing only limited additional computational cost over the baseline SimVP. These findings indicate that SMG-Net improves the preservation of medium- and strong-echo structures in efficient radar echo extrapolation and has practical value for short-term precipitation nowcasting in severe convective scenarios.

1. Introduction

Precipitation nowcasting aims to predict the evolution of precipitation systems within the next 0–2 h at high spatial and temporal resolutions and provides important technical support for severe convective weather warning, urban flood prevention, and refined meteorological services. Radar reflectivity observations can continuously describe the spatial distribution and temporal evolution of precipitation systems with high update frequency and broad spatial coverage. Therefore, radar echo extrapolation has become one of the most important components of short-term precipitation forecasting. Improving the accuracy and robustness of radar echo extrapolation is essential not only for timely heavy-rainfall warning, but also for hazard assessment and operational decision-making during high-impact weather events [1,2,3].
Traditional radar echo extrapolation methods mainly rely on optical flow estimation, echo centroid tracking, or motion-field extrapolation, such as COTREC, ROVER, and multiscale pyramid-based optical flow methods [4,5,6,7,8]. These approaches estimate motion vectors from historical echoes and generate future fields through displacement-based advection. They can provide reasonable short-term forecasts when echo motion is relatively stable and intensity evolution is limited. However, severe convective weather is characterized by strongly nonlinear processes, including echo initiation, growth, merging, splitting, and dissipation. Under such conditions, methods based primarily on motion translation assumptions often fail to describe intensity evolution and structural deformation adequately, leading to echo attenuation, boundary distortion, false alarms, and missed detections [9]. These limitations become more pronounced in regions with complex terrain and rapidly evolving convective systems.
In recent years, deep learning methods have made substantial progress in radar echo extrapolation by learning spatiotemporal evolution patterns directly from historical radar sequences. Recurrent models such as ConvLSTM, PredRNN, and PredRNN++ enhance temporal dynamic modeling through spatiotemporal memory units [10,11,12], while TrajGRU and MIM further improve the representation of non-stationary evolution by introducing dynamic connections and hierarchical memory mechanisms [13,14]. Although these methods generally outperform traditional optical-flow-based approaches, recurrent architectures are inherently difficult to parallelize and often suffer from efficiency limitations, error accumulation, and structural degradation in longer lead-time prediction.
To improve computational efficiency, SimVP reformulates video prediction as a three-stage process consisting of spatial encoding, temporal translation, and spatial decoding, and performs spatiotemporal modeling using a fully convolutional architecture [15]. This design avoids the computational bottleneck of recurrent structures and provides high parallel efficiency. However, directly applying a unified spatiotemporal modeling strategy to severe convective radar echo prediction still faces two important difficulties. First, radar echoes exhibit pronounced multiscale characteristics: large-scale echo bodies tend to evolve smoothly, whereas strong-echo cores and boundaries often contain abrupt, localized, and high-frequency variations. Second, the temporal evolution of convective echoes is markedly non-stationary, and a single-path representation tends to favor the dominant smooth background while weakening sparse but operationally important strong-echo changes. As a result, existing efficient models may still produce blurred boundaries, attenuated strong echoes, and degraded accuracy at longer lead times.
Recent studies have attempted to address these problems from different perspectives. For example, state-space and Vision Mamba-based models such as STVMamba have shown potential for long-range dependency modeling with parallel computation [16]. Transformer-based approaches, including SwinNowcast and RaDiT, further strengthen spatiotemporal interaction modeling in complex echo scenarios [17,18]. Diffusion Transformer models such as RadarDiT have also shown promise in alleviating long-lead forecast blurring [19]. Nevertheless, diffusion-based methods often incur a high inference cost, and large-scale Transformer-based models usually require substantially greater computational resources. Therefore, current radar echo extrapolation methods still face a practical trade-off among long-lead stability, strong-echo structure preservation, and computational efficiency.
From the perspective of representation learning, the temporal evolution of radar echo features can be described as the coexistence of a slowly varying component and a rapidly varying component. In this study, the trend component does not refer only to simple horizontal translation, and the disturbance component does not denote cloud growth or dissipation alone. Instead, the trend component is used to characterize the relatively smooth large-scale background evolution and displacement consistency of radar echoes, whereas the disturbance component represents localized rapid perturbations, including boundary fluctuations, convective enhancement, weakening, and structural deformation. This decomposition is introduced as a task-oriented modeling strategy for radar echo extrapolation rather than as a strict physical decomposition. Existing deep learning models usually learn these different temporal behaviors implicitly in a unified feature space, which makes it difficult to preserve global continuity and local strong-echo variability simultaneously.
To address the above issues, this study proposes SMG-Net, a SimVP-based radar echo extrapolation model with a collaborative multistage design. The aim of this study is to improve strong-echo structure preservation and long-lead prediction stability while retaining the computational efficiency of the SimVP framework. Specifically, the proposed method strengthens multiscale spatial representation in the encoder, introduces trend–disturbance differentiated temporal modeling in the temporal translator, and improves cross-level structural reconstruction in the decoder. In this way, the model is designed to address the key failure modes of efficient radar echo extrapolation models, namely inadequate multiscale representation, insufficient discrimination of non-stationary temporal evolution, and weak restoration of strong-echo details during decoding.
The main contributions of this study are summarized as follows:
(1)
A trend–disturbance differentiated temporal modeling strategy is introduced for radar echo extrapolation. By explicitly separating relatively smooth background evolution from localized rapid perturbations in the latent feature space, the proposed method improves the representation of non-stationary convective evolution and enhances long-lead prediction stability.
(2)
A frequency–channel collaborative enhancement module (FCCE) is designed for the encoder to strengthen multiscale structure representation through high-/low-frequency decoupling, channel fusion, and channel recalibration, thereby improving the encoding of strong-echo cores and boundaries.
(3)
A gated fusion unit (GFU) is incorporated into the decoder to adaptively fuse high-level semantic features and shallow detailed features, which improves structural recovery and alleviates the underestimation of medium- and strong-echo regions.
(4)
Experiments on real radar echo data demonstrate that the proposed method achieves better overall performance than several representative baseline models under both continuous and threshold-based metrics, supporting its effectiveness for radar echo extrapolation in severe convective scenarios.

2. Materials and Methods

2.1. Overall Architecture

SMG-Net is built upon the three-stage video prediction framework of SimVP and consists of an Encoder, a Temporal Translator, and a Decoder. For radar echo extrapolation, the encoder is responsible for extracting spatial features from the input sequence in a hierarchical manner and performing downsampling-based compression; the temporal translator learns the dynamic evolution of the encoded features over time; and the decoder progressively reconstructs the latent temporal representations into future radar echo maps. The overall architecture of SMG-Net is shown in Figure 1.
To address the problems of strong-echo attenuation, boundary blurring, and insufficient detail restoration during long-lead extrapolation, the following collaborative designs are introduced into the three-stage framework:
Encoding stage: A frequency–channel collaborative enhancement module (FCCE) is designed to improve multiscale structural representation in complex radar echo scenes through the joint use of HiLo-based frequency decoupling, 1 × 1 convolutional fusion, and ECA-based channel recalibration.
Temporal modeling stage: A trend–disturbance differentiated modeling mechanism based on moving-average decomposition and exponential moving average (EMA) is introduced to enhance temporal stability and alleviate error accumulation in long-term extrapolation.
Decoding stage: A gated fusion unit (GFU) is adopted to adaptively fuse high-level semantic features and shallow detailed features, thereby improving structural reconstruction and alleviating the underestimation of strong-echo intensity.
Through the above designs, SMG-Net improves structural preservation and long-range prediction stability in radar echo extrapolation while maintaining the high parallel efficiency of the original SimVP framework.
Among the above components, FCCE, trend–disturbance differentiated temporal modeling, and GFU constitute the three essential task-oriented modules of SMG-Net, corresponding to multiscale spatial enhancement, non-stationary temporal modeling, and adaptive structural recovery, respectively. Other architectural settings mainly follow the baseline SimVP configuration or support the implementation of these core modules. Unless otherwise stated, the main training hyperparameters were kept fixed across models to ensure a fair comparison, while architecture-specific settings were determined according to the requirements of each model.

2.2. Encoder Design

The quality of spatial representation directly affects the subsequent temporal modeling performance in radar echo extrapolation. For severe convective scenarios, the model is required not only to capture the large-scale morphology and displacement trend of echo systems, but also to preserve the fine-grained structural details around strong-echo cores and echo boundaries. If multiscale structures and key-channel responses are insufficiently represented in the encoding stage, boundary blurring and detail loss are more likely to occur during later temporal propagation and reconstruction.
To this end, a Frequency–Channel Collaborative Enhancement (FCCE) module is introduced into the encoder. The module is embedded after each stage of convolutional feature extraction to jointly enhance multiscale structural representation and discriminative channel responses with limited additional computational cost. As shown in Figure 2, FCCE consists of three components: HiLo-based frequency decoupling, 1 × 1 convolutional fusion, and ECA-based channel recalibration.
Let the encoded feature at a given stage be denoted as
X     R C × H × W ,
where C, H, and W denote the channel dimension, height, and width of the encoded feature map at the current stage, respectively.
First, FCCE performs high-/low-frequency differentiated modeling through the HiLo mechanism. The high-frequency branch employs local-window self-attention to capture sharp echo boundaries, convective cores, and local abrupt variations, whereas the low-frequency branch combines average pooling and global self-attention to model large-scale cloud morphology and background evolution. The outputs of the two branches are denoted as X h     R C × H × W and X l     R C × H × W , respectively. They are concatenated along the channel dimension to obtain the fused feature: X c   =   [ X h ;   X l ] ,   X c     R 2 C × H × W .
Then, a 1 × 1 convolution is used for channel compression and feature fusion:
X f   =   ϕ 1 × 1 ( X c ) ,   X f     R C × H × W
where ϕ 1 × 1 denotes the 1 × 1 convolutional mapping. This operation preserves the complementary information from the high- and low-frequency branches while restoring the feature dimension to a compact form.
On this basis, an ECA mechanism is further introduced to recalibrate channel responses. Specifically, global average pooling is first applied to X f   to obtain a channel descriptor, and a one-dimensional convolution is then used to model local inter-channel dependencies. The channel weights are generated by a sigmoid activation:
w   =   σ ( Conv 1 D ( GAP ( X f ) ) ) ,
The fused feature is recalibrated channel-wise as:
X ^   =   w     X f
where denotes element-wise multiplication.
To avoid excessive suppression of the original feature information during enhancement, a residual connection is introduced at the output of FCCE:
Y   =   X   +   X ^
Through this design, FCCE can simultaneously strengthen local high-frequency boundary information and large-scale low-frequency background information within the same feature level, while further emphasizing the channel responses that are most relevant to strong-echo evolution. Compared with simply cascading HiLo and ECA as independent modules, FCCE forms a collaborative encoding enhancement unit following the paradigm of frequency decoupling–channel fusion–channel recalibration, which is more suitable for multiscale structure preservation and strong-echo representation in radar echo extrapolation.

2.3. Trend–Disturbance Differentiated Temporal Modeling

Radar echo evolution exhibits pronounced non-stationary characteristics. Large-scale echo systems usually change smoothly and continuously, whereas the boundaries and core regions of severe convective echoes may vary rapidly in a localized manner. This suggests that the temporal evolution of the echo field can be approximately decomposed into a trend component and a disturbance component. Existing models generally perform temporal modeling directly in a unified feature space, making it difficult to simultaneously preserve global structural continuity and capture local abrupt variations, which often leads to gradual blurring of strong-echo regions in long-lead prediction. This decomposition-based view is consistent with the idea of separately modeling trend and fluctuation components in time-series forecasting [20].
To address this issue, a trend–disturbance decoupled temporal modeling mechanism is introduced. Along the temporal dimension, the encoded feature is decomposed into a trend component and a disturbance component. The trend component is extracted by exponential moving average (EMA):
L t   =   α L t - 1   +   ( 1   α ) F t ,   α     [ 0 , 1 )
where F t denotes the encoded feature at time step t, L t denotes the trend feature, and α is the smoothing coefficient. The disturbance component is obtained by residual decomposition:
R t = F t L t
Therefore, the encoded feature can be represented as
F t =   R t   +   L t                 F t     R C × H × W
The trend component mainly reflects the overall displacement and large-scale structural evolution of the echo field and usually shows strong temporal continuity, whereas the disturbance component preserves the boundary information of strong echoes and localized structural changes.
Based on this decomposition, the temporal translator models the trend and disturbance components separately and fuses them during decoding to reconstruct future features. By explicitly separating trend and disturbance variations, the model can preserve overall structural stability while enhancing the representation of strong-echo regions, thereby alleviating the structural degradation commonly observed in long-lead prediction. In contrast, unified temporal modeling tends to bias optimization toward the dominant smooth background, which weakens the representation of sparse but important strong-echo variations. After trend–disturbance separation, the trend branch maintains global displacement consistency and background continuity, whereas the disturbance branch focuses on local high-frequency changes, making it more effective in suppressing boundary blurring and high-value attenuation in strong-echo prediction.

2.4. Decoder Design

As shown in Figure 3, the decoder progressively restores the spatial resolution through hierarchical upsampling and fuses the future trend/disturbance features from the temporal modeling stage with the skip connections from the encoder. To avoid the redundancy and noise introduced by simple addition or direct concatenation, a Gated Fusion Unit (GFU) is introduced to perform pixel-/channel-wise adaptive fusion:
Z ( l )   =   Concat ( G ( l ) , S ( l ) )
Γ ( l ) = σ ( Conv ( Z ( l ) ) ) ,
where G ( l ) denotes the decoder feature at the l-th level, S ( l ) denotes the encoder skip connection at the same scale, and Γ ( l ) ∈ [0, 1] denotes the learned gating coefficient. In practice, the future trend feature and the skip connection are first used to form a reconstruction base, from which the gate coefficients are generated. The disturbance feature is then modulated by the gate and added to the base feature. In this way, the decoder maintains the consistency of large-scale trend information while injecting high-frequency detail corrections. After subsequent convolution and upsampling operations, the future radar echo frames are progressively reconstructed.

2.5. Loss Function Design

To address the non-stationary characteristics of radar echo sequences in high-dimensional space, this study introduces a Spatial–Temporal Loss (STLoss) inspired by Yang et al. [21], which consists of a Weighted Mean Squared Error (WMSE) term and a Discrepancy Disentangled Regularization (DDR) term. Let the predicted sequence and the ground-truth sequence be denoted as { Y ^ t } t = 1 T out and { Y t } t = 1 T out , respectively, where each frame contains N pixels after flattening.
(1)
Weighted Mean Squared Error (WMSE)
Different weights are assigned to different precipitation intensities (in dBZ) in order to emphasize strong echoes and alleviate the underestimation of high-intensity regions:
WMSE   = 1 T out t = 1 T out 1 N i = 1 N w ( Y t , i ) ( Y ^ t , i - Y t , i ) 2
where the weight function is defined according to the ground-truth reflectivity level as:
w ( y i ) = { 1 , y i < 20 , 2 , 20 y i < 30 , 4 , 30 y i < 40 , 6 , y i 40 .
This formulation increases the penalty on errors in strong-echo regions and encourages the model to better preserve high-value echo structures.
(2)
Discrepancy Disentangled Regularization (DDR)
DDR measures the discrepancy between the temporal variation patterns of the predicted sequence and those of the ground-truth sequence. First, the frame-to-frame differences along the temporal dimension are computed for the prediction and the target, respectively. The resulting difference matrices are then flattened into one-dimensional vectors and transformed into probability distributions via the softmax function. Finally, the Kullback–Leibler (KL) divergence is used to measure the discrepancy between the two distributions:
Δ Y ^ t = Y ^ t + 1 Y ^ t , Δ Y t = Y t + 1 Y t , t = 1 , , T o u t 1 ,
p = σ ( Δ Y ^ ) , q = σ ( Δ Y )
DDR = D KL ( p q ) = i p i log p i q i
where Δ Y ^ and Δ Y denote the flattened temporal-difference vectors of the prediction and the ground truth, respectively; σ ( ) denotes the softmax function; and D KL ( ) denotes the KL divergence.
(3)
Spatial–Temporal Loss
The final loss is defined as:
STLoss   =   α × WMSE   +   β × DDR
where α and β are balancing coefficients for the two terms.

2.6. Data Source and Preprocessing

The experimental data used in this study were provided by the Institute of Plateau Meteorology, Sichuan Meteorological Bureau. The original radar data consist of three-dimensional volumetric reflectivity scans, with a spatial size of approximately 1955 × 2211 per scan and a total of 30 vertical layers. To represent the vertical structure of precipitation systems while controlling the computational cost, five radar layers, namely the 1st, 7th, 11th, 16th, and 22nd layers, were selected as the basic input channels. These layers provide a sparse but vertically distributed sampling of low-, middle-, and upper-level echo structures and were used to construct the multilayer radar echo prediction samples.
The region of interest (ROI) is defined by the latitude–longitude range [100.8026° E, 109.2974° E] × [27.4023° N, 33.7977° N]. The geographic location of the study area, the radar site, the ROI, and the 6 × 7 patch partition used for patch-based sample construction are shown in Figure 4.
Before model training and evaluation, the radar reflectivity values (in dBZ) were linearly normalized to the range [0, 1] using Min–Max scaling. The clipping thresholds were set to 0 dBZ and 65 dBZ, respectively. No additional handcrafted denoising or clutter-removal procedure was applied in this study.
To adapt the data to the model input size while preserving both local details and global contextual information, a data construction strategy based on ROI patching with global auxiliary channels was adopted. Specifically, each sample consists of 20 consecutive frames arranged in chronological order, where the first 10 frames are used as input and the subsequent 10 frames are used as prediction targets. Samples were generated using a sliding-window strategy with a stride of 1.
For each frame, the ROI was partitioned into 6 × 7 = 42 patches of size 256 × 256. The patch size was chosen as a compromise among local convective-structure coverage, GPU memory consumption, and compatibility with the SimVP backbone. Boundary adjustment was applied at the ROI edges to maintain a constant patch size. For each patch at each time step, an 11-channel input tensor was constructed, including five local echo channels, five downsampled full-ROI channels of size 256 × 256 used to provide global contextual information, and one binary mask channel indicating the spatial location of the patch within the full ROI. This design was adopted to compensate for the loss of large-scale spatial context caused by patch-wise prediction.
The resulting patch-level input tensor is
X R B × 10 × 11 × 256 × 256
where B denotes the batch size. After prediction, all patch-level outputs were stitched back to the full ROI according to their fixed grid positions to reconstruct the full-frame radar echo maps.
To avoid temporal information leakage, the dataset was split strictly in chronological order. The first 70% of the generated samples (12,600 sequences) were used for training, and the remaining 30% (5400 sequences) were reserved for testing. The random seed was fixed to 1 to ensure reproducibility under the present experimental setting.

2.7. Experimental Settings

All experiments were conducted in Python 3.10.10 using PyTorch 1.12.1 with CUDA 11.3 on an NVIDIA GeForce RTX 3080 GPU. The random seed was fixed to 1. The model takes 10 historical frames as input and predicts the subsequent 10 frames, corresponding to 1 h radar echo extrapolation with a temporal resolution of 6 min. The input tensor size was 10 × 11 × 256 × 256.
For training, the batch size was set to 2 and the number of data-loading workers was set to 1. The hidden dimensions of the spatial and temporal modules were set to 64 and 256, respectively. The numbers of spatial and temporal blocks were set to 4 and 8, respectively, and the group number was set to 4. The model was trained for 2001 epochs using the Adam optimizer with an initial learning rate of 0.001. Unless otherwise specified, the main architectural and training hyperparameters were set with reference to the baseline SimVP configuration, while architecture-specific settings were determined according to the requirements of each model.
All comparison models were trained and evaluated under the same chronological data split, input–output setting, and forecasting horizon. The main training settings were kept as consistent as possible to ensure a fair comparison. Following the chronological data split described in Section 2.6, all reported results were obtained on the held-out test set under the same fixed train–test split. In the present experimental setting, no separate validation subset was used for model selection. Therefore, all models were trained under the same fixed training protocol, and the reported results should be interpreted under this unified experimental setting. All reported results in the present study were obtained under a single chronological train–test split with a fixed random seed (seed = 1). Statistical stability across multiple random seeds or repeated data splits was not evaluated in the current experimental setting.

2.8. Evaluation Metrics

To comprehensively evaluate radar echo extrapolation performance in terms of both pixel-wise regression accuracy and strong-echo event prediction capability, this study adopts a combined evaluation framework consisting of continuous metrics and threshold-based event metrics. Let y denote the ground-truth reflectivity field and ŷ denote the corresponding model prediction. The temporal resolution of the data is 6 min, and the extrapolation horizon is 1 h, corresponding to T_out = 10 future frames. Unless otherwise stated, the continuous metrics (MSE and SSIM) were computed on the normalized reflectivity fields.
For threshold-based metrics, events are defined according to a reflectivity threshold τ   (unit: dBZ), for example, r τ . When the input and output data are represented in normalized form, the dBZ threshold is mapped to the same numerical range through a linear transformation. In this study, the original reflectivity range was clipped to [0, 65] dBZ before normalization. Therefore, the converted threshold is defined as
τ = τ M i n M a x M i n
(1)
Structural Similarity Index (SSIM)
The Structural Similarity Index (SSIM) measures the similarity between two images from the perspectives of luminance, contrast, and structure. A larger SSIM value indicates higher structural similarity between the prediction and the ground truth. SSIM is defined as
S S I M ( x , y ) = ( 2 μ x μ y + c 1 ) ( 2 σ x y + c 2 ) ( μ x 2 + μ y 2 + c 1 ) ( σ x 2 + σ y 2 + c 2 )
where μ x and μ y denote the mean values of images x and y, respectively; σ x 2 and σ y 2 denote their variances; and σ xy denotes the covariance.
(2)
Mean Squared Error (MSE)
The Mean Squared Error (MSE) measures the average pixel-wise deviation between the prediction and the ground truth. A smaller MSE indicates better predictive performance. MSE is defined as
M S E = 1 N i = 1 N ( y ^ i y i ) 2
where N denotes the total number of pixels.
(3)
Threshold-Based Metrics
Considering that strong convection and heavy precipitation are usually associated with high-reflectivity regions and exhibit pronounced class imbalance, threshold-based metrics are further introduced to evaluate model performance from the perspective of event prediction. In this study, τ ∈ {10,20,30} dBZ is selected as the event threshold, and the event indicator function is defined pixel-wise as
I ( x τ ) = { 1 , x τ , 0 , x < τ .
Based on the pixel-wise confusion matrix, the four categories are defined as follows:
T P ( t r u e   p o s i t i v e / h i t ) :   y ^ τ   a n d   y τ
F P ( f a l s e   p o s i t i v e / f a l s e   a l a r m ) : y ^ τ   a n d   y < τ
F N ( f a l s e   n e g a t i v e / m i s s ) : y ^ < τ   a n d   y τ
T N ( t r u e   n e g a t i v e / c o r r e c t   n e g a t i v e ) : y ^ < τ   a n d   y < τ
Using these quantities, the Critical Success Index (CSI), Probability of Detection (POD), and False Alarm Ratio (FAR) are defined as:
C S I ( τ ) = T P T P + F P + F N
P O D ( τ ) = T P T P + F N
F A R ( τ ) = F P T P + F P  
Among them, CSI comprehensively reflects hits, misses, and false alarms; POD measures the detection capability for target events; and FAR quantifies the proportion of false alarms among all predicted events. These metrics are particularly suitable for radar echo extrapolation tasks in which strong-echo regions are sparse and class imbalance is substantial.

3. Results and Discussion

3.1. Comparative Results

To evaluate the effectiveness of the proposed SMG-Net, comparative experiments were conducted against several representative models, including ConvLSTM, TrajGRU, PredRNN++, MIM, and SimVP. Unless otherwise specified, all models were trained and evaluated under the same chronological data split, input–output setting, forecasting horizon, and main training schedule described in Section 2.7. Table 1 summarizes the results in terms of both continuous metrics and threshold-based metrics on the test set. Although several more recent radar nowcasting models were discussed in the Introduction to position the latest methodological developments, the comparative study in this work was restricted to representative recurrent and efficient video prediction baselines under a unified experimental protocol.
As shown in Table 1, SMG-Net achieves the best overall balance among the compared models under the present setting. In terms of continuous metrics, SMG-Net obtains the lowest MSE (0.032) and the highest SSIM (0.830), indicating that the proposed method reduces the overall regression error while better preserving the spatial structure of radar echoes. Compared with the baseline SimVP, SMG-Net reduces MSE from 0.042 to 0.032 and improves SSIM from 0.785 to 0.830. In terms of threshold-based metrics, CSI increases from 0.442/0.155/0.035 to 0.490/0.203/0.042 at the 10/20/30 dBZ thresholds, respectively. At 30 dBZ, POD increases from 0.034 to 0.045, while FAR decreases from 0.317 to 0.250. These results indicate that SMG-Net improves not only the overall regression accuracy but also the detection reliability of medium- and strong-echo regions.
Although some recurrent baselines, such as MIM and PredRNN++, remain competitive on individual metrics, SMG-Net provides the best overall balance across both continuous and threshold-based evaluations. The advantage becomes more evident at higher reflectivity thresholds, where strong-echo regions are sparse and more vulnerable to attenuation and structural blurring during long-lead extrapolation. In this sense, the improvements under the 20 and 30 dBZ thresholds are particularly meaningful for operational nowcasting, because these regions are more closely associated with intense convective activity and short-term warning demands.
To further evaluate long-lead prediction stability, frame-wise metric -curves over the 1 h forecasting horizon are shown in Figure 5. As the lead time increases, all models exhibit performance degradation; however, SMG-Net shows a slower increase in MSE and maintains more favorable SSIM, CSI@30 dBZ, POD@30 dBZ, and FAR@30 dBZ at later lead times. These results further support the effectiveness of the proposed model in preserving structural information, improving strong-echo detectability, and suppressing false alarms during longer lead-time extrapolation. It should be noted that Figure 5 presents frame-wise performance at each forecast step, whereas the values in Table 1 are aggregated over the full 1 h prediction horizon.
Figure 6 further provides qualitative comparisons of radar echo extrapolation results at different lead times. Compared with the baseline models, SMG-Net better preserves the spatial extent, boundary shape, and intensity distribution of strong-echo regions, especially at longer lead times. Although weak and scattered echoes remain difficult to reproduce accurately, the proposed model shows clearer advantages in maintaining the morphology and intensity of stronger convective echoes.
To further highlight the differences in strong-echo preservation, Figure 7 presents a zoomed strong-echo region at 60 min using the same spatial box for all models. Compared with the baseline models, SMG-Net better preserves the core intensity and boundary structure of the strong-echo region, whereas several competing methods exhibit more pronounced attenuation or smoothing in the high-reflectivity core and surrounding transition zone. This case-based comparison provides more intuitive evidence that the proposed method is more effective in maintaining the morphology and intensity distribution of convective echoes at longer lead times.
These improvements are consistent with the design of the proposed framework. FCCE enhances the encoding of multiscale echo structures, especially strong-echo boundaries and local textures; the trend–disturbance differentiated temporal modeling improves temporal robustness by separating relatively smooth background evolution from localized rapid perturbations; and GFU strengthens the recovery of fine structures during decoding. The contribution of each module is further examined through the ablation experiments in Section 3.2.
Table 2 compares the model complexity and runtime efficiency of different methods. Both SimVP and SMG-Net require substantially lower complexity and runtime cost than recurrent prediction models. Compared with the baseline SimVP, SMG-Net introduces only a modest increase in the number of parameters, FLOPs, inference time, and memory usage, while achieving more favorable predictive performance. This result indicates that the proposed method improves strong-echo prediction and structural preservation with limited additional computational overhead, while retaining the high parallel efficiency of the SimVP framework.

3.2. Ablation Results

Following the common practice of using ablation analysis to examine module-level contributions in deep-learning-based radar echo extrapolation studies [22], ablation experiments were conducted by removing the channel recalibration branch (ECA), the high-/low-frequency decoupling branch (HiLo), the gated fusion unit (GFU), and the EMA-based trend modeling module, respectively. All ablation experiments were performed under the same data split, training configuration, and evaluation pipeline as the main experiments, with only one component modified at a time to ensure a fair comparison. The evaluation was conducted for 1 h extrapolation, and CSI, POD, and FAR were calculated under thresholds of r ≥ 10 dBZ, r ≥ 20 dBZ, and r ≥ 30 dBZ. The results are listed in Table 3 and further visualized in Figure 8.
Overall, removing any of the four modules leads to performance degradation, which confirms that each component contributes positively to the final performance of SMG-Net. Moreover, the degradation is more pronounced under the 20 dBZ and 30 dBZ thresholds than under the 10 dBZ threshold, indicating that the proposed modules are particularly important for preserving medium- and strong-echo regions rather than only improving weak-echo coverage.
Among the ablated variants, removing ECA causes one of the most severe performance drops. At r ≥ 20 dBZ, CSI and POD decrease from 0.203/0.255 to 0.040/0.048, while FAR increases from 0.275 to 0.453. At r ≥ 30 dBZ, CSI and POD further decrease to 0.022/0.026. These results suggest that channel recalibration plays an important role in strengthening discriminative channel responses related to medium- and strong-echo regions and in suppressing false-alarm propagation.
Removing HiLo also leads to clear degradation at medium and high thresholds. At r ≥ 20 dBZ, CSI and POD decrease to 0.101/0.116, and at r ≥ 30 dBZ, they decrease to 0.030/0.031, accompanied by an increase in FAR. This indicates that joint high-/low-frequency modeling is beneficial for preserving echo boundaries and localized strong-core structures, thereby mitigating the over-smoothing and structural blurring commonly observed in long-lead extrapolation.
Removing GFU results in a systematic decline across all thresholds. For example, at r ≥ 20 dBZ and r ≥ 30 dBZ, CSI/POD decrease to 0.059/0.067 and 0.027/0.028, respectively, while FAR increases to 0.375 and 0.310. These results show that the gated fusion mechanism plays an important role in cross-level feature interaction by enhancing useful detail injection while suppressing noisy or redundant responses during decoding.
Removing EMA also causes substantial degradation, especially under the r ≥ 20 dBZ threshold, where CSI/POD decrease from 0.203/0.255 to 0.082/0.095 and FAR increases from 0.275 to 0.412. At r ≥ 30 dBZ, CSI/POD decrease to 0.028/0.029. This confirms that EMA-based trend modeling is important for improving temporal consistency and alleviating structural drift caused by error accumulation during long-lead extrapolation.
Taken together, the ablation results demonstrate that the performance gain of SMG-Net does not originate from a single isolated component. Instead, the final improvement is achieved through the coordinated effect of channel enhancement, frequency-aware structural modeling, gated multilevel fusion, and temporally stabilized trend modeling. This is consistent with the design objective of the proposed framework, namely, to improve strong-echo preservation and long-lead prediction stability through a collaborative multistage design.

3.3. Discussion

The results indicate that the main advantage of SMG-Net lies not only in reducing the overall prediction error, but also in improving the preservation of medium- and strong-echo structures at longer lead times. This is particularly reflected in the improvements under the 20 dBZ and 30 dBZ thresholds, where strong-echo attenuation and structural blurring are more pronounced for the baseline models. From an application-oriented perspective, these improvements are meaningful because medium- and strong-echo regions are more closely associated with intense convective activity and short-term warning demands. Therefore, the observed gains in CSI, POD, and FAR at higher thresholds suggest that the proposed model is more effective in maintaining convective echo morphology and event detectability in operationally relevant regions.
From a methodological perspective, these improvements are closely related to the collaborative design of the proposed framework. FCCE enhances multiscale spatial representation by strengthening both local high-frequency details and large-scale low-frequency structures, which is beneficial for preserving strong-echo cores and boundary information. The trend–disturbance differentiated temporal modeling improves temporal robustness by separating relatively smooth background evolution from localized rapid perturbations, thereby alleviating the error accumulation and structural drift commonly observed in long-lead extrapolation. GFU further improves structural recovery during decoding through adaptive hierarchical feature fusion. The coordinated effect of these components helps explain why the full model consistently outperforms the ablated variants, especially under medium- and high-threshold evaluations.
Nevertheless, several limitations should be noted. Although SMG-Net improves the prediction of medium- and strong-echo regions, the reproduction of weak and scattered echoes is still limited. In addition, the experiments were conducted on a single regional radar dataset, and the generalization ability of the model under different climatic regimes and weather conditions still requires further validation. Moreover, the current experiments were carried out under a single chronological train–test split with a fixed random seed and without a separate validation subset for model selection. Previous studies have emphasized that variance from data sampling, parameter initialization, and hyperparameter choices may affect the reliability of machine-learning benchmark comparisons [23]. Therefore, statistical stability across multiple random seeds or repeated data splits was not evaluated in the present study. Future work will therefore focus on multisource meteorological information fusion, cross-region generalization evaluation, more rigorous validation protocols, and longer lead-time radar echo extrapolation. In particular, future studies will consider extending the framework to public dual-polarization radar datasets such as NJU-CPOL and incorporating additional physical variables, such as ZDR and KDP, to improve cross-region generalization and enrich the representation of convective microphysical structures [24,25].

4. Conclusions

In this study, we proposed SMG-Net, a SimVP-based radar echo extrapolation model for mitigating strong-echo attenuation, boundary blurring, and performance degradation in long-lead prediction. The proposed framework improves radar echo extrapolation through the coordinated design of multiscale spatial enhancement, trend–disturbance differentiated temporal modeling, and gated hierarchical feature fusion.
Experimental results demonstrate that SMG-Net achieves the best overall balance among the compared models under the present setting. Compared with the baseline SimVP, the proposed model improves both continuous and threshold-based performance while introducing only limited additional computational cost, thereby retaining the high parallel efficiency of the SimVP framework. These results indicate that the performance gain is not only reflected in lower overall prediction error, but also in better event-level detection of medium- and strong-echo regions.
More importantly, SMG-Net shows clearer advantages in preserving the morphology, boundary structure, and intensity distribution of medium- and strong-echo regions at longer lead times. This suggests that the coordinated spatial–temporal–decoding design is effective for alleviating strong-echo attenuation and structural smoothing in efficient radar echo extrapolation. Therefore, the proposed framework has practical value for short-term precipitation nowcasting in severe convective scenarios.
Future work will focus on improving weak-echo representation, adopting more rigorous validation protocols, extending the prediction horizon, and enhancing cross-region generalization through multisource meteorological information fusion.

Author Contributions

Conceptualization, H.W. and H.Y.; methodology, H.W.; software, H.W.; validation, H.W.; formal analysis, H.W.; investigation, H.W.; data curation, H.W.; writing—original draft preparation, H.W.; writing—review and editing, W.W. and H.Y.; supervision, W.W. and H.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable. This study only uses radar echo meteorological data and does not involve human subjects, animals or other research requiring ethical approval.

Informed Consent Statement

Not applicable.

Data Availability Statement

Restrictions apply to the availability of these data. The radar echo data used in this study were obtained from the Institute of Plateau Meteorology, Sichuan Meteorological Bureau, and are not publicly available. Processed data may be available from the corresponding author upon reasonable request and subject to permission from the data provider.

Acknowledgments

The authors gratefully acknowledge the Institute of Plateau Meteorology, Sichuan Meteorological Bureau for providing the radar echo data used in this study. The authors also thank the School of Computer Science, Chengdu University of Information Technology for the experimental hardware and software support.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Yin, Q.M.; Gan, J.H.; Qi, H.; Hu, W.D.; Zhang, Y.; Li, R.G.; Tang, W. An improved algorithm of radar image extrapolation based on recurrent neural network. Meteorol. Sci. Technol. 2021, 49, 18–24. [Google Scholar]
  2. Guo, W.X.; Li, R.; Yu, W.R.; Li, J.Q.; Zheng, Y.; Chen, X.J.; Liu, X.; Liu, S.C.; Niu, L.M.; Yang, J.; et al. Nowcast rolling fusion extrapolation method and its applicability evaluation. Meteorol. Sci. Technol. 2024, 52, 807–815. [Google Scholar]
  3. Zheng, L.L.; Qiu, X.X. An improved method of precipitation nowcasting extrapolation forecasting and its verification. Meteorol. Sci. Technol. 2020, 48, 97–106. [Google Scholar]
  4. Rinehart, R.E.; Garvey, E.T. Three-dimensional storm motion detection by conventional weather radar. Nature 1978, 273, 287–289. [Google Scholar] [CrossRef] [Scilit]
  5. Li, L.; Schmid, W.; Joss, J. Nowcasting of motion and growth of precipitation with radar over a complex orography. J. Appl. Meteorol. 1995, 34, 1286–1300. [Google Scholar] [CrossRef] [Scilit]
  6. Bowler, N.E.H.; Pierce, C.E.; Seed, A. Development of a precipitation nowcasting algorithm based upon optical flow techniques. J. Hydrol. 2004, 288, 74–91. [Google Scholar] [CrossRef] [Scilit]
  7. Woo, W.C.; Wong, W.K. Operational application of optical flow techniques to radar-based rainfall nowcasting. Atmosphere 2017, 8, 48. [Google Scholar] [CrossRef] [Scilit]
  8. Bowler, N.E.; Pierce, C.E.; Seed, A.W. STEPS: A probabilistic precipitation forecasting scheme which merges an extrapolation nowcast with downscaled NWP. Q. J. R. Meteorol. Soc. 2006, 132, 2127–2155. [Google Scholar] [CrossRef] [Scilit]
  9. Wu, J.K.; Chen, M.X. Advances in nowcasting techniques based on radar echo area tracking algorithm. Meteorol. Sci. Technol. Chin. 2018, 46, 899–909. [Google Scholar]
  10. Shi, X.; Chen, Z.; Wang, H.; Yeung, D.-Y.; Wong, W.-K.; Woo, W.-C. Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting. In Advances in Neural Information Processing Systems 28 (NeurIPS 2015); Curran Associates, Inc.: Red Hook, NY, USA, 2015; pp. 802–810. [Google Scholar]
  11. Wang, Y.; Long, M.; Wang, J.; Gao, Z.; Yu, P.S. PredRNN: Recurrent Neural Networks for Predictive Learning Using Spatiotemporal LSTMs. In Advances in Neural Information Processing Systems 30 (NeurIPS 2017); Curran Associates, Inc.: Red Hook, NY, USA, 2017; pp. 879–888. [Google Scholar]
  12. Wang, Y.; Gao, Z.; Long, M.; Wang, J.; Yu, P.S. PredRNN++: Towards a Resolution of the Deep-in-Time Dilemma in Spatiotemporal Predictive Learning. In Proceedings of the 35th International Conference on Machine Learning (ICML); PMLR: Stockholm, Sweden, 2018; Volume 80, pp. 5123–5132. [Google Scholar]
  13. Shi, X.; Gao, Z.; Lausen, L.; Wang, H.; Yeung, D.-Y.; Wong, W.-K.; Woo, W.-C. Deep Learning for Precipitation Nowcasting: A Benchmark and a New Model. In Advances in Neural Information Processing Systems 30 (NeurIPS 2017); Curran Associates, Inc.: Red Hook, NY, USA, 2017; pp. 5617–5627. [Google Scholar]
  14. Wang, Y.; Zhang, J.; Zhu, H.; Long, M.; Wang, J.; Yu, P.S. Memory in Memory: A Predictive Neural Network for Learning Higher-Order Non-Stationarity from Spatiotemporal Dynamics. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Long Beach, CA, USA, 16–20 June 2019; pp. 9146–9154. [Google Scholar]
  15. Gao, Z.; Tan, C.; Wu, L.; Li, S.Z. SimVP: Simpler yet better video prediction. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA, 18–24 June 2022; pp. 3160–3170. [Google Scholar] [CrossRef] [Scilit]
  16. Zou, M.; Wen, L.; Huang, Y.; He, Y.; Xiao, J. STVMamba: Precipitation nowcasting with spatiotemporal prediction model. Sci. Rep. 2025, 15, 22568. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  17. Li, Z.; Lu, Z.; Li, Y.; Liu, X. SwinNowcast: A Swin Transformer-based model for radar-based precipitation nowcasting. Remote Sens. 2025, 17, 1550. [Google Scholar] [CrossRef] [Scilit]
  18. Zhu, W.; Lu, Z.; Zhang, Y.; Zhao, Z.; Lu, B.; Li, R. RaDiT: A differential Transformer-based hybrid deep learning model for radar echo extrapolation. Remote Sens. 2025, 17, 1976. [Google Scholar] [CrossRef] [Scilit]
  19. Wan, J.; Wang, J.; Zhang, W.; Song, H.; Nai, C.; Xue, F.; Yang, T.; Shi, C.; Wang, Q.J.; Pan, B. RadarDiT: An advanced radar echo extrapolation model for the Three Gorges Reservoir area via diffusion transformer. J. Hydrol. Reg. Stud. 2025, 61, 102703. [Google Scholar] [CrossRef] [Scilit]
  20. 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 34 (NeurIPS 2021); Curran Associates, Inc.: Red Hook, NY, USA, 2021. [Google Scholar]
  21. Yang, W.L.; Yang, H.; Zhou, H.; Dong, Y.; Zhang, C.; Chen, C. Short-Term Precipitation Radar Echo Extrapolation Method Based on the MS-DD3D-RSTN Network and STLoss Function. Sensors 2024, 24, 5004. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  22. Hu, Y.; Chen, L.; Wang, Z.; Pan, X.; Li, H. Towards a More Realistic and Detailed Deep-Learning-Based Radar Echo Extrapolation Method. Remote Sens. 2022, 14, 24. [Google Scholar] [CrossRef] [Scilit]
  23. Bouthillier, X.; Delaunay, P.; Bronzi, M.; Trofimov, A.; Nichyporuk, B.; Szeto, J.; Sepah, N.; Raff, E.; Madan, K.; Voleti, V.; et al. Accounting for Variance in Machine Learning Benchmarks. Proc. Mach. Learn. Syst. 2021, 3, 747–769. [Google Scholar]
  24. Pan, X.; Lu, Y.; Zhao, K.; Huang, H.; Wang, M.; Chen, H. Improving Nowcasting of Convective Development by Incorporating Polarimetric Radar Variables Into a Deep-Learning Model. Geophys. Res. Lett. 2021, 48, e2021GL095302. [Google Scholar] [CrossRef] [Scilit]
  25. Rombeek, N.; Leinonen, J.; Hamann, U. Exploiting Radar Polarimetry for Nowcasting Thunderstorm Hazards Using Deep Learning. Nat. Hazards Earth Syst. Sci. 2024, 24, 133–144. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Overall architecture of SMG-Net. Colors and shapes distinguish the main functional modules, and arrows indicate feature flow between them.
Figure 1. Overall architecture of SMG-Net. Colors and shapes distinguish the main functional modules, and arrows indicate feature flow between them.
Atmosphere 17 00452 g001
Figure 2. Structure of the FCCE module. Different colored blocks represent the high-frequency branch, low-frequency branch, 1 × 1 convolutional fusion, and ECA-based channel recalibration. Arrows indicate feature transmission and fusion operations.
Figure 2. Structure of the FCCE module. Different colored blocks represent the high-frequency branch, low-frequency branch, 1 × 1 convolutional fusion, and ECA-based channel recalibration. Arrows indicate feature transmission and fusion operations.
Atmosphere 17 00452 g002
Figure 3. Structure of the gated fusion unit (GFU). Different colors indicate decoder features, encoder skip features, gating coefficients, and fused output features. Arrows denote feature transmission, modulation, and fusion operations.
Figure 3. Structure of the gated fusion unit (GFU). Different colors indicate decoder features, encoder skip features, gating coefficients, and fused output features. Arrows denote feature transmission, modulation, and fusion operations.
Atmosphere 17 00452 g003
Figure 4. Study area and region of interest (ROI). (a) Location of Sichuan Province in China; (b) location of the ROI within Sichuan Province; (c) study area, radar site, ROI boundary, and 6 × 7 patch partition used for sample construction.
Figure 4. Study area and region of interest (ROI). (a) Location of Sichuan Province in China; (b) location of the ROI within Sichuan Province; (c) study area, radar site, ROI boundary, and 6 × 7 patch partition used for sample construction.
Atmosphere 17 00452 g004
Figure 5. Lead-time metric curves over the 1 h forecasting horizon. (a) MSE; (b) SSIM; (c) CSI at 30 dBZ; (d) POD at 30 dBZ; (e) FAR at 30 dBZ.
Figure 5. Lead-time metric curves over the 1 h forecasting horizon. (a) MSE; (b) SSIM; (c) CSI at 30 dBZ; (d) POD at 30 dBZ; (e) FAR at 30 dBZ.
Atmosphere 17 00452 g005
Figure 6. Qualitative radar echo extrapolation results at different lead times.
Figure 6. Qualitative radar echo extrapolation results at different lead times.
Atmosphere 17 00452 g006
Figure 7. Representative 60 min case and zoomed strong-echo region. Different colors represent radar reflectivity intensities. The black dotted boxes indicate the selected strong-echo regions used for zoomed comparison.
Figure 7. Representative 60 min case and zoomed strong-echo region. Different colors represent radar reflectivity intensities. The black dotted boxes indicate the selected strong-echo regions used for zoomed comparison.
Atmosphere 17 00452 g007
Figure 8. Contribution analysis of different modules in the ablation experiments.
Figure 8. Contribution analysis of different modules in the ablation experiments.
Atmosphere 17 00452 g008
Table 1. Comparison of experimental results for different models. Upward arrows indicate that higher values are better, whereas downward arrows indicate that lower values are better. Bold values indicate the best performance among the compared models.
Table 1. Comparison of experimental results for different models. Upward arrows indicate that higher values are better, whereas downward arrows indicate that lower values are better. Bold values indicate the best performance among the compared models.
ModelMSE↓SSIMCSI@10 dBZ↑CSI@20 dBZ↑CSI@30 dBZ↑POD@30 dBZ↑FAR@30 dBZ↓
ConvLSTM0.0450.7700.3540.1120.0250.0260.319
MIM0.0400.7950.4580.1760.0370.0280.315
PredRNN++0.0380.8100.4650.1620.0320.0330.290
SimVP0.0420.7850.4420.1550.0350.0340.317
TrajGRU0.0390.8050.4150.1480.0320.0380.298
SMG-Nett0.0320.8300.4900.2030.0420.0450.250
Table 2. Comparison of model complexity and runtime efficiency.
Table 2. Comparison of model complexity and runtime efficiency.
ModelParams (M)FLOPs (G)Inference Time (ms/Sample)Memory Usage (MB)
ConvLSTM7.461.218.62280
MIM27.8132.534.94120
PredRNN++19.6108.428.73560
TrajGRU11.374.622.42710
SimVP (Base)1.818.96.81040
SMG-Net (Ours)2.122.78.11210
Table 3. Ablation results for 1 h extrapolation under thresholds of r ≥ 10/20/30 dBZ (CSI ↑/POD ↑/FAR ↓). Upward arrows indicate that higher values are better, whereas downward arrows indicate that lower values are better.
Table 3. Ablation results for 1 h extrapolation under thresholds of r ≥ 10/20/30 dBZ (CSI ↑/POD ↑/FAR ↓). Upward arrows indicate that higher values are better, whereas downward arrows indicate that lower values are better.
Modelr ≥ 10 dBZr ≥ 20 dBZr ≥ 30 dBZ
CSI ↑POD ↑FAR ↓CSI ↑POD ↑FAR ↓CSI ↑POD ↑FAR ↓
Without ECA0.2870.3500.3530.0400.0480.4530.0220.0260.327
Without GFU0.3680.4420.2940.0590.0670.3750.0270.0280.310
Without HiLo0.4220.5060.3840.1010.1160.3890.0300.0310.295
Without EMA0.3560.4820.3450.0820.0950.4120.0280.0290.305
Ours0.4900.6530.2880.2030.2550.2750.0420.0450.250
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.

Share and Cite

MDPI and ACS Style

Wang, H.; Yang, H.; Wen, W. SMG-Net: A SimVP-Based Collaborative Model for Radar Echo Extrapolation in Precipitation Nowcasting. Atmosphere 2026, 17, 452. https://doi.org/10.3390/atmos17050452

AMA Style

Wang H, Yang H, Wen W. SMG-Net: A SimVP-Based Collaborative Model for Radar Echo Extrapolation in Precipitation Nowcasting. Atmosphere. 2026; 17(5):452. https://doi.org/10.3390/atmos17050452

Chicago/Turabian Style

Wang, Hao, Hao Yang, and Wu Wen. 2026. "SMG-Net: A SimVP-Based Collaborative Model for Radar Echo Extrapolation in Precipitation Nowcasting" Atmosphere 17, no. 5: 452. https://doi.org/10.3390/atmos17050452

APA Style

Wang, H., Yang, H., & Wen, W. (2026). SMG-Net: A SimVP-Based Collaborative Model for Radar Echo Extrapolation in Precipitation Nowcasting. Atmosphere, 17(5), 452. https://doi.org/10.3390/atmos17050452

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop