CVJun 3, 2025

Zero-Shot Tree Detection and Segmentation from Aerial Forest Imagery

arXiv:2506.03114v16 citationsh-index: 2Has Code
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of scaling tree delineation for ecological research, though it is incremental as it adapts an existing model to a new domain.

The paper tackled the problem of individual tree detection and segmentation from aerial forest imagery by applying the Segment Anything Model 2 (SAM2) in a zero-shot manner, finding that it shows impressive generalization and synergy with specialized methods.

Large-scale delineation of individual trees from remote sensing imagery is crucial to the advancement of ecological research, particularly as climate change and other environmental factors rapidly transform forest landscapes across the world. Current RGB tree segmentation methods rely on training specialized machine learning models with labeled tree datasets. While these learning-based approaches can outperform manual data collection when accurate, the existing models still depend on training data that's hard to scale. In this paper, we investigate the efficacy of using a state-of-the-art image segmentation model, Segment Anything Model 2 (SAM2), in a zero-shot manner for individual tree detection and segmentation. We evaluate a pretrained SAM2 model on two tasks in this domain: (1) zero-shot segmentation and (2) zero-shot transfer by using predictions from an existing tree detection model as prompts. Our results suggest that SAM2 not only has impressive generalization capabilities, but also can form a natural synergy with specialized methods trained on in-domain labeled data. We find that applying large pretrained models to problems in remote sensing is a promising avenue for future progress. We make our code available at: https://github.com/open-forest-observatory/tree-detection-framework.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes