--- license: mit task_categories: - image-segmentation task_ids: - semantic-segmentation language: - en tags: - remote-sensing - archaeology - sentinel-2 - multi-spectral - multispectral - multitemporal - satellite images - palaeochannels - subsoil features - geomorphology size_categories: - n<1K dataset_info: - config_name: default features: - name: image_id dtype: string - name: time dtype: string - name: split dtype: string - name: annotation_id dtype: string - name: image_size dtype: string - name: grid_cell dtype: string - name: product_datetime dtype: string configs: - config_name: default data_files: images/*/*.tif - config_name: metadata data_files: metadata.parquet --- # Dataset Card for Palaeochannel - [Dataset Description](#dataset-description) - [Dataset Creation](#dataset-creation) - [Data Instances](#data-instances) - [Data Loading](#data-loading) - [Dataset Structure](#dataset-structure) - [Citation Information](#citation-information) - [Contributions](#contributions) # Dataset Description This repository contains the MAPS (Multitemporal multispectral dAtaset for Palaeochannels Segmentation) dataset from the following paper: - **Paper:** [Multitemporal Multispectral Dataset for Palaeochannels Segmentation](Address) - **Homepage:** [CCHT home page](https://ccht.iit.it/) - **Point of Contact:** [M. Fiorucci](mailto:marco.fiorucci@iit.it); [G. Poggi](giulio.poggi@iit.it) The identification of **subsoil elements** in remote sensing images presents significant challenges, as these elements are only detectable indirectly through proxies such as soil and vegetation changes. **Palaeochannels** are remnants of ancient rivers and streams that have dried up due to climatic, geological, or anthropogenic factors, and represent a specific category of subsoil elements. In this repository, we aim to establish a **baseline for semantic segmentation** to address the unique challenges of segmenting elongated and branched palaeochannels under diverse landscape conditions and across different times of the year, using **Sentinel-2 multispectral imagery**. The results provide preliminary insights into overcoming the challenges posed by the fluctuating visibility of subsoil elements by applying **deep learning** techniques to analyze **temporal series** data. # Dataset Creation The **Sentinel-2 images** were acquired by ESA during the 2022 year and downloaded using Google Earth Engine in UTM projection. For each month, a single cloud-free image is selected, resulting in 12 images. The dataset was annotated by our in-house archaeologists in three periods of the year (P1= March, April, P2= July, August and P3= November, January). The training set covers a large part of the large coastal plain in North-Eastern Italy, between the cities of Venice and Aquileia, resulting in an area of 1500 sq. km. The test set covers an additional part of the coastal plain south of Venice for 65 sq. km. In the experimental settings, two training sets are used: **TR1** - One image (month) for each period is selected (April, August, November images with corresponding annotations); **TR2** - Two consecutive images (months) for each period are selected to augment the training data (March and April for P1 annotations, July August for P2 annotations and November, January for P3 annotations). # Data Instances Each multispectral image is saved in .tif format, and the corresponding annotation is in .geojson format. The data_loader has 6 different setups: - fold type: train, validation and test - data setup: TR1 and TR2 training sets We developed the data loader and made it publicly available on the code repository. # Data Structure The metadata information can be found in: metadata.parquet The Sentinel-2 input images can be found in: Imagery/Train_Val/*.tif Imagery/Test/*.tif The annotation masks images can be found in: annotations/*.geojson The precise annotated area is given in: Area Train_Val_Test/Train_Area.geojson Area Train_Val_Test/Validation_Area.geojson Area Train_Val_Test/Test_Area.geojson # Data loading We publish the data, as well as the code, to load and reproduce our work. In particular, Python dataloader can be found in the [GitHub repository](https://github.com/IIT-CCHT/MAPS-dataloader). ### Citation Information ``` @article{, title={Multitemporal Multispectral Dataset for Palaeochannels Segmentation (MAPS)}, author={Giulio Poggi,Andaleeb Yaseen,Raveerat Jaturapitpornchai,Sara Ferro,Gregory Sech,Peter Naylor,Maria Cristina Salvi,Sebastiano Vascon,Bertrand Le Saux,Marco Fiorucci,Arianna Traviglia}, journal={TechRxiv, DOI: 10.36227/techrxiv.172833109.92524193/v1}, volume={}, number={}, pages={} } ``` ### Contributions Thanks to the Center for Cultural Heritage Technology - Istituto Italiano di Tecnologia of Venice, Italy for adding this dataset.