Add dataset card, link to paper and project page

#4
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-segmentation
4
+ tags:
5
+ - remote-sensing
6
+ - semi-supervised-learning
7
+ ---
8
+
9
+ # Toward Stable Semi-Supervised Remote Sensing Segmentation via Co-Guidance and Co-Fusion
10
+
11
+ [Project Page](https://xavierjiezou.github.io/Co2S/) | [Paper](https://huggingface.co/papers/2512.23035) | [GitHub](https://github.com/XavierJiezou/co2s)
12
+
13
+ Co2S is a stable semi-supervised remote sensing (RS) segmentation framework designed to mitigate pseudo-label drift and error accumulation. It synergistically fuses priors from vision-language models (CLIP) and self-supervised models (DINOv3).
14
+
15
+ ## Introduction
16
+ Semi-supervised remote sensing image semantic segmentation often struggles with confirmation bias and pseudo-label drift. Co2S addresses these challenges using a heterogeneous dual-student architecture comprising two distinct ViT-based vision foundation models.
17
+
18
+ ## Key Features
19
+ - **Heterogeneous Dual-Student Architecture**: Utilizes pretrained CLIP and DINOv3 to mitigate error accumulation.
20
+ - **Explicit-Implicit Semantic Co-Guidance Mechanism**: Employs text embeddings and learnable queries to provide class-level guidance and enhance semantic consistency.
21
+ - **Global-Local Feature Collaborative Fusion Strategy**: Fuses global contextual information from CLIP with local structural details from DINOv3 for precise segmentation results.
22
+
23
+ The framework demonstrates leading performance across six popular remote sensing datasets and diverse partition protocols.