ConceptioArchivearXiv CS
arXiv CSopen access

Integrating national forest inventory, airborne lidar, and satellite imagery for wall-to-wall mapping of forest structure with computer vision

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
machine learning, deep learning, neural networks

Integrating national forest inventory, airborne lidar, and satellite imagery for wall-to-wall mapping of forest structure with computer vision

arXiv:2606.20291v1 [cs.LG] 18 Jun 2026

Luke J. Zachmann, David D. Diaz∗ , Vincent A. Landau, Chelsey Walden-Schreiner, Tony Chang, Nathan E. Rutenbeck, Katharyn A. Duffy, Kiarie Ndegwa, Andreas Gros† , Scott Conway, Guy Bayes† Vibrant Planet Public Benefit Corporation, Truckee, CA, USA April 2026

Abstract Remote sensing is increasingly relied upon to deliver actionable science for forest and wildfire risk management across large landscapes. Wall-to-wall, annually updated maps are a persistent need for effective forest management. Many planning systems and data collections combine disparate data sources with different purposes, vintages, and prediction quality, which leads to confounding behavior in operational planning systems. We introduce the VibrantForests framework, developed and applied to map forest attributes and provide a coherent foundation for effective forest and wildfire planning. VibrantForests includes a satellite-based forest structure model trained on lidar-derived samples and applied across the contiguous United States to concurrently generate estimates of canopy cover, canopy height, aboveground live tree biomass, basal area, and quadratic mean diameter at 10-meter resolution. We demonstrate predictive capability spanning the full spectrum of forest conditions ranging from sparse-canopy/lowbiomass to dense-canopy/high-biomass. Results show that our model extends the range at which saturation is commonly encountered in comparable passive-sensor models, and reduces regression-to-mean behavior that commonly produces overestimation of forest attributes in small/sparse conditions and underestimation in large/dense conditions. The VibrantForests framework addresses a key limitation in large-area forest and wildfire planning by delivering coherent wall-to-wall estimates of management-relevant attributes at annual cadence and 10m resolution. Keywords: forest structure, computer vision, Sentinel-2, lidar, remote sensing

1

Introduction

Forest owners, managers, and decision-makers involved in the stewardship of forest landscapes and communities around them require a broad set of metrics to effectively inform land management decisions and to monitor outcomes. The growing demand among forest managers for actionable data at scale is only tangentially addressed by significant recent private-sector investment and model-development efforts for global-scale remote sensing applications that predict a narrower set of forest attributes related to carbon storage and sequestration [1–4]. Over several years, Vibrant Planet has developed and implemented a decision support system for the assessment of wildfire risk and the land management planning [5]. The Vibrant Planet Platform is now in use across more than 177 million acres in the United States. Developers and early users of

∗ †

Corresponding author: [email protected] Work carried out while at Vibrant Planet.

the Vibrant Planet Platform commonly identified a variety of internal discrepancies and unexpected behaviors that emerged from mixing and combining datasets that had been designed by different data providers, for disparate purposes, and with inconsistent vintages and update schedules. These inconsistencies combined to produce unexpected artifacts in the data and downstream dependencies like forest treatment recommendations. To address these issues, we determined a more coherent modeling system was needed. The Vibrant Planet Platform operates at spatial scales ranging from individual forest stands to landscapes spanning hundreds or thousands of watersheds. With this in mind, we identified several core requirements for a forest structure modeling system for these use cases, including: an annual or more frequent update cadence; spatial resolution no coarser than 10-30 meters; a consistent, low-cost input data stream; and extensibility to geographies beyond the contiguous United States. We determined that publicly available satellite imagery was the optimal choice for raw input data to meet these requirements. Vibrant Planet thus undertook an effort to construct a coherent modeling framework, based primarily on globally available satellite imagery. The intended user of these data products are natural resource managers and other professionals leading wildfire risk assessments, community wildfire protection planning, and forest restoration planning. These use cases generally involve access to summaries of forest and other land attributes at the scale of forest stands or treatment areas (polygons encompassing approximately 1 to 20 hectares) rather than accessing raster data directly. This modeling framework, coined VibrantForests, has been implemented with an initial set of modeling components to estimate fundamental forest structure attributes, with subsequent model stages to estimate forest product volumes and stocking levels relative to a site’s carrying capacity. In this paper, we focus on the first stage of this modeling system: the estimation of several forest structure attributes that are fundamental to forest planning.

2

Related Work

An extensive body of research and scientific literature has emerged on the application of remote sensing for “precision forestry”, but these systems remain fundamentally constrained by cost and logistical feasibility to relatively limited geographic extents and time windows. These include very-high-resolution sensor systems like laser scanning and photogrammetry collected by airplane, drone, and ground-based crews. These sensors provide precise and valuable data, but are infeasible for regular data updates and cannot support wall-to-wall applications beyond local-to-regional projects. We focus our discussion of related work on other efforts to produce regional-to-global forest mapping products at an annual or near-annual cadence.

2.1

Multi-Output Forest Modeling Systems

In contrast to more narrowly focused models for the estimation of carbon or aboveground biomass, there are far fewer examples of wall-to-wall forest modeling systems that aim to provide the more comprehensive set of forest attributes needed for operational forest planning and landscape management (e.g., basal area, merchantable timber volume, stocking density). We are not aware of any existing data products that produce this more comprehensive set of forest structure targets at an annual cadence or with coverage that extends beyond the United States, nor any that have adopted multi-task computer vision approaches. There are two primary examples of existing data products that provide more comprehensive forest structure metrics. The long-running LANDFIRE program [6, 7] includes a large set of data 2

layers tailored for wildland fuel and fire modeling and planning with periodic updates released every 2-5 years going back to 2011. LANDFIRE has evolved to include a variety of both imputation and direct regression and classification models, and to integrate numerous data sources including field data, lidar, and satellite imagery. These data have been primarily released in the form of wall-to-wall rasters at 30m resolution. The other dataset offering more comprehensive coverage of forest attributes is TreeMap, which has provided wall-to-wall coverage of the contiguous United States (CONUS) since 2019 with predictions based on satellite imagery from 2014, 2016, 2020, and 2022 [8]. TreeMap data products are generated from a classification imputation model; it relies upon precise locations of US national forest inventory plots along with LANDSAT, climatic, and topographic features to predict the best-fitting inventory plot for each pixel [8]. The TreeMap data product is distributed with several forest attributes released as wall-to-wall rasters at 30m resolution (currently offering more than 20 raster layers via the TreeMap Explorer). To allow analysts to derive arbitrary forest metrics from the underlying data, TreeMap is also provided as a plot identifier lookup layer. This lookup layer allows analysts to crosswalk additional detailed observations from field plots to wall-to-wall rasters, and is also what enables the use of TreeMap estimates as inputs for forward modeling inventory data using growth-and-yield models such as the Forest Vegetation Simulator (FVS, [9]).

2.2

Biomass-Focused Modeling Systems

A handful of remote sensing data products have emerged that offer continental-to-global coverage of forest carbon or biomass at annual cadence and at moderate-to-high spatial resolution. These products have generally focused on the use of public satellite platforms including LANDSAT [10], and more recently using GEDI [11], although the use of private satellite data sources is also notable in several recent efforts [1–3]. The extended history of data availability from the LANDSAT archive enabled products such as the eMapR aboveground biomass dataset, which spans the contiguous USA with annual updates from 1990-2018 [12]. The spaceborne lidar platform GEDI, since its launch in 2018, has yielded partial spatial coverage with individual lidar footprints at ~25m resolution, as well as wall-to-wall aboveground biomass data product at 1-kilometer resolution [13] and has served as a source of training or validation in many newer computer vision models.

2.3

Models of Models

The limited availability of confidently-located ground-truth data is a pervasive challenge for all large-scale modeling efforts to date. Modeling teams have taken different approaches to augment the limited number of field samples to allow new models to be trained for wall-to-wall inference. For example, the GEDI program addressed a common spatial mismatch problem: actual GEDI footprints rarely coincided with field inventory plots, so the team could not directly pair observed waveforms with ground-truth biomass. Instead, they simulated GEDI-like waveforms from existing airborne lidar surveys which did overlap with field plots, and then used these synthetic waveforms alongside allometric biomass estimates from field plots as training data [13]. Within the USA, the field plots used in the GEDI training process were limited to NEON study sites and the application of allometric equations that only considered tree diameter and not height [13]. The approach of generating an intermediate model that produces more training samples for a downstream model to learn from is now a common pattern. In particular, the apparent demand for high-resolution and frequently updated maps of forest biomass has attracted new modeling efforts from the private sector where global remote sensing data are used in combination with higher

3

resolution aerial lidar to create training samples. Recent examples include [1–3] where airborne lidar-derived rasters are employed as a training target for satellite-based models. The different modeling efforts to date vary in terms of whether they adopt the attributes sensed directly by lidar (e.g., canopy height) as a training target before applying allometric models, or whether they apply an allometric model to the lidar and use the results of that prediction as new training data (e.g., training on aboveground biomass estimates directly as targets). Liu et al. [3] demonstrated the use of field observations collected by national forest inventory networks to generate allometric models that can then be applied to translate computer vision predictions of canopy height and cover to yield outputs of greater interest such as aboveground biomass (AGB). In contrast to an explicit allometric modeling stage, other projects like [1] utilize GEDI footprint-scale AGB estimates directly as training targets, essentially outsourcing the development of an allometric model by adopting the GEDI footprint-level data product as the training target for a computer vision model, which can allow the computer vision model to directly embed subtly different allometric relationships given spatial context.

3

Study Area and Data

We selected Sentinel-2 as our primary model input, as it provides cost-effective, consistent, wall-towall imagery with a high-frequency revisit cadence. To enable learning at fine spatial resolution, we generated high-fidelity training tiles over a representative subset of our target domain by training an allometric model on tabular summary statistics from national forest inventory plots. We then applied the allometric model to high resolution lidar-derived rasters to create training tiles. The flow of data and predictions through VibrantForests is illustrated in Figure 1. We leverage previously-acquired lidar data employed in the development of a computer vision model for canopy cover and height prediction using aerial imagery [14]. This prior modeling effort had a focus on Wildfire Crisis Strategy landscapes, defined by the United States Forest Service to prioritize regions at the greatest risk of severe wildfire and produced a dense sample of lidar from the western US [15] (see Figure 2).

3.1

Grid System and Extent

All incoming raster and point cloud data were reprojected to EASE Grid 2.0 North (EPSG:6931) and tiled into 2,500m × 2,500m samples (with 30m padding on each side, yielding 2,560m × 2,560m input tiles). To prevent spatial data leakage between partitions during model training and evaluation, tiles were pre-assigned to partitions based on their parent 15km × 15km grid cell (see Figure 3).

3.2

National Forest Inventory

The US Forest Service’s Forest Inventory and Analysis (FIA) program provides a systematic and spatially balanced inventory of forests across CONUS and US islands while a sparser sampling strategy is applied in Alaska [16]. The geographic expanse and diversity, sample size, and revisit frequency of the FIA network provides a robust data source for model development and validation. However, precise FIA plot locations are not available. We therefore restricted our use of FIA data to publicly-available attributes and designed our lidar-based models to operate on non-spatial tabular data only. The FIA subplot was chosen as a key sampling concept in our development of training data. The contemporary FIA plot design, which was adopted consistently nationwide beginning around the year 2000, is a cluster of four circular subplots, each with a radius of ~7.3m (24ft; Figure 4). 4

Figure 1: Data flow through the VibrantForests framework. Inputs, including lidar, FIA, and Sentinel-2 data, feed two sequential modeling stages: an allometric structure model produces spatially explicit training tiles, and the satellite-based structure model that generates wall-to-wall forest structure predictions. This paper focuses solely on these two components (the left half of the diagram). Downstream forest product and density models are shown for context but are not discussed in detail in this article. More details about these components can be found in ForestProducts and ForestDensity Model Cards. The footprint of an individual subplot covers an area of ~168m2, which is moderately larger than the size of the 100m2 pixels generated by Sentinel-2. Nevertheless, we considered subplot-level scale sufficiently similar while still providing a meaningful scale at which forest structure attributes can be reasonably summarized. By choosing to use subplots as the spatial scale for summarizing inventory data, it was possible for us to map target variables at a much finer scale and with more meaningful texture (i.e., high-resolution variation in target forest attributes) than summaries at the plot-level would have supported. Training tiles for the satellite forest structure model were created by applying an FIA-derived allometric model to high-resolution lidar-derived rasters of canopy cover and canopy height.

5

Figure 2: The geographic extent of lidar-derived training data generated across CONUS. Lidar acquisitions concentrated in the western US used in model development by [14] are complemented with a spatially balanced sample of new grid cells of lidar across CONUS, selected to match the density of forested national forest inventory plots in each ecoregion.

3.3

USGS 3DEP Lidar

Publicly-available lidar point clouds were sampled from the USGS 3DEP program [18], limited to acquisitions with a Quality Level rating of 2 or better. We processed the point clouds using the Point Data Abstraction Library (PDAL) [19, 20] to remove points classified as noise by the vendor and any points that were more than 2m below or 90m above vendor-classified ground surface. Point clouds were processed into three raster layers: a Canopy Height Model (CHM) representing maximum vegetation height at 0.5m resolution, canopy cover layers derived from height-stratified return counts at 10m resolution, and a Digital Terrain Model representing ground elevation. Canopy cover above 2m was calculated as the ratio of returns above 2m to total returns within each pixel at 10m resolution.

3.4

Sentinel-2 Imagery

The satellite forest structure model uses 12-band Sentinel-2 Level-2A surface reflectance imagery [21], specifically the Sentinel-2-C1-L2A collection distributed by Element84 [22]. We aggregated observations via a temporal pixel-wise median of cloud-masked images collected within June-JulyAugust of a given year. Individual images were masked using the Scene Classification Layer (SCL) to exclude pixels classified as no data, defective, cloud shadow, cloud probability medium, cloud probability high, or thin cirrus. This temporal median aggregation reduces transient artifacts (e.g., residual cloud contamination) and captures vegetation structure during peak growing season. Inputs from all Sentinel-2 bands were processed and resampled (nearest neighbor) to 10m resolution in the EASE grid 2.0 projection.

6

Figure 3: Spatial partitioning of 2,500m × 2,500m tiles into training (blue), validation (purple), and test (orange) sets based on 15km x 15km parent grid cells. Partitioning at the parent-cell scale mitigates data leakage between sets due to spatial autocorrelation.

Figure 4: Illustration of three distinct “conditions” delineated across the four-subplot layout of an FIA plot. Adapted from FIA documents by [17]. The footprint of the four subplots and associated macroplots combine to be considered the footprint of an FIA plot. The subplot-specific footprint is relied upon in this study as the spatial scale for inventory data extraction and creation of allometric models.

7

3.5

Pacific Northwest Field Plots

Forest plot data collected by the Bureau of Land Management (BLM; Oregon), US Forest Service (USFS; Oregon & Washington), and Washington Department of Natural Resources (DNR) from 2010 through 2018 were compiled through a combination of direct correspondence and public records requests (see Figure 5). The data include raw field measurements with plot locations, as well as tree species, diameter, height, and live/dead status among several other attributes. From the 5,089 field plots, 551 were removed from validation analyses due to the absence of co-registered lidar available at the time of data acquisition.

