CVMar 17, 2018

Adaptive strategy for superpixel-based region-growing image segmentation

arXiv:1803.06541v122 citations
Originality Incremental advance
AI Analysis

This work addresses image segmentation for computer vision applications, but it is incremental as it builds on existing superpixel and region-growing techniques.

The authors tackled image segmentation by developing an adaptive region-growing method based on superpixels, which improved boundary adherence and outperformed other algorithms on the BSDS500 dataset.

This work presents a region-growing image segmentation approach based on superpixel decomposition. From an initial contour-constrained over-segmentation of the input image, the image segmentation is achieved by iteratively merging similar superpixels into regions. This approach raises two key issues: (1) how to compute the similarity between superpixels in order to perform accurate merging and (2) in which order those superpixels must be merged together. In this perspective, we firstly introduce a robust adaptive multi-scale superpixel similarity in which region comparisons are made both at content and common border level. Secondly, we propose a global merging strategy to efficiently guide the region merging process. Such strategy uses an adpative merging criterion to ensure that best region aggregations are given highest priorities. This allows to reach a final segmentation into consistent regions with strong boundary adherence. We perform experiments on the BSDS500 image dataset to highlight to which extent our method compares favorably against other well-known image segmentation algorithms. The obtained results demonstrate the promising potential of the proposed approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes