circleLZY commited on
Commit
5db56f1
·
verified ·
1 Parent(s): a657c59

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for JL1-CD
2
+
3
+ ## Dataset Description
4
+
5
+ ### Overview
6
+
7
+ **JL1-CD** 是一个用于遥感图像变化检测(Change Detection, CD)的亚米级、全要素开源数据集。该数据集包含 5,000 对 512×512 像素的卫星图像,分辨率为 0.5 至 0.75 米,覆盖了中国多个地区的多种地表变化类型。JL1-CD 不仅包含常见的人为变化(如建筑物、道路),还涵盖了自然变化(如森林、水体、草地等)。该数据集旨在为变化检测算法提供一个全面的基准测试平台。
8
+
9
+ **JL1-CD** is a high-resolution, comprehensive open-source dataset for remote sensing image change detection (CD). It contains 5,000 pairs of 512×512 pixel satellite images with a resolution of 0.5 to 0.75 meters, covering various types of surface changes in multiple regions of China. JL1-CD includes not only common human-induced changes (e.g., buildings, roads) but also natural changes (e.g., forests, water bodies, grasslands). The dataset aims to provide a comprehensive benchmark for change detection algorithms.
10
+
11
+ ### Dataset Structure
12
+
13
+ - **图像对数量**:5,000 对
14
+ - **图像尺寸**:512×512 像素
15
+ - **分辨率**:0.5 至 0.75 米
16
+ - **变化类型**:人为变化(如建筑物、道路)和自然变化(如森林、水体、草地)
17
+ - **数据集划分**:4,000 对用于训练,1,000 对用于测试
18
+
19
+ - **Number of Image Pairs**: 5,000 pairs
20
+ - **Image Size**: 512×512 pixels
21
+ - **Resolution**: 0.5 to 0.75 meters
22
+ - **Change Types**: Human-induced changes (e.g., buildings, roads) and natural changes (e.g., forests, water bodies, grasslands)
23
+ - **Dataset Split**: 4,000 pairs for training, 1,000 pairs for testing
24
+
25
+ ### Dataset Features
26
+
27
+ - **高分辨率**:提供丰富的空间信息,便于视觉解释。
28
+ - **综合性**:涵盖多种变化类型,提升算法的泛化能力。
29
+ - **开源**:数据集完全开源,支持研究社区的使用和改进。
30
+
31
+ - **High Resolution**: Provides rich spatial information, facilitating visual interpretation.
32
+ - **Comprehensive**: Covers various change types, enhancing the generalization capability of algorithms.
33
+ - **Open Source**: The dataset is fully open-source, supporting the research community's use and improvement.
34
+
35
+ ### Usage
36
+
37
+ JL1-CD 数据集可用于训练和评估遥感图像变化检测模型。数据集中的图像对包含两个时间点的图像以及对应的像素级变化标签。用户可以使用该数据集来开发、测试和优化变化检测算法。
38
+
39
+ The JL1-CD dataset can be used to train and evaluate remote sensing image change detection models. The image pairs in the dataset include images from two time points along with corresponding pixel-level change labels. Users can utilize this dataset to develop, test, and optimize change detection algorithms.
40
+
41
+ ### Benchmark Results
42
+
43
+ 论文中提出的 **多教师知识蒸馏框架(MTKD)** 在 JL1-CD 数据集上取得了最新的 state-of-the-art (SOTA) 结果。实验表明,MTKD 框架显著提升了多种网络架构和参数规模的变化检测模型的性能。
44
+
45
+ The **Multi-Teacher Knowledge Distillation (MTKD)** framework proposed in the paper achieves new state-of-the-art (SOTA) results on the JL1-CD dataset. Experiments demonstrate that the MTKD framework significantly improves the performance of change detection models with various network architectures and parameter sizes.
46
+
47
+ ### Citation
48
+
49
+ 如果您使用 JL1-CD 数据集,请引用以下论文:
50
+
51
+ If you use the JL1-CD dataset, please cite the following paper:
52
+
53
+ ```bibtex
54
+ @article{liu2025jl1,
55
+ title={JL1-CD: A New Benchmark for Remote Sensing Change Detection and a Robust Multi-Teacher Knowledge Distillation Framework},
56
+ author={Liu, Ziyuan and Zhu, Ruifei and Gao, Long and Zhou, Yuanxiu and Ma, Jingyu and Gu, Yuantao},
57
+ journal={arXiv preprint arXiv:2502.13407},
58
+ year={2025}
59
+ }
60
+ ```
61
+
62
+ ### License
63
+
64
+ JL1-CD 数据集采用 **MIT License**,允许用户自由使用、修改和分发数据集。
65
+
66
+ The JL1-CD dataset is licensed under the **MIT License**, allowing users to freely use, modify, and distribute the dataset.
67
+
68
+ ### Contact
69
+
70
+ 如有任何问题或建议,请联系:
71
+ - **Ziyuan Liu**: [email protected]
72
+
73
+ For any questions or suggestions, please contact:
74
+ - **Ziyuan Liu**: [email protected]