Skip to content

Commit

Permalink
update README with PSE-TAE description
Browse files Browse the repository at this point in the history
  • Loading branch information
devisperessutti committed Jul 13, 2020
1 parent eeda5b1 commit b47a3f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@ Classification models for crop classification using time-series:
* **TempCNN**: Implementation of the TempCNN network taken from the [temporalCNN implementation of Charlotte Pelletier](https://github.com/charlotte-pel/temporalCNN).
* **Recurrent NN**: Implementation of (bidirectional) Recurrent Neural Networks for the classification of time-series. Implementation allows to use either `SimpleRNN`, `GRU` or `LSTM` layers as building blocks of the architecture.
* **TransformerEncoder**: Implementation of a time-series classification architecture based on [self-attention](https://arxiv.org/abs/1706.03762) layers. This implementation follows [this PyTorch implementation of Marc Russwurm](https://github.com/MarcCoru/crop-type-mapping).
* **PSE+TAE**: Implementation of the Pixel-Set Encoder and temporal Self-attention proposed in Garnot V. _et al._
["Satellite Image Time Series Classification with Pixel-Set Encoders and Temporal Self-Attention"](https://hal.archives-ouvertes.fr/hal-02879223/document).
This implementation is adapted from the [Pytorch version](https://github.com/VSainteuf/pytorch-psetae).

Descriptions and examples of semantic segmentation architectures are available [here](MODELS.md).

0 comments on commit b47a3f4

Please sign in to comment.