A database of labelled Sentinel-1 data featuring examples of volcanic unrest. Part of this work was carried out in the frame of the project “Volcano Monitoring using Deep Learning (https://eo4society.esa.int/projects/vmdl/ )“, under the Living Planet Fellowship programme of, and funded by, the European Space Agency. Disclaimer: the view expressed here can in no way be taken to reflect the official opinion of the European Space Agency.
Features the data that can be used to create ~500,000 labelled interferograms. The updates are detailed in version three of "Simultaneous classification and location of volcanicdeformation in SAR interferograms using deep learningand the VolcNet database" (https://eartharxiv.org/repository/view/1969/), but to summarise we swtich to using time series with labels of the duration and magnitude of deformation, and then automatically create labelled interferograms between any two acquisitions in the time series.
To create your own labelled data, have a a look at the example in bin/02_volcnet_labelled_ifg_constructor.py
An overview of how all possible interferograms between all acquisitions can be made and labelled for Sierra Negra.
A breakdown of the type and label of data:
Features a set of ~250 labelled unwrapped interferograms that contain labels of both the type of deformation (including examples of no deformation), and the location of deformation within the interferograms. These have been used to train a CNN, VUDL-21, which was detailed in the first two vesion of "Simultaneous classification and location of volcanicdeformation in SAR interferograms using deep learningand the VolcNet database" (https://eartharxiv.org/repository/view/1969/). The code for the CNN is also on Github.
The figures below show examples of the data and labels. For simplicity, the database requires only pickle to open the files, and numpy to handle arrays, and interferograms are stored using masked arrays in order for incoherent pixels to be masked. As many interferograms are from time series, these are collated into a single file, and each file may therefore be of different lengths. V1.1 plans to include an index function to find interferograms given a volcanoes name.