final synopsis docs-12 (1) (1)
final synopsis docs-12 (1) (1)
Synopsis on
Affiliated to
November, 2023
St. Thomas’ College of Engineering and Technology
Declaration Page
We are submitting the synopsis on Cyclone Casualty and Property Loss Prediction as a part of our final year
seventh semester project under the guidance of Mr. Amit Dutta
Guide’s Signature
Mission
To incubate students, grow into industry ready professionals, proficient research scholars and enterprising
entrepreneurs.
To create a learner- centric environment that motivates the students in adopting emerging technologies of the rapidly
changing information society.
To promote social, environmental and technological responsiveness among the members of the faculty and student.
PEO:
PEO1: Exhibit the skills and knowledge required to design, develop and implement IT solutions for real life problems.
PEO3: Demonstrate professionalism, entrepreneurship, ethical behavior, communication skills and collaborative team
work to adapt the emerging trends by engaging in lifelong learning.
2 1
INDEX
Introduction 1
Problem Statement 1
Problem Definition
Objective 2
Literature Survey / Background Study 2
Brief Discussion on Problem 3
Conclusion 13
1.0. Introduction:
In the face of escalating climate challenges, predicting the impact of cyclones on both human lives and property is of
paramount importance. The field of Cyclone Casualty and Property Loss Prediction employs advanced modeling
techniques and data analytics to anticipate the devastating consequences of these natural disasters. By combining
meteorological data, geographical information, and risk assessment algorithms, researchers strive to enhance our
ability to forecast casualties and property damage caused by cyclones. This interdisciplinary approach not only aids
in early warning systems but also plays a crucial role in developing strategies to mitigate the human and economic
toll of cyclones on vulnerable communities. As the frequency and intensity of cyclones continue to rise, accurate
prediction models become essential for informed decision-making and disaster preparedness.
Design and Develop a Cyclone Casualty and Property Loss Prediction System.
Cyclone Casualty and Property Loss Prediction System consists of an interface where the user can view the
predicted casualty and property loss of an upcoming cyclone. The user gets an approx. idea about the loss that is
going to occur in the specified area entered by the user.
Key Terms:
• Machine Learning - Using algorithms that can learn from data to make predictions
• Training and Testing Sets - Splitting data into subsets to train and evaluate models
• Overfitting - When model fits training data too closely but generalizes poorly
• Accuracy Metrics - Performance measures like MAE, MSE, R-squared to evaluate models
1.3. Objective:
The key objectives of this project are:
• Evaluation of Tropical Cyclone Disaster Loss Using Machine Learning Algorithms with an eXplainable
Artificial Intelligence Approach[1] by Shuxian Liu, Yang Liu, Zhigang Chu, Kun Yang, Guanlan Wang,
Lisheng Zhang and Yuanda Zhang remarked that their primary objective of the study was to develop a model
for estimating TCDL grades based on ML algorithms which is essential for Tropical Cyclone disaster
prevention, risk mitigation, and decision making. We have taken the idea of TCDL(Tropical Cyclone Disaster
Loss) which eases our feature selection and the titles of the datasets which will be required in our project.
• Study on Typhoon Disaster Loss and Risk Prediction and Benefit Assessment of Disaster Prevention and
Mitigation[2] by Lin Yang, Chunrong Cao, Dehui Wu, Honghua Qiu, Minghui Lu, Ling Liu gives us an insight
about Typhoon Disaster Prediction and Risk Assessment. We have tried to implement the formula along with
our modification to the same which may give us the economic loss of the cyclones based on the historical
dataset. We may incorporate this calculation in this project.
• A study of deep learning algorithm usage in predicting building loss ratio due to typhoons: the case of
southern part of the Korean Peninsula[3] by Ji-Myong Kim, Junseo Bae, Manik Das Adhikari, Sang-Guk
Yum proposes a deep learning-based model for predicting building loss ratio due to typhoons. The model uses
a variety of features, including typhoon characteristics, building characteristics, and land use information, to
predict the probability of a building being damaged or destroyed by a typhoon. The model was trained and
evaluated on a dataset of typhoon damage data from the southern part of the Korean Peninsula. The results
showed that the proposed model outperforms traditional prediction models in terms of accuracy.
• Modelling tropical cyclone risks for present and future climate change scenarios using geospatial
techniques[4] by Muhammad Al-Amin Hoque, Stuart Phinn, Chris Roelfsema, Iraphne Childs remarks the
importance of considering climate change when developing risk models for tropical cyclones. The authors
propose a new approach to modelling cyclone risk that integrates geospatial data with climate change scenarios.
They test their approach in a case study of Sarankhola Upazila, Bangladesh. The results show that the new
approach can successfully identify areas at risk of cyclone inundation. The authors conclude that their approach
has the potential to be used to develop risk models for other coastal areas.
Tropical cyclones frequently impact the coastal states of India, causing substantial losses in human lives, livelihoods,
and infrastructure. Current cyclone prediction approaches primarily focus on track and intensity, often failing to
accurately represent the potential damage a cyclone can cause at the ground level.
1. Track and Intensity vs. Actual Damage Potential: Predictions concentrate on cyclone track and intensity,
potentially overlooking the true damage potential.
2. Lack of Localized Impact Forecasts: Existing methods struggle to provide accurate ground-level impact
forecasts for specific localities, leading to inadequate preparedness.
4. Limited Actionable Intelligence: Vulnerable communities lack actionable intelligence to respond effectively to
the specific risks posed by incoming cyclones.
5. Challenges with Black Box Models: The use of traditional black box models impedes understanding and lessons
learned for model improvement.
Project Innovations:
The project aims to develop interpretable AI models correlating cyclone characteristics with casualties and economic
losses, addressing the aforementioned challenges. Key innovations include:
1. Integration of Meteorological Data with Local Statistics: Combining meteorological data with local
infrastructure and population statistics for a comprehensive impact understanding.
2. Explanations for Impact Predictions: Developing interpretable AI models providing explanations for impact
predictions to enhance trust and facilitate continuous improvement.
3. API-Based Prediction Delivery: Ensuring real-time predictions are integrated into existing early warning
systems through API-based delivery, enabling prompt and effective responses.
Expected Outcomes:
The project aims to enhance preparedness and response efforts, ultimately saving lives and protecting livelihoods in
vulnerable regions.
As the project belongs to Organic Software Development project deals with a well-understood and size of the
development team is reasonably small. Assuming there be 216 lines of code in one single frame, then using the Basic
COCOMO Model we can estimate the effort and time required to develop the project.
2.5. Methodology:
2.5.1. Work Flow Diagram:
LINEAR REGRESSION
RANDOM FOREST
The Cyclone Casualty and Property Loss Prediction System follows a systematic workflow to predict the impact of
tropical cyclones using the Tropical Cyclone Disaster Loss (TCDL) framework. The process begins with data
acquisition, where relevant datasets are gathered from diverse sources such as meteorological agencies, disaster
authorities, and census/infrastructure bureaus. These datasets encompass information on past cyclones, their impacts,
demographics, and infrastructure parameters for affected areas. Subsequently, the acquired data undergoes thorough
processing to ensure its readiness for model building. This involves tasks like handling missing values, normalization,
and feature selection, with a focus on key variables identified by the TCDL framework, such as wind speed and
population exposure.
The next phase involves model training, where machine learning algorithms, including linear regression and random
forests, are employed to establish correlations between cyclone characteristics, geographical factors, and impact
metrics. The trained models are rigorously evaluated using test data, utilizing accuracy metrics such as Mean Absolute
Error and R-squared. This evaluation phase enables fine-tuning of the models to optimize their predictive performance.
In the inference stage, the best-performing model is employed to generate predictions of casualty and economic losses
based on incoming cyclone and location data. Overall, this systematic workflow ensures a comprehensive and data-
driven approach to cyclone impact prediction, leveraging the TCDL framework for enhanced accuracy and reliability in
anticipating the consequences of tropical cyclones.
• Simplicity in Formulation and Training: Linear regression boasts an uncomplicated mathematical formulation
and model training process, making it easy to implement and interpret.
• Intuitive Predictions: The predicted losses in linear regression are expressed as a linear weighted combination
of factors, enhancing intuitive understanding of the model's output.
• Reduced Overfitting Risk: With few parameters compared to complex techniques like neural networks, linear
regression models are less prone to overfitting, especially when dealing with limited training data.
• Computational Efficiency: Closed-form mathematical solutions for optimizing linear models contribute to faster
training. Predictions involve basic matrix multiplications, enabling scalable deployment.
• Interpretable Baseline: Linear models provide an interpretable baseline, offering an intuitive lower bound for
the complexity required in modelling. This baseline helps identify factors with linear influence on losses,
serving as an explainable starting point.
Build two separate linear regression models, one for predicting cyclone casualties and another for property losses. Use
the selected features as independent variables (X) and the target variable (casualties or property loss) as the dependent
variable (Y).
Evaluate the performance linear regression models using appropriate metrics such as Mean Absolute Error (MAE),
Mean Squared Error (MSE), and R-squared (R²). These metrics will help assess the model's accuracy and fit.
• Nonlinear Relationship Handling: Random forests inherently model complex nonlinear relationships between
predictors (e.g., wind speed, rainfall, infrastructure damage) and loss outcomes without manual feature
engineering.
• Robust to Outliers: Ensemble averaging over decision trees makes random forests less sensitive to outliers in
cyclone disaster data, enhancing robustness.
• Avoids Overfitting: Random forests defend against overfitting by averaging and decorrelating multiple
decision trees, even with limited training data.
• Interpretability: Relative feature importance scores in random forests offer model transparency, valuable for
sensitive prediction tasks.
• Ease of Training: Random forests require minimal data pre-processing, can handle mixed data types, and
have few tuning parameters, facilitating almost off-the-shelf usage.
3.0. Conclusion:
This project aims to develop an AI-based prediction system to forecast the potential human and economic impact of
impending cyclones. Advanced machine learning algorithms will be trained on historical disaster data to create models
that can provide localized, real-time casualty and loss forecasts.
• This project lays the foundation for a ground-breaking AI-powered system, using advanced machine learning
to forecast cyclone impacts.
• The interpretable modelling approach ensures actionable intelligence, empowering disaster management
authorities with targeted responses.
• From facilitating mass evacuations to aiding search and rescue efforts, the system addresses real-time
challenges.
• Recognizing the urgency posed by climate change, the solution harnesses leading-edge data science to enhance
accuracy in impact forecasting.
• The integration with early warning systems empowers communities, fostering disaster resilience.
• Future enhancements, including increased accuracy and expanded coverage, aim to unlock the full lifesaving
potential of AI in cyclone preparedness.
• In conclusion, this project signifies a pivotal step towards an AI-powered, location-aware impact prediction
system, poised to revolutionize disaster management for various natural hazards.
FUTURE SCOPE:
Annexure:
References:
[1] https://www.mdpi.com/2071-1050/15/16/12261
[2] https://www.sciencedirect.com/science/article/pii/S2225603219300074
[3]https://www.frontiersin.org/articles/10.3389/feart.2023.1136346/full
[4]https://www.tandfonline.com/doi/full/10.1080/17538947.2017.1320595