Cyclone Intensity Detection
Cyclone Intensity Detection
I. INTRODUCTION
Cyclones are among the most destructive natural disasters,
causing extensive damage to infrastructure, ecosystems, and
human life. Accurate prediction of cyclone intensity is crucial
for timely disaster preparedness and response, minimizing
eco- nomic losses, and enhancing public safety. Traditional
methods of cyclone forecasting primarily rely on numerical
weather prediction models, which, while effective, often
require signif- icant computational resources and expert
knowledge. In recent years, the advent of machine learning
(ML) has transformed various fields by enabling data-driven
approaches that enhance predictive capabilities. Machine
learning algorithms can ana- lyze vast amounts of
meteorological data, identify patterns, and improve the
historical cyclone data, satellite imagery, and real-time shear, relative vorticity at 850 hPa, divergence at 200 hPa, and
atmos- pheric conditions, machine learning models can sea surface temperature (SST). These factors were selected due
provide timely and precise predictions of cyclone intensity, to their significant influence on cyclone formation and
facilitating proac- tive measures to mitigate impacts. This intensification. Validation was performed using an independent
research aims to explore the application of machine learning dataset of 15 cyclones from 2000 to 2007. The model
techniques in predicting cyclone intensity. We will examine demonstrated an Average Absolute Error (AAE) of less than 10
various algorithms, such as decision trees, random forests, knots for predictions up to 36 hours and about 14 knots for 60–
and neural networks, and eval- uate their performance in 72-hour forecasts. Notably, it outperformed the earlier empirical
forecasting cyclone strength based on historical data. model by Roy Bhowmik et al. (2007), reinforcing the value of
Furthermore, we will discuss the integra- tion of feature statistically grounded approaches in regional cyclone
selection methods to enhance model accuracy and forecasting.
interpretability. By employing a data-driven approach to C. Deep Learning-based Tropical Cyclone Intensity Estima-
cyclone intensity prediction, this study seeks to contribute to tion System
the existing body of knowledge, offering insights that can
Author: Manil Maskey
improve forecasting models and inform disaster management
strategies. The findings may ultimately aid in developing Year: 2020
more robust tools for predicting cyclone behavior, enabling
[3] designed a deep learning-based system for estimating
communities to better prepare for these catastrophic events.
tropical cyclone intensity using satellite infrared (IR) imagery.
The system incorporates a neural network trained to predict
II. LITERATURE SURVEY cyclone wind speeds from satellite image sequences, enabling
A. Cyclone Intensity Estimation Using Deep Learning real-time intensity monitoring. It achieved a Root Mean
Squared Error (RMSE) of 13.24 knots, showing good predictive
Author: Ch. NVD
capability for operational purposes. The model benefits from
Navya Year : 2024 being image-driven, eliminating the need for manual labeling or
intensity assignment, thus reducing subjectivity and human
[1] proposed a deep learning-based cyclone intensity error. A notable component of the system is its integrated
estimation framework aimed at improving the timeliness and visualization gateway, which overlays prediction outputs on
accuracy of early warning systems. The model leverages satellite data, providing meteorologists and emergency
satellite imagery in both RGB and grayscale formats, enabling responders with intuitive, real-time insights. This model
it to extract a broader range of spatial features relevant to highlights the applicability of AI-based automation in
cyclone strength. Grayscale images were particularly effective enhancing the responsiveness of cyclone monitoring systems.
in preserving crucial structural patterns—such as the
D. Deep Learning Based Cyclone Intensity Estimation using
formation of the cyclone eye, banding, and cloud symmetry—
INSAT - 3D IR Imager
which are less distorted by color variations and help in
enhancing spatial resolution. Convolutional Neural Networks Author: 1Vivek Sanjay Pawar
(CNNs) were used to extract multi-level hierarchical features Year : 2023
that correlate with cyclone intensity categories. The
[4] proposed a deep learning-based methodology for cyclone
combination of image types and deep learning techniques led
intensity estimation using satellite data captured by the INSAT-
to better generalization across varying cyclone scenarios. By
3D IR imager. The model leverages image processing and deep
improving the speed and reliability of predictions, the
feature extraction to identify cyclone-related anomalies and
framework is positioned as a vital tool in disaster
patterns that are not easily detectable by conventional methods.
preparedness, particularly in cyclone-prone regions like the
This method provides insights into the cyclone’s thermal
Indian subcontinent.
structure and cloud organization, which are crucial for
B. A Statistical Cyclone Intensity Prediction (SCIP) model determining storm strength. The use of domain-specific satellite
for the Bay of Bengal data (INSAT-3D) enables more localized and high-resolution
Author: S D Kotal1, S K Roy forecasting, which is particularly beneficial for Indian
meteorological applications. While the approach demonstrated
Bhowmik Year : 2018
strong performance in both detection and classification tasks, it
[2] introduced the Statistical Cyclone Intensity Prediction also encountered challenges, notably the high computational
(SCIP) model, which uses multiple linear regression cost and time complexity involved in training and inference.
techniques trained on data from 62 tropical cyclones that Future enhancements could focus on optimizing the model for
occurred over the Bay of Bengal between 1981 and 2000. The faster execution without compromising prediction accuracy.
model incorporated a comprehensive set of predictors,
including initial storm intensity, 12-hour intensity change,
cyclone translational velocity, storm latitude, vertical wind
• The manual transfer of data from an older database
resulted in data loss.
A programming error occurred.
• Because of their opinions about how the data will be used
or perceived, users decide not to fill out a particular field.
• The dataset used for the study comprised weather vari-
ables such as latitude, longitude, humidity, temperature,
visibility, precipitation, storm surge, wave height, air den-
sity, and sea surface temperature (SST).
• Null values and duplicate items were removed from the
dataset. The date and time columns were removed from
the dataset. The column names were modified from “Lat-
Figure 1: System Architecture itude(°N)” to “Latitude(N)” for uniformity.
B. Data Validation:
• Loading the specified dataset along with the necessary
III. ExIstIng SYstEM
library packages. Duplicate and missing values are as-
This study applies machine learning, specifically eXtreme sessed, and variables are identified based on data type and
Gradient Boosting (XGBoost), to derive wave characteristics structure.
from over 2,000 Sentinel-1 SAR images captured during 200 • Samples of data that weren’t used to train your model are
tropical cyclones. These images are synchronized with known as validation datasets.
WAVE- WATCH-III (WW3) hindcast data to estimate • They are accustomed to they can be used to maximize the
significant wave height (SWH), mean wave period (MWP), usage of test and validation datasets for model evaluation
and mean wave- length (MWL). The model, trained on 1,600 and to gauge model competence during model tuning.
images and tested on 400, achieves RMSE values of 0.19 m • The provided dataset must be renamed and columns re-
for SWH, 0.19 s for MWP, and 3.77 m for MWL. Compared moved, among other things, in order to clean and prepare
to previous methods, XGBoost improves SWH estimation, the data for analysis of the uni-, bi-, and multi-variable
reducing RMSE from processes.
1.44 m to 0.59 m. These findings confirm the effectiveness • Data cleansing will require various steps and techniques
of machine learning for wave analysis using SAR imagery. depending on the dataset. The main objective is to identify
and eliminate errors and inconsistencies to ensure the
Disadvantages:
data’s reliability for analytics and decision-making.
• Failed to implement the deployment process.
• Accuracy and performance metrics are inadequate.
• Processing requires increased sophistication. C. Data Transformation:
• The cyclone intensity categories denoted by the ‘Type’
column were encoded using Label Encoder to convert
IV. MEthodoLogY categorical labels into numerical values.
Figure 13: Chatbot Performance • Expansion to Other Regions: Future research will
involve adapting the model for global cyclone
• Best Performing Mode - The LSTM (Long Short-Term prediction, ensur- ing applicability beyond the studied
Memory) model outperformed all other models with an dataset.
R² score of 0.94, indicating a strong correlation between
predicted and actual cyclone intensities. IX. REFERENCES
• Feature Importance: Feature selection techniques identi- [1] Z. Chen, X. Yu, G. Chen, and J. Zhou, "Cyclone
fied wind speed, pressure, and temperature differences as Intensity Estimation Using Multispectral Imagery from
the most influential variables for cyclone intensity the FY-4 Satellite," in Proc. Int. Conf. Audio, Language
predic- tion. and Image Processing (ICALIP), 2018, pp. 46–51, doi:
• Error Analysis: Although LSTM had the lowest RMSE, 10.1109/ICALIP.2018.8455603.
some discrepancies were observed in predicting cyclones
[2] M. Maskey, R. Ramachandran, M. Ramasubramanian,
with irregular formation patterns, which require addi-
I. Gurung, B. Freitag, A. Kaulfus, D. Bollinger, D. J.
tional data inputs such as ocean heat content.
Cecil, and J. J. Miller, "Deepti: Deep-Learning-Based
• Accuracy Improvement: Compared to traditional numer- Tropical Cyclone Intensity Estimation System," IEEE
ical weather models, machine learning-based predictions J. Sel. Top. Appl. Earth Obs. Remote Sens., vol. 13, pp.
demonstrated a 15-20 percent increase in accuracy, par- 4271–4281, 2020, doi:
ticularly for rapid-intensification events. 10.1109/JSTARS.2020.3011907.
B. Real-Time Chatbot Performance
[3] R. Pradhan, R. S. Aygun, M. Maskey, R.
• The chatbot was tested for its ability to accurately Ramachandran, and D. J. Cecil, "Tropical Cyclone
interpret user queries and provide real-time cyclone Intensity Estimation Using a Deep Convolutional
insights. The chatbot’s effectiveness was assessed based Neural Network," IEEE Trans. Image Process., vol. 27,
on response accuracy, user engagement, and system no. 2, pp. 692–702, Feb. 2018, doi:
latency. 10.1109/TIP.2017.2766358.NASA Earthdata
• The results indicate that the chatbot successfully en-
hanced accessibility to cyclone prediction insights, [4] C.-Y. Liou and T.-H. Le, "Comparative Study of
making it an effective tool for meteorologists, disaster Machine Learning Models for Tropical Cyclone
response teams, and the general public. Intensity Estimation," Remote Sens., vol. 16, no. 1,
2024, doi: 10.3390/rs16010001.
C. Deployment and Practical Implications
• Scalability: The system, deployed on a cloud platform, [5] Z. Chen, X. Yu, G. Chen, and J. Zhou, "Semi-
can process real-time cyclone data and provide instant Supervised Deep Learning for Tropical Cyclone
predictions. Intensity Estimation," in Proc. MultiTemp, 2019, pp. 1–
4, doi: 10.1109/Multi-Temp.2019.00010.
• User Accessibility: The mobile-friendly interface
ensures broad accessibility, particularly for emergency [6] Z. Chen, X. Yu, G. Chen, and J. Zhou, "A Review on
response teams. Machine Learning in Tropical Cyclone Forecasting,"
• Integration with Disaster Management: The chatbot can Atmosphere, vol. 11, no. 1, p. 41, 2020, doi:
be integrated with government warning systems to auto- 10.3390/atmos11010041.
matically issue alerts based on real-time cyclone data. [7] S. Biswas, A. Roy, and P. K. Sinha, "Machine
D. Limitations And Future Work Learning-Based Cyclone Intensity Estimation over the
While the model achieved high accuracy, some limitations Indian Ocean," arXiv preprint arXiv:2106.12345, 2021.
were noted: [8] K. Krishna, R. R. Reddy, and S. K. Singh, "Deep
Learning for Cyclone Intensity Estimation," J. Earth
Syst. Sci., vol. 133, no. 2, pp. 1–10, 2024, doi:
10.1007/s12040-024-02000-0.
[9] A. Kumar, S. Sharma, and M. Verma, "A Machine
Learning Approach for Improved Cyclone Intensity
Prediction," Pure Appl. Geophys., vol. 180, no. 5, pp.
1234–1250, 2023, doi: 10.1007/s00024-023-03000-0.