Figure 5: The distribution of Pacific Northwest field plots used for validation. Points in blue were collected by Washington DNR (n=2,487), points in red by US Forest Service (n=1,223), and points in orange by BLM (n=1,379). Plot sizes and sampling protocols varied among agencies, as did the dates of field data collection. In general, BLM and USFS conducted regional field campaigns to correspond with the collection of aerial lidar over specific National Forests or BLM Districts. Washington DNR collected field plot data to correspond with statewide NAIP imagery collected in 2021 that was processed using photogrammetry to generate point clouds. These data are rare examples of confidently-located plot-level forest observations in managed forest landscapes that can be used as ground-truth. We have identified several other sources of plotand stand-based measurements in managed forests, reserves, and research sites and will continue to collect and ingest additional field measurements over time to improve the diversity and depth of datasets available for model evaluation. To avoid introducing further error and bias, field plots were not grown forward with the Forest Vegetation Simulator (FVS) as had been adopted in an earlier modeling effort using these plots [17]. Re-analysis of earlier growth-and-yield simulations for these plots by [17] revealed dozens of plots near the maximum Stand Density Index boundary used by FVS where the model triggered significant mortality as it grew the plot data forward which could not be empirically validated. We thus limited the use of FVS to calculate BA, QMD, and AGB at the time of field measurement and accepted the time lag between field observations and the acquisition of imagery used in model predictions as a more consistent and interpretable source of error than growth-and-yield modeling would have added. 8

4

Methods

4.1

Allometric Forest Structure Model

The allometric forest structure model is a multi-target tabular regression pipeline that predicts forest structure attributes from vegetation structure summaries. It was not intended as a standalone inference model, but rather to generate spatially explicit training labels for the satellite forest structure model (described in Satellite Forest Structure Model). The allometric pipeline learns relationships between FIA subplot-level measurements and canopy/terrain metrics, then applies those learned relationships to lidar-derived rasters to produce training tiles at 10m resolution. The allometric forest structure model predicts three target attributes: • AGB: aboveground live tree biomass [Mg/ha] • BA: basal area of live trees [m2/ha] • QMD: quadratic mean diameter [cm] Four features are inputs to those predictions: • Cover: canopy cover [%] • Height: maximum canopy height [m] • Elevation: elevation above sea level as reported for the central subplot [m] • Ecoregion: identifier of the EPA Level IV ecoregion containing the sample 4.1.1

Architecture

The allometric forest structure model was implemented as a scikit-learn [23] pipeline with a MultiOutputRegressor of GradientBoostingRegressor instances for predicting each target attribute. 4.1.2

Data Processing

Subplot-scale training data were prepared from the FIA database and partitioned into training (n=148,262), validation (n=43,470), and testing (n=21,361) sets. We extracted subplot-scale summaries from the FIA database for all plots where live trees were observed. Selected attributes included canopy cover (CC), maximum tree height, basal area (BA), aboveground biomass (AGB), and quadratic mean diameter (QMD). Field data for all trees with diameter at breast height ≥ 1 inch observed within FIA subplot footprints were incorporated to fit an allometric model that predicted AGB, QMD, and BA as a function of field-measured canopy cover, canopy height, elevation, and ecoregion. Canopy cover is recorded for “conditions” which capture transitions between forest or land cover types across the four-subplot cluster layout in the FIA sampling design (see Figure 4). At the subplot-scale, canopy cover was calculated as a weighted average based on the proportion of the subplot covered by each condition. We calculated canopy height as the maximum height of trees observed within the subplot footprint. For elevation, we used the point estimate reported in the FIA database. The EPA Level IV ecoregion for each sample was defined using a spatial join of the fuzzed FIA plot coordinates with the EPA Level IV ecoregions layer [24]. Although fuzzed locations may result in some plots being assigned to a neighboring

9

ecoregion, allometric relationships are unlikely to shift dramatically across these boundaries, so we expect any resulting noise to be minimal. We only kept FIA samples where all live trees included in the subplot-level summary metrics could be confidently restricted to fall within the subplot footprint (and used the subplot area as the factor for expanding tree observations to an areal basis). Subplots that contained no live trees we discarded. In some regions, the FIA program employs macroplots to sample large live trees and snags. In regions where macroplots are used, subplots were discarded in cases where the distance to any tree could not be determined if the tree’s diameter was large enough such that it could have been observed outside the subplot (but within the macroplot). We relied upon archived releases of FIA databases, which included bearings and distances to measured trees to mitigate the censorship of tree locations being applied in contemporary versions of the FIA database. A total of 213,093 subplot-level samples with valid data were produced. The allometric forest structure model is implemented with a preprocessing stage including a standard scaler for numerical features (which transforms features to have a mean of zero and unit variance) and one-hot encoding for categorical features. 4.1.3

Training

The allometric forest structure model was written to allow alternative multi-output architectures to be evaluated during model fitting, including independent univariate models, a MultiOutputRegressor, and a RegressorChain. The individual models we considered were RandomForestRegressor and GradientBoostingRegressor. Model training and hyperparameter tuning was executed using grid search cross-validation to adjust base-model settings such as number of trees and depth of trees, learning rate, minimum number of samples per split and leaf node, etc. Mean squared error was used as the loss function. During cross-fold validation, the model pipeline’s performance for each hyperparameter configuration was evaluated on the validation split with per-target metrics calculated including mean absolute error, root mean squared error, and the coefficient of determination (R2 ). A MultiOutputRegressor of GradientBoostingRegressors was identified as the optimal model architecture, with hyperparameter settings of learning rate=0.05, max depth=7, max features=“sqrt”, minimum samples per leaf=4, minimum samples per split=10, number of trees=300, and subsample=0.8. 4.1.4

Inference

The allometric forest structure model was applied to lidar-derived rasters to generate training tiles for the satellite forest structure model. In this context, lidar-derived canopy-cover, canopy height, and elevation are treated as direct proxies for canopy cover, height, and elevation derived from FIA subplots. To compute subplot-scale equivalent metrics from the lidar data, we passed a circular kernel the same size as an FIA subplot over the CHM and canopy cover rasters. Within each kernel, we retrieved the maximum value of canopy height and the mean value of canopy cover. The allometric forest structure model was applied to the lidar-derived layers, along with rasterized versions of global ecoregion and biome identifiers, to estimate the modeled target forest structure attributes for each pixel at 0.5m resolution. Lidar-derived canopy height and canopy cover were then combined with high-resolution predictions of basal area, quadratic mean diameter, and aboveground biomass by the allometric forest structure model before being resampled to 10m resolution to be used as target layers for training the satellite forest structure model (see Figure 6). In contrast to [3], we apply the allometric forest structure prior to training the computer vision model. The allometric model is applied to generate predictions of additional target variables

10

Figure 6: Lidar-derived targets and satellite-based predictions for several 2560m×2560m examples. Sentinel-2 natural color image from June-August composite at left. Tiles to right of each image show targets (top) and predictions (bottom). Color bars for each target/prediction pair are shared, but ranges differ among example locations. Examples are from southern Wyoming (A), eastern North Carolina (B), south-central Washington (C), and central Mississippi (D). All examples are from the test partition. 11

across tiles, which are then used in combination with lidar-derived canopy height and cover as training targets for the multi-target satellite-based forest structure model. Rather than applying the allometric model as a post-processing step (i.e., to noisy per-pixel predictions), we used it to generate spatially continuous training targets upfront. Our intent was to allow the satellite-based computer vision model to implicitly learn allometric relationships between target variables with spatial context. This approach encourages the computer vision model to learn relationships between canopy cover, canopy height, and the target variables (AGB, BA, and QMD) that are spatially coherent, potentially differing subtly from the non-spatial relationships learned by the allometric model, which was trained only on tabular data.

4.2

Satellite Forest Structure Model

The satellite forest structure model is a multi-target regression model used to directly estimate five fundamental forest structure attributes at 10m resolution from satellite imagery: • AGB: aboveground live tree biomass [Mg/ha] • Cover: canopy cover [%] • Height: canopy height [m] • BA: basal area of live trees [m2/ha] • QMD: quadratic mean diameter [cm] Trees per hectare (TPH) and Stand Density Index (SDI) are then derived deterministically from predicted BA and QMD: TPH =

BA QMD × 0.00007854 2



SDI = TPH ×

QMD 25.4

(1)

1.605

(2)

Where: TPH = live trees per hectare BA = subplot-level basal area in live trees (m2 /ha) QMD = quadratic mean diameter (cm) π 0.00007854 = the metric forester’s constant ( 40,000 )

