CVApr 8, 2019

Adaptive Morphological Reconstruction for Seeded Image Segmentation

arXiv:1904.03973v175 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in image segmentation for computer vision applications, offering an incremental improvement over existing methods.

The paper tackles the problem of over-segmentation and scale sensitivity in seeded image segmentation by proposing an adaptive morphological reconstruction (AMR) operation, which improves segmentation accuracy and reduces computing time compared to state-of-the-art algorithms.

Morphological reconstruction (MR) is often employed by seeded image segmentation algorithms such as watershed transform and power watershed as it is able to filter seeds (regional minima) to reduce over-segmentation. However, MR might mistakenly filter meaningful seeds that are required for generating accurate segmentation and it is also sensitive to the scale because a single-scale structuring element is employed. In this paper, a novel adaptive morphological reconstruction (AMR) operation is proposed that has three advantages. Firstly, AMR can adaptively filter useless seeds while preserving meaningful ones. Secondly, AMR is insensitive to the scale of structuring elements because multiscale structuring elements are employed. Finally, AMR has two attractive properties: monotonic increasingness and convergence that help seeded segmentation algorithms to achieve a hierarchical segmentation. Experiments clearly demonstrate that AMR is useful for improving algorithms of seeded image segmentation and seed-based spectral segmentation. Compared to several state-of-the-art algorithms, the proposed algorithms provide better segmentation results requiring less computing time. Source code is available at https://github.com/SUST-reynole/AMR.

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