paper-with-me

홈 › Papers

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

2022-12-06 · CVPR 2023 1 · Alexander Gillert, Giulia Resente, Alba Anadon-Rosell, Martin Wilmking, Uwe Freiherr von Lukas

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.

📄 PDF Abstract BibTeX arXiv:2212.03022

Code (1)

alexander-g/inbd 공식 구현 pytorch

Tasks

Boundary DetectionInstance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Joint Semantic Segmentation and Boundary Detection using Iterative Pyramid Contexts

2020-04-16 · CVPR 2020 6 · Mingmin Zhen, Jinglu Wang, Lei Zhou, Shiwei Li 외

In this paper, we present a joint multi-task learning framework for semantic segmentation and boundary detection. The critical component in the framework is the iterative pyramid context module (PCM), which couples two t…

Boundary DetectionEdge DetectionMulti-Task LearningSegmentation+1

PolarNeXt: Rethink Instance Segmentation with Polar Representation

2025-01-01 · CVPR 2025 1 · Jiacheng Sun, Xinghong Zhou, Yiqiang Wu, Bin Zhu 외

One of the roadblocks for instance segmentation today is heavy computational overhead and model parameters. Previous methods based on Polar Representation made the initial mark to address this challenge by formulatin…

Instance SegmentationSegmentationSemantic Segmentation

Recurrent Generic Contour-based Instance Segmentation with Progressive Learning

2023-01-21 · Hao Feng, Keyi Zhou, Wengang Zhou, Yufei Yin 외

Contour-based instance segmentation has been actively studied, thanks to its flexibility and elegance in processing visual objects within complex backgrounds. In this work, we propose a novel deep network architecture, i…

Instance SegmentationLane DetectionObjectScene Text Detection+4

Iterative fully convolutional neural networks for automatic vertebra segmentation and identification

2018-04-12 · Nikolas Lessmann, Bram van Ginneken, Pim A. de Jong, Ivana Išgum

Precise segmentation and anatomical identification of the vertebrae provides the basis for automatic analysis of the spine, such as detection of vertebral compression fractures or other abnormalities. Most dedicated spin…

Instance SegmentationSegmentationSemantic Segmentation

A Unified Query-based Paradigm for Camouflaged Instance Segmentation

2023-08-14 · Bo Dong, Jialun Pei, Rongrong Gao, Tian-Zhu Xiang 외

Due to the high similarity between camouflaged instances and the background, the recently proposed camouflaged instance segmentation (CIS) faces challenges in accurate localization and instance segmentation. To this end,…

Boundary DetectionDecoderInstance SegmentationMulti-Task Learning+2