circleLZY commited on
Commit
1d2c629
·
verified ·
1 Parent(s): 3a0015b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -25
README.md CHANGED
@@ -37,22 +37,14 @@ dataset_info:
37
 
38
  # Dataset Card for JL1-CD
39
 
40
- ## Dataset Description
41
 
42
  ### Overview
43
 
44
- **JL1-CD** 是一个用于遥感图像变化检测(Change Detection, CD)的大规模、亚米级、全要素开源数据集。该数据集包含 5,000 对 512×512 像素的卫星图像,分辨率为 0.5 至 0.75 米,覆盖了中国多个地区的多种地表变化类型。JL1-CD 不仅包含常见的人为变化(如建筑物、道路),还涵盖了自然变化(如森林、水体、草地等)。该数据集旨在为变化检测算法提供一个全面的基准测试平台。
45
-
46
  **JL1-CD** is a large-scale, sub-meter, all-inclusive 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.
47
 
48
  ### Dataset Structure
49
 
50
- - **图像对数量**:5,000 对
51
- - **图像尺寸**:512×512 像素
52
- - **分辨率**:0.5 至 0.75 米
53
- - **变化类型**:人为变化(如建筑物、道路)和自然变化(如森林、水体、草地)
54
- - **数据集划分**:4,000 对用于训练,1,000 对用于测试
55
-
56
  - **Number of Image Pairs**: 5,000 pairs
57
  - **Image Size**: 512×512 pixels
58
  - **Resolution**: 0.5 to 0.75 meters
@@ -61,30 +53,20 @@ dataset_info:
61
 
62
  ### Dataset Features
63
 
64
- - **高分辨率**:提供丰富的空间信息,便于视觉解释。
65
- - **综合性**:涵盖多种变化类型,提升算法的泛化能力。
66
- - **开源**:数据集完全开源,支持研究社区的使用和改进。
67
-
68
  - **High Resolution**: Provides rich spatial information, facilitating visual interpretation.
69
  - **Comprehensive**: Covers various change types, enhancing the generalization capability of algorithms.
70
  - **Open Source**: The dataset is fully open-source, supporting the research community's use and improvement.
71
 
72
  ### Usage
73
 
74
- JL1-CD 数据集可用于训练和评估遥感图像变化检测模型。数据集中的图像对包含两个时间点的图像以及对应的像素级变化标签。用户可以使用该数据集来开发、测试和优化变化检测算法。
75
-
76
  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.
77
 
78
  ### Benchmark Results
79
 
80
- 论文中提出的 **多教师知识蒸馏框架(MTKD)** 在 JL1-CD 数据集上取得了最新的 state-of-the-art (SOTA) 结果。实验表明,MTKD 框架显著提升了多种网络架构和参数规模的变化检测模型的性能。
81
-
82
  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.
83
 
84
  ### Citation
85
 
86
- 如果您使用 JL1-CD 数据集,请引用以下论文:
87
-
88
  If you use the JL1-CD dataset, please cite the following paper:
89
 
90
  ```bibtex
@@ -94,18 +76,65 @@ If you use the JL1-CD dataset, please cite the following paper:
94
  journal={arXiv preprint arXiv:2502.13407},
95
  year={2025}
96
  }
 
97
 
98
  ### License
99
 
100
- JL1-CD 数据集采用 **MIT License**,允许用户自由使用、修改和分发数据集。
101
-
102
  The JL1-CD dataset is licensed under the **MIT License**, allowing users to freely use, modify, and distribute the dataset.
103
 
104
  ### Contact
105
 
106
- 如有任何问题或建议,请联系:
107
- - **Ziyuan Liu**: [email protected]
108
-
109
  For any questions or suggestions, please contact:
110
  - **Ziyuan Liu**: [email protected]
111
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  # Dataset Card for JL1-CD
39
 
40
+ ## Dataset Description (English)
41
 
42
  ### Overview
43
 
 
 
44
  **JL1-CD** is a large-scale, sub-meter, all-inclusive 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.
45
 
46
  ### Dataset Structure
47
 
 
 
 
 
 
 
48
  - **Number of Image Pairs**: 5,000 pairs
49
  - **Image Size**: 512×512 pixels
50
  - **Resolution**: 0.5 to 0.75 meters
 
53
 
54
  ### Dataset Features
55
 
 
 
 
 
56
  - **High Resolution**: Provides rich spatial information, facilitating visual interpretation.
57
  - **Comprehensive**: Covers various change types, enhancing the generalization capability of algorithms.
58
  - **Open Source**: The dataset is fully open-source, supporting the research community's use and improvement.
59
 
60
  ### Usage
61
 
 
 
62
  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.
63
 
64
  ### Benchmark Results
65
 
 
 
66
  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.
67
 
68
  ### Citation
69
 
 
 
70
  If you use the JL1-CD dataset, please cite the following paper:
71
 
72
  ```bibtex
 