1.605 = Reineke’s power defining the slope of the maximum size-density relationship 25.4 = standard reference diameter (cm) 4.2.1

Architecture

The satellite forest structure model uses a Feature Pyramid Network (FPN, [25]) architecture that follows from a Vision Transformer-based Masked AutoEncoder [26]. In brief, the Masked AutoEncoder is an image transformer trained to predict missing sub-tiles of Sentinel-2 images. The bottleneck of the Masked AutoEncoder holds a compressed representation of Sentinel-2 imagery 12

that embeds spatial and spectral context information as a vector of features per image patch. After training, the Masked AutoEncoder’s encoder is utilized as a frozen feature extractor, producing multi-scale feature representations (embeddings) at multiple transformer depths. These embeddings are then supplied alongside Sentinel-2 imagery as features through the FPN with a pixel-wise regression head to predict the five forest structure attributes. The satellite forest structure model was trained on 256×256 pixel (2560×2560 meters) images, enabling the model to capture spatial patterns from local- to stand-scales. 4.2.2

Data Sources & Processing

Features The satellite forest structure model uses a seasonal mosaic of Sentinel-2 satellite imagery as its sole input. The seasonal mosaic for a given year was passed through the frozen encoder of the Masked AutoEncoder to generate embeddings at 80m resolution. Internally, the satellite forest structure model combines these embeddings with the original Sentinel-2 composite to predict forest structure attributes. Targets The satellite forest structure model was trained using tiles at 10m resolution containing a combination of lidar-derived canopy height and cover along with the allometric-predicted AGB, BA, and QMD layers described in section 4.1.4. Target variables were normalized to a [0, 1] range using min-max normalization with target-specific minimum and maximum values to ensure that all five forest structure attributes—which have different scales and ranges (e.g., AGB [0, 2936] Mg/ha range versus cover [0, 100] % range)—contribute equally to the loss during training. 4.2.3

Training

We trained the satellite forest structure model using PyTorch Lightning [27] for up to 150 epochs with early stopping based on monitored validation loss (patience of 10 epochs). The model was trained as a quantile regression model, outputting predictions for five quantile levels (0.1, 0.3, 0.5, 0.7, 0.9) for each target. This approach allows the model to explicitly learn multiple points reflected the shape of the target distribution (10th, 30th, 50th, 70th, and 90th percentiles), providing built-in uncertainty quantification. Unlike standard regression which outputs only a single point estimate (typically the mean), quantile regression can be applied to capture the shape and spread of the distribution, which is particularly useful for the right-skewed distributions of our target variables. We computed per-target losses as the average loss across all quantile levels. The final loss was computed as the average of per target losses across all five forest structure attributes. We used the AdamW optimizer [28] with a learning rate of 1e-4 with a step decay scheduler (step size of 10 epochs and gamma of 0.7), weight decay of 0.05, and betas of (0.9, 0.999). The loss was scaled based on the ratio of valid pixels to account for spatial variation in data availability. During training, we evaluated validation loss every three epochs against the validation partition. 4.2.4

Inference

Satellite forest structure outputs were generated as 256×256 pixel rasters using a sliding overlapping window approach. To eliminate edge effects, the final 15km mosaics were computed as a weighted average of overlapping tiles using a Gaussian kernel centered on each tile. This approach up-weights pixels near the tile center, where model predictions are more confident, and down-weights pixels near edges. In our reporting of model performance below, we rely upon the median (50th percentile) prediction of each forest structure attribute in each pixel.

13

4.3

Model Evaluations

Model performance is reported using Mean Absolute Error (MAE), Root Mean Squared Error (RMSE), mean bias, the coefficient of determination (R2 ), and Pearson’s r. Qualitative assessments were conducted through visual inspections of scatter plots of predicted versus observed values. We chose to evaluate the wall-to-wall predictions from the satellite forest structure model against field data based on satellite imagery collected in 2024. This vintage of imagery was chosen to leverage wall-to-wall data layers that were generated across CONUS representing 2024 forest conditions for inclusion in the Forest Innovation Platform being developed by American Forests. 4.3.1

Pacific Northwest Field Plots

Field plot measurements were compiled using the appropriate regional variant of FVS to calculate a broad suite of attributes from the raw inventory data. We did not utilize canopy cover estimates generated by FVS, which have been shown to be systematically biased compared to field-based and remote sensing methods [29]. Instead, we utilized lidar-derived estimates of canopy cover for each plot footprint from the most recent lidar collection available—if any—over each plot. As noted previously, field plots were not grown forward due to potential bias introduction, and the use of FVS was thus limited to calculate plot attributes at the time of measurement with acceptance of the time lag between field observations and the acquisition of imagery used in model predictions. 4.3.2

Regional Distributions

For evaluation data, we extracted forest structure attributes from FIA plots including both forested and non-forested plots. We chose to utilize plot-level summaries for evaluation purposes given the intended uses of model predictions at the coarser scale of management units (as opposed to focusing evaluation on noisier summaries of forest structure at the subplot scale). Forest structure attributes were set to zero where FIA plots were recorded as non-sampled due to absence of forest cover, acknowledging this omits cover by trees outside of forests and by non-tree vegetation. We aggregated wall-to-wall predictions from satellite-based model on 2024 imagery to hexagon-level means, and made comparisons with FIA observations on an all-lands basis (without filtering by land cover type). To facilitate comparison with other data providers, we included an evaluation of our forest structure predictions against the Menlove and Healey [30] AGB data layer where FIA observations from 2009-2019 were averaged to the scale of 64,000-hectare hexagons. Because Menlove and Healey [30] only summarized AGB, we also queried the FIA database for the most recent 10 years of data available (2012-2022) to evaluate hexagon-level performance for all our target variables. Hexagon assignments for each plot were based on the hexagon IDs linked to each plot in the FIA database. This query includes more recent FIA samples and additional hexagons that were not represented in the Menlove and Healey [30] dataset.

5

Results

5.1

Evaluation on Test Partition

Allometric Forest Structure. The allometric forest structure model provided reasonable predictions of AGB, QMD, and BA on FIA plots held out from training and hyperparameter tuning (see Figure 7 and Table 1). The allometric model began to lose the AGB signal in dense and tall canopies, 14

leading to under-prediction biases above 150-200 Mg/ha. Due to the rarity of AGB observations above this range, the distribution of predicted AGB values was largely consistent with observed AGB values far into the right tail of the distribution. For both BA and QMD, the allometric model tended to regress more strongly to the mean, with predictions covering a compressed distribution compared to observations. BA and QMD predictions generally showed low bias, but they tended to be flatter across the range of observed values, explained less of the variance among observations compared to AGB, and demonstrated over-prediction bias in the low range of values and under-prediction bias in the high range.

Figure 7: Allometric model performance on the FIA subplot test partition (n=43,470). Scatter plots (top) show predicted vs. observed values with the 1:1 line. The black points in each scatter plot show the average value predicted for each quantile of observations, spanning the 5th through 95th percentiles in steps of 5. Density plots (bottom) compare distributions of observed and predicted values. Table 1: Summary statistics from evaluation of the allometric model against FIA subplots in the test partition. Obs and Pred columns display the mean ± standard deviation for observations and predictions, respectively. Target

MAE

RMSE

Mean Bias

R2

Pearson’s r

Obs

Pred

AGB (Mg/ha) BA (m2/ha) QMD (cm)

47.8 9.5 7.3

79.9 13.4 9.8

14.2 1.9 -2.3

0.66 0.49 0.38

0.82 0.70 0.62

125 ± 138 24 ± 19 22 ± 12

126 ± 113 24 ± 13 22 ± 7

Satellite Forest Structure. We evaluated satellite model predictions against tiles in the test partition produced by the allometric model (see Figure 8). For every target variable, the model explained the vast majority of variation in the test tiles with very limited bias, with QMD showing the lowest R2 value at 0.78. For forest attributes detected directly by lidar, we observed strong performance at recovering lidar-derived canopy attributes: • Cover: MAE = 3.7%, R2 = 0.91 15

