Goto

Collaborating Authors

 Geophysical Analysis & Survey


Building Damage Detection in Satellite Imagery Using Convolutional Neural Networks

arXiv.org Machine Learning

In all types of disasters, from earthquakes to armed conflicts, aid workers need accurate and timely data such as damage to buildings and population displacement to mount an effective response. Remote sensing provides this data at an unprecedented scale, but extracting operationalizable information from satellite images is slow and labor-intensive. In this work, we use machine learning to automate the detection of building damage in satellite imagery. We compare the performance of four different convolutional neural network models in detecting damaged buildings in the 2010 Haiti earthquake. We also quantify how well the models will generalize to future disasters by training and testing models on different disaster events.


Snow avalanche segmentation in SAR images with Fully Convolutional Neural Networks

arXiv.org Machine Learning

Knowledge about frequency and location of snow avalanche activity is essential for forecasting and mapping of snow avalanche hazard. Traditional field monitoring of avalanche activity has limitations, especially when surveying large and remote areas. In recent years, avalanche detection in Sentinel-1 radar satellite imagery has been developed to overcome this monitoring problem. Current state-of-the-art detection algorithms, based on radar signal processing techniques, have highly varying accuracy that is on average much lower than the accuracy of visual detections from human experts. To reduce this gap, we propose a deep learning architecture for detecting avalanches in Sentinel-1 radar images. We trained a neural network on 6345 manually labelled avalanches from 117 Sentinel-1 images, each one consisting of six channels with backscatter and topographical information. Then, we tested the best network configuration on one additional SAR image. Comparing to the manual labelling (the gold standard), we achieved an F1 score above 66%, while the state-of-the-art detection algorithm produced an F1 score of 38%. A visual interpretation of the network's results shows that it only fails to detect small avalanches, while it manages to detect some that were not labelled by the human expert.


Satellite imagery, artificial intelligence to improve farm yields in Maharashtra

#artificialintelligence

Launched in January this year, the Maha Agri Tech project seeks to use technology to address various cultivation risks ranging from poor rains to pest attacks, accurately predict crop-wise and area-wise yield and eventually to use this data to inform policy decisions including pricing, warehousing and crop insurance. When farmers in six districts of Maharashtra begin sowing for the coming rabi season, this project will enter its second phase where artificial intelligence and satellite imagery will be used to mitigate risks. Fields of the farmers that are part of the project will be monitored via satellite images at every stage right until the harvest. In its first phase the Maha Agri Tech project used satellite images and analysis from the Maharashtra Remote Sensing Application Centre (MRSAC) and the National Remote Sensing Centre (NRSC) in Hyderabad to assess the acreage and the conditions of select crops in select talukas. In its second phase, various data sets from diverse data providers will be combined to build yield modelling and a geospatial database of soil nutrients, rainfall, moisture stress and other parameters to facilitate location-specific advisories to farmers.




Delos uses satellite imagery and AI to help homeowners in wildfire areas get insurance โ€“ TechCrunch

#artificialintelligence

If your home is in a wildfire area, insurance companies tend to not want to go anywhere near it. But "wildfire areas" tend to be pretty broad. What if companies could evaluate the risk on a more granular level -- tapping things like satellite imagery and machine learning combined with wind, weather and topology data, to better define the riskiest zones? Could more home owners be offered policies, and at more affordable rates? Delos itself doesn't act as the insurer; instead, it acts as a Managing General Agent (or MGA) for a bunch of major carriers.


Mapping roads through deep learning and weakly supervised training

#artificialintelligence

Creating accurate maps today is a painstaking, time-consuming manual process, even with access to satellite imagery and mapping software. Many regions -- particularly in the developing world -- remain largely unmapped. To help close this gap, Facebook AI researchers and engineers have developed a new method that uses deep learning and weakly supervised training to predict road networks from commercially available high-resolution satellite imagery. The resulting model sets a new bar for the state of the art for accuracy, and because it is able to accommodate regional differences in road networks, it can effectively predict roads around the globe. We are now sharing the details of our model and making data available to the global mapping community through Map With AI, a new set of specialized map-editing services and tools. Map With AI includes an editor interface, RapiD, which allows mapping experts to easily review, verify, and adjust the map as needed.


Tutorial: Machine learning classification of Sentinel-2 satellite imagery using R -- Abdulhakim M. Abdi, PhD

#artificialintelligence

In my earlier post, I wrote about the events leading up to my paper in GIScience & Remote Sensing. In this short post I would like to help you conduct your own machine learning classification of Sentinel-2 data using the open source package R. The process is pretty straightforward if you have experience in remote sensing and image classification. Even if you don't have extensive experience, basic knowledge of remote sensing terminology is sufficient. I've provided detailed information about different machine learning algorithms, including explanations of key concepts in my article linked below.


Very Deep Convolutional Neural Networks for Complex Land Cover Mapping Using Multispectral Remote Sensing Imagery

#artificialintelligence

Despite recent advances of deep Convolutional Neural Networks (CNNs) in various computer vision tasks, their potential for classification of multispectral remote sensing images has not been thoroughly explored. In particular, the applications of deep CNNs using optical remote sensing data have focused on the classification of very high-resolution aerial and satellite data, owing to the similarity of these data to the large datasets in computer vision. Accordingly, this study presents a detailed investigation of state-of-the-art deep learning tools for classification of complex wetland classes using multispectral RapidEye optical imagery. Specifically, we examine the capacity of seven well-known deep convnets, namely DenseNet121, InceptionV3, VGG16, VGG19, Xception, ResNet50, and InceptionResNetV2, for wetland mapping in Canada. In addition, the classification results obtained from deep CNNs are compared with those based on conventional machine learning tools, including Random Forest and Support Vector Machine, to further evaluate the efficiency of the former to classify wetlands. The results illustrate that the full-training of convnets using five spectral bands outperforms the other strategies for all convnets. InceptionResNetV2, ResNet50, and Xception are distinguished as the top three convnets, providing state-of-the-art classification accuracies of 96.17%, 94.81%, and 93.57%, respectively. The classification accuracies obtained using Support Vector Machine (SVM) and Random Forest (RF) are 74.89% and 76.08%, respectively, considerably inferior relative to CNNs. Importantly, InceptionResNetV2 is consistently found to be superior compared to all other convnets, suggesting the integration of Inception and ResNet modules is an efficient architecture for classifying complex remote sensing scenes such as wetlands.


Detecting Parking Spaces in a Parcel using Satellite Images

arXiv.org Machine Learning

Remote Sensing Images from satellites have been used in various domains for detecting and understanding structures on the ground surface. In this work, satellite images were used for localizing parking spaces and vehicles in parking lots for a given parcel using an RCNN based Neural Network Architectures. Parcel shapefiles and raster images from USGS image archive were used for developing images for both training and testing. Feature Pyramid based Mask RCNN yields average class accuracy of 97.56% for both parking spaces and vehicles