Datasets:
Tasks:
Image Segmentation
Languages:
English
Size:
10K<n<100K
Tags:
remote-sensing
aerial-imagery
forest-monitoring
tree-mortality
dead-tree-detection
ecological-monitoring
License:
Commit ·
4ac4aaf
0
Parent(s):
Duplicate from zhwang1/TreeFinder
Browse files- .gitattributes +60 -0
- README.md +198 -0
- tile_info224_v3.csv +0 -0
- tile_info224_v3_aux.csv +0 -0
- tiles224_v3.zip +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,198 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- image-segmentation
|
| 7 |
+
tags:
|
| 8 |
+
- remote-sensing
|
| 9 |
+
- aerial-imagery
|
| 10 |
+
- forest-monitoring
|
| 11 |
+
- tree-mortality
|
| 12 |
+
- dead-tree-detection
|
| 13 |
+
- ecological-monitoring
|
| 14 |
+
- carbon-cycle
|
| 15 |
+
- wildfire-risk
|
| 16 |
+
- naip
|
| 17 |
+
- segmentation
|
| 18 |
+
- benchmark
|
| 19 |
+
- neurips-2025
|
| 20 |
+
pretty_name: TreeFinder
|
| 21 |
+
size_categories:
|
| 22 |
+
- 10K<n<100K
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
# TreeFinder: A US-Scale Benchmark Dataset for Individual Tree Mortality Monitoring Using High-Resolution Aerial Imagery
|
| 26 |
+
|
| 27 |
+
**TreeFinder** is a large-scale, high-resolution benchmark dataset for mapping individual dead trees across the contiguous United States (CONUS). The dataset is built from 0.6 m National Agriculture Imagery Program (NAIP) aerial imagery and provides pixel-level annotations of individual dead trees, ecological metadata, and benchmark evaluation settings for robust machine learning model development.
|
| 28 |
+
|
| 29 |
+
TreeFinder was accepted to the **NeurIPS 2025 Datasets & Benchmarks Track**.
|
| 30 |
+
|
| 31 |
+
**Project page**: https://github.com/zhwang0/treefinder
|
| 32 |
+
|
| 33 |
+
## Dataset Description
|
| 34 |
+
|
| 35 |
+
Tree mortality is an important indicator of forest health, carbon dynamics, ecosystem disturbance, and wildfire risk. However, existing large-scale forest monitoring products often operate at moderate spatial resolution and may miss individual tree-level mortality signals.
|
| 36 |
+
|
| 37 |
+
TreeFinder addresses this gap by providing a machine-learning-ready benchmark for individual dead tree segmentation using high-resolution aerial imagery. It is designed to support research at the intersection of computer vision, remote sensing, ecological monitoring, and carbon assessment.
|
| 38 |
+
|
| 39 |
+
## Dataset Summary
|
| 40 |
+
|
| 41 |
+
TreeFinder includes:
|
| 42 |
+
|
| 43 |
+
- **1,000 sites** across the 48 contiguous U.S. states
|
| 44 |
+
- **23,000+ hectares** of high-resolution NAIP imagery
|
| 45 |
+
- **0.6 m spatial resolution** aerial imagery with 4 spectral channels: RGB + NIR
|
| 46 |
+
- **20,000+ manually annotated individual dead trees**
|
| 47 |
+
- **Pixel-level segmentation masks** for dead tree crowns
|
| 48 |
+
- **ML-ready image patches** tiled into `224 × 224` samples
|
| 49 |
+
- **Ecological metadata** including geographic location, climate zone, and forest type
|
| 50 |
+
- **Benchmark settings** for evaluating in-domain performance and domain generalization
|
| 51 |
+
|
| 52 |
+
## Supported Tasks
|
| 53 |
+
|
| 54 |
+
TreeFinder supports the following machine learning tasks:
|
| 55 |
+
|
| 56 |
+
- Individual dead tree segmentation
|
| 57 |
+
- Binary semantic segmentation
|
| 58 |
+
- Remote sensing image segmentation
|
| 59 |
+
- Domain generalization across ecological and geographic conditions
|
| 60 |
+
- Benchmarking foundation models and task-specific segmentation models for environmental monitoring
|
| 61 |
+
|
| 62 |
+
## Dataset Structure
|
| 63 |
+
|
| 64 |
+
Each sample contains a high-resolution NAIP image patch and a corresponding binary segmentation mask.
|
| 65 |
+
|
| 66 |
+
The imagery contains four channels:
|
| 67 |
+
|
| 68 |
+
```text
|
| 69 |
+
Red, Green, Blue, Near-Infrared
|
| 70 |
+
```
|
| 71 |
+
|
| 72 |
+
The segmentation mask is binary:
|
| 73 |
+
|
| 74 |
+
```text
|
| 75 |
+
0 = background
|
| 76 |
+
1 = dead tree
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
The associated metadata is available in the .csv file.
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
## Data Sources
|
| 83 |
+
|
| 84 |
+
TreeFinder is derived from high-resolution NAIP aerial imagery covering forested regions across CONUS. Dead tree annotations were manually created and validated using expert interpretation and multi-temporal image comparison.
|
| 85 |
+
|
| 86 |
+
The dataset is intended to provide a reproducible benchmark for evaluating whether machine learning models can detect fine-scale tree mortality patterns from aerial imagery.
|
| 87 |
+
|
| 88 |
+
## Dataset Splits
|
| 89 |
+
|
| 90 |
+
TreeFinder provides ML-ready splits for model training and evaluation. The dataset supports both standard supervised learning and domain generalization evaluation.
|
| 91 |
+
|
| 92 |
+
Recommended split types include:
|
| 93 |
+
|
| 94 |
+
- **Random split**: standard train/validation/test evaluation
|
| 95 |
+
- **Cross-region split**: training and testing across different U.S. regions
|
| 96 |
+
- **Cross-climate split**: evaluation under Köppen–Geiger climate domain shifts
|
| 97 |
+
- **Cross-forest-type split**: evaluation across dominant forest type groups
|
| 98 |
+
|
| 99 |
+
Please refer to the accompanying benchmark configuration scripts for the exact split definitions in our codebase.
|
| 100 |
+
|
| 101 |
+
## Metadata
|
| 102 |
+
|
| 103 |
+
Each image patch is enriched with ecological and geographic metadata, including:
|
| 104 |
+
|
| 105 |
+
- Geographic coordinates
|
| 106 |
+
- U.S. state
|
| 107 |
+
- Site identifier
|
| 108 |
+
- Köppen–Geiger climate zone
|
| 109 |
+
- Primary tree type derived from USDA Forest Service maps
|
| 110 |
+
|
| 111 |
+
These metadata enable controlled evaluation under realistic ecological domain shifts, such as:
|
| 112 |
+
|
| 113 |
+
- East-to-West transfer
|
| 114 |
+
- Humid-to-arid climate transfer
|
| 115 |
+
- Conifer-to-broadleaf forest transfer
|
| 116 |
+
- Cross-biome generalization
|
| 117 |
+
|
| 118 |
+
## Benchmark Models
|
| 119 |
+
|
| 120 |
+
TreeFinder includes benchmark results from representative semantic segmentation models, including both task-specific architectures and foundation-model-based approaches.
|
| 121 |
+
|
| 122 |
+
Evaluated models include:
|
| 123 |
+
|
| 124 |
+
- **U-Net**
|
| 125 |
+
- **DeepLabV3+**
|
| 126 |
+
- **ViT-based segmentation model**
|
| 127 |
+
- **SegFormer**
|
| 128 |
+
- **Mask2Former**
|
| 129 |
+
- **DOFA**, a multimodal foundation model trained on satellite data
|
| 130 |
+
|
| 131 |
+
These models are evaluated under both in-domain and out-of-domain settings to assess robustness across geographic, climatic, and forest-type shifts.
|
| 132 |
+
|
| 133 |
+
## Evaluation
|
| 134 |
+
|
| 135 |
+
TreeFinder is designed for binary semantic segmentation. Recommended evaluation metrics include:
|
| 136 |
+
|
| 137 |
+
- Intersection over Union (IoU)
|
| 138 |
+
- F1 score / Dice coefficient
|
| 139 |
+
- Precision
|
| 140 |
+
- Recall
|
| 141 |
+
- Pixel accuracy
|
| 142 |
+
|
| 143 |
+
Because dead trees are sparse relative to background pixels, users are encouraged to report class-sensitive metrics such as IoU, F1, precision, and recall rather than relying only on overall accuracy.
|
| 144 |
+
|
| 145 |
+
## Intended Uses
|
| 146 |
+
|
| 147 |
+
TreeFinder is intended for research and benchmarking in:
|
| 148 |
+
|
| 149 |
+
- Individual tree mortality mapping
|
| 150 |
+
- Forest health monitoring
|
| 151 |
+
- Remote sensing image segmentation
|
| 152 |
+
- Ecological disturbance assessment
|
| 153 |
+
- Carbon cycle and forest carbon monitoring
|
| 154 |
+
- Wildfire risk-related vegetation analysis
|
| 155 |
+
- Domain generalization for environmental computer vision
|
| 156 |
+
- Evaluation of remote sensing foundation models
|
| 157 |
+
|
| 158 |
+
|
| 159 |
+
## Ethical and Environmental Considerations
|
| 160 |
+
|
| 161 |
+
TreeFinder does not contain personal or sensitive human information. The dataset is based on aerial imagery of forested landscapes and is intended for environmental monitoring and scientific research.
|
| 162 |
+
|
| 163 |
+
Potential positive impacts include improved forest health assessment, better ecological disturbance monitoring, and support for carbon and wildfire-related research. Potential risks include misuse of model outputs for unsupported operational decisions if uncertainty, domain shift, or model limitations are ignored.
|
| 164 |
+
|
| 165 |
+
## How to Use
|
| 166 |
+
|
| 167 |
+
Example loading workflow:
|
| 168 |
+
|
| 169 |
+
```python
|
| 170 |
+
from datasets import load_dataset
|
| 171 |
+
|
| 172 |
+
dataset = load_dataset("zhwang1/TreeFinder")
|
| 173 |
+
print(dataset)
|
| 174 |
+
print(dataset["train"][0])
|
| 175 |
+
```
|
| 176 |
+
|
| 177 |
+
The GitHub repository is available: [https://github.com/zhwang0/treefinder]().
|
| 178 |
+
|
| 179 |
+
## Citation
|
| 180 |
+
|
| 181 |
+
If you use TreeFinder in your research, please cite:
|
| 182 |
+
|
| 183 |
+
```bibtex
|
| 184 |
+
@inproceedings{wang2025treefinder,
|
| 185 |
+
title = {TreeFinder: A US-Scale Benchmark Dataset for Individual Tree Mortality Monitoring Using High-Resolution Aerial Imagery},
|
| 186 |
+
author = {Wang, Zhihao and Li, Cooper and Wang, Ruichen and Ma, Lei and Hurtt, George and Jia, Xiaowei and Mai, Gengchen and Li, Zhili and Xie, Yiqun},
|
| 187 |
+
booktitle = {Proceedings of the 39th Conference on Neural Information Processing Systems (NeurIPS 2025), Datasets and Benchmarks Track},
|
| 188 |
+
year = {2025}
|
| 189 |
+
}
|
| 190 |
+
```
|
| 191 |
+
|
| 192 |
+
## Dataset Contact
|
| 193 |
+
|
| 194 |
+
For questions, issues, or collaboration inquiries, please open an issue in the associated GitHub repository or contact the dataset authors.
|
| 195 |
+
|
| 196 |
+
## Acknowledgements
|
| 197 |
+
|
| 198 |
+
TreeFinder was developed to support scalable, reproducible, and ecologically grounded machine learning research for forest mortality monitoring. We thank the contributors, annotators, and collaborators who supported dataset development, validation, and benchmarking.
|
tile_info224_v3.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tile_info224_v3_aux.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tiles224_v3.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5b0e6d41667c29eb91ac549c4b317a77d6d55b416d214740662f599e45c75a2
|
| 3 |
+
size 1970236262
|