76
  journal={arXiv preprint arXiv:2502.13407},
77
  year={2025}
78
  }
79
+ ```
80
 
81
  ### License
82
 
 
 
83
  The JL1-CD dataset is licensed under the **MIT License**, allowing users to freely use, modify, and distribute the dataset.
84
 
85
  ### Contact
86
 
 
 
 
87
  For any questions or suggestions, please contact:
88
  - **Ziyuan Liu**: [email protected]
89
+
90
+ ---
91
+
92
+ ## 数据集描述 (中文)
93
+
94
+ ### 概述
95
+
96
+ **JL1-CD** 是一个用于遥感图像变化检测(Change Detection, CD)的大规模、亚米级、全要素开源数据集。该数据集包含 5,000 对 512×512 像素的卫星图像,分辨率为 0.5 至 0.75 米,覆盖了中国多个地区的多种地表变化类型。JL1-CD 不仅包含常见的人为变化(如建筑物、道路),还涵盖了自然变化(如森林、水体、草地等)。该数据集旨在为变化检测算法提供一个全面的基准测试平台。
97
+
98
+ ### 数据集结构
99
+
100
+ - **图像对数量**:5,000 对
101
+ - **图像尺寸**:512×512 像素
102
+ - **分辨率**:0.5 至 0.75 米
103
+ - **变化类型**:人为变化(如建筑物、道路)和自然变化(如森林、水体、草地)
104
+ - **数据集划分**:4,000 对用于训练,1,000 对用于测试
105
+
106
+ ### 数据集特点
107
+
108
+ - **高分辨率**:提供丰富的��间信息,便于视觉解释。
109
+ - **综合性**:涵盖多种变化类型,提升算法的泛化能力。
110
+ - **开源**:数据集完全开源,支持研究社区的使用和改进。
111
+
112
+ ### 使用方式
113
+
114
+ JL1-CD 数据集可用于训练和评估遥感图像变化检测模型。数据集中的图像对包含两个时间点的图像以及对应的像素级变化标签。用户可以使用该数据集来开发、测试和优化变化检测算法。
115
+
116
+ ### 基准结果
117
+
118
+ 论文中提出的 **多教师知识蒸馏框架(MTKD)** 在 JL1-CD 数据集上取得了最新的 state-of-the-art (SOTA) 结果。实验表明,MTKD 框架显著提升了多种网络架构和参数规模的变化检测模型的性能。
119
+
120
+ ### 引用
121
+
122
+ 如果您使用 JL1-CD 数据集,请引用以下论文:
123
+
124
+ ```bibtex
125
+ @article{liu2025jl1,
126
+ title={JL1-CD: A New Benchmark for Remote Sensing Change Detection and a Robust Multi-Teacher Knowledge Distillation Framework},
127
+ author={Liu, Ziyuan and Zhu, Ruifei and Gao, Long and Zhou, Yuanxiu and Ma, Jingyu and Gu, Yuantao},
128
+ journal={arXiv preprint arXiv:2502.13407},
129
+ year={2025}
130
+ }
131
+ ```
132
+
133
+ ### 许可证
134
+
135
+ JL1-CD 数据集采用 **MIT License**,允许用户自由使用、修改和分发数据集。
136
+
137
+ ### 联系方式
138
+
139
+ 如有任何问题或建议,请联系:
140
+ - **刘子源**: [email protected]