Next Article in Journal
Life Cycle Assessment, Life Cycle Cost and Ship Design Optimisation for Sustainable Electric Ships: A Review
Previous Article in Journal
Circumferential Response Differences and Plastic Deformation Mechanisms of Ring-Stiffened Cylindrical Shells Subjected to Underwater Explosion Shock Waves
Previous Article in Special Issue
Robust Vessel Detection in Low-SNR DAS via Spatial Coherence Enhancement
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Multimodal-Augmented Conditional Diffusion Model for Maritime Waypoint-Level Tropical Cyclone Intensity Prediction

by
Yongfei Zheng
1,2 and
Guosun Zeng
1,2,3,*
1
Department of Computer Science and Technology, Tongji University, Shanghai 200092, China
2
Tongji Branch, National Engineering & Technology Center of High Performance Computer, Shanghai 200092, China
3
Project Office of National Seabed Scientific Observation System, Shanghai 200092, China
*
Author to whom correspondence should be addressed.
J. Mar. Sci. Eng. 2026, 14(16), 1550; https://doi.org/10.3390/jmse14161550
Submission received: 12 July 2026 / Revised: 10 August 2026 / Accepted: 19 August 2026 / Published: 21 August 2026

Abstract

Accurately forecasting waypoint-level tropical cyclone (TC) intensity, defined as the local wind speed at specific maritime route waypoints under TC influence, is crucial for navigation safety and voyage planning. Conventional studies mainly focus on the central intensity of TC systems and underutilize the complementary value of multimodal meteorological data with inconsistent sampling intervals. To address these challenges, this study proposes a multimodal-augmented conditional diffusion model (MADiff) for waypoint-level TC intensity prediction. To exploit the potential of multimodal inputs, we first design a temporal-adaptive dynamic convolution module (TDConv) to capture multi-timescale features, mitigating multimodal sampling discrepancies without rigid temporal alignment. Second, we develop a discriminative cross-fusion module (DisCF) to aggregate multi-timescale features across diverse modalities, quantifying multimodal heterogeneity and integrating valuable modality-specific features while suppressing noise interference. Fused features are fed into a diffusion model with physics-informed regularization to generate final intensity forecasts. Extensive experiments on four Western North Pacific datasets show that MADiff achieves average MAE and RMSE values of 2.08 kt and 2.37 kt, respectively, for 12 h intensity forecasting. Compared with the state-of-the-art baseline (TC-Clouds-DP), MADiff yields substantial performance improvements, reducing MAE by 16.3% and RMSE by 10.6% on average. This study provides an effective framework for fine-grained TC intensity forecasting, offering valuable insights for extreme marine weather early warning and intelligent navigation decision-making.

1. Introduction

Tropical cyclones (TCs) are extreme systems that produce strong winds, heavy rainfall, and complex mixed sea states characterized by coexisting wind-sea and swell components [1], thereby threatening maritime navigation and transportation safety [2,3,4]. Vessel navigation follows pre-planned routes consisting of discrete waypoints. In this context, the local wind speed induced by TCs (i.e., waypoint-level TC intensity) acts as a critical determinant of local sea state evolution, directly governing navigation safety and operational efficiency. Without accurate forecasts of this intensity, shipping operators are confronted with a dilemma where underestimation risks severe maritime accidents, while overestimation incurs unnecessary costs and delays through excessive route adjustments. Consequently, accurate waypoint-level TC intensity prediction is a prerequisite for optimal navigation decision-making.
TC intensity prediction is inherently a time series forecasting task. Existing research can be classified into dynamical methods [5] and data-driven methods [6,7]. Dynamical methods simulate atmosphere–ocean coupling processes for large-scale forecasts but suffer from coarse spatial resolution and high computational latency. In contrast, data-driven approaches learn evolutionary patterns from historical records via statistical or deep learning architectures, with fast inference and strong generalization [8], and have thus attracted extensive attention. However, existing data-driven methods still have two critical limitations when applied to waypoint-level maritime scenarios.
On the one hand, existing studies primarily focus on center-level TC intensity prediction (i.e., the central intensity of the cyclone). In real-world maritime scenarios, center-level TC intensity forecasts provide only limited guidance for navigation decision-making and cannot precisely reflect the actual risks at individual waypoints. Figure 1 illustrates the differences between center-level and waypoint-level TC intensity forecasts. The pink circular area represents the influence range of a tropical cyclone, with the cyclone center at its geometric center. WP denotes a fixed maritime waypoint along shipping routes, which remains independent of the TC movement track.
On the other hand, TC intensity evolution is a dynamically coupled process governed by atmospheric, oceanic, and geographic factors, exhibiting strong nonlinearity and inherent uncertainty. Most existing methods rely heavily on unimodal data (e.g., satellite imagery), posing significant challenges in capturing such complex dynamics. Although a few studies have attempted to incorporate multimodal data, they often struggle to align the distinct sampling intervals and inherent heterogeneity of these diverse inputs. More critically, these methods follow a deterministic prediction paradigm [9,10] that outputs only a single, fixed intensity value without probabilistic uncertainty quantification, reducing robustness in complex and variable marine environments.
To address these challenges, this study proposes a multimodal-augmented conditional diffusion model (MADiff) for waypoint-level TC intensity prediction. By combining the complementary properties of multimodal data and the powerful probabilistic modeling capability of diffusion models, the proposed MADiff is naturally well-suited for waypoint-level TC intensity prediction. The main contributions of this study are summarized as follows:
(1) A multimodal-augmented conditional diffusion model (MADiff) is proposed for waypoint-level TC intensity prediction, tailored to fine-grained maritime navigation safety demands.
(2) A temporal-adaptive dynamic convolution module (TDConv) is designed, which adaptively adjusts kernel sizes within predefined physical temporal windows and generates convolutional parameters via timestamp embeddings, thus mitigating multimodal sampling discrepancies and yielding consistent multi-timescale features without requiring rigid temporal alignment.
(3) A discriminative cross-fusion module (DisCF) is developed, which quantifies cross-modal heterogeneity via information entropy and adopts sparse attention with discriminative selection to integrate valuable complementary features while filtering out redundant interference, thus generating robust and comprehensive multimodal representations.
(4) Extensive experiments demonstrate the superior performance and remarkable cross-basin generalization of MADiff for waypoint-level TC intensity prediction.
The remainder of this article is organized as follows. Section 2 reviews related work on TC intensity prediction and diffusion models. Section 3 introduces the multimodal meteorological data and formulates the waypoint-level TC intensity prediction problem. Section 4 elaborates on the proposed MADiff model in detail. Section 5 presents the experimental results and their analysis. Finally, Section 6 summarizes this work and discusses the limitations along with potential directions for future work.

2. Related Work

2.1. TC Intensity Prediction

TC intensity prediction is a significant challenge in oceanic meteorology. Against the backdrop of meteorological big data, the development of data-driven approaches for TC intensity prediction has emerged as a prominent research focus. These methods can be roughly divided into statistical methods and deep learning methods.
Statistical Methods. In the early stages, constrained by the insufficient quantity and limited diversity of meteorological data as well as the limitations of forecasting techniques, researchers manually design and extract predictive features from historical meteorological records and adopt statistical models for TC intensity prediction. Neumann et al. [11] proposed the Climatology and Persistence (CLIPER) model, which integrates climate patterns and the persistence of features observed during the early phases of TC development. DeMaria et al. [12] developed the Statistical Hurricane Intensity Prediction Scheme (SHIPS), incorporating sea surface temperature, vertical wind shear, and persistence as key predictive factors. Chavas et al. [13] introduced an efficient linear empirical model that incorporates maximum wind speed, wind radius, TC center latitude, and ambient pressure as input parameters. However, such methods fail to characterize complex and nonlinear atmospheric variations, particularly when faced with unseen events like extreme TCs or substantial climate change impacts. This inherent limitation leads to degraded predictive accuracy and reliability, ultimately restricting the practical effectiveness of these statistical methods.
Deep Learning Methods. With the massive and continuous accumulation of meteorological data and the remarkable breakthroughs in deep learning, developing diverse deep learning models for TC intensity prediction has become a promising approach. Early studies mainly relied on unimodal data, with satellite imagery serving as the most prevalent modality for TC analysis. Alijoyo et al. [14] proposed a hybrid architecture based on CNN and Bi-LSTM, which can effectively capture the complex TC evolution patterns from infrared satellite imagery. Wang et al. [15] combined convolutional neural networks with low-rank tensor analysis techniques to process multispectral satellite imagery and proposed an integrated framework for TC data augmentation and analysis. Wu et al. [16] introduced a multi-task machine learning framework based on satellite imagery, which is capable of predicting both the track and intensity of TCs simultaneously. However, unimodal data is inadequate to fully depict the entire TC evolution process, especially when the input data is incomplete or unavailable. Therefore, researchers have attempted to incorporate multimodal data [17]. Wang et al. [18] proposed a multi-modal multi-scale causal autoregressive model (MSCAR), which integrates satellite imagery and numerical data for global TC intensity autoregressive forecasting. Li et al. [19] introduced a multimodal adversarial fusion approach, which fuses TC observational data and ERA-Interim reanalysis data by using adversarial learning to eliminate the modal gap, thereby improving the accuracy of TC intensity forecasting. In addition, many classic general-purpose [20] and application-oriented [21] time-series forecasting models can be applied to TC intensity prediction, and they often outperform traditional statistical and shallow machine learning models. However, these methods cannot effectively handle the distinct sampling intervals and inherent heterogeneity of multimodal meteorological inputs, and fail to model the probabilistic distribution of prediction outputs. More critically, they only focus on the central intensity and overall structural characteristics of TCs, thereby being unable to provide fine-grained intensity forecasts for specific maritime waypoints. This limitation severely restricts their practical applicability in real-world maritime transportation scenarios.

2.2. Diffusion Models

Diffusion models are a powerful generative framework, comprising a diffusion process and a reverse process. The former gradually adds noise to real data, while the latter removes the introduced noise to generate realistic data [22]. Moreover, diffusion models can generate samples that meet specific requirements through the integration of conditional information. The authenticity and diversity of these generated samples are far superior to those of conventional deep learning models [23,24,25]. Zhu et al. [26] proposed a conditional text-image generation method, which can generate realistic and diverse 2D image samples under given image, text, and style conditions. Höllein et al. [27] proposed a 3D image generation diffusion model by incorporating pre-trained text-image models as prior knowledge. Hao et al. [28] proposed a motion-aware text-to-video (T2V) diffusion model that generates high-quality, fluid videos guided by text prompts.
Additionally, several studies have applied diffusion models to time series completion [29,30] and prediction [31]. For example, Shen et al. [32] proposed a novel multimodal view framework that takes time series images as conditional information and leverages diffusion models for long-term time series prediction. The unique advantages of diffusion models render them well-suited for characterizing multimodal data distributions, thereby offering a promising solution for mitigating the inherent limitations of current TC intensity prediction methods. However, TC intensity prediction faces unique challenges, including multimodal sampling discrepancies, inherent cross-modal heterogeneity, and physical constraints governing TC evolutionary processes. Unfortunately, existing diffusion-based time series models struggle to achieve reliable performance in this meteorological-specific task. To tackle these practical issues, this study proposes a multimodal-augmented conditional diffusion model (MADiff) for waypoint-level TC intensity prediction. MADiff takes multimodal meteorological data as conditional inputs and integrates customized TDConv for multi-timescale feature extraction, DisCF for heterogeneous cross-modal fusion, and physics-informed regularization. These dedicated designs enable MADiff to capture waypoint-level TC intensity distribution more precisely and comprehensively, with improved physical rationality and stronger adaptability to complex multimodal meteorological data.

3. Problem Definition

3.1. Multimodal Meteorological Data and Their Timestamps

