fluorites commited on
Commit
f79955c
·
verified ·
1 Parent(s): cc3703a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - fluorites/SemiEarth
5
+ base_model:
6
+ - Qwen/Qwen-VL
7
+ - facebook/dinov2
8
+ pipeline_tag: image-segmentation
9
+ library_name: transformers
10
+ tags:
11
+ - remote sensing
12
+ - vision language model
13
+ - semi-supervised
14
+ language:
15
+ - en
16
+ - zh
17
+ metrics:
18
+ - miou
19
+ new_version: fluorites/SemiEarth-v1.0
20
+ ---
21
+ # Citation
22
+ If you find it useful, please consider citing:
23
+ ```
24
+ @article{wang2026vision,
25
+ title = {Vision-Language Model Purified Semi-Supervised Semantic Segmentation for Remote Sensing Images},
26
+ author = {Wang, Shanwen and Sun, Xin and Hong, Danfeng and Zhou, Fei},
27
+ journal = {arXiv preprint arXiv:2602.00202},
28
+ year = {2026},
29
+ month = feb,
30
+ note = {Available at \url{https://arxiv.org/abs/2602.00202}}
31
+ }
32
+ ```