blumenstiel commited on
Commit
a7631c9
·
verified ·
1 Parent(s): 225a78e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -16,21 +16,20 @@ TerraCodec (TEC) is a family of pretrained neural compression codecs for **multi
16
 
17
  This repository provides **Temporal Transformer (TEC-TT) models trained on Sentinel-2 L1C imagery**. The main TerraCodec models are released for Sentinel-2 L2A data, the L1C variants were used for declouding experiments in the paper.
18
 
19
- ![Reconstructions](assets/reconstructions.png)
20
-
21
  ---
22
 
23
  # Model Architecture
24
 
25
  This repository contains the **TEC-TT (Temporal Transformer)** variants of TerraCodec for **S2L1C data**.
26
 
27
- [![TEC-TT Architecture](assets/TEC_TT_architecture.png)](assets/TEC_TT_architecture.png)
28
 
29
  TEC-TT extends the TerraCodec image codecs by modeling temporal dependencies across satellite image sequences. Each frame is first encoded using an ELIC-style CNN encoder–decoder to obtain latent representations. A temporal transformer then predicts the probability distribution of the current frame’s latents conditioned on previously encoded frames.
30
 
31
  By exploiting redundancy across seasonal observations, TEC-TT achieves improved compression efficiency for multi-temporal satellite imagery.
32
 
33
- See the paper for additional architectural and training details.
34
 
35
  ---
36
 
@@ -96,8 +95,8 @@ GitHub repository: https://github.com/IBM/TerraCodec
96
  If you use TerraCodec in your research, please cite:
97
  ```
98
  @article{terracodec2025,
99
- title = {TerraCodec: Neural Codecs for Earth Observation},
100
- author = {Costa Watanabe, Julen and Wittmann, Isabelle and Blumenstiel, Benedikt},
101
  journal = {arXiv preprint arXiv:2510.12670},
102
  year = {2025}
103
  }
 
16
 
17
  This repository provides **Temporal Transformer (TEC-TT) models trained on Sentinel-2 L1C imagery**. The main TerraCodec models are released for Sentinel-2 L2A data, the L1C variants were used for declouding experiments in the paper.
18
 
19
+ ![Reconstructions](https://raw.githubusercontent.com/IBM/TerraCodec/main/assets/reconstructions.jpg)
 
20
  ---
21
 
22
  # Model Architecture
23
 
24
  This repository contains the **TEC-TT (Temporal Transformer)** variants of TerraCodec for **S2L1C data**.
25
 
26
+ ![assets/TEC_TT_architecture.png](https://raw.githubusercontent.com/IBM/TerraCodec/main/assets/TEC_TT_architecture.png)
27
 
28
  TEC-TT extends the TerraCodec image codecs by modeling temporal dependencies across satellite image sequences. Each frame is first encoded using an ELIC-style CNN encoder–decoder to obtain latent representations. A temporal transformer then predicts the probability distribution of the current frame’s latents conditioned on previously encoded frames.
29
 
30
  By exploiting redundancy across seasonal observations, TEC-TT achieves improved compression efficiency for multi-temporal satellite imagery.
31
 
32
+ See the [paper](https://arxiv.org/abs/2510.12670) for additional architectural and training details.
33
 
34
  ---
35
 
 
95
  If you use TerraCodec in your research, please cite:
96
  ```
97
  @article{terracodec2025,
98
+ title = {TerraCodec: Compressing Optical Earth Observation Data},
99
+ author = {Costa Watanabe, Julen and Wittmann, Isabelle and Blumenstiel, Benedikt and Schindler, Konrad},
100
  journal = {arXiv preprint arXiv:2510.12670},
101
  year = {2025}
102
  }