Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,77 @@ language:
|
|
| 9 |
- en
|
| 10 |
size_categories:
|
| 11 |
- 1K<n<10K
|
| 12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- en
|
| 10 |
size_categories:
|
| 11 |
- 1K<n<10K
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# LEVIR-MCI-Trees
|
| 15 |
+
## Overview
|
| 16 |
+
LEVIR-MCI-Trees is a curated subset of the LEVIR-MCI dataset specifically focused on tree cover changes in urban and peri-urban environments. This dataset supports joint change detection and captioning tasks for remote sensing imagery, containing bi-temporal image pairs with pixel-level change masks and semantic descriptions.
|
| 17 |
+
|
| 18 |
+
## Dataset Details
|
| 19 |
+
- **Source**: Filtered subset of LEVIR-MCI dataset (Liu et al., 2024)
|
| 20 |
+
- **Total Examples**: 2,305 image pairs
|
| 21 |
+
- **Spatial Resolution**: 0.5m/pixel
|
| 22 |
+
- **Image Size**: 256×256 pixels
|
| 23 |
+
- **Temporal Range**: 5-15 years between image pairs
|
| 24 |
+
- **Geographic Focus**: Urban and peri-urban areas with tree cover changes
|
| 25 |
+
|
| 26 |
+
## Dataset Splits
|
| 27 |
+
- **Training**: 1,518 examples (66%)
|
| 28 |
+
- **Validation**: 374 examples (16%)
|
| 29 |
+
- **Test**: 413 examples (18%)
|
| 30 |
+
|
| 31 |
+
## Data Format
|
| 32 |
+
Each example contains:
|
| 33 |
+
- **Bi-temporal image pairs**: Two RGB images (Image A and Image B) captured at different time points
|
| 34 |
+
- **Change mask**: Binary/multi-class segmentation mask highlighting changes to roads and buildings
|
| 35 |
+
- **Captions**: Five human-annotated captions describing the observed changes from varying perspectives
|
| 36 |
+
|
| 37 |
+
## Filtering Criteria
|
| 38 |
+
Examples are selected from LEVIR-MCI based on caption content. An image pair is included if at least one of its five captions contains tree-related keywords: 'tree', 'trees', 'wood', 'woods', 'woodland', 'wooded', 'forest', 'forests', 'jungle', or 'jungles'.
|
| 39 |
+
|
| 40 |
+
## Key Characteristics
|
| 41 |
+
- **Change Coverage**: Mean 15.28%, maximum 72.79% of image area
|
| 42 |
+
- **Annotation Focus**: Pixel-level annotations for roads and buildings (not trees directly)
|
| 43 |
+
- **Caption Style**: Concise descriptions with diverse vocabulary and varied perspectives
|
| 44 |
+
- **Object Geometry**: Regular geometric patterns characteristic of urban infrastructure and managed landscapes
|
| 45 |
+
- **Image Quality**: High-resolution imagery suitable for fine-grained analysis
|
| 46 |
+
|
| 47 |
+
## Use Cases
|
| 48 |
+
- Remote sensing change detection in urban environments
|
| 49 |
+
- Change captioning and description generation
|
| 50 |
+
- Multi-task learning for vision-language models
|
| 51 |
+
- Benchmarking model performance on high-resolution imagery
|
| 52 |
+
- Urban forest monitoring and tree cover analysis
|
| 53 |
+
- Training and evaluating interactive remote sensing agents
|
| 54 |
+
|
| 55 |
+
## Limitations
|
| 56 |
+
- Change masks only annotate roads and buildings, not tree cover changes directly
|
| 57 |
+
- Limited to high-resolution imagery (0.5m/pixel)
|
| 58 |
+
- Fixed image size of 256×256 pixels
|
| 59 |
+
- Urban-focused context may not represent natural forest environments
|
| 60 |
+
- Variable temporal spans between image pairs (5-15 years)
|
| 61 |
+
|
| 62 |
+
## Citation
|
| 63 |
+
If you use this dataset, please cite:
|
| 64 |
+
```bibtex@article{brock2024forestchat,
|
| 65 |
+
title={Forest-Chat: Adapting Vision-Language Agents for Interactive Forest Change Analysis},
|
| 66 |
+
author={Brock, James and Zhang, Ce and Anantrasirichai, Nantheera},
|
| 67 |
+
journal={Ecological Informatics},
|
| 68 |
+
year={2024}
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
@article{liu2024changeagent,
|
| 72 |
+
title={Change-Agent: Towards Interactive Comprehensive Remote Sensing Change Interpretation and Analysis},
|
| 73 |
+
author={Liu, Chenyang and Chen, Keyan and Zhang, Haotian and Qi, Zipeng and Zou, Zhengxia and Shi, Zhenwei},
|
| 74 |
+
journal={IEEE Transactions on Geoscience and Remote Sensing},
|
| 75 |
+
year={2024}
|
| 76 |
+
}
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
## License
|
| 80 |
+
MIT License - Academic re-use purpose only
|
| 81 |
+
|
| 82 |
+
## Contact
|
| 83 |
+
For questions or issues regarding this dataset, please contact:
|
| 84 |
+
- James Brock: james.brock@bristol.ac.uk
|
| 85 |
+
- School of Computer Science, University of Bristol
|