Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
tags:
|
4 |
+
- change-detection
|
5 |
+
- remote-sensing
|
6 |
+
- satellite
|
7 |
+
- synthetic-data-pretraining
|
8 |
+
---
|
9 |
+
# Model Card for Changen2 pre-trained ChangeStar 1x256 models
|
10 |
+
|
11 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
12 |
+
|
13 |
+
### Model Sources
|
14 |
+
|
15 |
+
<!-- Provide the basic links for the model. -->
|
16 |
+
|
17 |
+
- **Repository:** https://github.com/Z-Zheng/pytorch-change-models
|
18 |
+
- **Paper:** https://ieeexplore.ieee.org/document/10713915
|
19 |
+
|
20 |
+
|
21 |
+
## Citation
|
22 |
+
|
23 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
24 |
+
|
25 |
+
**BibTeX:**
|
26 |
+
```text
|
27 |
+
@article{zheng2024changen2,
|
28 |
+
author={Zheng, Zhuo and Ermon, Stefano and Kim, Dongjun and Zhang, Liangpei and Zhong, Yanfei},
|
29 |
+
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
|
30 |
+
title={Changen2: Multi-Temporal Remote Sensing Generative Change Foundation Model},
|
31 |
+
year={2024},
|
32 |
+
volume={},
|
33 |
+
number={},
|
34 |
+
pages={1-17},
|
35 |
+
doi={10.1109/TPAMI.2024.3475824}
|
36 |
+
}
|
37 |
+
```
|