File size: 5,466 Bytes
e735ff6
 
 
 
 
 
9a83945
e735ff6
 
 
 
 
6d96866
 
 
e735ff6
 
 
 
 
 
 
703f60f
 
c0096c2
703f60f
e735ff6
 
 
 
 
 
 
 
 
 
 
 
 
 
d6e5fb2
 
911d76a
d9ae26d
911d76a
703f60f
911d76a
703f60f
911d76a
703f60f
911d76a
703f60f
911d76a
703f60f
911d76a
703f60f
911d76a
703f60f
911d76a
 
 
703f60f
 
e735ff6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8b0fdb3
bf7a558
8b0fdb3
e735ff6
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
license: mit
---

# Cryo-Bench 🧊

> **A Benchmark for Evaluating Geospatial Foundation Models on Cryosphere Applications**

[![Paper](https://img.shields.io/badge/Paper-Coming%20Soon-lightgrey?style=flat-square&logo=arxiv)](https://arxiv.org)
[![PANGAEA](https://img.shields.io/badge/Built%20on-PANGAEA-blue?style=flat-square)](https://arxiv.org/abs/2412.04204)
[![License: MIT](https://img.shields.io/badge/License-MIT-green?style=flat-square)](LICENSE)

<p align="center">
  <img src="Fig.1.png" width="70%">
</p>

![Cryo-Bench Overview](assets/cryo-bench_data.png)

**Cryo-Bench** is a community benchmark that evaluates geospatial foundation models (GFMs) on five cryosphere remote sensing tasks spanning glacial lakes, supraglacial debris, sea ice, and calving fronts. It is built on top of the [PANGAEA](https://arxiv.org/abs/2412.04204) evaluation protocol using multi-sensor satellite imagery from Sentinel-1/2, Landsat-8, WorldView-2, and historical SAR missions.

---

## 🧰 Code

The full benchmarking code is available in the [`Cryo-Bench Github/`](https://github.com/Sk-2103/Cryo-Bench/) directory, which contains dataset configs, encoder definitions, and decoder heads built on top of [PANGAEA](https://arxiv.org/abs/2412.04204).

## πŸ“‹ Tasks & Datasets

Cryo-Bench includes five benchmark tasks covering key components of the cryosphere:

| Dataset | Component | Location | Sensors | Classes | Ancillary Data | Paper | Download |
|---------|-----------|----------|---------|---------|----------------|-------|----------|
| **GSDD** | Supraglacial Debris | Global | Sentinel-2 | Binary | Slope, Elevation, Velocity | [Article](https://www.sciencedirect.com/science/article/pii/S2666017225001257) | [Zenodo](https://zenodo.org/records/17161810) |
| **GLID** | Glacial Lakes | Himalayas | WorldView-2, Sentinel-2, Landsat-8, Gaofen-2 | Binary | β€” | [Article](https://www.sciencedirect.com/science/article/pii/S002216942500410X) | [Zenodo](https://zenodo.org/records/14838695) |
| **GLD** | Glacial Lakes | Himalayas | Sentinel-2 | Binary | SAR Coherence, Slope, Elevation | [Article](https://www.sciencedirect.com/science/article/pii/S1569843222002734) | [Zenodo](https://zenodo.org/records/16986936) |
| **SICD** | Sea Ice | Canadian & Greenlandic Arctic | Sentinel-1 | Multiclass | Incidence Angle | [Article](https://egusphere.copernicus.org/preprints/2023/egusphere-2023-2648/) | [HuggingFace](https://huggingface.co/datasets/torchgeo/ai4artic-sea-ice-challenge) |
| **CaFFe** | Calving Fronts | Greenland, Alaska, Antarctic Peninsula | ERS-1/2, Envisat, RADARSAT-1, ALOS PALSAR, TSX, TDX, Sentinel-1 | Multiclass | β€” | [Article](https://essd.copernicus.org/articles/14/4287/2022/) | [PANGAEA](https://doi.pangaea.de/10.1594/PANGAEA.940950) |

---

The dataset contains the exact training, validation, and test splits used in **Cryo-Bench**, covering the **SICD, GLID, GLD, GSDD, and CaFFe** datasets.

## πŸ“₯ Download Data

### 1. Install dependency

```bash
pip install huggingface_hub
```

### 2. Download all datasets

```bash
python download_data.py
```

### 3. Download specific datasets only

```bash
python download_data.py --datasets GLID GLD SICD
```


## πŸ† Benchmark Results

Table below reports mIoU (↑) for all models evaluated with **frozen encoders** and **100% training data** using the UPerNet decoder. Rank (↓) is averaged across all five tasks. Baseline models (U-Net, ViT) are trained from scratch.

> **Bold** = best performance Β· *Italic* = second best

| Model | GLID | GLD | SICD | CaFFe | GSDD | Avg. mIoU ↑ | Avg. Rank ↓ |
|-------|:----:|:---:|:----:|:-----:|:----:|:-----------:|:-----------:|
| CROMA | 78.52 | 76.84 | 24.84 | 42.03 | 74.15 | 59.28 | 6.60 |
| DOFA | **92.61** | 80.44 | 19.20 | 50.71 | 72.96 | 63.18 | 6.20 |
| GFM-Swin | 89.68 | 72.42 | 18.98 | 58.13 | 73.00 | 62.44 | 9.40 |
| Prithvi | 71.11 | 75.84 | 20.59 | 32.01 | 70.52 | 54.01 | 13.60 |
| RemoteCLIP | 90.88 | 69.52 | 22.71 | 56.64 | 73.42 | 62.63 | 8.00 |
| SatlasNet | 77.02 | 77.11 | 24.04 | 33.96 | 73.70 | 57.17 | 8.40 |
| Scale-MAE | 90.13 | 72.65 | 12.90 | *58.19* | 73.47 | 61.47 | 8.80 |
| SpectralGPT | 70.87 | 78.90 | 15.98 | 32.70 | 73.22 | 54.33 | 11.80 |
| S12-MoCo | 75.51 | 77.38 | 26.09 | 36.21 | 73.03 | 57.64 | 8.80 |
| S12-DINO | 75.69 | 75.91 | 27.28 | 35.58 | 71.19 | 57.13 | 10.20 |
| S12-MAE | 75.71 | 77.39 | 20.63 | 36.99 | 73.51 | 56.85 | 8.20 |
| S12-Data2Vec | 75.19 | 77.10 | 24.15 | 35.96 | 73.68 | 57.22 | 9.00 |
| TerraMind | 88.26 | 79.10 | 31.48 | 46.64 | 74.63 | *64.02* | *3.40* |
| RAMEN | 82.17 | 73.67 | 16.52 | 25.10 | 70.56 | 57.17 | 12.80 |
| **U-Net** *(baseline)* | *91.58* | 77.51 | *29.11* | 59.82 | 73.89 | **66.38** | **2.80** |
| **ViT** *(baseline)* | 71.58 | **80.18** | 16.17 | 39.90 | **74.41** | 56.45 | 8.00 |

> Encoders are kept **frozen** for all GFMs. U-Net and ViT are trained from scratch.

<p align="center">
  <img src="Fig.2.png" width="70%">
</p>
## πŸ“œ License

This project is licensed under the [MIT License](LICENSE).

---


---

## πŸ™ Acknowledgements

Cryo-Bench builds on the [PANGAEA benchmark](https://github.com/yurujaja/pangaea-bench) and the [RAMEN](https://github.com/nicolashoudre/RAMEN) framework. We thank the developers of DOFA, TerraMind, Prithvi, SatlasNet, and all other foundation models included in this benchmark. We also thank the dataset authors of GSDD, GLID, GLD, SICD, and CaFFe for making their data publicly available.