This study focuses on waypoint-level TC intensity prediction, and emphasizes the use of multimodal data, including numerical meteorological data, infrared satellite imagery, and TC-related texts. Next, we describe these data in detail.
(1) Numerical meteorological data are used to precisely characterize the meteorological changes at maritime waypoints. For a maritime waypoint, the meteorological numerical data at time t can be denoted as X N t R C N , where C N represents the number of meteorological elements. Based on the TC generation mechanism, this study focuses on three elements: sustained wind speed (quantitative indicator of TC intensity), temperature, and air pressure, so   C N = 3 . These data are obtained from the ERA5 dataset [33] according to the latitude and longitude of the target waypoints. The ERA5 dataset, released by the European Centre for Medium-Range Weather Forecasts, has a spatial resolution of 0.25 × 0.25 and a time sampling interval of 1 h.
(2) Infrared satellite imagery is utilized to visually present the cloud distribution over the local sea area of a maritime waypoint. For a maritime waypoint, the infrared satellite imagery at time t can be denoted as X I t R H × W , where   H   and   W   represent the height and width of the image, respectively. Raw infrared satellite imagery covers a broad area and contains a large amount of redundant information irrelevant to the target waypoints. To address this, this study crops the original infrared satellite imagery to obtain a local satellite image (256 × 256 pixels, corresponding to 20 latitude units multiplied by 20 longitude units) centered on the target waypoints. The original infrared satellite imagery used in this study is from the GridSat-B1 dataset [34], with a spatial resolution of 0.07 × 0.07 and a time sampling interval of 3 h.
(3) TC-related texts are used to represent TC conditions and their spatial relationships with maritime waypoints. These texts are composed of two natural components without any artificial construction. The first component is the TC state information, which is directly extracted from the CMA Best Track Dataset (CMA_BT) released by the China Meteorological Administration [35,36], including the TC center location, maximum sustained wind speed and minimum central pressure. The second component is the relative positional relationship between the TC center and the target waypoint, which is calculated in real time from the TC center coordinates (from CMA_BT) and the fixed waypoint coordinates. All data are sampled at a 6 h temporal interval. A typical example is as follows: TC Aiyunni is located at 23.1 °N, 112.3 °E, with a maximum sustained wind of 18 m/s and a minimum central pressure of 996 hPa. The TC center is 50 km away from the target waypoint. For a maritime waypoint, the TC-related texts at time t can be denoted as X T t Ω C T , where Ω represents the set of words and C T denotes the text length.
The aforementioned multimodal data simultaneously encode both the global features of TC systems and the specific attributes of individual maritime waypoints, thereby enabling accurate prediction of waypoint-level TC intensity. These multimodal meteorological data present inconsistent temporal sampling intervals. Therefore, beyond the aforementioned data, this study further incorporates timestamps as auxiliary features. For each timestamp, we extract the season, month, day, hour, minute, and second to form a feature vector. For example, for the timestamp 2020-10-25 08:30:00 at time t , its feature vector is S t = 3 ,   10 ,   25 ,   08 ,   30 ,   00 R 6 .

3.2. Problem Definition of Waypoint-Level TC Intensity Prediction

For a maritime waypoint, given the historical multimodal meteorological data over the past p time steps, including numerical meteorological data X N = X N t p ,   X N t p + 1 ,     ,   X N t R l N × 3 and its timestamps S N = S N t p ,   S N t p + 1 ,     ,   S N t R l N × 6 , infrared satellite imagery X I = X I t p ,   X I t p + 3 ,     ,   X I t R l I × H × W and its timestamps   S I = S I t p ,   S I t p + 3 ,     ,   S I t R l I × 6 , TC-related texts X T = X T t p ,   X T t p + 6 ,     ,   X T t Ω l T × C T and its timestamps S T = S T t p ,   S T t p + 6 ,     ,   S T t R l T × 6 , where l N = p + 1 , l I = p 3 + 1 , l T = p 6 + 1 represent the number of records for numerical, imagery, and text data, respectively. Our objective is to predict the waypoint-level TC intensity (i.e., the local wind speed at this waypoint under TC influence). The problem is defined as:
Y t + n = f X N ,   S N ,   X I ,   S I ,   X T ,   S T
where Y t + n represents the predicted waypoint-level TC intensity at time t + n and n denotes the time interval between the current time and the future time, and f is our predictive model trained on historical multimodal meteorological data. To better utilize multimodal data, p is set as a common multiple of the time intervals of the multimodal data, for instance, 12, 24, and so on.
For clarity, the notations and corresponding descriptions are listed in Table 1.

4. Multimodal-Augmented Conditional Diffusion Model

In this section, we propose a multimodal-augmented conditional diffusion model (MADiff) for waypoint-level TC intensity prediction. Figure 2 illustrates the overall framework of the proposed MADiff. First, we elaborate on the process of leveraging the diffusion model, which serves as the backbone of our framework, to predict waypoint-level TC intensity. Subsequently, we introduce the multi-timescale feature extraction and fusion processes for multimodal data, both of which are critical for enhancing the accuracy of TC intensity prediction.

4.1. Physics-Informed Multimodal-Conditional Diffusion Approach

Waypoint-level TC intensity prediction involves inevitable predictive uncertainty. As a typical generative paradigm, diffusion models can effectively characterize this inherent stochasticity. However, as a purely data-driven approach, standard diffusion models tend to generate physically unreasonable intensity trajectories, especially for long-horizon forecasting tasks. To this end, this study proposes a physics-informed multimodal-conditional diffusion approach for waypoint-level TC intensity prediction. This approach adopts multimodal meteorological data as conditional guidance and introduces a physics-informed dynamics loss to regularize the diffusion process, thereby ensuring that predicted results conform to the fundamental laws of atmospheric dynamics.
Our approach consists of a forward diffusion process and a reverse denoising process. Specifically, in the forward diffusion process, Gaussian noise is gradually added K times to transform the original TC intensity Y 0 t + n = Y t + n into Y K t + n . This process is defined as follows:
q Y 1 : K t + n | Y 0 t + n = k = 1 K q Y k t + n | Y k 1 t + n q Y k t + n | Y k 1 t + n = N Y k t + n ;   1 β k Y k 1 t + n ,   β k I
where k 1 ,   2 ,   3 ,   . . . ,   K represents the diffusion step, β k 0 ,   1 denotes the incremental hyperparameter that controls the variance of added noise. When K is sufficiently large, Y K t + n approximates Gaussian noise. To enhance the efficiency of the diffusion process, we employ the reparameterization technique [22] to modify Equation (2) into q Y k t + n | Y 0 t + n = N Y k t + n ;   α ¯ k Y 0 t + n , 1 α ¯ k I . Then, we directly sample Y k t + n as Y k t + n = α ¯ k Y 0 t + n + 1 α ¯ k z k , where   α k = 1 β k , α ¯ k = i = 1 k α i , and z k N 0 , I is the Gaussian noise.
The inverse process is conditioned on multimodal meteorological data. Its goal is to recover the original TC intensity Y 0 t + n from the Gaussian noise Y K t + n by accurately predicting and removing the noise introduced during the diffusion process. This process is defined as follows:
p θ Y 1 : K t + n | F M C = p Y K t + n k = 1 K p θ Y k 1 t + n | Y k t + n ,   F M C p θ Y k 1 t + n | Y k t + n ,   F M C = N Y k 1 t + n ;   μ θ Y k t + n ,   k ,   F M C ,   σ k 2 I
where F M C = F usion X N ,   X I ,   X T ,   S N ,   S I ,   S T represents the conditional information, i.e., the multimodal fusion vector, Fusion · denotes the multimodal fusion function. μ θ and σ k 2 represent the mean and variance of the conditional distribution p θ Y k 1 t + n | Y k t + n ,   F M C , respectively. In this work, σ k 2 = 1 α ¯ k 1 1 α ¯ k β k , and the parameterization of μ θ can be defined as follows:
μ θ Y k t + n ,   k ,   F M C = 1 α k Y k t + n β k 1 α ¯ k z θ Y k t + n ,   k ,   F M C
where z θ is the denoising network, which takes the noisy sample Y k t + n , denoising step k, and condition F M C as inputs to estimate the noise z k added during the diffusion process and gradually recovers the original TC intensity.
During training, the diffusion model typically relies on the noise prediction loss, which guides the denoising network to predict the injected Gaussian noise and perform gradual denoising to generate waypoint-level TC intensity:
L d i f f = E Y 0 t + n ,   z k z k z θ Y k t + n ,   k ,   F M C 2 2
To enforce physical consistency in predictions, we introduce a physics-informed dynamics loss that embeds essential atmospheric dynamic principles, guiding predictions to conform to fundamental laws of atmospheric motion:
L p h y = E t ,   n d Y t + n d t d Y ~ t + n d t 2 2
where d Y t + n d t and d Y ~ t + n d t are the temporal derivatives of the predicted TC intensity and theoretical TC intensity, respectively. In practice, the temporal derivatives are approximated using first-order finite differences between consecutive time steps, to adapt to the discrete characteristics of TC intensity prediction. The theoretical TC intensity Y ~ t + n is derived from the Jelesnianski hurricane model [37,38] and is formulated as:
Y ~ t + n = Y ~ m a x t + n , D t + n D m a x t + n Y ~ m a x t + n × D m a x t + n D t + n δ , D t + n > D m a x t + n
where D t + n is the distance between the target waypoint and TC center, D m a x t + n is the radius of maximum wind, Y ~ m a x t + n is the maximum sustained wind speed, and δ 1.0 ,   2.0 is the radial decay index. Notably, all TC structural parameters used to calculate the theoretical intensity Y ~ t + n at the target time t + n are sourced from official operational forecasts (China Meteorological Administration). These forecast products are publicly available at the forecast initialization moment in real operational scenarios, which ensures the information boundary is completely consistent between model training and inference, and no post-event observation data that is unavailable at initialization is introduced.
Finally, we integrate the two losses into the total objective function:
L t o t a l = L d i f f + λ L p h y
where λ is a hyperparameter for balancing the noise prediction loss and physics-informed dynamics loss. This total loss preserves the probabilistic generative capability of the diffusion model while explicitly imposing atmospheric dynamics constraints, enhancing the robustness of long-horizon TC intensity forecasts.
With the above framework, waypoint-level TC intensity prediction can be effectively implemented. However, fully exploiting and fusing multimodal meteorological data remains critical for further improving prediction accuracy. To this end, this study develops a dedicated multimodal fusion method, which is elaborated in the subsequent sections.

4.2. Multimodal Multi-Timescale Feature Extraction

Across different timescales, TC intensity variations exhibit distinct patterns, such as short-term fluctuations and long-term evolutionary trends. However, capturing these multi-timescale patterns from multimodal meteorological data remains challenging due to inherent cross-modal heterogeneity in feature representations, dimensional discrepancies, and inconsistent sampling intervals across modalities. To address these issues, this section first unifies heterogeneous multimodal data into consistent embeddings and further proposes a temporal-adaptive dynamic convolution (TDConv) to extract multi-timescale features under interval-inconsistent sampling conditions. This design enables the extracted multi-timescale features to maintain consistent temporal semantics and alleviate sampling-induced misalignment, laying a solid foundation for subsequent multimodal feature fusion.

4.2.1. Multimodal Embedding and Dimension Unification

