CVOct 31, 2022

Tree Detection and Diameter Estimation Based on Deep Learning

arXiv:2210.17424v148 citationsh-index: 34Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses data unavailability and forest diversity challenges for vision-based autonomous forestry systems, offering incremental improvements through new datasets and models.

The paper tackled the problem of tree detection and diameter estimation for autonomous forestry by creating two densely annotated image datasets (43k synthetic and 100 real) and training deep neural network models, achieving 90.4% precision for tree detection and centimeter-accurate keypoint estimations.

Tree perception is an essential building block toward autonomous forestry operations. Current developments generally consider input data from lidar sensors to solve forest navigation, tree detection and diameter estimation problems. Whereas cameras paired with deep learning algorithms usually address species classification or forest anomaly detection. In either of these cases, data unavailability and forest diversity restrain deep learning developments for autonomous systems. So, we propose two densely annotated image datasets - 43k synthetic, 100 real - for bounding box, segmentation mask and keypoint detections to assess the potential of vision-based methods. Deep neural network models trained on our datasets achieve a precision of 90.4% for tree detection, 87.2% for tree segmentation, and centimeter accurate keypoint estimations. We measure our models' generalizability when testing it on other forest datasets, and their scalability with different dataset sizes and architectural improvements. Overall, the experimental results offer promising avenues toward autonomous tree felling operations and other applied forestry problems. The datasets and pre-trained models in this article are publicly available on \href{https://github.com/norlab-ulaval/PercepTreeV1}{GitHub} (https://github.com/norlab-ulaval/PercepTreeV1).

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