CVSep 27, 2024

A comprehensive review and new taxonomy on superpixel segmentation

arXiv:2409.19179v144 citationsh-index: 9Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses the need for organized categorization and benchmarking in superpixel segmentation for computer vision researchers, though it is incremental as it reviews and taxonomizes existing methods rather than introducing new algorithms.

The authors tackled the lack of an up-to-date review and taxonomy for superpixel segmentation methods by presenting a comprehensive review with a new taxonomy, evaluating 20 strategies based on nine criteria and providing a new benchmark for assessment.

Superpixel segmentation consists of partitioning images into regions composed of similar and connected pixels. Its methods have been widely used in many computer vision applications since it allows for reducing the workload, removing redundant information, and preserving regions with meaningful features. Due to the rapid progress in this area, the literature fails to catch up on more recent works among the compared ones and to categorize the methods according to all existing strategies. This work fills this gap by presenting a comprehensive review with new taxonomy for superpixel segmentation, in which methods are classified according to their processing steps and processing levels of image features. We revisit the recent and popular literature according to our taxonomy and evaluate 20 strategies based on nine criteria: connectivity, compactness, delineation, control over the number of superpixels, color homogeneity, robustness, running time, stability, and visual quality. Our experiments show the trends of each approach in pixel clustering and discuss individual trade-offs. Finally, we provide a new benchmark for superpixel assessment, available at https://github.com/IMScience-PPGINF-PucMinas/superpixel-benchmark.

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