To prepare unified inputs for multi-timescale feature learning, this study extracts unified-dimensional embeddings for each modality from meteorological numerical data, infrared satellite imagery, and TC-related texts via modality-specific encoders.
First, we map numerical meteorological data X N R l N × 3 into Z N R l N × d via linear projection, formalized as Z N = W N W L X N R l N × d , where W L denotes the linear projection matrix, W N represents the alignment parameters for multimodal dimension unification, and d is the unified embedding dimension.
Second, we employ a pre-trained MobileNetV2 [39] to encode infrared satellite imagery X I R l I × H × W into Z I R l I × d , formalized as Z I = W I Flatten MobileNetV 2 X I , where Flatten denotes the operation of flattening the convolutional feature map into a 1D vector, and W I also represents alignment parameters.
Finally, we employ a pre-trained TinyBERT [40] to obtain the feature representation Z T R l T × d of TC-related texts X T Ω l T × C T , formalized as Z T = W T T i n y B E R T X T , where W T also acts as alignment parameters.

4.2.2. Multi-Timescale Feature Extraction

Multimodal meteorological data naturally presents interval-inconsistent sampling characteristics (e.g., hourly numerical data, 3-hourly satellite imagery). Extracting multi-timescale features via 1D convolutions with different kernel sizes is a classic approach, yet such methods require strictly synchronized time series. Forced multimodal temporal alignment via trimming or interpolation inevitably impairs data fidelity and induces redundant noise. In contrast, direct modeling without alignment leads to cross-modal temporal semantic misalignment. These issues significantly degrade multimodal fusion performance. To address these challenges, this study proposes a temporal-adaptive dynamic convolution module (TDConv), which leverages fine-grained temporal information from timestamps to dynamically generate convolutional parameters, simultaneously realizing interval inconsistency adaptation and multi-timescale feature extraction without mandatory temporal alignment. The overall architecture of TDConv is illustrated in Figure 3, which mainly consists of a fine-grained timestamp encoder and a dynamic convolution block.
Given a unimodal feature sequence Z = z 1 ,   z 2 ,   ,   z L R L × d and its corresponding timestamps S = S 1 ,   S 2 ,   ,   S L R L × 6 . To fully exploit the temporal information contained in timestamps, TDConv first generates a continuous embedding for each timestamp via the fine-grained timestamp encoder, which leverages sine and cosine functions based on meteorological periodicity priors of each temporal feature (e.g., a 12-month period for monthly features, and a 24 h period for hourly features). For a timestamp S l S , its embedding h l can be calculated as follows:
h l = Concat h l , 1 ,   h l , 2 , ,   h l , 6 W S
where h l R d , Concat denotes vector concatenation, and W S R 6 d × d represents the linear transformation parameters. h l , i R d denotes the embedding of the i-th temporal feature S l , i   of timestamp S l , which can be computed as follows:
h 2 j l , i = sin 2 π S l , i / τ i 2 j d h 2 j + 1 l , i = cos 2 π S l , i / τ i 2 j d
where h 2 j l , i and h 2 j + 1 l , i denote the even and odd dimensions of h l , i , respectively, and τ i represents the periodic value of the i-th temporal feature. As a result, this study denotes the embeddings of all timestamps as H = h 1 ,   h 2 ,   ,   h L R L × d .
Then, the unimodal feature sequence and its timestamp embeddings are fed into the dynamic convolution block to extract multi-timescale features. Different from traditional convolutions that define timescales based on fixed sampling points and adopt globally invariant kernel parameters, TDConv defines each timescale with a fixed physical temporal window (e.g., 6 h, 12 h). It generates adaptive kernel weights from the timestamp embedding at each time step. This design allows convolution kernels to perceive temporal intervals, sampling rates and periodic features in real time, automatically filter valid samples in the predefined physical window based on absolute timestamps, and adapt to multimodal meteorological data with distinct sampling intervals. For the m-th 1D convolution ( C o n v 1 D m ) with kernel size c m , the parameters W m l at time l are dynamically generated via a scale-specific multilayer perceptron (MLP). The generation process can be defined as follows:
W m l = R e s h a p e M L P m h l
where W m l R c m × d , MLP m ( · ) is the function of the m-th MLP, and Reshape ( · ) transforms the flattened output of M L P m h l (a vector of length c m × d ) into the c m × d kernel matrix.
With dynamically generated kernels, the output of C o n v 1 D m can be further obtained and denoted as Z m = z m 1 ,   z m 2 ,   ,   z m L R L × d , where z m l represents the output at time l and can be computed as follows:
z m l = R e L U s u m Z ~ l α m ,   l + α m W m l
where Z ~ = Z + H denotes the fused features of unimodal features and timestamp embeddings; Z ~ l α m ,   l + α m R c m × d denotes the fused features within the physical temporal window l α m ,   l + α m , α m = c m 1 2 ; represents the Hadamard product, sum ( · ) is the summation operation performed along the time dimension of the temporal window for each feature channel independently.
After traversing all scales, M groups of 1D convolution outputs are obtained, forming the final multi-timescale feature set Z 1 ,   Z 2 ,   ,   Z M . These features capture short-term fluctuations, medium-term trends and long-term evolutionary patterns of TC intensity, providing comprehensive temporal information for subsequent multimodal fusion.
Based on the designed TDConv module, multi-timescale features can be extracted independently for each data modality: meteorological numerical data Z N , 1 ,   Z N , 2 ,   ,   Z N , M = TDConv Z N ,   S N , infrared satellite imagery Z I , 1 ,   Z I , 2 ,   , Z I , M = TDConv Z I ,   S I , and TC-related texts Z T , 1 ,   Z T , 2 ,   ,   Z T , M = TDConv Z T ,   S T , where TDConv ( · ) denotes the TDConv module. In short, TDConv adaptively extracts unified multi-timescale features from interval-inconsistent multimodal data, thus facilitating subsequent multimodal fusion.

4.3. Multimodal Multi-Timescale Feature Cross-Fusion

The effective fusion of multimodal meteorological data is essential for the accurate prediction of waypoint-level TC intensity. With the proposed TDConv, multi-timescale features can be extracted from multimodal data. Notably, multimodal features at the same timescale reveal the evolutionary patterns of TC intensity from different perspectives and yield strong inter-modal correlations and complementarity. To exploit this characteristic, this study first fuses multimodal features at the same timescale to construct unified single-scale fusion representations and then integrates these representations to derive the final fused representation. These comprehensive representations can provide more comprehensive temporal information for waypoint-level TC intensity prediction.

4.3.1. Multimodal Feature Fusion at Same Timescale

Multimodal features exhibit inherent complementarity and significant heterogeneity. On the one hand, not all information hidden in multimodal features is valuable, and interfering information (e.g., sensor noise) readily degrades fusion performance. On the other hand, while highly correlated multimodal information enhances feature representation, low-correlation yet discriminative details (e.g., sudden atmospheric pressure changes) are also critical for TC intensity prediction. However, existing cross-attention-based multimodal fusion methods assign weights solely based on inter-modal correlation and only prioritize highly correlated features, leading to biased feature representations and degraded model robustness. To this end, we propose a discriminative cross-fusion module (DisCF), which adopts information entropy to quantify cross-modal heterogeneity and information uncertainty, thereby providing solid theoretical support for adaptive feature screening. The architecture of DisCF is illustrated in Figure 4 and consists of two symmetric interaction branches. Through dual-branch interaction, both input modalities actively mine valuable complementary information from each other while retaining their inherent attribute characteristics, thus effectively boosting fused feature representations.
Given two inputs Z A = z A 1 ,   z A 2 , ,   z A l A R l A × d and   Z B = z B 1 ,   z B 2 , ,   z B l B R l B × d . In Branch 1, Z B serves as guidance feature to construct the query and mine valuable complementary information from Z A . First, Z A and Z B are projected to Q B = Z B W Q , K A = Z A W K , and V A = Z A W V , where W Q , W V , W K are learnable linear projection matrices. The cross-modal similarity matrix U A R l B × l A is computed as:
U A = Q B K A T d
where   u i j in U A denotes the similarity score between the i-th element in Q B and the j-th element in K A . To effectively distinguish interfering information from valid feature information, we construct a comprehensive score matrix R A derived from U A by integrating feature similarity and information entropy. This integration balances inter-modal correlation and modal uncertainty, overcoming the inherent limitation of correlation-only fusion strategies. The score r i j in R A is formulated as:
r i j = α | u i j | + 1 α H U A , i
where   U A , i denotes the i-th row of the similarity matrix U A ; H U A , i = j = 1 l A u ^ i j l o g u ^ i j is the information entropy of   U A , i , where u ^ i j = S o f t M a x U A , i j denotes the row-wise normalized probability; and α 0 ,   1 is a balancing hyperparameter. An extremely small r i j represents pure noise or redundant interference with negligible valid information. A moderate r i j corresponds to low-correlation but physically discriminative features. A large r i j represents highly correlated complementary features with consistent modal semantics. Based on the hierarchical distribution of r i j scores, we construct a mask matrix M with the same dimension as R A to implement adaptive feature screening, and derive the attention weights as follows:
R ~ A = M + R A
The element m i j M is defined by:
m i j = 0 ,   r i j Topk i R A , i 0 ,   r i j Bottomk i R e m o v e R A , i ,   r m i n ,   Otherwise
where Topk i · is the TopK operation selecting k i elements to retain high-correlation complementary features, improving multimodal representation consistency; R e m o v e R A , i ,   r m i n filters out interference elements of R A , i below the threshold r m i n to eliminate pure noise with almost no effective information; B o t t o m k i · is the BottomK operation selecting k i elements to preserve low-correlation but critical discriminative features, compensating for the information omission issue of traditional correlation-based fusion methods. The three operations coordinate with entropy constraints to achieve comprehensive and robust feature screening. Notably, to adapt to the dynamic uncertainty of multimodal data, k i is dynamically adjusted according to entropy magnitude, formulated as:
k i = max k b a s e H U A , i ,   k m i n
where k b a s e and k m i n are the base value and minimum value of k i to avoid zero feature screening and invalid screening operations, respectively. The entropy of U A , i directly reflects the dispersion of cross-modal similarity values. A higher entropy indicates more dispersed information, requiring a larger k i to retain sufficient detailed information, while a lower entropy signals concentrated information, necessitating a smaller k i to suppress redundant contents. This dynamic k i mechanism enables adaptive information screening for diverse similarity distributions.
Finally, the output for Branch 1 is obtained as:
F A = SoftMax R ~ A V A
Branch 2 takes Z A as guidance to construct the query feature and generates the output F B following the same pipeline as Branch 1. Then, outputs of the two branches are concatenated along the sequence dimension to obtain the fusion result F A B = C o n c a t F A ,   F B R l A + l B × d , which fully preserves the sequence features of both modalities without information compression loss.
Based on the DisCF, the same-timescale multimodal fusion result is expressed as follows:
F m = DisCF DisCF Z N , m ,   Z I , m ,   Z T , m
where DisCF · denotes the function of DisCF, and Z N , m , Z I , m , Z T , m denote the numerical, satellite, and textual features at the m-th timescale, respectively.

4.3.2. Multimodal Feature Fusion Across All Timescales

In this section, the final multimodal fusion representation is generated by integrating the fusion results across all timescales. Since critical information contained in multi-timescale features differs significantly, small-timescale features capture local details (e.g., instantaneous fluctuations and sudden peaks), while large-timescale features depict global patterns (e.g., long-term trends and periodic variations) of TC intensity. To this end, this study adopts a hierarchical fusion strategy, which first performs weighted fusion on adjacent timescale pairs to produce intermediate results, and then aggregates all such intermediate results to form the final representation:
F M C = m = 1 M 1 β m α m F m + α m + 1 F m + 1
where F m denotes the multimodal fusion result at the m-th timescale; α m and α m + 1 are learnable local coefficients used to modulate the contributions of adjacent paired timescale features; and β m is the learnable global coefficient for weighting the corresponding intermediate fusion results. This refined fusion strategy fully exploits the complementarity of multi-timescale features and provides reliable, comprehensive feature inputs for waypoint-level TC intensity prediction.

4.4. Denoising Network and Model Training Procedure

