Update README.md
Browse files
README.md
CHANGED
@@ -2,17 +2,19 @@
|
|
2 |
license: cc-by-4.0
|
3 |
datasets:
|
4 |
- wangyi111/Copernicus-Pretrain
|
|
|
5 |
tags:
|
6 |
- earth-observation
|
7 |
- remote-sensing
|
8 |
- sentinel
|
9 |
- foundation-model
|
|
|
10 |
---
|
11 |
# Model Card for Copernicus-FM
|
12 |
|
13 |
<!-- Provide a quick summary of what the model is/does. -->
|
14 |
|
15 |
-
Copernicus-FM is an extension of the [DOFA](https://github.com/zhu-xlab/DOFA) foundation model, able to process any spectral or non-spectral sensor modality using extended dynamic hypernetworks and flexible metadata encoding. The model is pretrained on the Copernicus-Pretrain dataset with masked image modeling and continual distillation.
|
16 |
|
17 |
## Model Details
|
18 |
|
@@ -164,5 +166,14 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
164 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
165 |
|
166 |
**BibTeX:**
|
167 |
-
|
168 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-4.0
|
3 |
datasets:
|
4 |
- wangyi111/Copernicus-Pretrain
|
5 |
+
- wangyi111/Copernicus-Bench
|
6 |
tags:
|
7 |
- earth-observation
|
8 |
- remote-sensing
|
9 |
- sentinel
|
10 |
- foundation-model
|
11 |
+
pipeline_tag: image-feature-extraction
|
12 |
---
|
13 |
# Model Card for Copernicus-FM
|
14 |
|
15 |
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
|
17 |
+
[Copernicus-FM](https://github.com/zhu-xlab/Copernicus-FM) is an extension of the [DOFA](https://github.com/zhu-xlab/DOFA) foundation model, able to process any spectral or non-spectral sensor modality using extended dynamic hypernetworks and flexible metadata encoding. The model is pretrained on the Copernicus-Pretrain dataset with masked image modeling and continual distillation.
|
18 |
|
19 |
## Model Details
|
20 |
|
|
|
166 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
167 |
|
168 |
**BibTeX:**
|
169 |
+
```bibtex
|
170 |
+
@misc{wang2025unifiedcopernicusfoundationmodel,
|
171 |
+
title={Towards a Unified Copernicus Foundation Model for Earth Vision},
|
172 |
+
author={Yi Wang and Zhitong Xiong and Chenying Liu and Adam J. Stewart and Thomas Dujardin and Nikolaos Ioannis Bountos and Angelos Zavras and Franziska Gerken and Ioannis Papoutsis and Laura Leal-Taixé and Xiao Xiang Zhu},
|
173 |
+
year={2025},
|
174 |
+
eprint={2503.11849},
|
175 |
+
archivePrefix={arXiv},
|
176 |
+
primaryClass={cs.CV},
|
177 |
+
url={https://arxiv.org/abs/2503.11849},
|
178 |
+
}
|
179 |
+
```
|