Improve dataset card: Add paper/code links, task categories, statistics, and sample usage
Browse filesThis PR significantly improves the dataset card for GTPBD by:
- Adding `task_categories: ['image-segmentation', 'object-detection']` to the metadata for better discoverability.
- Incorporating direct links to the official paper ([https://huggingface.co/papers/2507.14697](https://huggingface.co/papers/2507.14697)) and the GitHub repository ([https://github.com/Z-ZW-WXQ/GTPBD/](https://github.com/Z-ZW-WXQ/GTPBD/)) after the main dataset title.
- Integrating the detailed "Statistics" section from the GitHub README to provide more context on geographic coverage, area, and label diversity.
- Expanding the "Multi-Task Benchmarks" information by including the detailed "Tasks & Benchmarks" section from the GitHub README, which lists models and metrics for each task. The brief task list within "What's Included in `GTPBD`" has been removed to avoid redundancy.
- Adding a "Sample Usage" section with instructions on how to download the dataset using `git lfs clone`, as found in the GitHub README.
These updates aim to make the dataset more accessible, understandable, and aligned with Hugging Face Hub best practices, without altering the crucial initial announcements and licensing information provided by the original authors.
|
@@ -1,6 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
# ❗ Latest Announcement: GTPBD Dataset & Paper (Updated on October 9th, 2025)
|
| 5 |
|
| 6 |
## 🎉 NeurIPS 2025 Acceptance
|
|
@@ -46,6 +50,9 @@ You may **not** use the dataset or any part of it for commercial purposes. Pleas
|
|
| 46 |
---
|
| 47 |
# GTPBD: Global Terraced Parcel and Boundary Dataset (Updated Version)
|
| 48 |
|
|
|
|
|
|
|
|
|
|
| 49 |
We are pleased to introduce **GTPBD**, the updated and enhanced version of our global terraced agricultural parcel dataset. This release supports fine-grained segmentation, edge detection, and geospatial learning tasks across diverse, often mountainous terrains where terrace farming is practiced.
|
| 50 |
|
| 51 |
**GTPBD** (Global Terraced Parcel and Boundary Dataset) is the first fine-grained benchmark dataset tailored for agricultural parcel extraction in **global terraced regions**. Unlike prior datasets focused on flat or regular farmlands, GTPBD specifically captures **complex terrain types**, providing **multi-level annotations** and supporting **multiple remote sensing tasks**, including:
|
|
@@ -55,6 +62,14 @@ We are pleased to introduce **GTPBD**, the updated and enhanced version of our g
|
|
| 55 |
- Parcel Extraction
|
| 56 |
- Unsupervised Domain Adaptation (UDA)
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
## 📦 What's Included in `GTPBD`
|
| 59 |
|
| 60 |
The current release provides a refined subset of the dataset in `.png` format, named `GTPBD_enhenced_png`. It includes:
|
|
@@ -73,16 +88,45 @@ These metadata files allow users to reference or re-acquire the corresponding sa
|
|
| 73 |
- Parcel Mask Labels
|
| 74 |
- Pixel-Level Boundary Labels
|
| 75 |
- Instance-Level Parcel Labels
|
| 76 |
-
- **🔧 Multi-Task Benchmarks**:
|
| 77 |
-
- Semantic Segmentation
|
| 78 |
-
- Edge Detection
|
| 79 |
-
- Agricultural Parcel Extraction
|
| 80 |
-
- Unsupervised Domain Adaptation (UDA)
|
| 81 |
-
|
| 82 |
- **📑 Data augmentation for improved generalization in terraced parcel learning**:
|
| 83 |
- Images with **`rot`** in their filenames are **rotated versions** of the originals
|
| 84 |
- Images with **`flip`** in their filenames are **flipped versions** of the originals
|
| 85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
## 📑 Explanation of Directories
|
| 87 |
|
| 88 |
The **GTPBD dataset** directory structure is illustrated below:
|
|
@@ -105,9 +149,4 @@ Only **five countries** currently do **not** include the imagery due to licensin
|
|
| 105 |
- If you **require original GeoTIFF (`.tif`)** for research use, please contact us directly.
|
| 106 |
|
| 107 |
For questions, feedback, or `.tif` access support, contact:
|
| 108 |
-
📧 **zhangzhw65@mail2.sysu.edu.cn**
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
- object-detection
|
| 6 |
---
|
| 7 |
+
|
| 8 |
# ❗ Latest Announcement: GTPBD Dataset & Paper (Updated on October 9th, 2025)
|
| 9 |
|
| 10 |
## 🎉 NeurIPS 2025 Acceptance
|
|
|
|
| 50 |
---
|
| 51 |
# GTPBD: Global Terraced Parcel and Boundary Dataset (Updated Version)
|
| 52 |
|
| 53 |
+
Paper: [GTPBD: A Fine-Grained Global Terraced Parcel and Boundary Dataset](https://huggingface.co/papers/2507.14697)
|
| 54 |
+
Code: [https://github.com/Z-ZW-WXQ/GTPBD/](https://github.com/Z-ZW-WXQ/GTPBD/)
|
| 55 |
+
|
| 56 |
We are pleased to introduce **GTPBD**, the updated and enhanced version of our global terraced agricultural parcel dataset. This release supports fine-grained segmentation, edge detection, and geospatial learning tasks across diverse, often mountainous terrains where terrace farming is practiced.
|
| 57 |
|
| 58 |
**GTPBD** (Global Terraced Parcel and Boundary Dataset) is the first fine-grained benchmark dataset tailored for agricultural parcel extraction in **global terraced regions**. Unlike prior datasets focused on flat or regular farmlands, GTPBD specifically captures **complex terrain types**, providing **multi-level annotations** and supporting **multiple remote sensing tasks**, including:
|
|
|
|
| 62 |
- Parcel Extraction
|
| 63 |
- Unsupervised Domain Adaptation (UDA)
|
| 64 |
|
| 65 |
+
# Statistics
|
| 66 |
+
|
| 67 |
+
* **Geographic Coverage**: 7 major zones in China + global transcontinental regions
|
| 68 |
+
* **Area Covered**: 885 km² of annotated terraces
|
| 69 |
+
* **Label Diversity**:
|
| 70 |
+
* 3-level labels (mask, boundary, parcel)
|
| 71 |
+
* Complex topologies (shared vs. non-shared field ridges)
|
| 72 |
+
|
| 73 |
## 📦 What's Included in `GTPBD`
|
| 74 |
|
| 75 |
The current release provides a refined subset of the dataset in `.png` format, named `GTPBD_enhenced_png`. It includes:
|
|
|
|
| 88 |
- Parcel Mask Labels
|
| 89 |
- Pixel-Level Boundary Labels
|
| 90 |
- Instance-Level Parcel Labels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
- **📑 Data augmentation for improved generalization in terraced parcel learning**:
|
| 92 |
- Images with **`rot`** in their filenames are **rotated versions** of the originals
|
| 93 |
- Images with **`flip`** in their filenames are **flipped versions** of the originals
|
| 94 |
|
| 95 |
+
# Tasks & Benchmarks
|
| 96 |
+
|
| 97 |
+
### 1. Semantic Segmentation
|
| 98 |
+
|
| 99 |
+
* **Models**: U-Net, DeepLabV3, PSPNet, SegFormer, Mask2Former, etc.
|
| 100 |
+
* **Metrics**: IoU, Pixel Accuracy, F1-score, Recall, Precision
|
| 101 |
+
|
| 102 |
+
### 2. Edge Detection
|
| 103 |
+
|
| 104 |
+
* **Models**: UEAD, MuGE, PiDiNet, REAUNet-Sober
|
| 105 |
+
* **Metrics**: ODS, OIS, AP
|
| 106 |
+
|
| 107 |
+
### 3. Agricultural Parcel Extraction
|
| 108 |
+
|
| 109 |
+
* **Models**: HBGNet, SEANet, REAUNet
|
| 110 |
+
* **Metrics**: OA, IoU, F1, plus object-level:
|
| 111 |
+
* GOC (Over-Classification Error)
|
| 112 |
+
* GUC (Under-Classification Error)
|
| 113 |
+
* GTC (Total Classification Error)
|
| 114 |
+
|
| 115 |
+
### 4. Unsupervised Domain Adaptation (UDA)
|
| 116 |
+
|
| 117 |
+
* **Domains**: South (S), North (N), Global (G)
|
| 118 |
+
* **Transfers**: S → N, G → S, etc.
|
| 119 |
+
* **Methods**: Source Only, FDA, DAFormer, HRDA, PiPa
|
| 120 |
+
|
| 121 |
+
## Sample Usage
|
| 122 |
+
|
| 123 |
+
You can download the dataset directly from Hugging Face:
|
| 124 |
+
|
| 125 |
+
```bash
|
| 126 |
+
git lfs install
|
| 127 |
+
git clone https://huggingface.co/datasets/wxqzzw/GTD
|
| 128 |
+
```
|
| 129 |
+
|
| 130 |
## 📑 Explanation of Directories
|
| 131 |
|
| 132 |
The **GTPBD dataset** directory structure is illustrated below:
|
|
|
|
| 149 |
- If you **require original GeoTIFF (`.tif`)** for research use, please contact us directly.
|
| 150 |
|
| 151 |
For questions, feedback, or `.tif` access support, contact:
|
| 152 |
+
📧 **zhangzhw65@mail2.sysu.edu.cn**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|