Next Article in Journal
Extracting Alpine Shrub Using Improved Lightweight DeepLabV3+ Network
Previous Article in Journal
Spatial-Spectral Attention-Enhanced Multi-Level Wavelet-Informed Network for Hyperspectral Image Denoising
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Probabilistic Prior-Constrained Instance Reconstruction for Individual Tree Crown Segmentation in Minimally Annotated Forest Plots

College of Information Science and Technology and College of Artificial Intelligence, Nanjing Forestry University, Nanjing 210037, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2026, 18(12), 2054; https://doi.org/10.3390/rs18122054
Submission received: 6 April 2026 / Revised: 10 June 2026 / Accepted: 16 June 2026 / Published: 22 June 2026

Highlights

What are the main findings?
  • A probabilistic prior-constrained reconstruction framework treats semantic segmentation output as an interpretable canopy prior and organizes instance recovery through HCSM, support-domain-constrained recovery, and selective splitting.
  • On a single 500 × 500 m mixed conifer–broadleaf natural secondary forest plot with 306 retained reference crowns, the high-Recall VORv1 branch increases Recall from 0.369 to 0.673 over the internal R2 baseline, while the balanced E2GROW configuration achieves the highest F1_proxy with fewer predicted objects. These values quantify within-plot diagnostic behavior for the current site; independent cross-site validation remains outside the present experimental scope.
What is the implication of the main finding?
  • Meaningful instance-level crown reconstruction can be achieved under severe annotation scarcity and heavy canopy adhesion by combining semantic priors, height information, and structured object-level reasoning.
  • The framework is most applicable to annotation-scarce closed-canopy plots with a usable semantic canopy prior and height information; cross-site generalization requires multi-site validation.

Abstract

Individual tree crown (ITC) segmentation in structurally complex mixed forests remains challenging under limited annotation, uneven effective height-structure support, and severe inter-crown adhesion. Existing end-to-end instance segmentation methods often require substantial instance-level annotation, and their cross-domain transferability can degrade when applied to plots with different forest structures. This study proposes a probabilistic prior-constrained instance reconstruction framework that treats semantic segmentation output as an interpretable canopy prior and reconstructs object-level crowns through a structured post-processing pipeline. A height-aware canopy support mask (HCSM) converts the probability field into a credible operational domain through hysteresis thresholding, morphological reconstruction, and a height constraint. Constrained recovery within the support domain (E2GROW) repairs coverage deficiency through spatially bounded boundary adjustment with guard rails on area ratio and buffer distance. Selective splitting then addresses residual merge errors through branch-specific seed-guided partitioning, including an aggressive Voronoi reference branch and a more conservative LOCAL/marker-controlled watershed branch with explicit trigger and child-object filtering criteria. An instance-level evaluation loop based on Gate-3 Recall, a precision proxy, and threshold-crossing audits is used during module development as an iterative safeguard. On a single 500 × 500 m mixed conifer–broadleaf plot with 306 reference crowns retained for evaluation, the high-Recall VORv1 branch improves Recall from 0.369 to 0.673 over the internal R2 baseline produced by the semantic-prior-to-instance initialization procedure, whereas the balanced E2GROW configuration achieves the highest F1_proxy with fewer predicted objects; the overall gain originates from two distinct mechanisms: threshold-crossing boundary recovery for coverage-deficient crowns and local structural decomposition for merged crown groups. Sensitivity analysis indicates that the support-domain construction is stable across the explored parameter ranges, and that the two splitting branches realize a structural Recall–precision trade-off with no evidence of simple additive gains. The framework is modular and auditable, and its demonstrated applicability is strongest for annotation-scarce closed-canopy plots where a usable semantic canopy prior and height information are available. The reported evidence represents a single-site, within-plot methodological demonstration.

1. Introduction

Individual tree crown (ITC) delineation from high-resolution aerial images and airborne LiDAR data is a core task in forest remote sensing with significant implications for forest inventory, carbon stock estimation, biodiversity monitoring, and ecosystem management [1,2,3]. The cost of acquiring remote sensing data from UAVs and airborne LiDAR systems has significantly decreased due to the increased availability of these technologies. However, translating raw sensor observations into reliable instance-level crown maps still represents a persistent challenge, especially in structurally complex mixed forest environments [2,3].
There are three main groups of methods for ITC segmentation. The first consists of classical CHM-based methods, most notably local maximum detection [4] and marker-controlled watershed segmentation [5,6]. These methods are physically interpretable, but their robustness is strongly affected by CHM quality and parameter tuning, especially in dense mixed-species forests where uneven effective height-structure support produces gaps and block-like artifacts. The second group includes end-to-end deep learning methods, including DeepForest [7], Detectree2 [8], and recent StarDist-based variants [9]. These methods can achieve strong performance when the training and target domains are structurally similar, but their reported performance is affected by forest type, species composition, spatial resolution, and cross-site transfer conditions [10,11,12]. The third group consists of foundation model-based routes, including SAM [13] and its extensions, such as FM-SAM [14] for ITC delineation in UAV imagery and BalSAM [15] for incorporating elevation information through prompt learning. Recent tree crown studies indicate that out-of-the-box SAM-based segmentation does not necessarily outperform task-specific Mask R-CNN, and that DSM or height information can improve tree crown segmentation [15,16].
Annotation quality and evaluation protocol also influence how ITC segmentation results should be interpreted. In closed-canopy forests, manually delineated labels and annotation consistency can affect the apparent performance of deep learning models [17,18]. More broadly, object-detection and instance-segmentation benchmarks use different matching and aggregation conventions, including VOC-style IoU-threshold hit counting [19] and COCO-style multi-threshold AP [20]. These protocols can yield different conclusions on the same prediction set. In small plots with only a few hundred reference crowns, the hit status of a single crown can noticeably shift Recall, and this sensitivity is amplified when crown adhesion causes one predicted region to overlap several reference crowns.
Practical constraints encountered in real-world forestry plots are often more severe than those assumed by benchmark studies. Small plot sizes, limited annotation budgets, uneven effective height-structure support and severe canopy adhesion in structurally complex mixed conifer–broadleaf forests jointly create a setting in which large instance-level training sets are unavailable and CHM-only delineation is unstable. Semi-supervised strategies [21] and LiDAR-derived pseudo-label approaches [22] represent important routes for reducing annotation dependency on the training side, while a recent zero-shot framework uses canopy semantic segmentation as a spatial prior for instance-level delineation on the inference side [23]. The latter direction—operating directly on existing semantic outputs without enlarging the training set—remains comparatively underexplored under extremely small reference sets, severe canopy adhesion, and locally degraded CHM quality.
This study focuses on a structurally complex mixed conifer–broadleaf natural secondary forest plot with fewer than 350 manually annotated crowns, uneven effective height-structure support, and severe inter-crown adhesion. The framework is intended for high-density or closed-canopy forest plots where a semantic canopy probability field and height information are available, but dense instance-level annotation is limited. Its intended role is object-level reconstruction in annotation-scarce closed-canopy settings, and its claims are limited to this application regime. The proposed method treats the output of a semantic segmentation network as an interpretable canopy prior and builds a structured object-level reconstruction pipeline around it. The primary methodological contributions are three modules. A height-aware canopy support mask (HCSM) converts the continuous probability field into a credible operational domain through hysteresis thresholding, morphological reconstruction, and a height constraint. Constrained recovery within the support domain (E2GROW) repairs coverage deficiency through spatially bounded boundary adjustment with explicit guard rails on area ratio and buffer distance. Selective splitting addresses residual merge errors through branch-specific seed-guided partitioning, including an aggressive Voronoi reference branch and a more conservative LOCAL/MCWS branch with explicit trigger and child-object filtering criteria. An instance-level evaluation loop is used throughout module development for auditing, screening, and iterative safeguard purposes.
The rest of the manuscript is organized as follows: Section 2 describes the study area, input data, annotations, and experimental scope; Section 3 presents the probabilistic prior-constrained instance reconstruction framework and the instance-level evaluation protocol; Section 4 reports the experimental results; Section 5 discusses mechanism interpretation, methodological positioning, applicable conditions, limitations, and future directions; and Section 6 concludes the paper.

