Combination of satellite imagery and wind data in deep learning approach to detect oil spills

Abstract

The ocean is vulnerable to oil related activities such as oil production and transport that can harm the environment. Environmental damages from oil spills can be large if not dealt with. Satellite images from radar are useful to detect oil spills because they cover both day and night and penetrates clouds. However, detecting oil spills in ocean areas from satellite images are not a trivial task due to abundance of lookalikes from other natural sources, like river inputs or geological seepage. Auxiliary data such as wind speed in the monitored area, are used to separate oil spills from natural occurring slicks in the manual oil detection process. One solution to detect oil spills is applying artificial intelligence techniques like convolutional neural networks. These convolutional neural networks have usually been a candidate to create an automatic oil detection process. However, the convolutional neural networks have problems with distinguishing between spilled oil spills and look-alikes. This project is about exploring the possibility of detecting oil spills from satellite images and distinguish between spilled oil spills and natural occurring ones by using wind speed data of the area. The convolutional neural network takes in both satellite images and auxiliary wind speed data of the area monitored. Two convolutional neural networks are designed and setup, where one includes auxiliary wind speed data and the other does not. Both CNN’s will have the same satellite images and oil spills to detect such that a direct comparison can be made between them. This work will also be a proof of concept to an automated oil spill detection process that specifically uses wind data in addition to the satellite images. To measure any difference in validation loss, precision or recall by using wind data, both convolutional neural networks are tuned to the same recall such that the false negatives are as low as possible for both neural networks. The comparison between the two neural networks shows that the neural network that includes wind data has 15 % lower validation loss and a slightly higher precision than the neural network that does not include wind data. However, this result is achieved by using wind data generated from the satellite image itself, which metrological wind data is not. A comparison test like this but with metrological wind data instead of wind data generated from the satellite image is considered future work that is worth exploring

    Similar works