CVApr 8, 2018

Image Segmentation using Sparse Subset Selection

arXiv:1804.02721v113 citations
Originality Incremental advance
AI Analysis

This addresses the problem of automated image segmentation for computer vision applications, but it appears incremental as it builds on existing over-segmentation and ADMM techniques.

The paper tackles image segmentation by introducing a convex model that uses sparse subset selection on superpixel features to automatically determine the optimal number of coherent regions, achieving high-quality and competitive results on benchmark datasets.

In this paper, we present a new image segmentation method based on the concept of sparse subset selection. Starting with an over-segmentation, we adopt local spectral histogram features to encode the visual information of the small segments into high-dimensional vectors, called superpixel features. Then, the superpixel features are fed into a novel convex model which efficiently leverages the features to group the superpixels into a proper number of coherent regions. Our model automatically determines the optimal number of coherent regions and superpixels assignment to shape final segments. To solve our model, we propose a numerical algorithm based on the alternating direction method of multipliers (ADMM), whose iterations consist of two highly parallelizable sub-problems. We show each sub-problem enjoys closed-form solution which makes the ADMM iterations computationally very efficient. Extensive experiments on benchmark image segmentation datasets demonstrate that our proposed method in combination with an over-segmentation can provide high quality and competitive results compared to the existing state-of-the-art methods.

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