• Height: MAE = 1.65m, R2 = 0.89 The differences between R2 values among pixel-scale evaluations (see Figure 8) versus plot-scale evaluations (see Figure 10) highlight how relationships between Cover and Height with AGB, BA, and QMD are much more variable in ground-truth plots than are represented in the training tiles (where AGB, BA, and QMD are predicted instead of directly observed). This divergence also highlights that the performance metrics from training tiles for target attributes other than those directly sensed by lidar (i.e., Cover, Height) should not be misinterpreted as indicators of accuracy or precision for AGB, BA, or QMD predictions in real-world applications.

Figure 8: Satellite model performance on lidar-derived test tiles, shown as two-dimensional histograms with pixel values representing log-scaled counts where red is high density and blue is low density. The dashed red diagonal is the 1:1 line. The dense cluster near the origin in most panels reflects an abundance of non-forested pixels (zero AGB, BA, etc.). Performance metrics are inset in each panel. High R2 reflects ability of the satellite model to explain variation in allometric model predictions, not direct accuracy against field plots (see Evaluation on Pacific Northwest Field Plots).

5.2

Evaluation on Pacific Northwest Field Plots

Allometric Forest Structure. Error in the underlying allometric model employed to generate the training tiles propagates into the satellite model. When we evaluated how well the training tiles compared to the independent field inventory plots which were not used to fit the allometric model (see Figure 9), we observed slight overprediction biases for AGB, Height, and BA. We observed tighter correspondence between QMD for field observations and training tiles than we did for predictions by the satellite model against these field plots, but the correlation was still the weakest among all the target variables. Satellite Forest Structure. We found strong correspondence between observed and predicted values for AGB, Cover, Height, and BA with modest saturation effects beginning to emerge around 450 Mg/ha for AGB, 40m for height, and 80% canopy cover (see Figure 10 and Table 2). The density curves of predictions and field plot observations show that satellite model-generated predictions spanning the full range of observed values, including very high biomass and very tall canopy conditions. The effects of the time lag between field observations (2010-2018) and forest structure predictions (2024) were evident in many plots that are likely to have been disturbed since the time of field measurement. These plots are visible along the x-axis in the top row of graphs in Figure 10 where near-zero predictions were made in 2024 but where observed forest attributes from 2010-2018 were substantially larger. The satellite forest structure model showed limited ability to discern the variation in average tree diameter (QMD). The density plot for QMD showed model predictions biased toward the mean with a distribution compressed toward the mean of the distribution of observed QMD. This pattern becomes even more pronounced when BA and QMD are combined to derive TPH, indicating that 16

Figure 9: Plot-level evaluation of lidar-derived training tiles against independent Pacific Northwest field plots not used in allometric model fitting (n=1,086). Scatter plots (top) show the values in training tiles (“Predicted”) where co-located field inventory plots (“Observed”) exist. The black points show mean predicted values for each quantile of observations (5th-95th percentile, step=5). Density plots (bottom) compare the distributions of predicted and observed values across all plots. Slight overprediction biases for AGB, Height, and BA represent a source of systematic error inherited by the satellite model from the allometric model, since these tiles serve as training targets.

Figure 10: Overall performance of satellite forest structure model on independent field observations (n=4,538). The black points in each scatter plot show the average value predicted for each quantile of observations, spanning the 5th through 95th percentiles in steps of 5. the satellite forest structure model is not able to precisely detect tree diameters and stem densities across landscapes to the same degree that is apparent for AGB, BA, Height, and Cover predictions. Summary statistics (see Table 2) confirmed limited bias (averaging less than 10% of mean observed values for AGB, 5% of mean observed values for BA, and 1% of observed mean values for Cover and Height) and modest correlations between observations and predictions. R2 was low across predicted structure attributes, highlighting the amount of noise and error involved with plot-level comparisons even when reasonable correlations between observations and predictions (Pearson’s r) were found.

17

Table 2: Summary statistics for plot-scale evaluation of satellite forest structure estimates 2024 against field plots (2010-2018). Obs and Pred columns display the mean ± 1 standard deviation for Observed and Predicted values, respectively.

5.3

Target

MAE

RMSE

Mean Bias

R2

Pearson’s r

Obs

Pred

AGB (Mg/ha) Cover (%) Height (m) BA (m2/ha) QMD (cm)

149.9 13.4 7.6 19.9 12.8

218.1 22.0 10.6 27.4 17.7

+37.6 -1.5 -0.3 +1.8 -4.8

0.17 0.02 0.25 0.24 0.10

0.60 0.54 0.63 0.57 0.43

270 ± 239 75 ± 22 29 ± 12 44 ± 32 34 ± 19

307 ± 243 74 ± 23 29 ± 12 46 ± 27 29 ± 11

Regional Distributions

Allometric Forest Structure. We aggregated residuals for predictions on FIA subplots within the test partition to the scale of 64,000ha hexagons for visualization of the spatial variation in model bias (see Figure 11). We did not observe any substantial geographic concentrations of overor under-prediction biases for any of the allometric model’s targets, but rather observed a mixture of over- and under-predictions across the hexagons.

Figure 11: Geographic distribution of allometric model bias on FIA test-partition subplots evaluated at the scale of 64,000 hectare hexagons (n=6,643). Red hexagons indicate overprediction, while blue indicate underprediction. The absence of obvious geographic clustering suggests the allometric model does not exhibit systematic regional biases.

Satellite Forest Structure. Regional evaluations against FIA observations at the scale of 64,000ha hexagons provided additional evidence of low bias (see Figures 12 and 13), and revealed limited geographic concentrations of bias, suggesting no systematic regional deficiencies in model reliability. We noticed a modest tendency to overpredict AGB in the Central Valley of southern California and a smaller underprediction bias for AGB along the Appalachian Mountains of the eastern USA. We suspect the underprediction biases observed along the northern borders of Michigan and Minnesota are artifacts of hexagons that are dominated by water because high proportions of water cover result in lower model predictions when summarizing to the hexagon level. All other target variables had a similar pattern to what was observed for AGB. We noticed a tendency for the model to produce Cover and Height averages at regional scales that were modestly lower than the FIA observations (see Table 3). Similar to the plot-scale evaluations, we noticed QMD predictions were relatively less sensitive and precise.

18

Figure 12: Comparison of satellite based AGB predictions (2024) with hexagon-level FIA observations from [30] (2009-2019). Top left: wall-to-wall AGB predictions across CONUS. Bottom left: difference map (VibrantForests minus FIA), with green indicating overprediction and magenta underprediction. Right: scatter plot of hexagon-level averages (summary statistics inset). The strong agreement (R2 =0.84, Pearson’s r=0.92) across the full range of observed values demonstrates low regional bias, with the exception of modest overprediction in the Central Valley of California and underprediction along the Appalachians, and edge effects apparent along the land border with water among the Lake States.

Figure 13: Hexagon-level (64,000 ha) comparisons between satellite-based (2024) predictions and FIA observations (2012–2022) for all five target variables (n=12,604 hexagons). Points near the 1:1 line indicate low regional bias. QMD is a notable exception, with predictions compressed toward higher values relative to the observed range, consistent with the model’s limited sensitivity to stem diameter discussed in Section 5.2.

19

Table 3: Summary statistics for region-scale evaluation of satellite based estimates for 2024 against FIA (2012-2022). Obs and Pred columns depict the mean ± standard deviation for the observed and predicted attributes, respectively.

6

Target

MAE

RMSE

Mean Bias

R2

Pearson’s r

Obs

Pred

AGB (Mg/ha) Cover (%) Height (m) BA (m2/ha) QMD (cm)

15.9 7.1 2.7 2.8 6.6

26.6 11.5 4.6 4.5 7.6

-2.37 -3.90 -1.85 -0.54 +5.91

0.78 0.77 0.76 0.77 -0.13

0.90 0.91 0.93 0.89 0.76

