zhwang1 commited on
Commit
71a3d3d
·
verified ·
1 Parent(s): 88350db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +210 -3
README.md CHANGED
@@ -1,3 +1,210 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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**.](https://neurips.cc/virtual/2025/loc/san-diego/poster/121794)
30
+
31
+ ## Dataset Description
32
+
33
+ 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.
34
+
35
+ 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.
36
+
37
+ ## Dataset Summary
38
+
39
+ TreeFinder includes:
40
+
41
+ - **1,000 sites** across the 48 contiguous U.S. states
42
+ - **23,000+ hectares** of high-resolution NAIP imagery
43
+ - **0.6 m spatial resolution** aerial imagery with 4 spectral channels: RGB + NIR
44
+ - **20,000+ manually annotated individual dead trees**
45
+ - **Pixel-level segmentation masks** for dead tree crowns
46
+ - **ML-ready image patches** tiled into `224 × 224` samples
47
+ - **Ecological metadata** including geographic location, climate zone, and forest type
48
+ - **Benchmark settings** for evaluating in-domain performance and domain generalization
49
+
50
+ ## Supported Tasks
51
+
52
+ TreeFinder supports the following machine learning tasks:
53
+
54
+ - Individual dead tree segmentation
55
+ - Binary semantic segmentation
56
+ - Remote sensing image segmentation
57
+ - Domain generalization across ecological and geographic conditions
58
+ - Benchmarking foundation models and task-specific segmentation models for environmental monitoring
59
+
60
+ ## Dataset Structure
61
+
62
+ Each sample contains a high-resolution NAIP image patch, a corresponding binary segmentation mask, and associated metadata.
63
+
64
+ A typical sample contains:
65
+
66
+ ```python
67
+ {
68
+ "image": "path/to/image_patch.tif",
69
+ "mask": "path/to/mask_patch.tif",
70
+ "site_id": "...",
71
+ "patch_id": "...",
72
+ "latitude": ...,
73
+ "longitude": ...,
74
+ "state": "...",
75
+ "climate_zone": "...",
76
+ "tree_type": "...",
77
+ "split": "train/validation/test"
78
+ }
79
+ ```
80
+
81
+ The imagery contains four channels:
82
+
83
+ ```text
84
+ Red, Green, Blue, Near-Infrared
85
+ ```
86
+
87
+ The segmentation mask is binary:
88
+
89
+ ```text
90
+ 0 = background
91
+ 1 = dead tree
92
+ ```
93
+
94
+ ## Data Sources
95
+
96
+ 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.
97
+
98
+ 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.
99
+
100
+ ## Dataset Splits
101
+
102
+ TreeFinder provides ML-ready splits for model training and evaluation. The dataset supports both standard supervised learning and domain generalization evaluation.
103
+
104
+ Recommended split types include:
105
+
106
+ - **Random split**: standard train/validation/test evaluation
107
+ - **Cross-region split**: training and testing across different U.S. regions
108
+ - **Cross-climate split**: evaluation under Köppen–Geiger climate domain shifts
109
+ - **Cross-forest-type split**: evaluation across dominant forest type groups
110
+
111
+ Please refer to the accompanying benchmark configuration scripts for the exact split definitions in our codebase.
112
+
113
+ ## Metadata
114
+
115
+ Each image patch is enriched with ecological and geographic metadata, including:
116
+
117
+ - Geographic coordinates
118
+ - U.S. state
119
+ - Site identifier
120
+ - Köppen–Geiger climate zone
121
+ - Primary tree type derived from USDA Forest Service maps
122
+
123
+ These metadata enable controlled evaluation under realistic ecological domain shifts, such as:
124
+
125
+ - East-to-West transfer
126
+ - Humid-to-arid climate transfer
127
+ - Conifer-to-broadleaf forest transfer
128
+ - Cross-biome generalization
129
+
130
+ ## Benchmark Models
131
+
132
+ TreeFinder includes benchmark results from representative semantic segmentation models, including both task-specific architectures and foundation-model-based approaches.
133
+
134
+ Evaluated models include:
135
+
136
+ - **U-Net**
137
+ - **DeepLabV3+**
138
+ - **ViT-based segmentation model**
139
+ - **SegFormer**
140
+ - **Mask2Former**
141
+ - **DOFA**, a multimodal foundation model trained on satellite data
142
+
143
+ These models are evaluated under both in-domain and out-of-domain settings to assess robustness across geographic, climatic, and forest-type shifts.
144
+
145
+ ## Evaluation
146
+
147
+ TreeFinder is designed for binary semantic segmentation. Recommended evaluation metrics include:
148
+
149
+ - Intersection over Union (IoU)
150
+ - F1 score / Dice coefficient
151
+ - Precision
152
+ - Recall
153
+ - Pixel accuracy
154
+
155
+ 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.
156
+
157
+ ## Intended Uses
158
+
159
+ TreeFinder is intended for research and benchmarking in:
160
+
161
+ - Individual tree mortality mapping
162
+ - Forest health monitoring
163
+ - Remote sensing image segmentation
164
+ - Ecological disturbance assessment
165
+ - Carbon cycle and forest carbon monitoring
166
+ - Wildfire risk-related vegetation analysis
167
+ - Domain generalization for environmental computer vision
168
+ - Evaluation of remote sensing foundation models
169
+
170
+
171
+ ## Ethical and Environmental Considerations
172
+
173
+ 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.
174
+
175
+ 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.
176
+
177
+ ## How to Use
178
+
179
+ Example loading workflow:
180
+
181
+ ```python
182
+ from datasets import load_dataset
183
+
184
+ dataset = load_dataset("YOUR_ORG/TreeFinder")
185
+ print(dataset)
186
+ print(dataset["train"][0])
187
+ ```
188
+
189
+ The GitHub repository is available: [https://github.com/zhwang0/treefinder]().
190
+
191
+ ## Citation
192
+
193
+ If you use TreeFinder in your research, please cite:
194
+
195
+ ```bibtex
196
+ @inproceedings{wang2025treefinder,
197
+ title = {TreeFinder: A US-Scale Benchmark Dataset for Individual Tree Mortality Monitoring Using High-Resolution Aerial Imagery},
198
+ 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},
199
+ booktitle = {Proceedings of the 39th Conference on Neural Information Processing Systems (NeurIPS 2025), Datasets and Benchmarks Track},
200
+ year = {2025}
201
+ }
202
+ ```
203
+
204
+ ## Dataset Contact
205
+
206
+ For questions, issues, or collaboration inquiries, please open an issue in the associated GitHub repository or contact the dataset authors.
207
+
208
+ ## Acknowledgements
209
+
210
+ 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.