Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,18 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
tags:
|
4 |
-
- earth-observation
|
5 |
-
- remote-sensing
|
6 |
-
- foundation-model
|
7 |
-
- multi-sensor
|
8 |
-
pipeline_tag: feature-extraction
|
9 |
-
---
|
10 |
<p align="center">
|
11 |
<img src="imgs/logo.png" alt="Spectral Coverage" width="400"/>
|
12 |
</p>
|
13 |
|
14 |
# Spectrum-Aware Multi-Sensor Auto-Encoder for Remote Sensing Images
|
15 |
-
[](https://arxiv.org/abs/
|
16 |
[](https://huggingface.co/collections/gsumbul/smarties-685888bb5ecded3f802cc945)
|
17 |
[](https://opensource.org/licenses/Apache-2.0)
|
18 |

|
@@ -44,7 +35,7 @@ SMARTIES is a generic and versatile FM lifting sensor-dependent efforts and enab
|
|
44 |
|
45 |
This repository contains the model weights of SMARTIES (ViT-B).
|
46 |
|
47 |
-
For usage instructions, dataset details, and full documentation, please visit the [SMARTIES GitHub page](https://github.com/gsumbul/SMARTIES). The details of SMARTIES are described in our paper, available on [arXiv](https://arxiv.org/abs/
|
48 |
|
49 |
## 📣 Attribution
|
50 |
If you use SMARTIES, please cite the paper:
|
@@ -53,7 +44,7 @@ If you use SMARTIES, please cite the paper:
|
|
53 |
@article{smarties,
|
54 |
title={{SMARTIES}: Spectrum-Aware Multi-Sensor Auto-Encoder for Remote Sensing Images},
|
55 |
author={Gencer Sumbul and Chang Xu and Emanuele Dalsasso and Devis Tuia},
|
56 |
-
journal={arXiv preprint arXiv:
|
57 |
year={2025}
|
58 |
}
|
59 |
```
|
@@ -62,4 +53,5 @@ If you use SMARTIES, please cite the paper:
|
|
62 |
This repository is released under the Apache v2 License.
|
63 |
|
64 |
## 🙏 Acknowledgements
|
65 |
-
SMARTIES is supported by the European Space Agency (ESA) through the Discovery and Preparation Program, and is part of the project Toward a Foundation Model for Multi-Sensor Earth Observation Data with Language Semantics.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<p align="center">
|
2 |
<img src="imgs/logo.png" alt="Spectral Coverage" width="400"/>
|
3 |
</p>
|
4 |
|
5 |
# Spectrum-Aware Multi-Sensor Auto-Encoder for Remote Sensing Images
|
6 |
+
[](https://arxiv.org/abs/2506.19585)
|
7 |
[](https://huggingface.co/collections/gsumbul/smarties-685888bb5ecded3f802cc945)
|
8 |
[](https://opensource.org/licenses/Apache-2.0)
|
9 |

|
|
|
35 |
|
36 |
This repository contains the model weights of SMARTIES (ViT-B).
|
37 |
|
38 |
+
For usage instructions, dataset details, and full documentation, please visit the [SMARTIES GitHub page](https://github.com/gsumbul/SMARTIES). The details of SMARTIES are described in our paper, available on [arXiv](https://arxiv.org/abs/2506.19585).
|
39 |
|
40 |
## 📣 Attribution
|
41 |
If you use SMARTIES, please cite the paper:
|
|
|
44 |
@article{smarties,
|
45 |
title={{SMARTIES}: Spectrum-Aware Multi-Sensor Auto-Encoder for Remote Sensing Images},
|
46 |
author={Gencer Sumbul and Chang Xu and Emanuele Dalsasso and Devis Tuia},
|
47 |
+
journal={arXiv preprint arXiv:2506.19585},
|
48 |
year={2025}
|
49 |
}
|
50 |
```
|
|
|
53 |
This repository is released under the Apache v2 License.
|
54 |
|
55 |
## 🙏 Acknowledgements
|
56 |
+
SMARTIES is supported by the European Space Agency (ESA) through the Discovery and Preparation Program, and is part of the project Toward a Foundation Model for Multi-Sensor Earth Observation Data with Language Semantics.
|
57 |
+
|