MADOS - Marine Debris and Oil Spill
Marine Debris and Oil Spill (MADOS) is a marine pollution dataset based on Sentinel-2 remote sensing data, focusing on marine litter and oil spills. Other sea surface features that coexist with or have been suggested to be spectrally similar to them have also been considered. MADOS formulates a chal...
Gespeichert in:
Hauptverfasser: | , , , |
---|---|
Format: | Dataset |
Sprache: | eng |
Online-Zugang: | Volltext bestellen |
Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
Zusammenfassung: | Marine Debris and Oil Spill (MADOS) is a marine pollution dataset based on Sentinel-2 remote sensing data, focusing on marine litter and oil spills. Other sea surface features that coexist with or have been suggested to be spectrally similar to them have also been considered. MADOS formulates a challenging semantic segmentation task using sparse annotations.
Citation: Kikaki K., Kakogeorgiou I., Hoteit I., Karantzalos K. Detecting Marine Pollutants and Sea Surface Features with Deep Learning in Sentinel-2 Imagery. ISPRS Journal of Photogrammetry and Remote Sensing, 2024.
For the implementation code, pre-trained models and exploratory analysis visit our project page https://marine-pollution.github.io/
MADOS Overview & Structure
MADOS is structured in 174 scene folders, named Scene_0 through Scene_173 each corresponding to a unique Sentinel-2 (S2) scene. Each of these folders contains multiple image crops of the specific scene, indicated by the `_CROP` identifier. The total number of patch crops (240x240) is 2803.
The next level of hierarchy seperates imagery by spatial resolution into three distinct folders: 10, 20 and 60 denoting 10m, 20m, and 60m resolution data, respectively. This allows to keep each S2 band at the initial resolution, supporting a wide range of applications (e.g., pansharpening).
The 10 folder contains crops of S2 10 m resolution bands (`492` nm, `560` nm, `665` nm, `833` nm) with Rayleigh corrected reflectance values along with the corresponding masks of pixel-level annotations (_cl), confidence levels (_conf) and reports (_rep). RGB images (_rgb) and water turbidity outputs extracted by ACOLITE (_TUR_Dogliotti, _TUR_Nechad2016) are also provided.
The 20 and 60 folders follow a similar pattern, containing cropped images of S2 bands relevant to their respective resolutions. Note that for the 20m resolution, we also provide aggregated mask annotations (_cl), confidence levels (_conf) and reports (_rep).
At the root folder of MADOS, there is a `splits` folder containing three text files: train_X.txt, val_X.txt, and test_X.txt. These files describe the division of the dataset into training, validation and testing sets, respectively, crucial for structuring machine learning experiments to evaluate model performance.
Folder structure
└── MADOS
├── Scene_0
│ ├── 10
│ │ ├── Scene_0_L2R_rhorc_492_CROP.tif
│ │ ├── Scene_0_L2R_rhorc_560_CROP.tif
│ │ ├── Scene_0_L2R_rhorc_665_CROP.tif
│ │ ├── Scene_0_L2 |
---|---|
DOI: | 10.5281/zenodo.10664072 |