Skip to content

vict0rsch/pastis-benchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAnoptic Segmentation of satellite image TIme Series - PASTIS Benchmark

Dataset presentation

PASTIS is a benchmark dataset for panoptic and semantic segmentation of agricultural parcels from satellite image time series. It is composed of 2433 one square kilometer-patches in the French metropolitan territory for which sequences of satellite observations are assembled into a four-dimensional spatio-temporal tensor. The dataset contains both semantic and instance annotations, assigning to each pixel a semantic label and an instance id. There is an official 5 fold split provided in the dataset's metadata.

Usage

The dataset can be downloaded from zenodo. This repository also contains a PyTorch dataset class in dataloader.py that can be readily used to load data for training.

Leaderboard

Please open an issue to submit new entries.

Semantic Segmentation

Model name #Params OA mIoU Published
U-TAE 1.1M 83.2% 63.1% ✔️
Unet-3d* 1.6M 81.3% 58.4% ✔️
Unet-ConvLSTM* 1.5M 82.1% 57.8% ✔️
FPN-ConvLSTM* 1.3M 81.6% 57.1% ✔️

Models that we re-implemented are denoted with a star (*).

Panoptic Segmentation

Model name SQ RQ PQ
U-TAE + PaPs 82.0 51.0 42.2

Documentation

The agricultural parcels are grouped into 18 different crop classes as shown in the table below. drawing

Additional information about the dataset can be found in the doc.pdf document.

References

If you use PASTIS please cite the related paper:

@article{garnot2021panoptic,
  title={Panoptic Segmentation of Satellite Image Time Series
with Convolutional Temporal Attention Networks},
  author={Sainte Fare Garnot, Vivien  and Landrieu, Loic },
  journal={arxiv},
  year={2021}
}

Credits

  • The satellite imagery used in PASTIS was retrieved from THEIA: "Value-added data processed by the CNES for the Theia www.theia.land.fr data cluster using Copernicus data. The treatments use algorithms developed by Theia’s Scientific Expertise Centres. "

  • The annotations used in PASTIS stem from the French land parcel identification system produced by IGN, the French mapping agency.

  • This work was partly supported by ASP, the French Payment Agency.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%