# Robust superpixels using color and contour features along linear path

**Authors:** R\'emi Giraud, Vinh-Thong Ta, Nicolas Papadakis

arXiv: 1903.07193 · 2025-09-25

## TL;DR

This paper introduces SCALP, a superpixel method that combines color, contour, and neighborhood features along linear paths to improve accuracy, regularity, and boundary adherence, outperforming existing methods.

## Contribution

The paper presents a novel superpixel framework that jointly enforces color homogeneity, contour adherence, and shape regularity using linear paths and neighborhood information.

## Key findings

- SCALP outperforms state-of-the-art superpixel methods on standard datasets.
- The method effectively balances boundary adherence and regularity.
- Extended to supervoxel segmentation in MRI images.

## Abstract

Superpixel decomposition methods are widely used in computer vision and image processing applications. By grouping homogeneous pixels, the accuracy can be increased and the decrease of the number of elements to process can drastically reduce the computational burden. For most superpixel methods, a trade-off is computed between 1) color homogeneity, 2) adherence to the image contours and 3) shape regularity of the decomposition. In this paper, we propose a framework that jointly enforces all these aspects and provides accurate and regular Superpixels with Contour Adherence using Linear Path (SCALP). During the decomposition, we propose to consider color features along the linear path between the pixel and the corresponding superpixel barycenter. A contour prior is also used to prevent the crossing of image boundaries when associating a pixel to a superpixel. Finally, in order to improve the decomposition accuracy and the robustness to noise, we propose to integrate the pixel neighborhood information, while preserving the same computational complexity. SCALP is extensively evaluated on standard segmentation dataset, and the obtained results outperform the ones of the state-of-the-art methods. SCALP is also extended for supervoxel decomposition on MRI images.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.07193/full.md

## Figures

20 figures with captions in the complete paper: https://tomesphere.com/paper/1903.07193/full.md

## References

55 references — full list in the complete paper: https://tomesphere.com/paper/1903.07193/full.md

---
Source: https://tomesphere.com/paper/1903.07193