paper-with-me

Papers

Assessing SAM for Tree Crown Instance Segmentation from Drone Imagery

2025-03-26 · Mélisande Teng, Arthur Ouaknine, Etienne Laliberté, Yoshua Bengio, David Rolnick, Hugo Larochelle

The potential of tree planting as a natural climate solution is often undermined by inadequate monitoring of tree planting projects. Current monitoring methods involve measuring trees by hand for each species, requiring extensive cost, time, and labour. Advances in drone remote sensing and computer vision offer great potential for mapping and characterizing trees from aerial imagery, and large pre-trained vision models, such as the Segment Anything Model (SAM), may be a particularly compelling choice given limited labeled data. In this work, we compare SAM methods for the task of automatic tree crown instance segmentation in high resolution drone imagery of young tree plantations. We explore the potential of SAM for this task, and find that methods using SAM out-of-the-box do not outperform a custom Mask R-CNN, even with well-designed prompts, but that there is potential for methods which tune SAM further. We also show that predictions can be improved by adding Digital Surface Model (DSM) information as an input.

📄 PDF Abstract BibTeX arXiv:2503.20199

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…
SAM 설명 없음

Similar Papers 제목 키워드 기반

Bringing SAM to new heights: Leveraging elevation data for tree crown segmentation from drone imagery

2025-06-05 · Mélisande Teng, Arthur Ouaknine, Etienne Laliberté, Yoshua Bengio 외

Information on trees at the individual level is crucial for monitoring forest ecosystems and planning forest management. Current monitoring methods involve ground measurements, requiring extensive cost, time and labor. A…

Instance SegmentationSemantic Segmentation

FG-TreeSeg: Flow-Guided Tree Crown Segmentation without Instance Annotations

2026-01-31 · Pengyu Chen, Fangzheng Lyu, Sicheng Wang, Cuizhen Wang arxiv

Individual tree crown segmentation is an important task in remote sensing for forest biomass estimation and ecological monitoring. However, accurate delineation in dense, overlapping canopies remains a bottleneck. While …

Instance Segmentation

Automated forest inventory: analysis of high-density airborne LiDAR point clouds with 3D deep learning

2023-12-22 · Binbin Xiang, Maciej Wielgosz, Theodora Kontogianni, Torben Peters 외

Detailed forest inventories are critical for sustainable and flexible management of forest resources, to conserve various ecosystem services. Modern airborne laser scanners deliver high-density point clouds with great po…

Segmentation

Highly Detailed and Generalizable Broadleaf Tree Crown Instance Segmentation from UAV Imagery

2026-05-15 · Mitsutaka Nakada, Takahiko Ikebata, Kengo Ikebata, Yuji Mizuno 외 arxiv

We present a highly detailed instance segmentation model for delineating individual tree crowns in natural broadleaf forests using aerial imagery acquired by unmanned aerial vehicles (UAVs). Tree crown delineation in bro…

Instance Segmentation

Tree Instance Segmentation With Temporal Contour Graph

2023-01-01 · CVPR 2023 1 · Adnan Firoze, Cameron Wingren, Raymond A. Yeh, Bedrich Benes 외

We present a novel approach to perform instance segmentation, and counting, for densely packed self-similar trees using a top-view RGB image sequence. We propose a solution that leverages pixel content, shape, and se…

BenchmarkingInstance SegmentationSegmentationSemantic Segmentation