41.6 ± 56.4 22.3 ± 24.1 8.4 ± 9.5 8.0 ± 9.4 7.4 ± 7.2

39.2 ± 42.1 18.4 ± 18.0 6.6 ± 6.5 7.4 ± 7.2 13.3 ± 4.2

Discussion

Despite the fact that we expect some bias to be inherited by the satellite model from the upstream allometric model, the patterns of biases that were observed when evaluating the allometric model predictions against the FIA test partition were not observed when satellite predictions were evaluated against the lidar training tiles nor against confidently-located field plots in the Pacific Northwest. We suspect the difference in how canopy cover and height are derived from the FIA plots versus lidar data contribute to this shift. Regardless of the mechanism, the outcome was favorable: the saturation pattern for AGB observed in the allometric model at 150-250 Mg/ha (see Figure 7) appears to be have been pushed substantially outward to 450-500 Mg/ha in both the lidar-derived training tiles (see Figure 9) and satellite predictions (see Figure 10) when evaluated against the Pacific Northwest field inventory plots. As these models are applied to increasingly larger spatial extents, the limited prediction bias translates into very strong correspondence for the satellite based predictions with observations from the FIA program summarized at landscape scales (see Figures 12 and 13 and Table 3). When evaluation is focused on finer spatial scales (e.g., plot-level), the variance among samples of forest structure targets increases substantially (see Table 2 and Figure 10) and the amount of variation that can be explained by model predictions declines. In contrast to other computer vision models that have been trained on higher-resolution imagery to predict canopy height and cover (e.g., [1–3, 14]), we noticed relatively limited height saturation or under-prediction by our satellite model in tall canopies. While [1–3, 14] report under-estimation bias beginning in canopy heights in the 20-30m range, evaluations of our satellite forest structure model against the field-observed canopy heights in the Pacific Northwest field plots showed unbiased predictions into canopies as tall as 40m, with average under-prediction bias above this range growing to 5-10m in canopies observed to be 50m tall. The ability for our satellite forest structure model to make relatively unbiased predictions in very dense and tall canopies translates into improved sensitivity of AGB predictions in very high biomass stands. We encountered numerous instances where the satellite forest structure predicted AGB estimates above 1,000 Mg/ha. When these extremely high AGB values were initially encountered during preparation of these data for use within the Vibrant Planet Platform, these pixels were initially flagged as potential outliers during Quality Assessment. However, upon further investigation these predictions were found to correspond to groves and reserves of old growth redwoods found in well-known campgrounds and recreation maps. In addition to showing strong predictive performance in tall/dense canopies, we also observed that the satellite forest structure model was capable of making predictions at or near zero in areas that had been disturbed, as represented by the points along the x-axis in Figure 10 where predictions are near zero but observations were substantially greater than zero at the time of field observation. 20

Although the satellite forest structure model was not explicitly trained to detect disturbance or to produce time series estimates, its sensitivity to these occurrences is promising for future work, and has been reinforced by recent observations in operational use with the Vibrant Planet Platform in fire-scars and harvested areas. In general, we found the satellite forest structure model was able to predict core forest structure attributes with the quality needed for wildfire risk assessment and forest restoration planning at landscape scale. Although the satellite forest structure model’s predictions of QMD and TPH showed less sensitivity and explanatory power, our experience with landscape-scale planning and prioritization indicates precise estimates of these attributes are not critical. Instead, we more often observe attributes like basal area, total volume or biomass, canopy cover, and canopy height and other derived metrics like Stand Density Index or merchantable timber volume (alongside indicators of wildfire risk and mitigation potential) given stronger interest by managers and decision-makers conducting landscape-scale planning.

7

Conclusion

We introduced the VibrantForests framework and its forest structure model components being applied for multi-target quantile regression to predict canopy cover, canopy height, aboveground biomass, basal area, and quadratic mean diameter at 10m resolution from Sentinel-2 imagery. Our training data generation process incorporated direct lidar-detected features augmented by allometrically-estimated forest structure attributes (AGB, BA, QMD) to allow a computer vision model to leverage spatial context in multi-target predictions. Modeling choices include the adoption of a multi-target quantile regression loss function contributed to strong predictive performance by the satellite forest structure model extending further into the range of high-biomass and tall-canopy conditions than other satellite-based models. The satellite based model showed strong predictive ability in recovering canopy cover, height, AGB, and basal area, but it showed more limited ability to recover the drivers of variation in quadratic mean diameter. At regional scales, we observed minimal systematic bias with no significant geographic clustering of over- or under-prediction biases in any forested ecoregions. The satellite forest structure model helps address a key limitation in large-area forest and wildfire planning by delivering wall-to-wall estimates at an annual cadence and 10m resolution. These outputs serve as a backbone from which coherent downstream applications can be derived, including forest product estimation, stocking level assessments, and fuel characterization, while reducing unintended artifacts that typically emerge when data sources with varying purposes, vintages, and prediction quality are combined. VibrantForests is now being applied to equip practitioners with the reliable wall-to-wall and up-to-date information needed to make data-informed decisions about forest management and wildfire resilience across dynamic landscapes.

8

Acknowledgments

The development of these forest structure models would not have been possible without the ability to build upon a large collection of lidar data acquired and processed through contributions by many colleagues at Vibrant Planet, including Mitchell Gritts, Zoe Statman-Weil, Ryan Herring, Paige Maas, Bogdan State, Danielle Perrot, Colton Miller, Janet Wiener, and Tory Nelson. The research and development described here was supported by grant funding from the Doris Duke Foundation to American Forests for the development of the Forest Innovation Platform.

21

This material is based upon work supported by the U.S. Department of Agriculture, under agreement number NR233A750004G042, and by the USDA Forest Service, under agreement number #24-CA-11132544-064. Any opinions, findings, conclusions, or recommendations expressed in this publication are those of the author(s) and do not necessarily reflect the views of the U.S. Department of Agriculture. In addition, any reference to specific brands or types of products or services does not constitute or imply an endorsement by the U.S. Department of Agriculture for those products or services.

9

Author Contributions

Conceptualization: L.J.Z., D.D.D., T.C., and N.E.R.; Methodology: L.J.Z., D.D.D, V.A.L, and T.C.; Data curation: L.J.Z., D.D.D., V.A.L., T.C., and K.N.; Software: L.J.Z., D.D.D., and V.A.L; Visualization: D.D.D. and L.J.Z; Writing-original draft: D.D.D., L.J.Z., and C.WS.; Writing—review and editing: D.D.D., L.J.Z., C.WS., V.A.L., T.C., K.N., A.G., and N.E.R.; Supervision: T.C., A.G., and G.B.; Project administration: T.C., K.A.D., and N.E.R.; and Funding acquisition: D.D.D., K.A.D., and S.C.

22

Data Availability Several raster outputs from VibrantForests based on imagery year 2024 have been packaged for public release in the forthcoming Forest Innovation Platform. As we further pursue journal publication, we also expect to release a broader collection of raster data generated by VibrantForests through the Vibrant Planet Data Commons (www.vpdatacommons.org).

23

References [1] Christopher B. Anderson, Maxwell B. Joseph, Camile Söthe, Flávia de Souza Mendes, Thomas Maschler, Ryan C. McCarthy, Joseph Mascaro, Tara O’Shea, Amy Rosenthal, and David C. Marvin. Forest Carbon Diligence: Digital MRV for mapping forest structure and carbon stocks. Forest Ecology and Management, 612:123709, July 2026. ISSN 0378-1127. doi: 10.1016/j.foreco.2026.123709. URL https://www.sciencedirect.com/science/article/pi i/S0378112726002070. [2] Jamie Tolan, Hung-I Yang, Benjamin Nosarzewski, Guillaume Couairon, Huy V. Vo, John Brandt, Justine Spore, Sayantan Majumdar, Daniel Haziza, Janaki Vamaraju, Theo Moutakanni, Piotr Bojanowski, Tracy Johns, Brian White, Tobias Tiecke, and Camille Couprie. Very high resolution canopy height maps from RGB imagery using self-supervised vision transformer and convolutional decoder trained on aerial lidar. Remote Sensing of Environment, 300: 113888, January 2024. ISSN 0034-4257. doi: 10.1016/j.rse.2023.113888. URL https: //www.sciencedirect.com/science/article/pii/S003442572300439X. [3] Siyu Liu, Martin Brandt, Thomas Nord-Larsen, Jerome Chave, Florian Reiner, Nico Lang, Xiaoye Tong, Philippe Ciais, Christian Igel, Adrian Pascual, Juan Guerra-Hernandez, Sizhuo Li, Maurice Mugabowindekwe, Sassan Saatchi, Yuemin Yue, Zhengchao Chen, and Rasmus Fensholt. The overlooked contribution of trees outside forests to tree cover and woody biomass across Europe. Science Advances, 9(37):eadh4097, September 2023. doi: 10.1126/sciadv.adh4097. URL https://www.science.org/doi/10.1126/sciadv.adh4097. [4] Chloris Geospatial. Above-Ground Biomass (AGB) Stock and Change Product. Data Specifications, Chloris Geospatial, Boston, MA, 2026. URL https://static1.squarespace.com/ static/65ae8dc337ea664cbf34181c/t/6981db51c8bb6f5126514640/1770117969479/Data+ specifications_Chloris+Geospatial_2026.pdf. [5] Hugh Safford, Colton Miller, Danielle Perrot, Sophie Gilbert, Tyler Hoecker, Michael Koontz, Kailey Kornhauser, Matt Thompson, Joe Shannon, Nathan Rutenbeck, Joe Scott, Scott Conway, and Katharyn Duffy. A collaborative, cloud-based decision support system for structured wildfire risk mitigation planning. Ecological Modelling, 514:111464, April 2026. ISSN 0304-3800. doi: 10.1016/j.ecolmodel.2025.111464. URL https://www.sciencedirect.com/science/ar ticle/pii/S0304380025004508. [6] Matthew G. Rollins. LANDFIRE: a nationally consistent vegetation, wildland fire, and fuel assessment. International Journal of Wildland Fire, 18(3):235–249, May 2009. ISSN 1049-8001, 1448-5516. doi: 10.1071/WF08088. URL https://connectsci.au/wf/article/18/3/235/ 23183/LANDFIRE-a-nationally-consistent-vegetation. [7] Inga P. La Puma. LANDFIRE Technical Documentation. Open-File Report 2023-1045, U.S. Department of Interior, U.S. Geological Survey, Reston, VA, 2023. URL https://doi.org/10 .3133/ofr20231045. [8] Karin L. Riley, Isaac C. Grenfell, Mark A. Finney, and Jason M. Wiener. TreeMap, a treelevel model of conterminous US forests circa 2014 produced by imputation of FIA plot data. Scientific Data, 8(1):11, January 2021. ISSN 2052-4463. doi: 10.1038/s41597-020-00782-x. URL https://www.nature.com/articles/s41597-020-00782-x. Number: 1.

24

[9] Nicholas L. Crookston and Gary E. Dixon. The Forest Vegetation Simulator: A review of its structure, content, and applications. Computers and Electronics in Agriculture, 49(1):60–80, 2005. doi: 10.1016/j.compag.2005.02.003. URL https://research.fs.usda.gov/treesearc h/28474. [10] Michael A. Wulder, David P. Roy, Volker C. Radeloff, Thomas R. Loveland, Martha C. Anderson, David M. Johnson, Sean Healey, Zhe Zhu, Theodore A. Scambos, Nima Pahlevan, Matthew Hansen, Noel Gorelick, Christopher J. Crawford, Jeffrey G. Masek, Txomin Hermosilla, Joanne C. White, Alan S. Belward, Crystal Schaaf, Curtis E. Woodcock, Justin L. Huntington, Leo Lymburner, Patrick Hostert, Feng Gao, Alexei Lyapustin, Jean-Francois Pekel, Peter Strobl, and Bruce D. Cook. Fifty years of Landsat science and impacts. Remote Sensing of Environment, 280:113195, October 2022. ISSN 0034-4257. doi: 10.1016/j.rse.2022.113195. URL https://www.sciencedirect.com/science/article/pii/S0034425722003054. [11] Ralph Dubayah, James Bryan Blair, Scott Goetz, Lola Fatoyinbo, Matthew Hansen, Sean Healey, Michelle Hofton, George Hurtt, James Kellner, Scott Luthcke, John Armston, Hao Tang, Laura Duncanson, Steven Hancock, Patrick Jantz, Suzanne Marselis, Paul L. Patterson, Wenlu Qi, and Carlos Silva. The Global Ecosystem Dynamics Investigation: High-resolution laser ranging of the Earth’s forests and topography. Science of Remote Sensing, 1:100002, June 2020. ISSN 2666-0172. doi: 10.1016/j.srs.2020.100002. URL https://www.sciencedirect.co m/science/article/pii/S2666017220300018. [12] Robert E. Kennedy, Janet Ohmann, Matt Gregory, Heather Roberts, Zhiqiang Yang, David M. Bell, Van Kane, M. Joseph Hughes, Warren B. Cohen, Scott Powell, Neeti Neeti, Tara Larrue, Sam Hooper, Jonathan Kane, David L. Miller, James Perkins, Justin Braaten, and Rupert Seidl. An empirical, integrated forest biomass monitoring system. Environmental Research Letters, 13(2):025004, February 2018. ISSN 1748-9326. doi: 10.1088/1748-9326/aa9d9e. URL https://dx.doi.org/10.1088/1748-9326/aa9d9e. [13] Laura Duncanson, James R. Kellner, John Armston, Ralph Dubayah, David M. Minor, Steven Hancock, Sean P. Healey, Paul L. Patterson, Svetlana Saarela, Suzanne Marselis, Carlos E. Silva, Jamis Bruening, Scott J. Goetz, Hao Tang, Michelle Hofton, Bryan Blair, Scott Luthcke, Lola Fatoyinbo, Katharine Abernethy, Alfonso Alonso, Hans-Erik Andersen, Paul Aplin, Timothy R. Baker, Nicolas Barbier, Jean Francois Bastin, Peter Biber, Pascal Boeckx, Jan Bogaert, Luigi Boschetti, Peter Brehm Boucher, Doreen S. Boyd, David F. R. P. Burslem, Sofia CalvoRodriguez, Jérôme Chave, Robin L. Chazdon, David B. Clark, Deborah A. Clark, Warren B. Cohen, David A. Coomes, Piermaria Corona, K. C. Cushman, Mark E. J. Cutler, James W. Dalling, Michele Dalponte, Jonathan Dash, Sergio de Miguel, Songqiu Deng, Peter Woods Ellis, Barend Erasmus, Patrick A. Fekety, Alfredo Fernandez-Landa, Antonio Ferraz, Rico Fischer, Adrian G. Fisher, Antonio García-Abril, Terje Gobakken, Jorg M. Hacker, Marco Heurich, Ross A. Hill, Chris Hopkinson, Huabing Huang, Stephen P. Hubbell, Andrew T. Hudak, Andreas Huth, Benedikt Imbach, Kathryn J. Jeffery, Masato Katoh, Elizabeth Kearsley, David Kenfack, Natascha Kljun, Nikolai Knapp, Kamil Král, Martin Krůček, Nicolas Labrière, Simon L. Lewis, Marcos Longo, Richard M. Lucas, Russell Main, Jose A. Manzanera, Rodolfo Vásquez Martínez, Renaud Mathieu, Herve Memiaghe, Victoria Meyer, Abel Monteagudo Mendoza, Alessandra Monerris, Paul Montesano, Felix Morsdorf, Erik Næsset, Laven Naidoo, Reuben Nilus, Michael O’Brien, David A. Orwig, Konstantinos Papathanassiou, Geoffrey Parker, Christopher Philipson, Oliver L. Phillips, Jan Pisek, John R. Poulsen, Hans Pretzsch, Christoph Rüdiger, Sassan Saatchi, Arturo Sanchez-Azofeifa, Nuria Sanchez-Lopez, Robert Scholes, 25