After obtaining the multimodal fusion results, this study uses the denoising network z θ to predict the noise to be removed at each step, thereby obtaining waypoint-level TC intensity predictions. Due to the high real-time requirements of TC forecasting tasks, we adopt a fully connected network (FCN) as the denoising backbone to simplify network structure and reduce computational overhead. At denoising step k, the inputs of the denoising network include the noisy sample Y k t + n , denoising step k, and the multimodal condition F M C . We first apply a linear transformation to each input and concatenate these transformed inputs to generate an intermediate representation. Then, we feed this representation into the FCN to output the predicted noise z ~ k . At this stage, the reverse denoising process is completed. Subsequently, we train the model using Equation (8). The overall training procedure is summarized in Algorithm 1.
Algorithm 1: The Training Procedure of MADiff
  Input: total diffusion step K, total epoch number E, TC intensity dataset D S I , multimodal dataset D M C , model parameters θ
  Output: The trained MADiff model
  1 for e = 1, …, E do
  2   Y 0 t + n   Sample D S I ;
  3   X N ,   S N ,   X I ,   S I ,   X T ,   S T ExtractMultimodalCondition D M C ;
  4   F M C Fusion X N ,   S N ,   X I ,   S I ,   X T ,   S T ;
  5   k ~ Uniform 1 ,   2 ,   3 ,   . . . ,   K ;
  6   z k ~ N 0 , I ;
  7   Y k t + n = α ¯ k Y 0 t + n + 1 α ¯ k z k ;
  8   L t o t a l = L d i f f + λ L p h y ;
  9  Take gradient descent step on L t o t a l ;
10 end
11 return θ

4.5. MADiff-Based Waypoint-Level TC Intensity Prediction Procedure

After model training is completed, we can generate waypoint-level TC intensity predictions using Equation (3). Specifically, we first randomly sample Y K t + n ~ N 0 , I from a standard Gaussian distribution with the same size as the target output. Then, via K-step reverse denoising, we obtain the corresponding waypoint-level TC intensity prediction Y 0 t + n . To improve prediction stability and reliability, we repeat the generation process G times and compute the average as the final output. The prediction procedure of the proposed MADiff is summarized in Algorithm 2.
Algorithm 2: The Prediction Procedure of MADiff
  Input: total diffusion step K, total generation number G, multimodal dataset D M C , well-trained model θ
  Output: Waypoint-level TC intensity predictions Y t + n
  1  X N ,   S N ,   X I ,   S I ,   X T ,   S T ExtractMultimodalCondition D M C ;
  2  F M C Fusion X N ,   S N ,   X I ,   S I ,   X T ,   S T ;
  3 for g = 1 ,   ,   G do
  4    Y K , g t + n ~ N 0 ,   I ;
  5   for k = K ,   ,   1 do
  6    z k ~ N 0 , I   i f   k > 1 , else z k = 0 ;
  7    Y k 1 , g t + n 1 α k Y k , g t + n β k 1 α ¯ k z θ Y k , g t + n ,   k ,   F M C + σ k z k ;
  8   end
  9 end
10 return Y t + n 1 G g = 1 G Y 0 , g t + n

5. Experiment

5.1. Experimental Setup

5.1.1. Datasets

Maritime waypoints, TC records and multimodal data. To verify the applicability and effectiveness of the proposed MADiff in maritime transportation scenarios, this study selects 48 representative waypoints in the Western North Pacific, including 12 coastal waypoints (CWs) and 36 open-sea waypoints (OWs). The CWs are distributed across major ports and nearshore shipping lanes, while the OWs are distributed along key maritime routes. Detailed geographical coordinates of all selected waypoints are listed in Table 2. In addition, the spatial distribution of these waypoints is illustrated in Figure 5 to demonstrate their overall layout.
Subsequently, we collect 219 historical TC records across the Western North Pacific for the period from 1 January 2015 to 31 December 2022. These records are obtained from the CMA Best Track Dataset (CMA_BT) [35,36]. Meanwhile, we obtain multimodal data for the 48 selected waypoints covering the same period. Detailed information on the multimodal data is presented in Section 3.1. In situ wind observations over open-ocean waypoints are highly sparse, and satellite wind retrievals only yield intermittent spatiotemporal snapshots that cannot support continuous sequential forecasting. Accordingly, hourly sustained wind speeds extracted from the ERA5 reanalysis dataset are adopted as the reference labels for waypoint-level TC intensity prediction.
Dataset construction. To fully verify the generalization capability of the proposed MADiff, we construct four datasets corresponding to coastal and open-sea regions. These datasets are denoted as Coastal-S, Open-S, Coastal-US, and Open-US, where S denotes seen waypoints used in training, while US denotes unseen waypoints never observed during training. Specifically, Coastal-S and Open-S are used to evaluate the performance of our MADiff on seen waypoints, while Coastal-US and Open-US are employed to test the generalization ability on unseen waypoints in the two regions. For training and validation, all datasets use the same waypoints (CW1-8 and OW1-24). The test set is designed to evaluate generalization across different regions and unseen waypoints. In each dataset, we employ a sliding window strategy to construct samples, where 24 h of historical multimodal data are used to predict the waypoint-level TC intensity for the next 12 h, with a sliding step of 6 h. The details of the time spans, TC counts, sample counts, and waypoints for the training, validation, and test sets across each of the four datasets are presented in Table 3.

5.1.2. Implementation Details

For data preprocessing, min-max normalization is applied to all numerical meteorological features to scale values into the range [0, 1]. All normalization parameters are calculated solely based on the training set, and the same parameters are applied to the validation and test sets to avoid data leakage. Infrared satellite images and text features are preprocessed by their respective pre-trained encoders (MobileNetV2 for imagery and TinyBERT for text) without additional normalization.
The Adam optimizer with β1 = 0.9 and β2 = 0.999 is employed for model training. The model is trained for a maximum of 100 epochs, and an early stopping strategy is adopted to terminate training when the validation loss exhibits no significant improvement for 10 consecutive epochs. The initial learning rate is set to 1 × 10−4, and the learning rate is decayed by a factor of 0.1 every 10 epochs. A training batch size of 16 is adopted, and L2 regularization with a coefficient of 0.0001 is applied to all trainable parameters to alleviate overfitting. No dropout layer is adopted in the model, and overfitting is jointly constrained by L2 regularization and early stopping strategy.
In terms of network dimensions, the timestamp embedding dimension is set to 32 for encoding the periodic temporal information of multimodal data, and the diffusion timestep embedding dimension is set to 32. All other hidden layers across the entire model adopt a unified hidden dimension of 64, including the modality projection layers, the TDConv module, the DisCF module, and the fully connected layers of the denoising network.
The TDConv module adopts the triple-scale kernel combination (6, 12, 18) for temporal feature extraction. The DisCF module has an entropy balance coefficient of 0.5. The noise filtering threshold of the DisCF module is configured as 0.08 to filter noisy features, and the minimum and base values for the dynamic TopK/BottomK selection mechanism are set to 2 and 3, respectively.
For the diffusion model configuration, the total diffusion step is set to 200 to control the denoising level. We adopt a standard linear noise schedule, where the noise variance β increases linearly from 10−4 at the first step to 0.02 at the last step. During inference, the number of generation rounds is fixed at 8 for output stability.
All experiments are implemented with the PyTorch 2.9 framework and run on an NVIDIA GeForce RTX 3080 GPU. We utilize different random seeds (0, 1, 2, 3, 4) to conduct the experiments five times and report the mean and standard deviation.

5.1.3. Evaluation Metrics

Mean Absolute Error (MAE), Root Mean Square Error (RMSE), and Continuous Ranked Probability Score (CRPS) are employed as the evaluation metrics to assess the predictive performance of the proposed MADiff. MAE and RMSE quantify the average absolute deviation between the predicted values and the ground truth, while CRPS evaluates the consistency between the estimated probabilistic distribution and the observed ground-truth values.
M A E = 1 B b = 1 B | y ^ b y b |
R M S E = 1 B b = 1 B y ^ b y b 2
C R P S = 1 B b = 1 B 1 G g = 1 G | x b , g y b | 1 2 G 2 g = 1 G m = 1 G | x b , g x b , m |
Here, B denotes the total number of test samples, G is the generation number, y ^ b is the predicted value, y b is the corresponding ground truth, and x b , g denotes the g-th sample drawn from the predictive distribution for the b-th test sample.

5.2. Comparison with the State-of-the-Art Baselines

To validate the effectiveness of the proposed MADiff, we compare it with 10 representative baselines, which are divided into three groups according to their inputs.
Unimodal baselines: ConvLSTM [41] uses satellite imagery as input. GRU [9], Informer [10], ARIMA [42], and TimeGrad [43] adopt only numerical data as inputs.
Dual-modal baselines: TCIP-Net [17], MSCAR [18], TC-Diffuser [44], TCIF-fusion [45], and TC-Clouds-DP [46] are multimodal approaches that take both satellite imagery and numerical data as inputs. To ensure a fair comparison under identical input and preprocessing settings, we design a dual-modal variant termed MADiff-NS, which uses exactly the same two modalities and data processing pipelines as these baselines.
All-modal MADiff: The MADiff further incorporates TC-related text data on the basis of dual-modal inputs. The comparison between MADiff and MADiff-NS quantifies the performance gain brought by the introduction of the additional text modality.
For probabilistic forecasting methods, including TimeGrad, TC-Diffuser, MADiff-NS, and MADiff, we generate 100 prediction samples to characterize the predictive probability distribution. We evaluate these distributions using the CRPS metric for quantitative evaluation, and take the sample mean as the deterministic prediction.
Table 4 summarizes the experimental results in terms of MAE and RMSE, and Figure 6 reports the CRPS scores. Experimental results demonstrate that MADiff outperforms all baselines across all datasets. Notably, under the same dual-modal input setting, MADiff-NS consistently outperforms all existing dual-modal baselines on all four datasets. This result fully demonstrates that our proposed architectural innovations (TDConv for multi-timescale feature alignment, DisCF for discriminative cross-modal fusion, and physics-constrained diffusion modeling) can effectively exploit multimodal information and bring significant performance improvements that are independent of data volume. After further introducing the TC-related text modality, the full MADiff model achieves substantial further performance improvement on the basis of MADiff-NS. For example, on the Coastal-S dataset, MAE decreases from 2.32 kt to 2.07 kt, which verifies that the text modality containing TC global state and relative position information has strong complementary value, and our DisCF module can effectively integrate cross-modal information to tap the potential of multi-modal data.

5.3. Performance Across Diverse Scenarios

To validate the performance of the proposed MADiff over different forecast lengths, this experiment sets multiple prediction intervals to meet maritime transportation requirements for short-term to long-term TC intensity forecasts. The experimental results are presented in Table 5. For short-term forecasting tasks (e.g., 3 h, 6 h), both MAE and RMSE remain consistently low. These findings confirm that the proposed MADiff can effectively capture dynamic short-term trends in TC-related marine conditions. As forecast lengths extend (e.g., 12 h and beyond), both metrics exhibit a gradual upward trend. This is because waypoint-level TC evolution is governed by complex nonlinear factors such as atmospheric circulation and ocean currents. Longer prediction lengths amplify the cumulative effects of environmental uncertainties, increasing forecasting difficulty. Nevertheless, the MAE and RMSE of the proposed MADiff remain below 3 kt and 3.5 kt, respectively, which validates its high prediction accuracy and stability.
To further verify the model performance, we conduct stratified error analysis from three dimensions including TC intensity, cyclone evolution phase, and waypoint distance from the cyclone center. First, to evaluate model performance across different TC intensity levels, we classify all test samples into three intensity tiers based on the maximum sustained wind speed of the TC center ( V m a x ), following the official TC classification standard of the China Meteorological Administration: weak level ( V m a x < 48 kt), medium level (48 kt ≤ V m a x ≤ 80 kt), and strong level ( V m a x ≥ 81 kt). Furthermore, to evaluate model performance under different cyclone evolution phases, we classify all test samples into three evolution phases based on the 24 h change in maximum sustained wind speed ( V m a x ), per standard international definitions for tropical cyclone intensity change: rapid intensification ( V m a x ≥ 30 kt), rapid weakening ( V m a x ≤ −30 kt), and steady variation (all remaining cases). Finally, to evaluate model performance at different positions relative to the cyclone core, we classify all test samples into three groups according to the great-circle distance between the waypoint and the TC center ( D w t ). Considering the average scale of TCs in the Western North Pacific, the three groups include short distance ( D w t < 150 km), medium distance (150 km ≤ D m a x < 350 km), and long distance ( D w t ≥ 350 km).
The experimental results are presented in Table 6. Prediction errors rise consistently with stronger TC center intensity, during rapid intensification phases, and for waypoints closer to the TC center. Specifically, stronger TC intensity is associated with more dramatic wind field structure changes, which increase fluctuations and nonlinearity in local waypoint wind speeds and raise forecasting difficulty. During rapid intensification, the TC undergoes rapid internal dynamic restructuring, and local wind speeds at waypoints show sharp non-stationary variations. Greater cross-modal heterogeneity and uncertainty in multimodal observations further complicate temporal modeling and cross-modal fusion. In terms of distance from the TC center, waypoints near the core eyewall region have steeper wind speed gradients and more complex turbulent flow structures, which naturally lead to higher forecasting difficulty. Overall, MADiff maintains consistent performance advantages across all high-risk scenarios, including strong intensity levels, rapid intensification phases and near-core regions. This robust forecasting capability provides reliable support for fine-grained maritime navigation safety assessment and route planning.

5.4. Ablation Study

5.4.1. Ablation Study of Multimodal Input Combinations

To systematically evaluate the effectiveness of different multimodal input combinations for the proposed MADiff, we conduct comprehensive ablation studies with single-modal, dual-modal, and all-modal input configurations including numerical meteorological data, infrared satellite imagery, and TC-related texts. Specifically, single-modal setups use only one of these modalities, dual-modal setups fuse any two of them, and the all-modal setup simultaneously integrates all three modalities. Table 7 presents the experimental results, which demonstrate that the all-modal scheme significantly outperforms both single-modal and dual-modal schemes.
Notably, single-modal setups exhibit subpar performance due to insufficient input information, whereas dual-modal setups are constrained by insufficient complementarity among the selected modalities. For instance, combining numerical meteorological data with TC-related texts can lead to the loss of critical spatial morphological features. In contrast, the all-modal framework integrates the quantitative precision of numerical data, spatial morphological details from satellite imagery, and semantic context from TC texts, thereby enabling a more comprehensive characterization of the dynamic evolution patterns of TCs. This synergistic integration improves the robustness of MADiff to environmental disturbances, thereby achieving more reliable predictive performance.

5.4.2. Ablation Study of Key Components

This section validates the effectiveness of each key component in MADiff for waypoint-level TC intensity prediction through ablation experiments. Specifically, we compare the full MADiff with the following four variants:
  • w/o TDConv: Remove the TDConv module and replace it with standard 1D convolution.
  • w/o DisCF: Remove the DisCF module and replace it with standard cross-attention fusion.
  • w/o Diff: Remove the diffusion model and replace it with a multi-layer perceptron (MLP).
  • w/o PhyLoss: Remove the physics-informed loss from the overall training objective.
The experimental results are shown in Table 8. As observed across all datasets, all variants exhibit significant performance degradation compared with the complete MADiff model. This consistent phenomenon fully demonstrates the effectiveness of each proposed core module. For the w/o TDConv variant, removing TDConv fails to capture multi-timescale temporal dependencies and cannot adapt to multimodal inputs with distinct sampling intervals. The w/o DisCF variant lacks the ability to measure cross-modal heterogeneity, thereby being unable to filter redundant interference and extract useful modal features. Without the diffusion module, the w/o Diff variant loses strong probabilistic modeling capacity, and thus cannot characterize the inherent uncertainty of complex marine environments. The w/o PhyLoss variant exhibits noticeable performance degradation, especially on long-horizon forecasts and rapid intensification samples. This indicates that the physics-informed regularization term can effectively constrain unreasonable intensity mutations, thus improving the robustness of predictions. In summary, TDConv, DisCF, conditional diffusion and physics-informed loss make distinct contributions. The combination and synergy of these four core designs enable MADiff to achieve accurate and stable waypoint-level TC intensity prediction.

5.5. Hyperparameter Analysis

In this section, we analyze six key hyperparameters based on the Coastal-S dataset as a representative experimental scenario. All hyperparameter selections are determined solely on the validation set, and the test set is never accessed during model tuning to avoid data leakage. We apply the identical set of hyperparameters to all four datasets without any dataset-specific optimization. The experimental results are shown in Figure 7.
The diffusion step controls the denoising level during model inference. Both excessively large and small values degrade prediction performance. According to the results in Figure 7, we set the diffusion step to 200. The number of generation rounds governs the stability of model outputs. More rounds can reduce random fluctuations but increase computational overhead. As observed in Figure 7, we set this number to 8.
The TDConv kernel combination determines the capability of temporal feature extraction. Improper kernel scales fail to capture effective temporal patterns or introduce excessive noise interference. As shown in Figure 7, we employ the triple-scale combination (6, 12, 18).
The DisCF entropy threshold regulates the filtering of weak and noisy features. Inappropriate threshold values prevent the model from effectively retaining discriminative information. From the results in Figure 7, we set the DisCF entropy threshold to 0.08. The minimum value for TopK/BottomK defines the lower bound of retained features. A small value leads to insufficient feature preservation, while a large value introduces feature redundancy. Guided by Figure 7, we set this value to 2. The base value for TopK/BottomK adjusts the adaptive range of feature retention. An inappropriate value degrades the performance of adaptive feature selection. Based on Figure 7, we set this value to 3.
The coordinated configuration of these hyperparameters achieves a favorable balance among prediction accuracy, model stability, and computational efficiency.

5.6. Generalization Performance for Unseen Ocean Basins

To evaluate the generalization ability of the proposed MADiff toward unseen ocean basins, we conduct cross-basin generalization experiments on the Atlantic and Indian Oceans. For each basin, we select 4 coastal and 12 open-sea waypoints as independent test sites, with their spatial distribution visualized in Figure 8. The model is trained exclusively on data from the Western North Pacific Ocean, without incorporating any samples from the Atlantic or Indian Oceans during training. The experimental results are presented in Table 9. Across both ocean basins, prediction performance is comparable for coastal and open-sea waypoints. Although the model performs marginally better in the Atlantic Ocean than in the Indian Ocean, this performance gap is particularly evident for 24 h forecasts. Nevertheless, it maintains reliable predictive accuracy in both basins. These cross-basin results confirm that MADiff exhibits strong generalization capability toward unseen ocean basins, verifying its promising applicability for practical deployment.

5.7. Calibration and Reliability Analysis

Different from CRPS-based quantitative comparison, this section emphasizes the uncertainty calibration and prediction reliability of the proposed MADiff to verify its practical performance for TC intensity forecasting. We systematically evaluate the model from multiple perspectives, including the 95% prediction interval, interval coverage rate, expected calibration error (ECE), and reliability diagram. All results are reported as the average across all four datasets. MADiff produces a physically reasonable 95% prediction interval ranging from 7.7313 kt to 22.8875 kt. The corresponding interval coverage reaches 94.12%, which is very close to the nominal 95% confidence level and reflects good overall calibration performance. This slight undercoverage falls within an acceptable range for maritime safety forecasting, ensuring stable uncertainty quantification. Meanwhile, the low ECE value of 0.0215 further confirms the superior calibration accuracy of MADiff, with only a minor mismatch between predicted confidence and observed probability. The reliability diagram is illustrated in Figure 9, where the dashed diagonal line denotes the ideal perfect calibration state. The calibration curve of MADiff closely aligns with the diagonal, which is consistent with the low ECE and the near-nominal coverage rate of the 95% prediction interval. Collectively, these quantitative results demonstrate that MADiff achieves accurate, stable and reliable uncertainty estimation, supporting trustworthy waypoint-level TC intensity prediction for real-world marine application scenarios.

5.8. Time Complexity

We further analyze the time complexity of the core MADiff framework, excluding frozen pre-trained image and text encoders (treated as fixed overhead). In the multimodal preprocessing stage, for a mini-batch containing B samples, the complexity is dominated by the linear projection of numerical meteorological data, denoted as O B L d . In the multimodal multi-timescale feature extraction and cross-fusion stage, the TDConv extracts multi-timescale unimodal features, while the DisCF module performs discriminative cross-modal fusion at each timescale. For a single timescale, TDConv yields a complexity of O B L d , and DisCF achieves a complexity of O B L d 2 . Accordingly, the total complexity for M timescales is O B L d + B L M d 2 . The final multi-timescale feature fusion only involves linear weighting, with negligible complexity O B M d . Thus, the overall complexity of this feature fusion stage is O B L M d 2 . In the conditional diffusion denoising stage, the diffusion model performs K-step reverse denoising and averages G independent generation results to obtain stable waypoint-level TC intensity predictions. The time complexity of this stage is O B G K d 2 . Overall, the time complexity of MADiff is O B L d + B L M d 2 + B G K d 2 O B L M d 2 + B G K d 2 O B L d 2 + B K d 2 .
Additionally, MADiff contains approximately 0.40 M trainable parameters (Table 7 and Table 8), making it a lightweight architecture. Although the K-step denoising process introduces some latency overhead, the single-sample inference latency is approximately 0.003435 s. These findings indicate that our model holds potential for deployment on resource-constrained maritime onboard devices, such as Jetson Orin NX, Jetson AGX Orin, and Jetson AGX Xavier.

5.9. Visualization Analysis

In this section, we present visual analysis of prediction results. As shown in Figure 10, four cases are selected via stratified random sampling stratified by year: two samples are randomly drawn from the 2021 test set and two from the 2022 test set, all with a uniform forecast lead time of 21 h. In this figure, solid blue curves correspond to ground-truth intensity values over the forecast horizon, and dashed red curves denote predictions generated by MADiff. The forecast initialization time is labeled above each subplot. Across all four cases, predicted intensity trajectories closely match the ground truth in terms of overall trend. Non-negligible deviations appear, however, at intensity inflection points and during episodes of rapid intensity fluctuation. This limitation is primarily attributable to the limited temporal resolution of multimodal meteorological inputs, which cannot fully resolve the fine-scale dynamical processes governing rapid TC intensity changes.

6. Conclusions

In this paper, we propose a multimodal-augmented conditional diffusion model (MADiff), the first dedicated framework for waypoint-level TC intensity prediction. By taking multimodal data, including numerical meteorological data, infrared satellite imagery, and TC-related texts, as conditional guidance, MADiff comprehensively characterizes the intensity evolution patterns of TCs at maritime waypoints. The TDConv module captures unified multi-timescale features from multimodal data with inconsistent sampling intervals, eliminating the need for rigid temporal alignment. The DisCF module quantifies cross-modal heterogeneity via information entropy and performs discriminative feature screening, balancing complementary information integration and noise suppression. The Physics-informed regularization term regularizes the diffusion process, further boosting the accuracy of waypoint-level intensity predictions. Across all four Western North Pacific datasets, MADiff achieves average MAE and RMSE values of 2.08 kt and 2.37 kt, outperforming the state-of-the-art baseline by reducing the average MAE by 16.3% and the average RMSE by 10.6%. With approximately 0.40 M trainable parameters and low inference latency, MADiff exhibits promising deployment potential on resource-constrained maritime devices.
Nevertheless, this study still has several limitations. First, the numerical meteorological features and intensity labels used are derived from the ERA5 reanalysis dataset rather than direct in situ observations. Reanalysis data contain inherent systematic uncertainties from numerical assimilation processes, which may affect the absolute accuracy of model training and evaluation. Second, in situ wind observations over open-ocean regions are extremely sparse. The model performance on open-sea waypoints is only verified with reanalysis data, lacking validation from real shipborne or buoy measurements. Third, the model is trained on historical archived datasets with complete quality control. In practical operational scenarios, real-time input data may have latency, missing values and quality fluctuations, leading to potential domain shifts that could degrade prediction performance.
To address these limitations, our future work will focus on four aspects. First, we will collect more buoy and shipborne in situ observation data to construct multi-source benchmark datasets, reduce reliance on reanalysis products, and complete independent performance validation for open-ocean waypoints. Moreover, we will conduct domain adaptation and robustness research for real-time operational data and design targeted adaptation strategies for data latency, missing values and quality fluctuations to narrow the performance gap between historical training and operational deployment. In addition, we will further investigate the key dynamical characteristics across the TC lifecycle and integrate more refined atmospheric dynamic principles as regularization constraints to improve the accuracy and reliability of waypoint-level TC intensity prediction for practical maritime applications. Beyond these methodological improvements, we will also attempt to deploy our method on resource-limited maritime devices to further validate its practical effectiveness.
For practical maritime applications, the model supports two primary use cases. First, for vessel operators and maritime management authorities, MADiff can be embedded within navigation decision support systems, providing quantitative inputs for route risk assessment and voyage planning adjustments. Second, for meteorological technology developers, the modular architecture of MADiff enables flexible reuse and extension. Core components, including TDConv and DisCF, can be directly adapted for other marine meteorological forecasting tasks, and the full framework can be scaled to batch forecasting for large networks of maritime waypoints. For detailed deployment guidance and customized implementation solutions, interested readers may contact the corresponding author.

Author Contributions

Y.Z.: Methodology, Validation, Data curation, Formal analysis, Writing—Original draft. G.Z.: Funding acquisition, Supervision, Writing—Review and editing. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the National Natural Science Foundation of China under Grant 62072337; in part by the National Key Research and Development Program of China under Grant 2019YFB1704100; and in part by the Subproject of National Seafloor Observatory System of China under Grant 2970000001/001/016.

Data Availability Statement

All data in this study are publicly available. Numerical meteorological data are available through the ERA5 dataset at https://www.ecmwf.int/en/forecasts/datasets (accessed on 1 November 2024). Infrared satellite imagery is available through the GridSat-B1 dataset at https://www.ncei.noaa.gov/products/climate-data-records (accessed on 1 November 2024). TC-related textual data are available through the CMA Best Track Dataset at https://tcdata.typhoon.org.cn/zjljsjj.html (accessed on 1 November 2024).

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Martell-Dubois, R.; Silva-Casarín, R.; Mendoza-Baldwin, E.G.; Muñoz-Pérez, J.J.; Cerdeira-Estrada, S.; Escalante-Mancera, E.; Laiz, I. Spectral bimodality of waves produced by hurricanes in the Caribbean coastal zone off Mexico. Cienc. Mar. 2018, 44, 33–48. [Google Scholar] [CrossRef] [Scilit]
  2. Yang, B.; Deng, L.; Xu, N.; Lv, Y.; Cui, Y. Maximum Wave Height Prediction Based on Buoy Data: Application of LightGBM and TCN-BiGRU. J. Mar. Sci. Eng. 2025, 13, 2009. [Google Scholar] [CrossRef] [Scilit]
  3. Shi, H.; Song, D.; Yang, G.; Jiang, L.; Wang, X.; He, S. A Three-Stage Deep Learning Framework for Short-Term Tropical Cyclone Track Prediction. J. Mar. Sci. Eng. 2026, 14, 1159. [Google Scholar] [CrossRef] [Scilit]
  4. Xiao, Y.; Li, X.; Yao, W.; Chen, J.; Hu, Y. Bidirectional Data-driven Trajectory Prediction for Intelligent Maritime Traffic. IEEE Trans. Intell. Transp. Syst. 2023, 24, 1773–1785. [Google Scholar] [CrossRef] [Scilit]
  5. Wang, Y. How Do Outer Spiral Rainbands Affect Tropical Cyclone Structure and Intensity. J. Atmos. Sci. 2009, 66, 1250–1273. [Google Scholar] [CrossRef] [Scilit]
  6. Wang, H.; Xu, Q.; Yin, X.; Cheng, Y. Determination of Low-Intensity Tropical Cyclone Centers in Geostationary Satellite Images Using a Physics-Enhanced Deep-Learning Model. IEEE Trans. Geosci. Remote Sens. 2024, 62, 1–10. [Google Scholar] [CrossRef] [Scilit]
  7. Wang, F.; Zhang, G.; Yang, D.; Kuang, H. Single-Pass Tropical Cyclone Detector and Scene-Classified Wind Speed Retrieval Model for Spaceborne GNSS Reflectometry. IEEE Trans. Geosci. Remote Sens. 2023, 61, 1–16. [Google Scholar] [CrossRef] [Scilit]
  8. Pradhan, R.; Aygun, R.; Maskey, M.; Ramachandran, R.; Cecil, D.J. Tropical Cyclone Intensity Estimation Using a Deep Convolutional Neural Network. IEEE Trans. Image Process. 2018, 27, 692–702. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  9. Cho, K.; Merriënboer, B.; Gulcehre, C.; Bahdanau, D.; Bougares, F.; Schwenk, H.; Bengio, Y. Learning Phrase Representations Using RNN Encoder-Decoder for Statistical Machine Translation. In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP), Doha, Qatar, 25–29 October 2014; pp. 1724–1734. [Google Scholar]
  10. 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, Online, 2–9 February 2021. [Google Scholar]
  11. Neumann, C. An Alternate to the HURRAN (Hurricane Analog) Tropical Cyclone Forecast System; National Weather Service: Silver Spring, MD, USA, 1972; pp. 1–24.
  12. DeMaria, M.; Kaplan, J. A Statistical Hurricane Intensity Prediction Scheme (SHIPS) for the Atlantic Basin. Weather Forecast. 1994, 9, 209–220. [Google Scholar] [CrossRef] [Scilit]
  13. Chavas, D.; Knaff, J.; Klotzbach, P. A Simple Model for Predicting Tropical Cyclone Minimum Central Pressure from Intensity and Size. Weather Forecast. 2025, 40, 333–346. [Google Scholar] [CrossRef] [Scilit]
  14. Alijoyo, F.; Gongada, T.; Kaur, C.; Mageswari, N.; Sekhar, J.; Ramesh, J.V.N.; El-Ebiary, Y.A.; Ulmas, Z. Advanced Hybrid CNN-Bi-LSTM Model Augmented with GA and FFO for Enhanced Cyclone Intensity Forecasting. Alex. Eng. J. 2024, 92, 346–357. [Google Scholar] [CrossRef] [Scilit]
  15. Wang, C.; Xiu, Y.; Chen, Z. Cyclone Intensity Prediction via Multispectral Image Sharpening. IEEE Geosci. Remote Sens. Lett. 2024, 21, 1–5. [Google Scholar] [CrossRef] [Scilit]
  16. Wu, Y.; Geng, X.; Liu, Z.; Shi, Z. Tropical Cyclone Forecast Using Multitask Deep Learning Framework. IEEE Geosci. Remote Sens. Lett. 2022, 19, 1–5. [Google Scholar] [CrossRef] [Scilit]
  17. Tian, W.; Chen, Y.; Song, P.; Xu, H.; Wu, L.; Zhang, Y.; Xiang, C.; Hao, S. TCIP-Net: Quantifying Radial Structure Evolution for Tropical Cyclone Intensity Prediction. IEEE Trans. Geosci. Remote Sens. 2024, 62, 1–14. [Google Scholar] [CrossRef] [Scilit]
  18. Wang, X.; Chen, K.; Liu, L.; Han, T.; Li, B.; Bai, L. Global Tropical Cyclone Intensity Forecasting with Multi-Modal Multi-Scale Causal Autoregressive Model. In Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Hyderabad, India, 6–11 April 2025; pp. 1–5. [Google Scholar]
  19. Li, W.; Li, Y.; Yang, Y.; Song, D.; Wei, Z.; Liu, A.-A. Multimodal Adversarial Fusion for Typhoon Intensity Forecasting. IEEE Trans. Geosci. Remote Sens. 2024, 62, 1–12. [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 Proceedings of the Annual Conference on Neural Information Processing Systems, Online, 6–14 December 2021. [Google Scholar]
  21. Bastami, A.; Aasi, A.; Arghand, H. Estimation of Remaining Useful Life of Rolling Element Bearings Using Wavelet Packet Decomposition and Artificial Neural Network. Iran. J. Sci. Technol. Trans. Electr. Eng. 2019, 43, 233–245. [Google Scholar] [CrossRef] [Scilit]
  22. Ho, J.; Jain, A.; Abbeel, P. Denoising Diffusion Probabilistic Models. In Proceedings of the Conference on Neural Information Processing Systems, Online, 6–12 December 2020; pp. 6840–6851. [Google Scholar]
  23. Qu, L.; Wang, W.; Li, Y.; Zhang, H.; Nie, L.; Chua, T.-S. Discriminative Probing and Tuning For Text-to-Image Generation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 16–22 June 2024; pp. 7434–7444. [Google Scholar]
  24. Rombach, R.; Blattmann, A.; Lorenz, D.; Esser, P.; Ommer, B. High-Resolution Image Synthesis with Latent Diffusion Models. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 18–24 June 2022; pp. 10684–10695. [Google Scholar]
  25. Ho, J.; Salimans, T.; Gritsenko, A.; Chan, W.; Norouzi, M.; Fleet, D.J. Video Diffusion Models. In Proceedings of the Conference on Neural Information Processing Systems, New Orleans, LA, USA, 28 November–9 December 2022; pp. 1–14. [Google Scholar]
  26. Zhu, Y.; Li, Z.; Wang, T.; He, M.; Yao, C. Conditional Text Image Generation with Diffusion Models. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023; pp. 14235–14253. [Google Scholar]
  27. Höllein, L.; Božič, A.; Müller, N.; Novotny, D.; Tseng, H.-Y.; Richardt, C.; Zollhöfer, M.; Nießner, M. ViewDiff: 3D-consistent Image Generation with Text-to-Image Models. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 16–22 June 2024; pp. 5043–5052. [Google Scholar]
  28. Hao, F.; Wu, S.; Wei, J.; Zhang, H.; Chua, T.-S. Dysen-VDM: Empowering Dynamics-Aware Text-to-Video Diffusion with LLMs. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 16–22 June 2024; pp. 7641–7653. [Google Scholar]
  29. Liu, M.; Huang, H.; Feng, H.; Sun, L.; Du, B.; Fu, Y. PriSTI: A Conditional Diffusion Framework for Spatiotemporal Imputation. In Proceedings of the IEEE 39th International Conference on Data Engineering, Anaheim, CA, USA, 3–7 April 2023; pp. 1927–1939. [Google Scholar]
  30. Tashiro, Y.; Song, J.; Song, Y.; Ermon, S. CSDI: Conditional Score-Based Diffusion Models for Probabilistic Time Series Imputation. In Proceedings of the Conference on Neural Information Processing Systems, Online, 6–14 December 2021; pp. 24804–24816. [Google Scholar]
  31. Shen, L.; Chen, W.; Kwok, J. Multi-Resolution Diffusion Models for Time Series Forecasting. In Proceedings of the International Conference on Learning Representations (ICLR), Vienna, Austria, 7–11 May 2024. [Google Scholar]
  32. Shen, C.; Yu, W.; Zhao, Z.; Song, D.; Cheng, W.; Chen, H.; Ni, J. Multi-modal View Enhanced Large Vision Models for Long-Term Time Series Forecasting. In Proceedings of the Conference on Neural Information Processing Systems, San Diego, CA, USA, 2–7 December 2025. [Google Scholar]
  33. Hersbach, H.; Bell, B.; Berrisford, P.; Biavati, G.; Horányi, A.; Muñoz Sabater, J.; Nicolas, J.; Peubey, C.; Radu, R.; Rozum, I.; et al. ERA5 Hourly Data on Single Levels From 1940 to Present. In Copernicus Climate Change Service (C3S) Climate Data Store (CDS); Copernicus Climate Change Service (C3S): Bonn, Germany, 2018. [Google Scholar] [CrossRef]
  34. Knapp, K.; Ansari, S.; Bain, C.; Bourassa, M.A.; Dickinson, M.J.; Funk, C.; Helms, C.N.; Hennon, C.C.; Holmes, C.D.; Huffman, G.J.; et al. Globally Gridded Satellite (Gridsat) Observations for Climate Studies. Bull. Am. Meteorol. Soc. 2011, 92, 893–907. [Google Scholar] [CrossRef] [Scilit]
  35. Ying, M.; Zhang, W.; Yu, H.; Lu, X.; Feng, J.; Fan, Y.; Zhu, Y.; Chen, D. An Overview of the China Meteorological Administration Tropical Cyclone Database. J. Atmos. Ocean. Technol. 2014, 31, 287–301. [Google Scholar] [CrossRef] [Scilit]
  36. Lu, X.; Yu, H.; Ying, M.; Zhao, B.; Zhang, S.; Lin, L.; Bai, L.; Wan, R. Western North Pacific Tropical Cyclone Database Created by the China Meteorological Administration. Adv. Atmos. Sci. 2021, 38, 690–699. [Google Scholar] [CrossRef] [Scilit]
  37. Jelesnianski, C. A Numerical Calculation of Storm Tides Induced by A Tropical Storm Impinging on A Continental Shelf. Mon. Weather Rev. 1965, 93, 343–358. [Google Scholar] [CrossRef] [Scilit]
  38. Jelesnianski, C.; Chen, J.; Wilson, A. Sea, Lake, and Overland Surges from Hurricanes (SLOSH): Technical Report; National Oceanic and Atmospheric Administration (NOAA): Washington, DC, USA, 1992.
  39. Sandler, M.; Howard, A.; Zhu, M.; Zhmoginov, A.; Chen, L. MobileNetV2: Inverted Residuals and Linear Bottlenecks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Salt Lake City, UT, USA, 18–23 June 2018; pp. 4510–4520. [Google Scholar]
  40. Jiao, X.; Yin, Y.; Shang, L.; Jiang, X.; Chen, X.; Li, L.; Wang, F.; Liu, Q. TinyBERT: Distilling BERT for Natural Language Understanding. In Proceedings of the International Conference on Learning Representations (ICLR), Online, 3–7 May 2021. [Google Scholar]
  41. Shi, X.; Chen, Z.; Wang, H. Convolutional LSTM Network: A Machine Learning Approach for Precipitation Nowcasting. In Proceedings of the Annual Conference on Neural Information Processing Systems, Montreal, QC, Canada, 7–12 December 2015. [Google Scholar]
  42. Hill, D.; McMillan, D.; Bell, K.; Infield, D. Application of Auto-Regressive Models to U.K. Wind Speed Data for Power System Impact Studies. IEEE Trans. Sustain. Energy 2012, 3, 134–141. [Google Scholar] [CrossRef] [Scilit]
  43. Rasul, K.; Seward, C.; Schuster, I.; Vollgraf, R. Autoregressive Denoising Diffusion Models for Multivariate Probabilistic Time Series Forecasting. In Proceedings of the International Conference on Learning Representations (ICLR), Online, 3–7 May 2021. [Google Scholar]
  44. Shen, L.; Kwok, J.; Zhang, S.; Bai, C. TC-Diffuser: Bi-Condition Multi-Modal Diffusion for Tropical Cyclone Forecasting. In Proceedings of the Thirty-Ninth AAAI Conference on Artificial Intelligence (AAAI), Philadelphia, PA, USA, 25 February–4 March 2025. [Google Scholar]
  45. Wang, C.; Li, X.; Zheng, G. Tropical Cyclone Intensity Forecasting Using Model Knowledge Guided Deep Learning Model. Environ. Res. Lett. 2024, 19, 024006. [Google Scholar] [CrossRef] [Scilit]
  46. Zhang, X.; Zhuo, J.; Bao, X.; Tan, Z.; Guo, S.; Zhu, K. Integrating Diurnal Pulsing Signatures for AI-Driven Tropical Cyclone Intensity Prediction. Geophys. Res. Lett. 2025, 53, e2025GL119496. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Schematic of center-level and waypoint-level TC intensity prediction. Center-level prediction focuses on the central intensity of the cyclone. Our waypoint-level prediction targets the local wind speed at specific maritime waypoints under TC influence.
Figure 1. Schematic of center-level and waypoint-level TC intensity prediction. Center-level prediction focuses on the central intensity of the cyclone. Our waypoint-level prediction targets the local wind speed at specific maritime waypoints under TC influence.
Jmse 14 01550 g001
Figure 2. The overall architecture of the proposed MADiff model. Historical multimodal meteorological data are first preprocessed using dedicated encoders and then fed into the TDConv module to extract unified multi-timescale features. The DisCF module then performs discriminative cross-modal fusion at the same timescale and across all timescales to generate comprehensive conditional representations. Finally, fused features are input into the physics-informed conditional diffusion model to produce waypoint-level TC intensity forecasts via reverse denoising.
Figure 2. The overall architecture of the proposed MADiff model. Historical multimodal meteorological data are first preprocessed using dedicated encoders and then fed into the TDConv module to extract unified multi-timescale features. The DisCF module then performs discriminative cross-modal fusion at the same timescale and across all timescales to generate comprehensive conditional representations. Finally, fused features are input into the physics-informed conditional diffusion model to produce waypoint-level TC intensity forecasts via reverse denoising.
Jmse 14 01550 g002
Figure 3. The schematic structure of the TDConv module. This module takes unimodal sequential features and corresponding timestamp embeddings as inputs. It generates dynamic convolution parameters via timescale-specific MLP from timestamp embeddings and performs convolution within fixed physical temporal windows. This design adapts to multimodal data with inconsistent sampling intervals and extracts unified multi-timescale features without rigid temporal alignment.
Figure 3. The schematic structure of the TDConv module. This module takes unimodal sequential features and corresponding timestamp embeddings as inputs. It generates dynamic convolution parameters via timescale-specific MLP from timestamp embeddings and performs convolution within fixed physical temporal windows. This design adapts to multimodal data with inconsistent sampling intervals and extracts unified multi-timescale features without rigid temporal alignment.
Jmse 14 01550 g003
Figure 4. The schematic structure of the DisCF module. This module consists of two symmetric interaction branches for bidirectional cross-modal information mining. It constructs a comprehensive score matrix by integrating feature similarity and information entropy and implements discriminative feature screening through TopK and BottomK operations to retain both high-correlation complementary features and low-correlation discriminative details. Outputs of the two branches are concatenated to generate the final fusion representation.
Figure 4. The schematic structure of the DisCF module. This module consists of two symmetric interaction branches for bidirectional cross-modal information mining. It constructs a comprehensive score matrix by integrating feature similarity and information entropy and implements discriminative feature screening through TopK and BottomK operations to retain both high-correlation complementary features and low-correlation discriminative details. Outputs of the two branches are concatenated to generate the final fusion representation.
Jmse 14 01550 g004
Figure 5. The spatial distribution of all waypoints.
Figure 5. The spatial distribution of all waypoints.
Jmse 14 01550 g005
Figure 6. CRPS compared with different baselines.
Figure 6. CRPS compared with different baselines.
Jmse 14 01550 g006
Figure 7. The sensitivity study of key parameters.
Figure 7. The sensitivity study of key parameters.
Jmse 14 01550 g007
Figure 8. The spatial distribution of waypoints in the Indian and Atlantic Oceans.
Figure 8. The spatial distribution of waypoints in the Indian and Atlantic Oceans.
Jmse 14 01550 g008
Figure 9. Reliability diagram of uncertainty calibration.
Figure 9. Reliability diagram of uncertainty calibration.
Jmse 14 01550 g009
Figure 10. Visualization of waypoint-level TC intensity prediction for randomly selected samples. Each subplot corresponds to one forecast sample with start time labeled above. The blue curve denotes ground-truth intensity, and the red dashed curve denotes predictions from MADiff.
Figure 10. Visualization of waypoint-level TC intensity prediction for randomly selected samples. Each subplot corresponds to one forecast sample with start time labeled above. The blue curve denotes ground-truth intensity, and the red dashed curve denotes predictions from MADiff.
Jmse 14 01550 g010
Table 1. Summary of frequently used notations.
Table 1. Summary of frequently used notations.
NotationDescription
X N , X I , X T The multimodal data, numerical meteorological data ( X N ), infrared satellite imagery ( X I ), TC-related texts ( X T )
X N t , X I t ,   X T t The multimodal data at time t
S N ,   S I , S T The timestamps of multimodal data
S N t ,   S I t ,   S T t The feature vectors of timestamps at time t
l N ,   l I ,   l T The number of records of multimodal data
Y t + n The TC intensity at time t + n
Y k t + n The output of the k-th diffusion step, Y 0 t + n = Y t + n
k ,   K The diffusion step and its maximum value
β k The variance of Gaussian noise during the k-th diffusion step
z k ,   z ~ k The Gaussian noise during the k-th diffusion step and its prediction
d The feature dimension
D t The distance between the waypoint and TC center at time t
Y ~ m a x t The maximum sustained wind speed of TC center at time t
D m a x t + n The radius of maximum sustained wind of TC at time t
Z N , Z I , Z T The preprocessing representations of multimodal data
Z N , m ,   Z I , m ,   Z T , m The multimodal features extracted at the m-th timescale
F m The multimodal fusion vector of the m-th timescale
F M C The final multimodal fusion result
g ,   G The number of generations and its maximum value
Table 2. Geographic coordinates of maritime waypoints.
Table 2. Geographic coordinates of maritime waypoints.
Coastal Waypoints (CWs)Open-Sea Waypoints (OWs)
IDCoordinates (°E, °N)IDCoordinates (°E, °N)IDCoordinates (°E, °N)IDCoordinates (°E, °N)
1111.25, 18.251136.50, 31.5013140.75, 29.5025145.75, 11.00
2116.25, 22.252129.25, 7.7514130.50, 15.7526147.75, 18.50
3121.00, 25.753133.50, 25.7515140.00, 15.5027150.50, 9.75
4123.00, 30.254157.25, 33.2516131.50, 6.2528133.75, 9.00
5122.50, 22.255145.25, 35.5017144.50, 22.5029157.00, 35.75
6122.00, 15.256152.25, 11.5018150.25, 13.5030152.75, 24.50
7126.00, 10.257155.75, 24.0019125.75, 22.2531141.25, 13.50
8139.75, 34.508152.25, 36.2520135.50, 20.5032156.00, 27.25
9132.25, 31.509129.00, 20.0021147.00, 31.7533133.50, 17.25
10110.00, 12.7510152.75, 35.2522145.25, 23.7534149.00, 36.50
11143.00, 39.2511136.75, 12.7523132.75, 11.5035155.50, 32.25
12135.50, 32.5012157.75, 16.2524147.00, 5.5036145.75, 8.00
Table 3. Dataset details.
Table 3. Dataset details.
SubsetCategoryCoastal-SOpen-SCoastal-USOpen-US
Training setTime span1 January 2015, to 31 December 2019
WaypointCW1-8, OW1-24
TC count138
TC identityTC1-TC138
Sample count54,400
Validation setTime span1 January 2020, to 31 December 2020
WaypointCW1-8, OW1-24
TC count26
TC identityTC139-TC164
Sample count11,680
Test setTime span1 January 2021, to 31 December 2022
WaypointCW1-8OW1-24CW9-12OW25-36
TC count55
TC identityTC165-TC219
Sample count2920876014604380
Table 4. Experimental results compared with different baselines.
Table 4. Experimental results compared with different baselines.
InputMethodCoastal-SOpen-SCoastal-USOpen-US
MAERMSEMAERMSEMAERMSEMAERMSE
UnimodalConvLSTM2.66 ± 0.192.88 ± 0.222.65 ± 0.182.86 ± 0.222.68 ± 0.212.93 ± 0.232.67 ± 0.202.91 ± 0.22
ARIMA3.51 ± 0.353.80 ± 0.413.50 ± 0.333.69 ± 0.383.65 ± 0.383.88 ± 0.423.64 ± 0.363.87 ± 0.41
GRU2.70 ± 0.173.04 ± 0.202.68 ± 0.152.89 ± 0.192.83 ± 0.193.11 ± 0.202.79 ± 0.173.05 ± 0.19
Informer2.44 ± 0.132.65 ± 0.152.41 ± 0.122.61 ± 0.152.53 ± 0.152.66 ± 0.162.50 ± 0.152.61 ± 0.17
TimeGrad2.52 ± 0.292.70 ± 0.312.50 ± 0.262.71 ± 0.292.60 ± 0.302.87 ± 0.332.55 ± 0.262.79 ± 0.31
Dual-modalMSCAR2.61 ± 0.162.79 ± 0.162.59 ± 0.152.77 ± 0.162.65 ± 0.182.89 ± 0.192.63 ± 0.172.86 ± 0.19
TCIP-Net2.56 ± 0.132.79 ± 0.152.53 ± 0.132.81 ± 0.152.62 ± 0.142.89 ± 0.152.60 ± 0.132.84 ± 0.13
TCIF-fusion2.51 ± 0.152.73 ± 0.182.47 ± 0.132.70 ± 0.172.59 ± 0.152.75 ± 0.192.53 ± 0.152.71 ± 0.17
TC-Diffuser2.49 ± 0.272.65 ± 0.302.45 ± 0.252.59 ± 0.292.53 ± 0.292.71 ± 0.312.50 ± 0.262.69 ± 0.27
TC-Clouds-DP2.45 ± 0.102.62 ± 0.122.41 ± 0.102.53 ± 0.112.50 ± 0.132.68 ± 0.152.47 ± 0.132.63 ± 0.15
MADiff-NS2.32 ± 0.082.50 ± 0.092.25 ± 0.072.41 ± 0.072.39 ± 0.092.61 ± 0.102.37 ± 0.092.56 ± 0.09
All-modalMADiff2.07 ± 0.07 *2.31 ± 0.06 *2.05 ± 0.06 *2.30 ± 0.06 *2.10 ± 0.07 *2.45 ± 0.07 *2.08 ± 0.07 *2.41 ± 0.07 *
* denotes statistical significance (p < 0.05) compared to the best baseline TC-Clouds-DP.
Table 5. Experimental results at different forecast lengths.
Table 5. Experimental results at different forecast lengths.
Forecast
Lengths
Coastal-SOpen-SCoastal-USOpen-US
MAERMSEMAERMSEMAERMSEMAERMSE
3 h1.67 ± 0.061.86 ± 0.061.66 ± 0.061.84 ± 0.071.71 ± 0.071.88 ± 0.091.70 ± 0.081.86 ± 0.08
6 h1.77 ± 0.061.97 ± 0.051.75 ± 0.061.93 ± 0.061.83 ± 0.092.10 ± 0.091.81 ± 0.082.06 ± 0.08
9 h1.90 ± 0.072.23 ± 0.061.95 ± 0.082.17 ± 0.072.09 ± 0.102.28 ± 0.112.07 ± 0.092.13 ± 0.10
12 h2.07 ± 0.072.31 ± 0.062.05 ± 0.062.30 ± 0.062.10 ± 0.072.45 ± 0.072.08 ± 0.072.41 ± 0.07
15 h2.26 ± 0.072.64 ± 0.082.19 ± 0.062.58 ± 0.062.28 ± 0.082.68 ± 0.082.24 ± 0.072.60 ± 0.06
18 h2.36 ± 0.072.81 ± 0.092.33 ± 0.072.75 ± 0.072.41 ± 0.102.83 ± 0.122.38 ± 0.092.80 ± 0.10
21 h2.70 ± 0.093.15 ± 0.102.66 ± 0.093.13 ± 0.102.84 ± 0.133.29 ± 0.142.77 ± 0.103.31 ± 0.13
24 h2.85 ± 0.113.29 ± 0.122.82 ± 0.103.22 ± 0.112.90 ± 0.153.38 ± 0.162.88 ± 0.123.32 ± 0.15
Table 6. Stratified error analysis under different TC scenarios.
Table 6. Stratified error analysis under different TC scenarios.
ScenariosCategoryCoastal-SOpen-SCoastal-USOpen-US
MAERMSEMAERMSEMAERMSEMAERMSE
TC central intensityWeak level1.74 ± 0.062.01 ± 0.051.68 ± 0.051.96 ± 0.051.82 ± 0.062.19 ± 0.061.77 ± 0.062.13 ± 0.06
Medium level2.02 ± 0.072.25 ± 0.062.00 ± 0.062.23 ± 0.062.05 ± 0.072.39 ± 0.072.03 ± 0.072.35 ± 0.07
Strong level2.51 ± 0.092.73 ± 0.072.40 ± 0.082.63 ± 0.072.56 ± 0.092.88 ± 0.082.49 ± 0.092.79 ± 0.08
TC evolution PhaseRapid Intensification2.55 ± 0.092.79 ± 0.082.46 ± 0.092.72 ± 0.082.64 ± 0.103.00 ± 0.092.56 ± 0.102.90 ± 0.09
Rapid Weakening2.23 ± 0.082.46 ± 0.072.18 ± 0.072.42 ± 0.072.28 ± 0.082.62 ± 0.072.24 ± 0.082.56 ± 0.07
Steady variation2.03 ± 0.072.27 ± 0.062.01 ± 0.062.25 ± 0.062.07 ± 0.072.42 ± 0.072.04 ± 0.072.37 ± 0.07
Distance from waypoint to TC centerShort distance2.56 ± 0.092.78 ± 0.072.44 ± 0.082.69 ± 0.072.60 ± 0.092.95 ± 0.082.52 ± 0.092.85 ± 0.08
Medium distance2.02 ± 0.072.24 ± 0.062.01 ± 0.062.22 ± 0.062.06 ± 0.072.39 ± 0.072.03 ± 0.072.34 ± 0.07
Long distance1.80 ± 0.062.04 ± 0.051.76 ± 0.052.01 ± 0.051.87 ± 0.062.21 ± 0.061.82 ± 0.062.15 ± 0.06
Table 7. Experimental results of different multimodal combinations.
Table 7. Experimental results of different multimodal combinations.
Numerical DataSatellite ImageryTC-Related TextsCoastal-SOpen-SCoastal-USOpen-USTrainable Parameters
(K)
Inference Time
(s)
MAERMSEMAERMSEMAERMSEMAERMSE
3.04 ± 0.103.13 ± 0.112.99 ± 0.103.06 ± 0.113.20 ± 0.133.40 ± 0.153.13 ± 0.113.39 ± 0.14147.970.003010
4.31 ± 0.154.69 ± 0.164.15 ± 0.134.39 ± 0.154.51 ± 0.244.83 ± 0.264.49 ± 0.204.63 ± 0.22165.260.003038
5.44 ± 0.215.61 ± 0.225.09 ± 0.185.32 ± 0.205.56 ± 0.255.70 ± 0.265.56 ± 0.245.69 ± 0.26173.450.003052
2.32 ± 0.082.50 ± 0.092.25 ± 0.072.41 ± 0.072.39 ± 0.092.61 ± 0.102.37 ± 0.092.56 ± 0.09269.930.003216
2.55 ± 0.092.71 ± 0.102.50 ± 0.082.86 ± 0.112.73 ± 0.113.16 ± 0.122.70 ± 0.103.12 ± 0.11278.120.003230
4.43 ± 0.134.53 ± 0.154.06 ± 0.114.32 ± 0.134.51 ± 0.144.70 ± 0.174.43 ± 0.144.63 ± 0.16294.410.003258
2.07 ± 0.072.31 ± 0.062.05 ± 0.062.30 ± 0.062.10 ± 0.072.45 ± 0.072.08 ± 0.072.41 ± 0.07399.080.003435
Table 8. Ablation results of key components in terms of MAE.
Table 8. Ablation results of key components in terms of MAE.
VariantsCoastal-SOpen-SCoastal-USOpen-USTrainable
Parameters (K)
Inference Time (s)
MADiff2.07 ± 0.072.05 ± 0.062.10 ± 0.072.08 ± 0.07399.080.003435
w/o TDConv3.30 ± 0.123.27 ± 0.133.46 ± 0.153.29 ± 0.16196.330.003167
w/o DisCF3.67 ± 0.173.53 ± 0.153.70 ± 0.203.68 ± 0.19390.970.003368
w/o Diff3.44 ± 0.153.31 ± 0.143.67 ± 0.173.50 ± 0.17396.970.000680
w/o PhyLoss2.29 ± 0.122.16 ± 0.112.41 ± 0.152.40 ± 0.13399.080.003435
Table 9. Generalization performance in the Indian and Atlantic Oceans.
Table 9. Generalization performance in the Indian and Atlantic Oceans.
RegionForecast LengthsCoastal WaypointsOpen-Sea Waypoints
MAERMSEMAERMSE
Atlantic Ocean12 h2.29 ± 0.102.61 ± 0.132.25 ± 0.092.59 ± 0.12
24 h3.10 ± 0.113.53 ± 0.133.07 ± 0.103.43 ± 0.12
Indian Ocean12 h2.24 ± 0.092.59 ± 0.112.31 ± 0.132.53 ± 0.13
24 h3.26 ± 0.133.77 ± 0.153.20 ± 0.133.61 ± 0.13
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

Zheng, Y.; Zeng, G. Multimodal-Augmented Conditional Diffusion Model for Maritime Waypoint-Level Tropical Cyclone Intensity Prediction. J. Mar. Sci. Eng. 2026, 14, 1550. https://doi.org/10.3390/jmse14161550

AMA Style

Zheng Y, Zeng G. Multimodal-Augmented Conditional Diffusion Model for Maritime Waypoint-Level Tropical Cyclone Intensity Prediction. Journal of Marine Science and Engineering. 2026; 14(16):1550. https://doi.org/10.3390/jmse14161550

Chicago/Turabian Style

Zheng, Yongfei, and Guosun Zeng. 2026. "Multimodal-Augmented Conditional Diffusion Model for Maritime Waypoint-Level Tropical Cyclone Intensity Prediction" Journal of Marine Science and Engineering 14, no. 16: 1550. https://doi.org/10.3390/jmse14161550

APA Style

Zheng, Y., & Zeng, G. (2026). Multimodal-Augmented Conditional Diffusion Model for Maritime Waypoint-Level Tropical Cyclone Intensity Prediction. Journal of Marine Science and Engineering, 14(16), 1550. https://doi.org/10.3390/jmse14161550

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