CVDec 6, 2022

Iterative Next Boundary Detection for Instance Segmentation of Tree Rings in Microscopy Images of Shrub Cross Sections

arXiv:2212.03022v213 citationsh-index: 54Has Code
AI Analysis

This addresses the challenge of high-precision instance segmentation for tree rings in shrub cross sections, which is an incremental improvement for dendrochronology and ecological research.

The paper tackles the problem of detecting tree rings in microscopy images of shrub cross sections, proposing an iterative method that models natural growth direction and achieves superior performance compared to generic instance segmentation methods, with a built-in notion of chronological order.

We address the problem of detecting tree rings in microscopy images of shrub cross sections. This can be regarded as a special case of the instance segmentation task with several unique challenges such as the concentric circular ring shape of the objects and high precision requirements that result in inadequate performance of existing methods. We propose a new iterative method which we term Iterative Next Boundary Detection (INBD). It intuitively models the natural growth direction, starting from the center of the shrub cross section and detecting the next ring boundary in each iteration step. In our experiments, INBD shows superior performance to generic instance segmentation methods and is the only one with a built-in notion of chronological order. Our dataset and source code are available at http://github.com/alexander-g/INBD.

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