Using AI and satellite imagery for disaster insights

Using AI and satellite imagery for disaster insights

  • December 1, 2018
Table of Contents

Using AI and satellite imagery for disaster insights

A framework for using convolutional neural networks (CNNs) on satellite imagery to identify the areas most severely affected by a disaster. This new method has the potential to produce more accurate information in far less time than current manual methods. Ultimately, the goal of this research is to allow rescue workers to quickly identify where aid is needed most, without relying on manually annotated, disaster-specific data sets.

Researchers train models on CNNs to detect human-made features, such as roads. Existing approaches for disaster impact analysis require data sets that can be expensive to produce because they require time-consuming manual annotation (for instance, annotating buildings damaged by fire as a new class) to train on. This new method only uses general road and building data sets.

These are readily available and can be scalable to other, similar natural disasters. Since differences due to changing seasons, time of day, or other factors can cause erroneous results, the models are first trained to detect these high-level features (i.e., roads). The models then generate prediction masks in regions experiencing a disaster.

By computing the relative change between features extracted from snapshots of data captured both before and after a disaster, it’s possible to identify the areas of maximum change. The researchers also propose a new metric to help quantify the detected changes — the Disaster Impact Index (DII), normalized for different types of features and disasters. When using data sets from the Hurricane Harvey flooding and the Tubbs Fire in Santa Rosa, CA, there was a strong correlation between the model’s calculated DII and the actual areas affected.

Source: fb.com

Tags :
Share :
comments powered by Disqus

Related Posts

Radiology and Deep Learning

Radiology and Deep Learning

Radiology and DeepLearningDetecting pneumonia opacities from chest X-Ray images using deep learning. One day back in August, I was catching up with my best friend from high school who is now a radiology resident. One thing led to another, and we started talking about our interests in artificial intelligence and machine learning and its possible applications in radiology.

Read More
Easy-To-Read Summary of Important AI Research Papers of 2018

Easy-To-Read Summary of Important AI Research Papers of 2018

Trying to keep up with AI research papers can feel like an exercise in futility given how quickly the industry moves. If you’re buried in papers to read that you haven’t quite gotten around to, you’re in luck. To help you catch up, we’ve summarized 10 important AI research papers from 2018 to give you a broad overview of machine learning advancements this year.

Read More
Predictive Scaling for EC2, Powered by Machine Learning

Predictive Scaling for EC2, Powered by Machine Learning

When I look back on the history of AWS and think about the launches that truly signify the fundamentally dynamic, on-demand nature of the cloud, two stand out in my memory: the launch of Amazon EC2 in 2006 and the concurrent launch of CloudWatch Metrics, Auto Scaling, and Elastic Load Balancing in 2009. The first launch provided access to compute power; the second made it possible to use that access to rapidly respond to changes in demand. We have added a multitude of features to all of these services since then, but as far as I am concerned they are still central and fundamental!

Read More