2. Study Area and Data

2.1. Study Area

The study area is Shangganling Xiushui Forest Farm, located on the southern slope of the Xiaoxing’an Mountains in northeastern China. The terrain is dominated by mountainous and hilly landforms, with slopes ranging from 5° to 25° and elevations of approximately 200–800 m above sea level. The forest is a mixed conifer–broadleaf natural secondary forest; dominant and common species include poplar, elm, Manchurian ash, larch, and black birch. The study plot covers approximately 500 × 500 m and is characterized by high species diversity, severe inter-crown adhesion and occlusion, and locally multi-layer canopy structures.

2.2. Data Acquisition and Preprocessing

Two co-registered remote sensing data sources are used. The high-resolution RGB orthomosaic was produced from UAV aerial photogrammetry. Image acquisition was performed in clear, low-wind conditions with a flight altitude of approximately 120 m above ground, an 80% forward overlap, and a 70% side overlap, resulting in an original ground sampling distance of about 0.04 m. After tie-point matching and bundle adjustment, the orthomosaic was generated and georeferenced to the WGS-84/UTM coordinate system used throughout the experiment.
The airborne laser scanning (ALS) point cloud was collected during a separate campaign over the same plot. After ground filtering with the SMRF algorithm [24], height-structure products, including CHM and HAG, were generated and aligned with the orthomosaic for joint processing. LiDAR quality is characterized here through effective structural support after rasterization, which is spatially uneven across the plot. Canopy occlusion, local gaps, and NoData propagation produce block-like artifacts and height discontinuities in parts of the CHM. DSM and COUNT were generated on the 0.05 m ROI grid, while the DTM was constructed as a 0.5 m terrain reference and then resampled and matched to the 0.05 m ROI grid for CHM derivation. CHM, HAG, and the associated validity masks were finally organized on the same 0.05 m grid as the RGB orthomosaic and manual annotations. All HCSM construction, E2GROW adjustment, selective splitting, and area-based measurements reported below refer to this common 0.05 m ROI grid.

2.3. Reference Annotations and Hyperparameter-Selection Protocol

Field data for the monitoring plot were collected on 15 November 2023. Ground-truth (GT) tree crown polygons were manually delineated in QGIS by trained interpreters using the orthomosaic and the CHM jointly, yielding 322 crowns in total. After applying the valid evaluation mask to exclude crowns outside the reliable evaluation/inference coverage, 306 crowns were retained for quantitative evaluation. Three-dimensional seed points are derived from CHM local maxima with NMS deduplication and serve as instance markers in the reconstruction pipeline.
The present experiment is a single-site methodological demonstration of the proposed reconstruction framework under annotation scarcity. Module hyperparameters for HCSM, E2GROW, and selective splitting were explored iteratively on the same plot used for the reported quantitative evaluation, guided by F1_proxy and HitDelta auditing. Consequently, the headline numbers reported in this manuscript should be read as a within-plot diagnostic characterization under the present data conditions and should not be interpreted as independent test-set performance; independent out-of-sample performance remains untested. Independent multi-site validation with spatially disjoint development and reporting subsets is identified as the principal direction for future work. All performance claims in this manuscript are restricted to the current mixed conifer–broadleaf natural secondary forest plot and to similar settings in which a usable semantic canopy prior and height information are available. Figure 1 summarizes the input data and reference annotations used throughout the experiments.

3. Methodology

3.1. Overall Framework

The proposed framework consists of three connected reconstruction modules, including HCSM construction, constrained coverage recovery, and selective splitting, built on top of a semantic canopy probability prior whose construction and quality are described in Section 3.2. During module development, an instance-level evaluation loop audits module updates, localizes harmful changes, and screens candidate refinements under Recall, Prec_proxy, F1_proxy, and HitDelta. This evaluation loop serves as an iterative safeguard. The semantic segmentation backbone uses DeepLabV3+ [25] without architectural modification. The probability field is treated as a continuously adjustable interpretable prior. Seeds are extracted from CHM local maxima [4] with NMS deduplication [26] and serve as instance initialization markers and split-trigger evidence. Throughout the experiments, the R2 baseline denotes the initial internal instance set produced by the semantic-prior-to-instance initialization procedure before HCSM-based support-domain correction is applied. It differs from the fixed semantic-to-instance baselines in Table 1, which apply default connected-component instance generation directly to the raw semantic probability fields without the internal initialization, filtering, and validity-control steps used in the reconstruction pipeline.

3.2. Semantic Prior Construction and Quality

The semantic probability prior is produced by a DeepLabV3+ canopy/background segmentation backbone [25] initialized from standard pretrained weights and adapted using limited binary canopy/background annotations under the current annotation protocol. The backbone uses a ResNet-50 encoder with output stride 16 and a combined cross-entropy and Dice loss. Let I denote the co-registered input used by the semantic backbone and P ( x ) denote the canopyprobability at pixel x; the semantic prior is formalized as Equation (1). Recorded pixel-level validation results for semantic-prior construction are approximately mIoU = 0.58 and mDice = 0.74. These values are reported to characterize the quality of the canopy probability prior rather than to claim a standalone semantic segmentation contribution or an independent benchmark of semantic segmentation performance.
P ( x ) = f θ ( I ) ( x ) , 0 P ( x ) 1 .
The role of this prior in the proposed framework is to provide a soft spatial constraint for crown-support reconstruction, not to generate final tree instances. Because HCSM reliability is bounded by prior quality, missed canopy regions cannot be recovered by support-constrained growth, and false canopy responses can enlarge the legal operating domain. The probability field is therefore treated as an explicit experimental input whose uncertainty propagates to all later modules. This separation makes the reconstruction process auditable: failure cases can be attributed to prior-quality errors, support-domain errors, seed-coverage errors, or split-trigger errors, allowing the contribution of the prior to be tracked separately from the contributions of later modules. The overall pipeline, comprising the semantic prior, the support domain, and the structured instance reasoning modules, is illustrated in Figure 2.

3.3. Height-Aware Canopy Support Mask (HCSM)

The crown probability field carries non-zero responses in background regions such as grassland and shadow, and the CHM contains block-shaped artifacts related to uneven effective height-structure support. Applying a single threshold directly for grow or split operations tends to produce false positive expansion. HCSM therefore combines hysteresis thresholding [27], morphological reconstruction [28], and a height constraint to obtain a credible support domain. The construction is formalized in Equations (2)–(4).
S h i = { x Ω P ( x ) t h i } , S l o = { x Ω P ( x ) t l o } .
S r e c = Rec ( S h i , S l o ) , S h = { x Ω H ( x ) h m i n , V h ( x ) = 1 } .
S = Φ ( S r e c S h ) .
In Equations (2)–(4), Ω denotes the image domain, P(x) is the semantic canopy probability, H(x) is the height-structure response, V h ( x ) is the valid height-structure mask, t h i anchors the high-confidence semantic core, t_lo controls support-domain openness, Rec(·) denotes morphological reconstruction constrained by the low-threshold mask, h m i n is the height lower bound, and Φ ( · ) denotes lightweight morphological cleaning and small-component filtering. The final support mask S defines the legal operating space for subsequent boundary adjustment and splitting.
The construction pipeline is illustrated in Figure 3.
The three essential distinctions between HCSM and single-threshold masking are: hysteresis thresholding balances reliability and spatial continuity, avoiding the trade-off imposed by a single threshold; connected-component reconstruction filters isolated noise through spatial connectivity; and the height constraint provides a physical bound that is independent of the network output, suppressing shrubs and ground-level responses that the probability field alone cannot reliably exclude. The support domain S* defines the legal operating space for all subsequent grow and split operations and constitutes a key component of the system’s risk control mechanism.
The tunable hyperparameters of HCSM include the high-confidence core threshold, the low support-domain threshold (TLO in experiments), the height lower bound (typically 2.0 m), the sieve minimum area, and the morphological closing kernel size. The low threshold controls support-domain openness, while the high-confidence core anchors morphologically connected canopy regions. All morphological operations are performed on the common 0.05 m ROI grid defined in Section 2.2, so that area-based parameters such as the sieve minimum area are interpreted consistently at this resolution.