Carlos A. Silva, Marc Simard, Andrew Skidmore, Krzysztof Stereńczak, Mihai Tanase, Chiara Torresan, Ruben Valbuena, Hans Verbeeck, Tomas Vrska, Konrad Wessels, Joanne C. White, Lee J. T. White, Eliakimu Zahabu, and Carlo Zgraggen. Aboveground biomass density models for NASA’s Global Ecosystem Dynamics Investigation (GEDI) lidar mission. Remote Sensing of Environment, 270:112845, March 2022. ISSN 0034-4257. doi: 10.1016/j.rse.2021.112845. URL https://www.sciencedirect.com/science/article/pii/S0034425721005654. [14] Tony Chang, Kiarie Ndegwa, Andreas Gros, Vincent A. Landau, Luke J. Zachmann, Bogdan State, Mitchell A. Gritts, Colton W. Miller, Nathan E. Rutenbeck, Scott Conway, and Guy Bayes. VibrantVS: A High-Resolution Vision Transformer for Forest Canopy Height Estimation. Remote Sensing, 17(6):1017, January 2025. ISSN 2072-4292. doi: 10.3390/rs17061017. URL https://www.mdpi.com/2072-4292/17/6/1017. Number: 6. [15] USFS. Confronting the Wildfire Crisis: Initial Landscape Investments to Protect Communities and Improve Resilience in America’s Forests. Technical Report FS-1187d, U.S. Department of Agriculture, Forest Service, April 2022. URL https://www.fs.usda.gov/sites/default/fi les/fs_media/fs_document/WCS-Initial-Landscapes.pdf. [16] Andrew N. Gray, Thomas J. Brandeis, John D. Shaw, William H. McWilliams, and Patrick Miles. Forest Inventory and Analysis Database of the United States of America (FIA). In: Dengler, J.; Oldeland, J.; Jansen, F.; Chytry, M.; Ewald, J., Finckh, M.; Glockler, F.; LopezGonzalez, G.; Peet, R. K.; Schaminee, J .H. J., eds. Vegetation databases for the 21st century. Biodiversity and Ecology. 4: 225-231., pages 225–231, 2012. doi: 10.7809/b-e.00079. URL https://research.fs.usda.gov/treesearch/42183. [17] David Daniel Diaz. Leveraging Open Data to Support Forest Mapping, Modeling, and Policy Analysis in the Pacific Northwest, USA. Ph.D. Dissertation, University of Washington, Seattle, WA, February 2024. URL http://hdl.handle.net/1773/51176. [18] USGS. USGS 3DEP LiDAR Point Clouds, 2026. URL https://registry.opendata.aws/us gs-lidar/. [19] Howard Butler, Bradley Chambers, Preston Hartzell, and Craig Glennie. PDAL: An open source library for the processing and analysis of point clouds. Computers & Geosciences, 148:104680, March 2021. ISSN 00983004. doi: 10.1016/j.cageo.2020.104680. URL https: //linkinghub.elsevier.com/retrieve/pii/S0098300420306518. [20] Howard Butler, Andrew Bell, Michael P. Gerlek, chambbj, Pete Gadomski, Connor Manning, Mateusz Łoskot, Bas Couwenberg, Norman Barker, Paul Ramsey, Even Rouault, Julia Dark, Kyle Mann, Guilhem Villemin, Nicolas Chaulet, Claire Foster, Michael Rosen, Ogi Moore, Scott Lewis, Grigory, Kirk McKelvey, Martin Dobias, Isaac Bell, Michael D. Smith, Bram, xantares, Vicky Vergara, Robert Coup, and Kristian Evers. PDAL/PDAL: 2.8.3, December 2024. URL https://zenodo.org/doi/10.5281/zenodo.2616780. [21] M. Drusch, U. Del Bello, S. Carlier, O. Colin, V. Fernandez, F. Gascon, B. Hoersch, C. Isola, P. Laberinti, P. Martimort, A. Meygret, F. Spoto, O. Sy, F. Marchese, and P. Bargellini. Sentinel-2: ESA’s Optical High-Resolution Mission for GMES Operational Services. Remote Sensing of Environment, 120:25–36, May 2012. ISSN 0034-4257. doi: 10.1016/j.rse.2011.11.026. URL https://www.sciencedirect.com/science/article/pii/S0034425712000636. [22] Element84. Earth Search STAC API, April 2026. URL https://github.com/Element84/ear th-search. original-date: 2023-05-09T02:21:20Z. 26

[23] Fabian Pedregosa, Gaël Varoquaux, Alexandre Gramfort, Vincent Michel, Bertrand Thirion, Olivier Grisel, Mathieu Blondel, Peter Prettenhofer, Ron Weiss, Vincent Dubourg, Jake Vanderplas, Alexandre Passos, David Cournapeau, Matthieu Brucher, Matthieu Perrot, and Édouard Duchesnay. Scikit-learn: Machine Learning in Python. The Journal of Machine Learning Research, 12(null):2825–2830, November 2011. ISSN 1532-4435. URL https://dl.a cm.org/doi/10.5555/1953048.2078195. [24] US EPA. Level III and IV Ecoregions of the Continental United States, November 2015. URL https://www.epa.gov/eco-research/level-iii-and-iv-ecoregions-continental-uni ted-states. [25] Tsung-Yi Lin, Piotr Dollar, Ross Girshick, Kaiming He, Bharath Hariharan, and Serge Belongie. Feature Pyramid Networks for Object Detection. In 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 936–944, Honolulu, HI, July 2017. IEEE. ISBN 978-1-5386-0457-1. doi: 10.1109/CVPR.2017.106. URL http://ieeexplore.ieee.org/docu ment/8099589/. [26] Kaiming He, Xinlei Chen, Saining Xie, Yanghao Li, Piotr Dollar, and Ross Girshick. Masked Autoencoders Are Scalable Vision Learners. In 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 15979–15988, New Orleans, LA, USA, June 2022. IEEE. ISBN 978-1-6654-6946-3. doi: 10.1109/CVPR52688.2022.01553. URL https: //ieeexplore.ieee.org/document/9879206/. [27] William Falcon, Jirka Borovec, Adrian Wälchli, Nic Eggert, Justus Schock, Jeremy Jordan, Nicki Skafte, Ir1dXD, Vadim Bereznyuk, Ethan Harris, Tullie Murrell, Peter Yu, Sebastian Præsius, Travis Addair, Jacob Zhong, Dmitry Lipin, So Uchida, Shreyas Bapat, Hendrik Schröter, Boris Dayma, Alexey Karnachev, Akshay Kulkarni, Shunta Komatsu, Martin.B, Jean-Baptiste SCHIRATTI, Hadrien Mary, Donal Byrne, Cristobal Eyzaguirre, Cinjon, and Anton Bakhtin. PyTorchLightning/pytorch-lightning: 0.7.6 release, May 2020. URL https: //zenodo.org/record/3828935. [28] Ilya Loshchilov and Frank Hutter. Decoupled Weight Decay Regularization. In ICLR 2019, September 2018. URL https://openreview.net/forum?id=Bkg6RiCqY7. [29] Andrew N. Gray, Anne C.S. McIntosh, Steven L. Garman, and Michael A. Shettles. Predicting canopy cover of diverse forest types from individual tree measurements. Forest Ecology and Management, 501:119682, December 2021. ISSN 03781127. doi: 10.1016/j.foreco.2021.119682. URL https://linkinghub.elsevier.com/retrieve/pii/S0378112721007726. [30] James Menlove and Sean P. Healey. A comprehensive forest biomass dataset for the USA allows customized validation of remotely sensed biomass estimates. Remote Sensing, 12:4141, 2020. doi: 10.3390/rs12244141. URL https://research.fs.usda.gov/treesearch/63383.

27

Record · ID 290600 · SHA-256 73ebb08116b9431d
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.