Add model card for Co2S
Browse filesThis PR adds a model card for the Co2S model, including metadata, links to the paper, project page, and official GitHub repository. It also provides a brief description of the framework and its citation information.
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-segmentation
|
| 3 |
+
tags:
|
| 4 |
+
- remote-sensing
|
| 5 |
+
- semi-supervised-learning
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Toward Stable Semi-Supervised Remote Sensing Segmentation via Co-Guidance and Co-Fusion
|
| 9 |
+
|
| 10 |
+
This repository contains the weights for **Co2S**, a stable semi-supervised remote sensing (RS) image semantic segmentation framework.
|
| 11 |
+
|
| 12 |
+
- **Paper:** [Toward Stable Semi-Supervised Remote Sensing Segmentation via Co-Guidance and Co-Fusion](https://huggingface.co/papers/2512.23035)
|
| 13 |
+
- **Project Page:** [https://xavierjiezou.github.io/Co2S/](https://xavierjiezou.github.io/Co2S/)
|
| 14 |
+
- **Code:** [https://github.com/XavierJiezou/co2s](https://github.com/XavierJiezou/co2s)
|
| 15 |
+
|
| 16 |
+
## Description
|
| 17 |
+
|
| 18 |
+
Co2S addresses the challenge of pseudo-label drift in semi-supervised remote sensing segmentation by synergistically fusing priors from vision-language models (CLIP) and self-supervised models (DINOv3). The framework utilizes a heterogeneous dual-student architecture, an explicit-implicit semantic co-guidance mechanism, and a global-local feature collaborative fusion strategy to achieve high-precision segmentation results across diverse RS datasets.
|
| 19 |
+
|
| 20 |
+
## Citation
|
| 21 |
+
|
| 22 |
+
If you find this work useful, please consider citing the original paper:
|
| 23 |
+
|
| 24 |
+
```bibtex
|
| 25 |
+
@article{zou2025toward,
|
| 26 |
+
title={Toward Stable Semi-Supervised Remote Sensing Segmentation via Co-Guidance and Co-Fusion},
|
| 27 |
+
author={Zou, Jie and others},
|
| 28 |
+
journal={arXiv preprint arXiv:2512.23035},
|
| 29 |
+
year={2025}
|
| 30 |
+
}
|
| 31 |
+
```
|