3.4. Constrained Coverage Recovery Within the Support Domain (E2GROW)

For each instance in the initial set, E2GROW (Evaluate-then-Grow within constraints) follows a fixed update procedure consisting of candidate generation, support-domain clipping, area-ratio checking, and write-back. After HCSM construction, the procedure adjusts under-covered object boundaries within S and leaves structural decomposition to the selective-splitting stage. Equations (5)–(7) define the constrained update rule.
C i cand = ( C i B D ) S .
ρ i = | C i cand | m a x ( | C i | , ε ) .
C i grow = { C i cand , 0 < ρ i A R and valid ( C i cand ) , C i , otherwise .
In Equations (5)–(7), C i cand denotes the support-domain-clipped candidate instance, B D is the buffer element associated with buffer distance D , ρ i is the candidate-to-original area ratio, ε prevents division by zero for degenerate objects, and AR is the maximum permitted area ratio. In the experimental configuration names, A R 160, A R 200, and A R 250 correspond to maximum area-ratio thresholds of 1.6, 2.0, and 2.5, respectively. In most under-covered cases, this operation expands the crown boundary, while support-domain clipping may also remove invalid over-extended regions. The accepted results are consolidated into the coverage-repaired instance set, which subsequently enters the selective splitting stage. The E2GROW workflow is illustrated in Figure 4.

3.5. Selective Splitting Within the Support Domain

Algorithmically, selective splitting is organized around five stages: trigger-object identification, trigger-condition screening, branch-specific partitioning, child-object filtering, and local write-back. Within S*, selective splitting addresses residual merge errors where a single predicted region covers multiple GT crowns. The strategy targets only connected regions satisfying a multi-condition trigger and uses CHM-derived seed points to avoid arbitrary fragmentation.
For a candidate region C i , the trigger function combines seed count, object area, and spatial span, as shown in Equation (8). LOCAL/MCWS applies explicit thresholds for structural keypoint count, object area, seed-span, and minimum child area, whereas VORv1 is treated as a more aggressive Voronoi reference branch whose seed-based partitions are clipped by the support domain and filtered by a minimum-area rule. In the LOCALv10 configuration used in the experiments, a candidate object is considered for local MCWS splitting only when it contains at least three structural keypoints, has an object area of at least 8.0 m2, has a seed-span of at least 1.5 m, and produces accepted child objects no smaller than 1.0 m2 after filtering. The thresholds are plot-specific operational parameters selected within the within-plot screening protocol by jointly considering Recall, Prec_proxy, F1_proxy, prediction count, and HitDelta behavior.
T ( C i ) = 1 { n s e e d ( C i ) n m i n , A ( C i ) A m i n , span ( C i ) s m i n } .
Once a candidate region passes the trigger test, one of two branch-specific partition operators is applied depending on the structural configuration. In the VOR branch, partitioning is carried out by assigning each location in the triggered region to its nearest valid seed, thereby producing a set of geometrically defined child regions. In the LOCAL/MCWS branch, partitioning is instead performed through conservative local reconstruction within the support domain, constructing a local energy surface from height and probability fields and executing seed-guided watershed segmentation only within the local support subregion defined by the intersection between the triggered candidate region and the HCSM support domain.
In both branches, generated child objects are subject to filtering on minimum area, support-domain consistency, and structural attribution before being accepted. If Q i denotes the accepted child set produced from a triggered parent C i , Equations (9) and (10) summarize the child filtering and local write-back operations.
Q i = { Q i k A ( Q i k ) A c h i l d , Q i k S } .
C s p l i t = ( C g r o w { C i } ) Q i .
The two branches are designed for different structural configurations: the VOR branch emphasizes more exhaustive geometric partitioning for clearer multi-center candidates, whereas the LOCAL/MCWS branch adopts stricter triggering and more conservative local reconstruction for structurally ambiguous regions. Their empirical behavior is further examined in the experimental section.

3.6. Instance-Level Evaluation Protocol and Module-Screening Safeguards

The instance-level evaluation protocol has two roles. First, it provides the reported metrics used to compare external baselines, intermediate pipeline stages, and final configurations. Second, during module development, it acts as a safeguard for identifying harmful updates before they are propagated to later stages. The protocol produces standardized outputs, including gt_maxiou.csv and summary.json, allowing threshold-crossing events and unmatched instances to be inspected consistently across modules.

3.6.1. Why a Tailored Protocol Is Needed

A tailored instance-level protocol is used because the current plot contains severe crown adhesion and only a few hundred reference crowns. Under these conditions, strict one-to-one matching can be unstable: a single predicted region may partially cover several GT crowns, but a bipartite assignment can match it to only one of them and count the remaining overlaps as misses. Conversely, a prediction set with many fragments may inflate apparent overlap counts if precision is not checked on the prediction side. The adopted protocol, therefore, evaluates each GT instance against its best-overlapping prediction and evaluates each prediction against its best-overlapping GT instance. This many-to-many diagnostic view is complemented by the one-to-one bridge evaluation in Appendix A to improve comparability with conventional VOC-style reporting [19].

3.6.2. The Gate-3 Recall and Precision Proxies

Let G denote the retained GT instance set and C denote the prediction set after applying the same valid evaluation-domain mask (OutsideOnly). For each GT instance, its best-overlapping prediction is used for Gate-3 Recall; symmetrically, each predicted instance is evaluated against its best-overlapping GT instance for Prec_proxy. Equations (11)–(13) define the metrics used in the main protocol.
m j = m a x i IoU ( G j , C i ) , R G 3 ( τ ) = 1 | G | G j G 1 [ m j τ ] .
p i = m a x j IoU ( C i , G j ) , P p r o x y ( τ ) = 1 | C | C i C 1 [ p i τ ] .
F 1 p r o x y ( τ ) = 2 R G 3 ( τ ) P p r o x y ( τ ) R G 3 ( τ ) + P p r o x y ( τ ) .

3.6.3. HitDelta and Module-Screening Safeguard

Each module is further audited by tracking threshold-crossing events between a base prediction and a new prediction. Using the GT-side maxima in Equation (11), the Delta-positive and Delta-negative counts are defined in Equation (14).
D p o s = j 1 [ m j o l d < τ m j n e w ] , D n e g = j 1 [ m j n e w < τ m j o l d ] .
Here, D p o s counts GT crowns that cross the hit threshold upward, whereas D n e g counts GT crowns that cross the threshold downward. HitDelta is used as a diagnostic safeguard during module screening. For example, at τ = 0.50, if the maximum IoU of a GT crown increases from 0.47 under the base prediction to 0.52 after E2GROW, this crown is counted as a Delta-positive case; conversely, a decrease from 0.53 to 0.49 after splitting is counted as a Delta-negative case.

4. Experiments and Results

4.1. Experimental Setup

Experiments were conducted in sequential stages corresponding to the three primary modules of the framework: semantic probability field construction and seed extraction, followed by constrained recovery within the support domain (E2GROW), and finally, selective splitting within the support domain. The output of E2GROW was used as the base configuration for splitting-stage analysis after standard validity filtering of prediction geometries. All results are reported under the Gate-3 protocol with the OutsideOnly evaluation convention defined in Section 3.6.2, at threshold τ = 0.50 and gt_kept = 306. Hyperparameters of the HCSM, E2GROW, and selective splitting modules were explored within the within-plot screening protocol described in Section 2.3, with module updates audited by HitDelta as a diagnostic safeguard.
A representative set of external baselines was included to position the proposed framework relative to three existing routes: (i) a classical CHM-based geometric pipeline using local maximum detection followed by marker-controlled watershed segmentation, and (ii)–(iii) two direct semantic-to-instance baselines obtained by applying connected-component instance generation to the canopy probability fields produced by DeepLabV3+ and SegFormer-B1, respectively. The CHM + MCWS baseline was implemented as a representative classical geometric route under the same plot and evaluation domain, but it should not be interpreted as an exhaustively optimized CHM-processing workflow. More extensive tuning of local-maximum filtering, CHM smoothing, and gap filling may improve its performance and should be considered in future benchmark studies. DeepForest and Detectree2 are important open-source ITC frameworks, but fully calibrated comparisons with these methods require site-specific training or adaptation, input-protocol alignment, and consistent instance-level evaluation. They are therefore discussed as future calibrated benchmarks. This comparison is intended to establish the relative position of the proposed framework under the same plot and evaluation setting, while an exhaustive benchmark of all existing ITC methods remains beyond the present scope. A bridge evaluation under a more conventional one-to-one matching regime is additionally provided in Appendix A to confirm that the major method-ranking trends remain consistent beyond the main protocol.

4.2. Comparison with Representative Baselines and Stage-Wise Methods

Table 1 reports the performance of the representative external baselines and the internal stage-wise configurations at τ = 0.50. The external rows position the proposed framework relative to the classical CHM-based geometric route and to the two direct semantic-to-instance baselines, while the internal rows quantify the contribution of constrained recovery (E2GROW) and of selective splitting on top of the R2 anchor. The main comparison focuses on primary standalone configurations; the combined VORv1 + LOCALv10 configuration is retained only as a complementarity analysis and is not used as the recommended final setting.
Among the tested configurations, E2GROW (best F1) is treated as the default balanced configuration because it provides the highest F1_proxy while keeping the prediction count substantially lower than the aggressive splitting branch. E2GROW + VORv1 is reported as a high-Recall configuration for applications where omission errors are more costly than fragmentation. E2GROW + LOCALv10 is reported as a conservative splitting option for cases where reducing unnecessary fragmentation is more important. Therefore, the highest-Recall configuration should not be interpreted as the universally optimal operational choice. Accordingly, the CHM + MCWS row represents a reference implementation under the present degraded CHM condition, while exhaustive optimization of all possible CHM-only workflows lies outside the experimental scope. The Table 1 values, therefore, support configuration-level comparison within the current plot; cross-site benchmark ranking remains outside the present evaluation design.
Table 2 reports the same comparison at the relaxed threshold τ = 0.40. The consistently higher hit counts across all methods at this threshold indicate that a substantial proportion of GT instances fall in the near-miss interval IoU ∈ [0.40, 0.50). This pattern is examined more directly in the following cross-threshold analysis.
Table 3 provides a cross-threshold view for selected stage-wise configurations, contrasting hit counts, Recall, and F1_proxy at τ = 0.40 and τ = 0.50. The bridge evaluation in Appendix A confirms that the relative ranking among these configurations is preserved under one-to-one matching, although absolute values are not directly interchangeable across protocols.

4.3. Hyperparameter Sensitivity Analysis

This section reports how the headline performance varies with the four principal hyperparameters of the framework—the buffer distance D, the support-domain threshold TLO, the CHM height lower bound, and the maximum area-ratio constraint AR—and how the two splitting branches (VORv1 and LOCALv10) compare under the E2GROW base. All sensitivity entries are produced under the within-plot screening protocol and the Gate-3 evaluation protocol, at τ = 0.50.
Table 4 lists the top-10 E2GROW configurations ranked by F1_proxy. The best-performing configurations cluster around D = 0.25 m and TLO ∈ [0.28, 0.35], indicating that the optimal region in the explored parameter space is narrow but consistent across small variations in secondary parameters.

4.3.1. Effect of Buffer Distance D

As shown in Table 5, the buffer distance D = 0.25 m yields the best F1_proxy of 0.558. As D increases beyond this point, both Recall and F1_proxy decrease monotonically, with F1_proxy dropping from 0.558 at D = 0.25 m to 0.530 at D = 0.45 m.

4.3.2. Effect of Support-Domain Threshold TLO

As shown in Table 6, the optimal F1_proxy varies by only 0.006 over the TLO range 0.25–0.35. Within this range, the optimal F1_proxy changes only slightly, indicating that support-domain construction is relatively stable with respect to TLO under the present data conditions.

4.3.3. Effect of CHM Height Lower Bound

As shown in Table 7, the optimal F1_proxy is identical for CHM = 2.0 m and CHM = 1.5 m, and the average values across explored configurations differ by less than 0.001 in F1_proxy. The CHM height lower bound, therefore, has a negligible influence on optimal results within the tested range.

4.3.4. Effect of Area-Ratio Constraint AR

As shown in Table 8, the optimal F1_proxy differs by only 0.001 between AR = 2.50 and AR = 2.00, and by 0.001 between AR = 2.00 and AR = 1.60. Within the tested range, the area-ratio constraint has a negligible influence on optimal results. In Table 8, AR values denote maximum candidate-to-original area-ratio thresholds.

4.3.5. Splitting-Branch Comparison and Combined Configuration

Table 9 summarizes the contributions of VORv1 and LOCALv10 relative to the E2GROW base, together with their combined complementarity configuration. VORv1 contributes +16 gt_hits at the cost of an additional 451 pred_used and a 0.140 reduction in Prec_proxy. LOCALv10 introduces no additional gt_hits at τ = 0.50 but limits pred_used growth to +200 and incurs a smaller F1_proxy penalty (−0.069 vs. −0.085). The combined VORv1 + LOCALv10 configuration adds only +11 gt_hits over the E2GROW base while increasing pred_used by 651, indicating substantial overlap between the merge candidates targeted by the two branches.

4.4. Qualitative Examples of Reconstruction Behavior

Figure 5 provides a plot-scale view of representative final segmentation results in three sub-regions of the study plot, illustrating the three structural configurations encountered most frequently in the plot: multi-layer canopy, severe inter-crown adhesion, and a mixed-species patch.

4.4.1. Coverage Recovery

Figure 6 shows representative cases in which the R2 baseline already roughly localizes a crown but leaves it under-covered, producing near-miss behavior around the IoU threshold. After constrained growth within the support domain, boundary coverage becomes more complete and a subset of these previously under-covered instances cross the hit threshold.

4.4.2. Merge Repair Through Selective Splitting

Figure 7 shows representative cases in which multiple adjacent crowns remain merged after constrained recovery. In such regions, the dominant residual error is structural merging. Selective splitting decomposes the affected connected regions into independent child instances guided by seed evidence within the support domain, and the resulting hit counts increase accordingly.

4.4.3. Near-Miss Threshold-Crossing Cases

Figure 8 shows representative cases in which the maximum IoU under the R2 baseline falls slightly below the hit threshold. After constrained boundary recovery within the support domain, the predicted crowns more closely match the GT extent and the maximum IoU crosses the threshold. These threshold-crossing events are the primary source of the incremental gain tracked by the HitDelta statistics.

4.5. Failure Mode Analysis

Under the E2GROW + VORv1 configuration (Recall = 0.673), 100 GT instances remain unmatched at τ = 0.50. These unmatched records fall into three categories:
  • Outside the HCSM support domain. A portion of unmatched GT instances fall entirely outside the support domain, typically corresponding to severely occluded regions or to areas where the semantic probability field fails to provide coherent canopy responses.
  • Inside the support domain but without effective seed assignment. A further portion lie within the support domain but do not receive a usable seed, owing to uneven effective height-structure support or to insufficiently prominent local maxima in the CHM.
  • Small or geometrically irregular crowns. A smaller subset involves crowns with limited spatial extent or strongly irregular boundaries, for which the maximum IoU is inherently sensitive to small deviations in predicted boundary position.

5. Discussion

5.1. Mechanism Interpretation of the Observed Gains

Within the current plot, the observed performance gains arise from two qualitatively different mechanisms that operate at different stages of the pipeline. The largest single gain occurs between the R2 baseline and E2GROW, where Recall increases from 0.369 to 0.621 at the best-Recall configuration. Inspection of the affected GT instances shows that this gain is not primarily driven by the discovery of entirely new crowns. Most of the newly recovered hits correspond to instances that were already roughly localized under the R2 anchor but remained slightly under-covered around the crown boundary, leaving the maximum IoU just below the hit threshold. By allowing spatially bounded boundary completion within the support domain, E2GROW pushes a portion of these near-miss instances across the threshold, converting sub-threshold overlaps into valid hits. The boundary-completion nature of this gain is consistent with the cross-threshold view in Table 3, where the gap between hits@0.40 and hits@0.50 narrows after E2GROW, and with the qualitative cases shown in Figure 6 and Figure 8.
The further improvement from E2GROW to VORv1 reflects a different mechanism: structural repair of merged crowns after boundary-completion gains have largely been realized. VORv1 is most effective when a single connected predicted region carries multiple distinct seed cues after constrained recovery but is still assigned as a single instance. In such regions, the dominant residual error is the failure to separate neighboring crowns that share a connected canopy response. Seed-driven Voronoi partitioning decomposes these merged regions into independent child instances, so previously suppressed GT crowns are recovered. The cost is a substantial increase in pred_used from 593 to 1044 and a decrease in Prec_proxy from 0.503 to 0.362, reflecting fragmentation introduced by global geometric splitting.
LOCALv10 follows a more conservative pattern. Its trigger conditions are stricter, so fewer candidate regions enter the splitting stage, and its child objects are filtered through tighter local-reconstruction constraints before write-back. As a result, LOCALv10 limits pred_used to 793 and maintains a higher F1_proxy than VORv1 (0.486 vs. 0.471), although it does not increase strict-threshold Recall beyond the E2GROW base. This behavior makes LOCALv10 the more controlled branch under structurally ambiguous local canopy configurations.
The combined VORv1 + LOCALv10 configuration adds only +11 gt_hits over the E2GROW base while increasing pred_used by 651 (Table 9), indicating that the two branches largely target overlapping merge candidates. Their combination therefore behaves as a complementarity probe, and the structural Recall–precision trade-off they produce is best read as two operating points along a single axis.

5.2. Methodological Positioning Relative to Existing Work

The proposed framework differs from end-to-end ITC instance segmentation methods primarily in how the network output is used. Methods such as DeepForest [7], Detectree2 [8], and other task-specific instance segmentation models aim to predict crown instances directly from imagery, placing the main burden of separation on the network itself. In the present study, the semantic output is treated as an interpretable canopy prior, and the main reconstruction burden is assigned to a structured object-level pipeline. This distinction is particularly relevant under the present plot conditions, where instance-level annotation is extremely limited and direct end-to-end supervision is difficult to obtain.
The framework is also distinct from training-side annotation-reduction strategies, such as semi-supervised delineation [21] and LiDAR-derived pseudo-label learning [22]. Those approaches enlarge the effective supervision pool for network training, whereas the present framework operates on the inference side. Its central question is how to recover more instance-level structure from an already available probability field through support-domain construction, constrained recovery, and seed-guided local repair. In this sense, the framework should be read as an object-level reconstruction route.
The closest conceptual neighbors are methods that constrain instance delineation by a semantic support region or by structural evidence, including SAM-based approaches [15,16] and zero-shot semantic-prior segmentation routes such as ZS-TreeSeg [23]. Compared with these methods, the current framework emphasizes the explicit organization of the reconstruction process: HCSM defines a credible support domain, E2GROW repairs coverage-deficient instances within that domain, and selective splitting addresses residual merge errors only when seed and geometry conditions jointly justify local reconstruction. The contribution is therefore a more explicit and auditable object-level reconstruction logic under annotation-scarce forest conditions.
The external baselines reported in Table 1 are consistent with this positioning. The classical CHM + MCWS pipeline performs poorly under the present plot conditions (Recall = 0.050), reflecting the direct impact of uneven and locally degraded CHM quality on local-maximum detection and watershed partitioning. The two fixed semantic-to-instance baselines (DeepLabV3+ and SegFormer-B1) perform better than CHM + MCWS but remain substantially below the R2 anchor (0.369), suggesting that the gain of the proposed framework does not stem from the semantic backbone alone but is primarily associated with the subsequent object-level reconstruction process.

5.3. Applicable Conditions and Scope of the Framework

The framework is most appropriate for forest plots that simultaneously exhibit four characteristics: a high-density or closed canopy with severe inter-crown adhesion; limited instance-level annotations that preclude direct end-to-end training; imperfect but usable CHM/HAG information; and a semantic probability field that captures the main canopy extent at moderate quality. Under these conditions, semantic output carries enough spatial information to be useful as a prior, but not enough to be used directly as instance evidence, and the structured object-level pipeline contributes the missing instance-level reasoning.
First, in open forests or sparse tree distributions, individual crowns are already well separated and the support-domain construction provides little additional benefit relative to direct CHM-based delineation. Second, in regular plantations or single-species rows, simpler geometric rules typically suffice and the splitting machinery is unnecessary. Third, in sites where the semantic probability prior fails to identify canopy regions reliably—for example, due to severe domain shift, sensor mismatch, or atmospheric artifacts—the support domain may either omit valid crowns or admit excessive background, so downstream reconstruction loses its operational basis.
This applicability profile is consistent with the intended use condition stated in Section 1. All quantitative claims in this manuscript are restricted to settings that satisfy the four characteristics above and resemble the mixed conifer–broadleaf natural secondary forest plot used in the present experiments.

5.4. Limitations and Generalization Considerations

First, the conclusions are based on a single 500 × 500 m mixed conifer–broadleaf natural secondary forest plot. The experimental setting—extremely limited annotations, uneven and locally degraded effective height-structure support, and severe canopy adhesion—is practically relevant and underserved by existing benchmarks, but it does not by itself establish generalization to other forest types, plot sizes, latitudes, point-cloud densities, or sensor configurations. Generalization across these axes requires multi-site validation with spatially disjoint development and reporting subsets and is identified as the principal direction for future work.
Second, the framework depends on the quality of the semantic probability field. The pixel-level metrics reported in Section 3.2 place the prior in a moderate-quality regime; this is sufficient for support-domain construction in the present plot but has limited transferability evidence. In a new domain in which the network fails to localize the canopy reliably, the HCSM support domain becomes either too restrictive or too permissive, and the accuracy of E2GROW and selective splitting degrade accordingly. This dependency is inherent to approaches that treat network output as a prior.
Third, seed extraction remains sensitive to CHM quality. Occluded crowns, height gaps, and weak local maxima can leave valid GT crowns without effective seed evidence, as documented in the failure-mode analysis. Improvements in this direction will likely require richer three-dimensional cues from the original point cloud beyond CHM local maxima.
Fourth, the HCSM, E2GROW, and selective splitting hyperparameters are currently set manually within the within-plot screening protocol. The sensitivity analysis indicates that the optimum is stable over the explored TLO range and that the influence of CHM lower bound and area-ratio constraint is small. Nevertheless, a systematic search strategy such as Bayesian optimization [29] could further reduce reliance on human judgment and improve portability across sites.
Fifth, the external baseline comparison should still be regarded as limited in scope. The current experiments do not yet include carefully calibrated DeepForest, Detectree2, SAM-like constrained routes, or task-specific ITC methods evaluated under the same plot and protocol. The present baseline analysis is therefore sufficient for minimum external positioning but not for exhaustive benchmarking.

5.5. Practical Implications and Future Directions

First, useful instance-level reconstruction does not necessarily require a fully retrained or highly specialized end-to-end instance model. A semantic probability field of moderate quality, when treated as an interpretable prior and combined with structured object-level reasoning, can support meaningful crown recovery in difficult forest plots. This is particularly relevant for small-plot scenarios where annotation resources are insufficient for direct instance-level supervision.
Second, modularity has operational value. Because HCSM, constrained recovery, and selective splitting operate as distinct yet connected modules, error sources can be localized and adjusted without full-model retraining, and the audit trail produced by HitDelta statistics makes iterative refinement traceable. This makes the pipeline more adaptable in resource-limited settings, where iteration often has to proceed under strict data and computation constraints.
Third, height information retains value when effective height-structure support is uneven or locally noisy, because it provides a physical bound that RGB-based probability alone cannot fully replace [1]. In the current framework, height information constrains support-domain construction and stabilizes local object reconstruction, while CHM itself is not used as the final delineation output.
Future work follows directly from the failure-mode breakdown. Specifically: (i) multi-site validation across additional forest types, plot sizes, and sensor configurations, with spatially disjoint development and reporting subsets, to test generalization beyond the present plot; (ii) explicit pixel-level reporting of semantic-prior quality on each new site, to make prior-quality propagation auditable across the pipeline; (iii) calibrated comparisons with additional open-source ITC methods (DeepForest, Detectree2, and SAM-like constrained routes) under a common plot and evaluation protocol; (iv) richer three-dimensional seed extraction directly from the point cloud, targeting the identified seed-coverage failures; and (v) using reconstruction outputs as pseudo-labels for refining the probability field through network retraining, closing the loop between inference-side reconstruction and training-side improvement. Recent lightweight graph-based LiDAR sensing and spherical-harmonic tree-structure learning further indicate that compact geometric representations and explicit three-dimensional descriptors could support future seed extraction, morphology-aware reconstruction, and cross-site transfer analysis [30,31].

6. Conclusions

This study addresses individual tree crown segmentation under annotation scarcity by treating semantic segmentation output as an interpretable canopy prior and building a structured object-level reconstruction pipeline around it. The framework consists of three connected modules: a height-aware canopy support mask that converts the probability field into a credible operational domain through hysteresis thresholding, morphological reconstruction, and a height constraint; a constrained recovery procedure (E2GROW) that repairs coverage deficiency through spatially bounded morphological growth with explicit guard rails; and selective splitting that addresses residual merge errors through branch-specific seed-guided partitioning, including an aggressive Voronoi reference branch and a more conservative LOCAL/MCWS branch with explicit trigger and child-object filtering criteria. An instance-level evaluation loop is used throughout module development as a diagnostic safeguard for screening module updates and localizing harmful threshold-crossing cases.
In the present single-site mixed conifer–broadleaf experiment, the proposed pipeline improves Recall over the R2 baseline through two qualitatively different mechanisms: threshold-crossing boundary recovery for coverage-deficient crowns and local structural decomposition for merged crown groups. Sensitivity analysis indicates that the support-domain construction is stable over the explored parameter ranges, and that the two splitting branches realize a structural Recall–precision trade-off with no evidence of simple additive gains. The reported numbers, therefore, characterize within-plot behavior under the present data conditions and do not establish cross-site generalization.
The framework is modular and auditable and does not require GPU-intensive retraining during iterative refinement. Its demonstrated applicability is strongest for annotation-scarce closed-canopy plots where a usable semantic canopy prior and height information are available and weaker in settings outside this regime. Multi-site validation, explicit pixel-level reporting of semantic-prior quality, calibrated comparisons with additional open-source ITC methods, and richer three-dimensional seed extraction are identified as the principal next steps for establishing transferability.

Author Contributions

Conceptualization, Z.W. and H.Z.; methodology, Z.W. and Y.Z.; software, Z.W.; validation, Z.W.; formal analysis, Z.W.; investigation, Z.W. and S.Y.; resources, C.H.; data curation, Z.W. and H.Z.; writing—original draft preparation, Z.W.; writing—review and editing, Z.W., H.Z., Y.Z., S.Y. and C.H.; visualization, Z.W.; supervision, C.H.; project administration, C.H.; funding acquisition, C.H. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China (General Program) through the project “Research on Precise Individual Tree Canopy Segmentation and Parameter Inversion Based on UAV Multisource Remote Sensing” (Grant No. 32572050).

Data Availability Statement

The raw UAV RGB orthomosaic and ALS point clouds are not publicly available due to project and data-use restrictions. The key parameter settings and evaluation protocol are reported in the manuscript. Representative derived evaluation tables, parameter records, and evaluation scripts are available from the corresponding author upon reasonable request.

Acknowledgments

The authors sincerely thank the Advanced Analysis and Testing Center of Nanjing Forestry University, China, and the Institute of Resource Information, Chinese Academy of Forestry, for their support in data collection and technical assistance.

Conflicts of Interest

The authors declare no conflicts of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

Abbreviations

The following abbreviations are used in this manuscript:
ITCIndividual Tree Crown
UAVUnmanned Aerial Vehicle
ALSAirborne Laser Scanning
LiDARLight Detection and Ranging
CHMCanopy Height Model
HAGHeight Above Ground
RGBRed, Green, Blue
GTGround Truth
HCSMHeight-aware Canopy Support Mask
SMRFSimple Morphological Filter
NMSNon-Maximum Suppression
SAMSegment Anything Model
MCWSMarker-Controlled Watershed Segmentation
IoUIntersection over Union
APAverage Precision
COCOCommon Objects in Context
VOCVisual Object Classes
PASCALPattern Analysis, Statistical Modeling and Computational Learning

Appendix A

Table A1 reports a bridge evaluation under one-to-one VOC-style matching to check whether the main method-ranking trends remain consistent under a conventional matching protocol.
Table A1. Trend consistency check under one-to-one VOC-style evaluation (τ = 0.50).
Table A1. Trend consistency check under one-to-one VOC-style evaluation (τ = 0.50).
MethodMain Protocol Recall (Ref.)Matched GT (One-to-One)RecallPrecisionF1
R2 baseline0.3691090.3520.4500.400
E2GROW (best Recall)0.6211880.6120.4800.540
E2GROW + VORv10.6732010.6520.3200.450
E2GROW + LOCALv100.6211870.6100.3700.480
The main-protocol recall column is provided for reference; absolute values are not directly comparable across protocols. The method ranking under one-to-one matching remains consistent with the main protocol, confirming that the major performance trends are not unique to the many-to-many evaluation scheme.

References

  1. Hyyppä, J.; Hyyppä, H.; Leckie, D.; Gougeon, F.; Yu, X.; Maltamo, M. Review of methods of small-footprint airborne laser scanning for extracting forest inventory data in boreal forests. Int. J. Remote Sens. 2008, 29, 1339–1366. [Google Scholar]
  2. Zhao, H.; Morgenroth, J.; Pearse, G.; Schindler, J. A systematic review of individual tree crown detection and delineation with convolutional neural networks (CNN). Curr. For. Rep. 2023, 9, 149–170. [Google Scholar] [CrossRef]
  3. Aldaeri, A.S.T.M.; Kit, C.Y.; Ting, L.S.; Abdul Rahman, M.R.B. Deep Learning for Tree Crown Detection and Delineation Using UAV and High-Resolution Imagery for Biometric Parameter Extraction: A Systematic Review. Forests 2026, 17, 179. [Google Scholar] [CrossRef]
  4. Popescu, S.C.; Wynne, R.H. Seeing the trees in the forest. Photogramm. Eng. Remote Sens. 2004, 70, 589–604. [Google Scholar] [CrossRef]
  5. Vincent, L.; Soille, P. Watersheds in digital spaces: An efficient algorithm based on immersion simulations. IEEE Trans. Pattern Anal. Mach. Intell. 1991, 13, 583–598. [Google Scholar] [CrossRef]
  6. Meyer, F. Topographic distance and watershed lines. Signal Process. 1994, 38, 113–125. [Google Scholar] [CrossRef]
  7. Weinstein, B.G.; Marconi, S.; Aubry-Kientz, M.; Vincent, G.; Senyondo, H.; White, E.P. DeepForest: A Python package for RGB deep learning tree crown delineation. Methods Ecol. Evol. 2020, 11, 1743–1751. [Google Scholar] [CrossRef]
  8. Ball, J.G.C.; Hickman, S.H.M.; Jackson, T.D.; Koay, X.J.; Hirst, J.; Jay, W.; Archer, M.; Aubry-Kientz, M.; Vincent, G.; Coomes, D.A. Accurate delineation of individual tree crowns in tropical forests from aerial RGB imagery using Mask R-CNN. Remote Sens. Ecol. Conserv. 2023, 9, 641–655. [Google Scholar]
  9. Tong, F.; Zhang, Y. Individual tree crown delineation in high resolution aerial RGB imagery using StarDist-based model. Remote Sens. Environ. 2025, 319, 114618. [Google Scholar]
  10. Weinstein, B.G.; Marconi, S.; Bohlman, S.A.; Zare, A.; White, E.P. Cross-site learning in deep learning RGB tree crown detection. Ecol. Inform. 2020, 56, 101061. [Google Scholar] [CrossRef]
  11. Gan, Y.; Wang, Q.; Iio, A. Tree crown detection and delineation in a temperate deciduous forest from UAV RGB imagery using deep learning approaches: Effects of spatial resolution and species characteristics. Remote Sens. 2023, 15, 778. [Google Scholar] [CrossRef]
  12. Chadwick, A.J.; Coops, N.C.; Bater, C.W.; Martens, L.A.; White, B. Transferability of a Mask R–CNN model for the delineation and classification of two species of regenerating tree crowns to untrained sites. Sci. Remote Sens. 2024, 9, 100109. [Google Scholar]
  13. Kirillov, A.; Mintun, E.; Ravi, N.; Mao, H.; Rolland, C.; Gustafson, L.; Xiao, T.; Whitehead, S.; Berg, A.C.; Lo, W.-Y.; et al. Segment anything. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Paris, France, 1–6 October 2023. [Google Scholar]
  14. Que, H.; Gao, H.; Shan, W.; Liu, M.; An, J.; Deng, F.; Feng, S.; Yang, X.; Mu, L. FM-SAM: Individual tree crown delineation and classification based on Segmentation Anything Model (SAM) and YOLOv10 in UAV imagery for forest monitoring. Comput. Electron. Agric. 2026, 240, 111162. [Google Scholar]
  15. Teng, M.; Ouaknine, A.; Laliberté, E.; Bengio, Y.; Rolnick, D.; Larochelle, H. Bringing SAM to new heights: Leveraging elevation data for tree crown segmentation from drone imagery. arXiv 2025, arXiv:250604970. [Google Scholar]
  16. Teng, M.; Ouaknine, A.; Laliberté, E.; Bengio, Y.; Rolnick, D.; Larochelle, H. Assessing SAM for tree crown instance segmentation from drone imagery. arXiv 2025, arXiv:250320199. [Google Scholar]
  17. Allen, M.J.; Owen, H.J.; Grieve, S.W.; Lines, E.R. Manual labelling artificially inflates deep learning-based segmentation performance on RGB images of closed canopy: Validation using TLS. arXiv 2025, arXiv:250314273. [Google Scholar]
  18. Steier, J.; Goebel, M.; Iwaszczuk, D. Is your training data really ground truth? A quality assessment of manual annotation for individual tree crown delineation. Remote Sens. 2024, 16, 2786. [Google Scholar] [CrossRef]
  19. Everingham, M.; Van Gool, L.; Williams, C.K.; Winn, J.; Zisserman, A. The pascal visual object classes (VOC) challenge. Int. J. Comput. Vis. 2010, 88, 303–338. [Google Scholar]
  20. Lin, T.-Y.; Maire, M.; Belongie, S.; Hays, J.; Perona, P.; Ramanan, D.; Dollár, P.; Zitnick, C.L. Microsoft coco: Common objects in context. In European Conference on Computer Vision; Springer: Cham, Switzerland, 2014. [Google Scholar]
  21. Dersch, S.; Schöttl, A.; Krzystek, P.; Heurich, M. Semi-supervised multi-class tree crown delineation using aerial multispectral imagery and lidar data. ISPRS J. Photogramm. Remote Sens. 2024, 216, 154–167. [Google Scholar]
  22. Pesonen, J.; Rua, S.; Taher, J.; Koivumäki, N.; Yu, X.; Honkavaara, E. Learning Image-based Tree Crown Segmentation from Enhanced Lidar-based Pseudo-labels. arXiv 2026, arXiv:260213022. [Google Scholar]
  23. Chen, P.; Lyu, F.; Wang, S.; Wang, C. ZS-TreeSeg: A Zero-Shot Framework for Tree Crown Instance Segmentation. arXiv 2026, arXiv:260200470. [Google Scholar]
  24. Pingel, T.J.; Clarke, K.C.; McBride, W.A. An improved simple morphological filter for the terrain classification of airborne LIDAR data. ISPRS J. Photogramm. Remote Sens. 2013, 77, 21–30. [Google Scholar] [CrossRef]
  25. Chen, L.-C.; Zhu, Y.; Papandreou, G.; Schroff, F.; Adam, H. Encoder-decoder with atrous separable convolution for semantic image segmentation. In Proceedings of the European conference on computer vision (ECCV), Munich, Germany, 8–14 September 2018; pp. 801–818. [Google Scholar]
  26. Bodla, N.; Singh, B.; Chellappa, R.; Davis, L.S. Soft-NMS—Improving object detection with one line of code. In Proceedings of the IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; pp. 5561–5569. [Google Scholar]
  27. Canny, J. A computational approach to edge detection. IEEE Trans. Pattern Anal. Mach. Intell. 1986, PAMI-8, 679–698. [Google Scholar] [CrossRef]
  28. Vincent, L. Morphological grayscale reconstruction in image analysis: Applications and efficient algorithms. IEEE Trans. Image Process. 1993, 2, 176–201. [Google Scholar] [CrossRef] [PubMed]
  29. Snoek, J.; Larochelle, H.; Adams, R.P. Practical bayesian optimization of machine learning algorithms. Adv. Neural Inf. Process. Syst. 2012, 25, 2951–2959. [Google Scholar]
  30. Zhou, J.; Zhang, H.; Fang, K.; Wang, R.; Gadekallu, T.R.; Yun, T. Knowledge Distillation-Enhanced Lightweight Pruned Graph Neural Network for Urban Scenario Sensing Using Consumer-Grade LiDAR Devices. IEEE Trans. Consum. Electron. 2026, 72, 4454–4471. [Google Scholar]
  31. Jiang, K.; Yun, T.; Weng, Q. A spherical-harmonic deep learning framework for generic tree morphology and species identification. ISPRS J. Photogramm. Remote Sens. 2026, 235, 599–617. [Google Scholar] [CrossRef]
Figure 1. Study area and data overview: (a) regional location of the study plot; (b) UAV RGB orthomosaic; (c) ALS-derived CHM and structural-quality view; (d) GT annotations and valid evaluation regions; (e) CHM-derived seed prior; (f) local RGB view with GT regions; and (g) local CHM view with structural seed points.
Figure 1. Study area and data overview: (a) regional location of the study plot; (b) UAV RGB orthomosaic; (c) ALS-derived CHM and structural-quality view; (d) GT annotations and valid evaluation regions; (e) CHM-derived seed prior; (f) local RGB view with GT regions; and (g) local CHM view with structural seed points.
Remotesensing 18 02054 g001
Figure 2. Overall pipeline of the probabilistic prior-constrained instance reconstruction framework. Blue, teal, and orange background bands indicate image-derived priors, HCSM support-domain construction, and structured instance reasoning, respectively. Solid arrows show the main processing flow, whereas the dotted arrow indicates auxiliary seed evidence supplied to the selective-splitting module rather than a direct sequential step.
Figure 2. Overall pipeline of the probabilistic prior-constrained instance reconstruction framework. Blue, teal, and orange background bands indicate image-derived priors, HCSM support-domain construction, and structured instance reasoning, respectively. Solid arrows show the main processing flow, whereas the dotted arrow indicates auxiliary seed evidence supplied to the selective-splitting module rather than a direct sequential step.
Remotesensing 18 02054 g002
Figure 3. HCSM construction pipeline: hysteresis thresholding, morphological reconstruction, height filtering, and morphological cleanup. The blue-shaded panel denotes input information, colored boxes represent successive construction steps, and solid arrows indicate the processing sequence and data flow.
Figure 3. HCSM construction pipeline: hysteresis thresholding, morphological reconstruction, height filtering, and morphological cleanup. The blue-shaded panel denotes input information, colored boxes represent successive construction steps, and solid arrows indicate the processing sequence and data flow.
Remotesensing 18 02054 g003
Figure 4. E2GROW workflow for constrained coverage recovery within the support domain.
Figure 4. E2GROW workflow for constrained coverage recovery within the support domain.
Remotesensing 18 02054 g004
Figure 5. Representative final instance segmentation results obtained by the proposed framework in three subregions: (a) multi-layer canopy, (b) severe inter-crown adhesion, and (c) a mixed-species patch. Different colors indicate different individual tree-crown instances.
Figure 5. Representative final instance segmentation results obtained by the proposed framework in three subregions: (a) multi-layer canopy, (b) severe inter-crown adhesion, and (c) a mixed-species patch. Different colors indicate different individual tree-crown instances.
Remotesensing 18 02054 g005
Figure 6. Representative examples of coverage recovery from the R2 baseline to E2GROW. The columns show the GT/RGB reference, the R2 baseline with the E2GROW-adjusted result, the selective-splitting result, and the tuned final configuration.
Figure 6. Representative examples of coverage recovery from the R2 baseline to E2GROW. The columns show the GT/RGB reference, the R2 baseline with the E2GROW-adjusted result, the selective-splitting result, and the tuned final configuration.
Remotesensing 18 02054 g006
Figure 7. Representative examples of merge repair through selective splitting. The columns show the GT/RGB reference, the R2 baseline with the E2GROW-adjusted result, the selective-splitting result, and the tuned final configuration.
Figure 7. Representative examples of merge repair through selective splitting. The columns show the GT/RGB reference, the R2 baseline with the E2GROW-adjusted result, the selective-splitting result, and the tuned final configuration.
Remotesensing 18 02054 g007
Figure 8. Representative threshold-crossing cases of near-miss boundary repair. The columns show the GT/RGB reference, the R2 baseline with the E2GROW-adjusted result, the selective-splitting result, and the tuned final configuration.
Figure 8. Representative threshold-crossing cases of near-miss boundary repair. The columns show the GT/RGB reference, the R2 baseline with the E2GROW-adjusted result, the selective-splitting result, and the tuned final configuration.
Remotesensing 18 02054 g008aRemotesensing 18 02054 g008b
Table 1. Comparison between representative external baselines and primary stage-wise methods at τ = 0.50.
Table 1. Comparison between representative external baselines and primary stage-wise methods at τ = 0.50.
MethodGt_HitsRecallPred_UsedPrec_ProxyF1_Proxy
Group A: External representative baselines
Classical CHM + MCWS160.05065150.0030.005
DeepLabV3+ + fixed instanceization440.1374440.0990.115
SegFormer-B1 + fixed instanceization550.1713900.1410.155
Group B: Internal stagewise methods
R2 baseline1130.3692360.4790.417
E2GROW (best F1)1870.6115670.5130.558
E2GROW (best Recall)1900.6215930.5030.555
E2GROW + VORv12060.67310440.3620.471
E2GROW + LOCALv101900.6217930.4000.486
Table 2. Performance of the same methods at the relaxed threshold τ = 0.40.
Table 2. Performance of the same methods at the relaxed threshold τ = 0.40.
MethodGt_HitsRecallPred_UsedPrec_ProxyF1_Proxy
R2 baseline1480.4842360.6270.546
E2GROW (best F1)2180.7125670.6280.667
E2GROW (best Recall)2190.7165930.5890.646
E2GROW + VORv12430.79410440.4820.600
E2GROW + LOCALv102240.7327930.4940.590
Table 3. Cross-threshold perspective for selected stage-wise methods (near-miss view).
Table 3. Cross-threshold perspective for selected stage-wise methods (near-miss view).
MethodHits@0.40Hits@0.50Recall@0.40Recall@0.50F1@0.40F1@0.50
E2GROW (best Recall)2191900.7160.6210.6460.555
E2GROW + LOCALv102241900.7320.6210.5900.486
E2GROW + VORv12432060.7940.6730.6000.471
E2GROW (best F1)2181870.7120.6110.6670.558
Table 4. Top-10 E2GROW configurations ranked by F1_proxy.
Table 4. Top-10 E2GROW configurations ranked by F1_proxy.
ConfigurationGt_HitsRecallPred_UsedPrec_ProxyF1_Proxy
E2GROW_D025_TLO030_CHM15_AR2501870.6115670.5130.558
E2GROW_D025_TLO030_CHM2_AR2501870.6115670.5130.558
E2GROW_D025_TLO035_CHM2_AR1601860.6085630.5130.557
E2GROW_D025_TLO035_CHM2_AR2001860.6085650.5130.557
E2GROW_D025_TLO035_CHM2_AR2501860.6085670.5110.556
E2GROW_D010_TLO028_CHM15_AR2001900.6215930.5030.555
E2GROW_D010_TLO028_CHM15_AR2501900.6215930.5030.555
E2GROW_D010_TLO028_CHM2_AR2001900.6215930.5030.555
E2GROW_D010_TLO028_CHM2_AR2501900.6215930.5030.555
E2GROW_D012_TLO032_CHM15_AR2001890.6185910.5030.554
Table 5. Sensitivity to buffer distance D. The D column is encoded in centimeters (25 = 0.25 m).
Table 5. Sensitivity to buffer distance D. The D column is encoded in centimeters (25 = 0.25 m).
Dn_TagsBest_F1Best_RecallBest_PrecPred_UsedAvg_F1Avg_RecallAvg_Prec
2570.5580.6110.5135670.5560.6070.512
10120.5550.6210.5035930.5540.6190.501
12120.5540.6180.5035910.5520.6180.499
15120.5530.6180.5005900.5510.6180.497
18120.5510.6180.4975910.5480.6150.494
20120.5500.6140.4985900.5460.6120.493
3010.5500.6010.5075680.5500.6010.507
3510.5410.5950.4965690.5410.5950.496
4510.5300.5820.4865720.5300.5820.486
Table 6. Sensitivity to support-domain threshold TLO.
Table 6. Sensitivity to support-domain threshold TLO.
TLOn_TagsBest_F1Best_RecallBest_PrecPred_UsedAvg_F1Avg_RecallAvg_Prec
0.30250.5580.6110.5135670.5490.6130.497
0.3530.5570.6080.5135630.5560.6080.513
0.28200.5550.6210.5035930.5490.6160.495
0.32200.5540.6180.5035910.5520.6170.499
0.2520.5520.6010.5115660.5520.6010.511
Table 7. Sensitivity to CHM height lower bound.
Table 7. Sensitivity to CHM height lower bound.
CHMn_TagsBest_F1Best_RecallBest_PrecPred_UsedAvg_F1Avg_RecallAvg_Prec
2.0 m380.5580.6110.5135670.5500.6130.499
1.5 m320.5580.6110.5135670.5500.6160.498
Table 8. Sensitivity to maximum area-ratio threshold AR.
Table 8. Sensitivity to maximum area-ratio threshold AR.
ARn_TagsBest_F1Best_RecallBest_PrecPred_UsedAvg_F1Avg_RecallAvg_Prec
2.50380.5580.6110.5135670.5500.6130.499
1.6010.5570.6080.5135630.5570.6080.513
2.00310.5570.6080.5135650.5500.6160.497
Table 9. Splitting-branch comparison and complementary combined configuration relative to the E2GROW base.
Table 9. Splitting-branch comparison and complementary combined configuration relative to the E2GROW base.
VariantΔGT_HitsΔRecallΔPred_UsedΔPrec_ProxyΔF1_Proxy
VORv1+16+0.052+451−0.140−0.085
LOCALv1000.000+200−0.103−0.069
Combined complementarity (VORv1 + LOCALv10)+11+0.036+651−0.183−0.126
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wang, Z.; Zhou, H.; Zhu, Y.; Yang, S.; Hu, C. Probabilistic Prior-Constrained Instance Reconstruction for Individual Tree Crown Segmentation in Minimally Annotated Forest Plots. Remote Sens. 2026, 18, 2054. https://doi.org/10.3390/rs18122054

AMA Style

Wang Z, Zhou H, Zhu Y, Yang S, Hu C. Probabilistic Prior-Constrained Instance Reconstruction for Individual Tree Crown Segmentation in Minimally Annotated Forest Plots. Remote Sensing. 2026; 18(12):2054. https://doi.org/10.3390/rs18122054

Chicago/Turabian Style

Wang, Zhihao, Hang Zhou, Yunjie Zhu, Suyu Yang, and Chunhua Hu. 2026. "Probabilistic Prior-Constrained Instance Reconstruction for Individual Tree Crown Segmentation in Minimally Annotated Forest Plots" Remote Sensing 18, no. 12: 2054. https://doi.org/10.3390/rs18122054

APA Style

Wang, Z., Zhou, H., Zhu, Y., Yang, S., & Hu, C. (2026). Probabilistic Prior-Constrained Instance Reconstruction for Individual Tree Crown Segmentation in Minimally Annotated Forest Plots. Remote Sensing, 18(12), 2054. https://doi.org/10.3390/rs18122054

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop