Earth Observation
Foundation Model
Remote Sensing
msohaildanish commited on
Commit
384ab53
·
verified ·
1 Parent(s): dc6ae70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # TerraFM: A Scalable Foundation Model for Unified Multisensor Earth Observation
2
  <p align="center">
3
  <img src="https://i.imgur.com/waxVImv.png" alt="Oryx TerraFM">
@@ -8,14 +19,14 @@
8
 
9
  #### **Mohamed bin Zayed University of AI, University College London, Aalto University, Linköping University, Australian National University**
10
 
11
- [![paper](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)]()
12
  [![Model Zoo](https://img.shields.io/badge/Model%20Zoo-HuggingFace-blue)](#🧠-model-zoo)
13
 
14
  ---
15
 
16
  ## 📢 Latest Updates
17
  - **Jun-09-25**: 🚀 Initial release of **TerraFM codebase** and **pretrained models**
18
- - **Jun-09-25**: 📄 Paper released on arXiv: [arxiv link](). 🔥🔥
19
 
20
  ---
21
 
@@ -168,7 +179,14 @@ Despite having significantly fewer parameters (120M vs. 300M), **TerraFM** achie
168
  ## 📜 Citation
169
  If you find our work and this repository useful, please consider giving our repo a star and citing our paper as follows:
170
  ```bibtex
171
- @article{
 
 
 
 
 
 
 
172
  }
173
  ```
174
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Major-TOM/Core-S2L2A
5
+ - Major-TOM/Core-S2L1C
6
+ - Major-TOM/Core-S1RTC
7
+ tags:
8
+ - Earth Observation
9
+ - Foundation Model
10
+ - Remote Sensing
11
+ ---
12
  # TerraFM: A Scalable Foundation Model for Unified Multisensor Earth Observation
13
  <p align="center">
14
  <img src="https://i.imgur.com/waxVImv.png" alt="Oryx TerraFM">
 
19
 
20
  #### **Mohamed bin Zayed University of AI, University College London, Aalto University, Linköping University, Australian National University**
21
 
22
+ [![paper](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2506.06281)
23
  [![Model Zoo](https://img.shields.io/badge/Model%20Zoo-HuggingFace-blue)](#🧠-model-zoo)
24
 
25
  ---
26
 
27
  ## 📢 Latest Updates
28
  - **Jun-09-25**: 🚀 Initial release of **TerraFM codebase** and **pretrained models**
29
+ - **Jun-09-25**: 📄 Paper released on arXiv: [arxiv link](https://arxiv.org/abs/2506.06281). 🔥🔥
30
 
31
  ---
32
 
 
179
  ## 📜 Citation
180
  If you find our work and this repository useful, please consider giving our repo a star and citing our paper as follows:
181
  ```bibtex
182
+ @article{danish2025terrafmscalablefoundationmodel,
183
+ title={TerraFM: A Scalable Foundation Model for Unified Multisensor Earth Observation},
184
+ author={Muhammad Sohail Danish and Muhammad Akhtar Munir and Syed Roshaan Ali Shah and Muhammad Haris Khan and Rao Muhammad Anwer and Jorma Laaksonen and Fahad Shahbaz Khan and Salman Khan},
185
+ year={2025},
186
+ eprint={2506.06281},
187
+ archivePrefix={arXiv},
188
+ primaryClass={cs.CV},
189
+ url={https://arxiv.org/abs/2506.06281},
190
  }
191
  ```
192